minix/servers/pfs
Ben Gras 9178749e13 libc syslog, syslogd, logger, uds fixes
changes necessary for libc syslog() using a unix domain socket.

	. libc syslog: don't use send() connect() for unix
	  datagram sockets, minix wants write() and ioctl()
	. syslogd: listen on _PATH_LOG unix domain socket
	. logger: warnings fixes
	. pfs: make uds dgram socket type nonblocking so
	  syslog() doesn't block
	. vfs: add sanity check for empty fd in unpause()

Change-Id: Ied136c6fe0cc288f5a53478f1eebccc1ab1f39fb
2013-06-12 07:04:52 +00:00
..
buf.h VFS: replace VFS with AVFS 2012-02-13 16:53:21 +00:00
buffer.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
const.h pfs, vfs: increase various limits 2013-05-31 15:42:00 +00:00
dev_uds.c libc syslog, syslogd, logger, uds fixes 2013-06-12 07:04:52 +00:00
fs.h Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00
glo.h pfs, vfs: increase various limits 2013-05-31 15:42:00 +00:00
inc.h Removing obsolete _NBSD_LIBC define 2013-02-26 09:44:24 +00:00
inode.c pfs, vfs: increase various limits 2013-05-31 15:42:00 +00:00
inode.h pfs, vfs: increase various limits 2013-05-31 15:42:00 +00:00
link.c various warning/errorwarning fixes for gcc47 2012-08-27 16:19:18 +02:00
main.c pfs, vfs: increase various limits 2013-05-31 15:42:00 +00:00
Makefile Cleanup: Remove minix.bootprog.mk 2013-03-06 11:56:56 +01:00
misc.c vfs: fix null deref, pfs: add fchmod() 2013-04-19 17:06:56 +02:00
mount.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
open.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
proto.h vfs: fix null deref, pfs: add fchmod() 2013-04-19 17:06:56 +02:00
read.c PFS: verify nrbytes 2013-01-25 17:03:06 +00:00
stadir.c drop segment from safecopy invocations 2012-06-16 16:22:51 +00:00
super.c pfs, vfs: increase various limits 2013-05-31 15:42:00 +00:00
table.c vfs: fix null deref, pfs: add fchmod() 2013-04-19 17:06:56 +02:00
uds.c UDS: check connection state better 2013-03-07 10:49:21 +00:00
uds.h Spring cleanup 2013-03-06 09:56:08 +00:00
utility.c libc: add clock_getres()/clock_gettime() system calls. 2013-04-04 15:04:53 +02:00