| Age | Commit message (Expand) | Author |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2006-05-14 | integrate kauth. | elad |
| 2006-03-01 | merge yamt-uio_vmspace branch. | yamt |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-12-07 | Use ANSI function decls. | thorpej |
| 2005-10-29 | just use ltsleep rather than lockmgr + PCATCH with horrible timeout dance. | yamt |
| 2005-09-11 | PR/27185: Christian Biere: kqueue: EOF on pipe gains no EVFILT_READ event | christos |
| 2005-04-01 | merge yamt-km branch. | yamt |
| 2005-03-12 | PR/29679: Gunnar.Ritter: fstat() blksize on the write side of the pipe returns | christos |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-11-30 | Cloning cleanup: | christos |
| 2004-11-21 | pipe_direct_write: fallback to non-loan write in the case of | yamt |
| 2004-11-14 | Wrap TIMEVAL_TO_TIMESPEC and TIMESPEC_TO_TIMEVAL macros in | atatat |
| 2004-11-06 | Add support for FIONWRITE and FIONSPACE ioctls. FIONWRITE reports | wrstuden |
| 2004-07-17 | PRIBIO -> PSOCK. This emulates the pre-sys_pipe behavior, and avoids including | mycroft |
| 2004-04-25 | Initialise (most) pools from a link set instead of explicit calls | simonb |
| 2004-04-08 | Lots of sysctl descriptions (if someone wants to help out here, that | atatat |
| 2004-03-24 | * replace incorrect M_WAITOK flag from pool_get() by proper PR_WAITOK | pooka |
| 2004-03-24 | Tango on sysctl_createv() and flags. The flags have all been renamed, | atatat |
| 2004-03-03 | No need to initialise [rw]pipe twice. | dsl |
| 2004-03-03 | initialize rpipe and wpipe to NULL, so that they are initialized in the | christos |
| 2004-02-26 | pipelock() must release the pipe simplelock during tsleep() | jdolecek |
| 2004-02-24 | remove error(1) comment. | christos |
| 2004-02-24 | occured -> occurred. From Peter Postma. | wiz |
| 2004-02-22 | use the new NOTE_SUBMIT to flag if the locking is necessary | jdolecek |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-11-13 | plug memory leak on error. | yamt |
| 2003-10-25 | fix uninitialized variable | christos |
| 2003-09-22 | - pass signo to fownsignal [ok by jd] | christos |
| 2003-09-21 | cleanup & uniform descriptor owner handling: | jdolecek |
| 2003-09-14 | ksiginfo_t support. | christos |
| 2003-08-11 | Workaround to prevent a lockup in pipelock() in the case that signals are | pk |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-03-21 | Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'. | dsl |
| 2003-03-12 | Validate that pgid argument to TIOCSPGRP in part of current session. | dsl |
| 2003-02-14 | On pipe reads, check for EOF before FNONBLOCK to avoid spurious EAGAIN errors. | pk |
| 2003-02-12 | Make the pipe code mostly MP-safe. There are a few unaddressed race | pk |
| 2003-02-01 | Add extensible malloc types, adapted from FreeBSD. This turns | thorpej |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-12-05 | pipe_stat(): add S_IRUSR and S_IWUSR to mode; this is what Linux does, | jdolecek |
| 2002-11-26 | si_ -> sel_ to avoid conflicts with siginfo. | christos |
| 2002-11-02 | /*CONTCOND*/ while (0)'ed macros | perry |
| 2002-11-01 | ISO C requires a statement after a label. | kristerw |
| 2002-11-01 | pipe_read(): initialize ocnt before pipelock() call; it might have been | jdolecek |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-08-25 | Fix signed/unsigned comparison warnings from GCC 3.3. | thorpej |
| 2002-03-17 | Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for | atatat |