Age | Commit message (Expand) | Author |
2008-05-23 | Deal with the situation when TCP nfs mounts timeout and processes | Thordur I. Bjornsson |
2008-04-15 | describe why fd passing is now so fucked up, and who's fault it is | Theo de Raadt |
2008-04-10 | Make sure the fd passing code only accepts control messages without padding | Mark Kettenis |
2008-04-08 | unp_internalize() repaired wrong file structs on error. ok deraadt@, kettenis@ | Stefan Kempf |
2008-04-02 | repair code which blocks passing fd's for block devices or | Theo de Raadt |
2008-03-24 | We were led astray (like many others before us) to believe that | Theo de Raadt |
2007-11-28 | a few more places where getmicrotime is good enough. ok miod | Ted Unangst |
2007-10-29 | For fd passing, at externalize time we are dealing with int[] not pointer[], | Theo de Raadt |
2007-09-07 | Use M_ZERO in a few more places to shave bytes from the kernel. | Artur Grabowski |
2007-01-16 | Retire VOP_LEASE(); It was a bit for NQNFS and has | Thordur I. Bjornsson |
2006-11-17 | Make getpeereid() work on both sides of a connection. The client can now get | Claudio Jeker |
2006-10-31 | undo unp_internalize in case of errors; report Christian Biere; ok claudio | Markus Friedl |
2006-02-27 | Do not stupidly panic but return ENOTCONN when trying to pass fds on an | Miod Vallat |
2006-01-05 | ansi/deregister | Jonathan Gray |
2005-05-17 | under some circunstances, unp_scan() can call unp_mark() with a null pointer, | Federico G. Schwindt |
2004-07-22 | remove p arg from fdplock | Ted Unangst |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-04-01 | use NULL for ptrs. parts from Joris Vink | Ted Unangst |
2004-01-06 | lock filedesc before manipulating. avoids some rare races. | Ted Unangst |
2003-08-17 | unused var | Ted Unangst |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-08-23 | Use LIST_ macros for the list of all struct file. | Artur Grabowski |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-19 | Heh. Don't assume that sizeof(void *) > sizeof(int). | Artur Grabowski |
2002-02-11 | Big fixup of fd passing. It now works, even on sparc64. | Artur Grabowski |
2002-02-08 | - Rename FILE_{,UN}USE to FREF and FRELE. USE is a bad verb and we don't have | Artur Grabowski |
2002-02-05 | Add counting of temporary references to a struct file (as opposed to references | Artur Grabowski |
2002-02-02 | Be more consistent about using fd_getfile where it matters. | Artur Grabowski |
2001-10-26 | - every new fd created by falloc() is marked as larval and should not be used | Artur Grabowski |
2001-10-26 | - split fdalloc into two functions. fdalloc now returns ENOSPC if it | Artur Grabowski |
2001-06-26 | implement djb's getpeereid(2), to allow local-domain servers to determine cli... | Dug Song |
2001-04-06 | Move offsetof define into sys/param.h | Constantine Sapuntzakis |
1999-10-11 | for AF_UNIX, do not follow symlinks when creating sockets, terminate | Theo de Raadt |
1999-02-05 | Check that a socket we're closing is really a socket. dillon@freebsd | Angelos D. Keromytis |
1998-03-01 | crank f_count/f_msgcount to long; when incrementing try to leave 2 slots | Theo de Raadt |
1997-11-17 | kleink: When fstat(2)ing a file descriptor of a local communications domain | Theo de Raadt |
1997-11-06 | Updates for VFS Lite 2 + soft update. | Constantine Sapuntzakis |
1997-10-06 | back out vfs lite2 till after 2.2 | Theo de Raadt |
1997-10-06 | VFS Lite2 Changes | Constantine Sapuntzakis |
1997-06-05 | fix sendmsg() credential passing on 64 bit machines, i hope. (this was hellish) | Theo de Raadt |
1996-06-25 | consider umask for AF_UNIX bind() | Theo de Raadt |
1996-03-03 | From NetBSD: 960217 merge | Niklas Hallqvist |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |