| Commit message (Expand) | Author | Age | Files | Lines |
* | no more need for vadvise.o |  deraadt | 2008-01-05 | 1 | -2/+2 |
* | correct the STANDARDS section to mention clock_getres() instead of |  brad | 2007-12-09 | 1 | -3/+3 |
* | sync the comments for struct stat w/ <sys/stat.h>; |  jmc | 2007-11-05 | 1 | -9/+9 |
* | - sync the error descriptions w/ those in errlist |  jmc | 2007-11-05 | 1 | -18/+18 |
* | Add lint stubs for the longjmp family of functions which are defined in |  otto | 2007-09-09 | 5 | -3/+66 |
* | Silence erroneous "environ used, but not defined" lint warning by |  otto | 2007-09-09 | 2 | -3/+10 |
* | typo; ok deraadt@ |  otto | 2007-09-08 | 1 | -2/+2 |
* | it's MAXNAMLEN, not MAXNAMELEN; spotted by Igor Zinovi. |  otto | 2007-09-08 | 1 | -5/+5 |
* | IPv6 is not an ARPA protocol; |  jmc | 2007-09-07 | 1 | -3/+3 |
* | Add ENOMSG and EIDRM; from jsg@ |  millert | 2007-09-03 | 4 | -45/+24 |
* | - this page describes getpgid.2 too |  jmc | 2007-07-21 | 1 | -4/+10 |
* | document "pid"; based on a diff from Kristaps Dzonsons |  jmc | 2007-07-17 | 1 | -2/+8 |
* | add a STANDARDS section, as requested by itojun; |  jmc | 2007-07-11 | 1 | -2/+8 |
* | Document the Bluetooth network protocols and mention that there is AF_BLUETOOTH |  uwe | 2007-06-11 | 1 | -2/+4 |
* | convert some displays to lists, since the format is more suitable; |  jmc | 2007-06-07 | 1 | -16/+22 |
* | _FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, so |  kurt | 2007-06-05 | 2 | -24/+18 |
* | one more IPX removal; ok henning |  jmc | 2007-06-05 | 1 | -4/+3 |
* | more adosfs removal; |  jmc | 2007-06-01 | 1 | -14/+2 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 127 | -254/+254 |
* | Xr clock_gettime. pointed there by art. ok jmc. |  kjell | 2007-05-31 | 1 | -1/+2 |
* | add a new kevent filter type for timers. this allows processes to create |  tedu | 2007-05-30 | 1 | -1/+17 |
* | tweaks; ok thib |  jmc | 2007-05-28 | 1 | -8/+5 |
* | cleanup the nfssvc() system call. |  thib | 2007-05-27 | 1 | -137/+15 |
* | add EOVERFLOW and ECANCELED here too. |  jasper | 2007-05-21 | 1 | -1/+6 |
* | Document the lack of error return value in arc4random. |  pyr | 2007-05-02 | 1 | -8/+4 |
* | document accept can return EINTR. ok millert@ jmc@ |  kurt | 2007-03-30 | 1 | -1/+3 |
* | Add support for mounting arbitrary sessions, from Enache Adrian |  pedro | 2007-03-21 | 1 | -1/+2 |
* | manual page update by Bruce M. Simpson <bms@FreeBSD.org> to |  jmc | 2007-03-07 | 1 | -36/+87 |
* | another EINVAL case documented |  otto | 2007-02-26 | 1 | -2/+6 |
* | Now that the code is consistent, make the descriptions of EINVAL |  otto | 2007-02-26 | 4 | -11/+25 |
* | improve example by showing how to skip invalid entries; ok millert@ |  otto | 2007-02-09 | 1 | -2/+3 |
* | sys/swap.h needs sys/param.h and sort while here |  sturm | 2007-02-07 | 1 | -2/+3 |
* | fix NAME, ok jmc@ |  espie | 2007-02-03 | 1 | -2/+3 |
* | make more correct and less confusing; noted by David Madore; |  otto | 2006-12-21 | 2 | -9/+20 |
* | Nuke GEMDOSFS. Unused part of unused atari port. Simplifies |  krw | 2006-12-15 | 1 | -2/+1 |
* | Adjust ktrace(2) man page to recent changes in struct ktr_header. |  moritz | 2006-11-14 | 1 | -3/+3 |
* | +.Xr fhstat 2 |  jmc | 2006-10-31 | 1 | -1/+3 |
* | evil AF_ISO and AF_NS references were hiding here, but we'll hunt 'em all down! |  henning | 2006-10-24 | 1 | -3/+1 |
* | add rthread syscalls and bump minor. |  tedu | 2006-10-24 | 1 | -2/+3 |
* | freebsd -r1.21: |  jmc | 2006-10-14 | 1 | -3/+5 |
* | sync with <sys/stat.h>; |  jmc | 2006-10-14 | 1 | -5/+14 |
* | SIGCONT may be sent to any process with the same session ID as the caller, |  jmc | 2006-10-11 | 1 | -2/+2 |
* | be specific about what we mean by a "slow device"; |  jmc | 2006-10-11 | 1 | -3/+5 |
* | MLINKS to macros described in stat(2) |  deraadt | 2006-10-10 | 1 | -1/+3 |
* | supply -indent to another display, to make the page match; |  jmc | 2006-10-05 | 1 | -5/+5 |
* | Add S_ISBLK(), S_ISCHR(), S_ISDIR(), S_ISFIFO(), S_ISLNK(), S_ISREG(), |  ray | 2006-10-05 | 1 | -1/+14 |
* | remove superfluous paranthesis |  jasper | 2006-09-27 | 1 | -2/+2 |
* | Remove reference to LFS, okay deraadt@ |  pedro | 2006-09-22 | 1 | -2/+1 |
* | better desciption of ESRCH; prompted by jmc@; ok miod@ jmc@ |  otto | 2006-09-15 | 1 | -3/+2 |
* | knock out an .Xr to self; |  jmc | 2006-09-07 | 1 | -2/+1 |