summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
2008-01-05no more need for vadvise.oTheo de Raadt
2007-12-09correct the STANDARDS section to mention clock_getres() instead ofBrad Smith
2007-11-05sync the comments for struct stat w/ <sys/stat.h>;Jason McIntyre
2007-11-05- sync the error descriptions w/ those in errlistJason McIntyre
2007-09-09Add lint stubs for the longjmp family of functions which are defined inOtto Moerbeek
2007-09-09Silence erroneous "environ used, but not defined" lint warning byOtto Moerbeek
2007-09-08typo; ok deraadt@Otto Moerbeek
2007-09-08it's MAXNAMLEN, not MAXNAMELEN; spotted by Igor Zinovi.Otto Moerbeek
2007-09-07IPv6 is not an ARPA protocol;Jason McIntyre
2007-09-03Add ENOMSG and EIDRM; from jsg@Todd C. Miller
2007-07-21- this page describes getpgid.2 tooJason McIntyre
2007-07-17document "pid"; based on a diff from Kristaps DzonsonsJason McIntyre
2007-07-11add a STANDARDS section, as requested by itojun;Jason McIntyre
2007-06-11Document the Bluetooth network protocols and mention that there is AF_BLUETOOTHUwe Stuehler
2007-06-07convert some displays to lists, since the format is more suitable;Jason McIntyre
2007-06-05_FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, soKurt Miller
2007-06-05one more IPX removal; ok henningJason McIntyre
2007-06-01more adosfs removal;Jason McIntyre
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-31Xr clock_gettime. pointed there by art. ok jmc.Kjell Wooding
2007-05-30add a new kevent filter type for timers. this allows processes to createTed Unangst
2007-05-28tweaks; ok thibJason McIntyre
2007-05-27cleanup the nfssvc() system call.Thordur I. Bjornsson
2007-05-21add EOVERFLOW and ECANCELED here too.Jasper Lievisse Adriaanse
2007-05-02Document the lack of error return value in arc4random.Pierre-Yves Ritschard
2007-03-30document accept can return EINTR. ok millert@ jmc@Kurt Miller
2007-03-21Add support for mounting arbitrary sessions, from Enache AdrianPedro Martelletto
2007-03-07manual page update by Bruce M. Simpson <bms@FreeBSD.org> toJason McIntyre
2007-02-26another EINVAL case documentedOtto Moerbeek
2007-02-26Now that the code is consistent, make the descriptions of EINVALOtto Moerbeek
2007-02-09improve example by showing how to skip invalid entries; ok millert@Otto Moerbeek
2007-02-07sys/swap.h needs sys/param.h and sort while hereNikolay Sturm
2007-02-03fix NAME, ok jmc@Marc Espie
2006-12-21make more correct and less confusing; noted by David Madore;Otto Moerbeek
2006-12-15Nuke GEMDOSFS. Unused part of unused atari port. SimplifiesKenneth R Westerback
2006-11-14Adjust ktrace(2) man page to recent changes in struct ktr_header.Moritz Jodeit
2006-10-31+.Xr fhstat 2Jason McIntyre
2006-10-24evil AF_ISO and AF_NS references were hiding here, but we'll hunt 'em all down!Henning Brauer
2006-10-24add rthread syscalls and bump minor.Ted Unangst
2006-10-14freebsd -r1.21:Jason McIntyre
2006-10-14sync with <sys/stat.h>;Jason McIntyre
2006-10-11SIGCONT may be sent to any process with the same session ID as the caller,Jason McIntyre
2006-10-11be specific about what we mean by a "slow device";Jason McIntyre
2006-10-10MLINKS to macros described in stat(2)Theo de Raadt
2006-10-05supply -indent to another display, to make the page match;Jason McIntyre
2006-10-05Add S_ISBLK(), S_ISCHR(), S_ISDIR(), S_ISFIFO(), S_ISLNK(), S_ISREG(),Ray Lai
2006-09-27remove superfluous paranthesisJasper Lievisse Adriaanse
2006-09-22Remove reference to LFS, okay deraadt@Pedro Martelletto
2006-09-15better desciption of ESRCH; prompted by jmc@; ok miod@ jmc@Otto Moerbeek
2006-09-07knock out an .Xr to self;Jason McIntyre