summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* no more need for vadvise.oderaadt2008-01-051-2/+2
* correct the STANDARDS section to mention clock_getres() instead ofbrad2007-12-091-3/+3
* sync the comments for struct stat w/ <sys/stat.h>;jmc2007-11-051-9/+9
* - sync the error descriptions w/ those in errlistjmc2007-11-051-18/+18
* Add lint stubs for the longjmp family of functions which are defined inotto2007-09-095-3/+66
* Silence erroneous "environ used, but not defined" lint warning byotto2007-09-092-3/+10
* typo; ok deraadt@otto2007-09-081-2/+2
* it's MAXNAMLEN, not MAXNAMELEN; spotted by Igor Zinovi.otto2007-09-081-5/+5
* IPv6 is not an ARPA protocol;jmc2007-09-071-3/+3
* Add ENOMSG and EIDRM; from jsg@millert2007-09-034-45/+24
* - this page describes getpgid.2 toojmc2007-07-211-4/+10
* document "pid"; based on a diff from Kristaps Dzonsonsjmc2007-07-171-2/+8
* add a STANDARDS section, as requested by itojun;jmc2007-07-111-2/+8
* Document the Bluetooth network protocols and mention that there is AF_BLUETOOTHuwe2007-06-111-2/+4
* convert some displays to lists, since the format is more suitable;jmc2007-06-071-16/+22
* _FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, sokurt2007-06-052-24/+18
* one more IPX removal; ok henningjmc2007-06-051-4/+3
* more adosfs removal;jmc2007-06-011-14/+2
* convert to new .Dd format;jmc2007-05-31127-254/+254
* Xr clock_gettime. pointed there by art. ok jmc.kjell2007-05-311-1/+2
* add a new kevent filter type for timers. this allows processes to createtedu2007-05-301-1/+17
* tweaks; ok thibjmc2007-05-281-8/+5
* cleanup the nfssvc() system call.thib2007-05-271-137/+15
* add EOVERFLOW and ECANCELED here too.jasper2007-05-211-1/+6
* Document the lack of error return value in arc4random.pyr2007-05-021-8/+4
* document accept can return EINTR. ok millert@ jmc@kurt2007-03-301-1/+3
* Add support for mounting arbitrary sessions, from Enache Adrianpedro2007-03-211-1/+2
* manual page update by Bruce M. Simpson <bms@FreeBSD.org> tojmc2007-03-071-36/+87
* another EINVAL case documentedotto2007-02-261-2/+6
* Now that the code is consistent, make the descriptions of EINVALotto2007-02-264-11/+25
* improve example by showing how to skip invalid entries; ok millert@otto2007-02-091-2/+3
* sys/swap.h needs sys/param.h and sort while heresturm2007-02-071-2/+3
* fix NAME, ok jmc@espie2007-02-031-2/+3
* make more correct and less confusing; noted by David Madore;otto2006-12-212-9/+20
* Nuke GEMDOSFS. Unused part of unused atari port. Simplifieskrw2006-12-151-2/+1
* Adjust ktrace(2) man page to recent changes in struct ktr_header.moritz2006-11-141-3/+3
* +.Xr fhstat 2jmc2006-10-311-1/+3
* evil AF_ISO and AF_NS references were hiding here, but we'll hunt 'em all down!henning2006-10-241-3/+1
* add rthread syscalls and bump minor.tedu2006-10-241-2/+3
* freebsd -r1.21:jmc2006-10-141-3/+5
* sync with <sys/stat.h>;jmc2006-10-141-5/+14
* SIGCONT may be sent to any process with the same session ID as the caller,jmc2006-10-111-2/+2
* be specific about what we mean by a "slow device";jmc2006-10-111-3/+5
* MLINKS to macros described in stat(2)deraadt2006-10-101-1/+3
* supply -indent to another display, to make the page match;jmc2006-10-051-5/+5
* Add S_ISBLK(), S_ISCHR(), S_ISDIR(), S_ISFIFO(), S_ISLNK(), S_ISREG(),ray2006-10-051-1/+14
* remove superfluous paranthesisjasper2006-09-271-2/+2
* Remove reference to LFS, okay deraadt@pedro2006-09-221-2/+1
* better desciption of ESRCH; prompted by jmc@; ok miod@ jmc@otto2006-09-151-3/+2
* knock out an .Xr to self;jmc2006-09-071-2/+1