summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
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
2006-09-03Add EINVAL and EOPNOTSUPP for remote filesystems,Ian Darwin
2006-08-29If pgrp is zero, the process ID of the specified process is used.Christian Weisgerber
2006-08-09correction from vasil dimov;Jason McIntyre
2006-08-07- fix a sentenceJason McIntyre
2006-08-04Add ENOMEDIUM and EMEDIUMTYPE to report medium errors to userland programsBob Beck
2006-08-04clarification from kristaps johnson;Jason McIntyre
2006-08-03tweak;Jason McIntyre
2006-08-03EILSEQ is 84 not 83.Bob Beck
2006-08-03Document EILSEQ - forgotten by the wide character folks when they addedBob Beck
2006-07-09grammar tweak, on re-read;Jason McIntyre
2006-07-09- clean up the SOCK_RAW textJason McIntyre
2006-06-20Mention that only the superuser may adjust the frequency. Like inRay Lai
2006-06-14.Xr adjfreq and ntpdOtto Moerbeek
2006-06-14Introducing adjfreq(2), to adjust the clock frequency.Otto Moerbeek
2006-06-04Add a CAVEATS section: other systems might have more restrictive adjtime(2).Otto Moerbeek
2006-06-04Allow any user to request the current adjustment; ok henning@ deraadt@Otto Moerbeek
2006-05-27Make libc's getcwd() use the new __getcwd() system callPedro Martelletto
2006-05-26better words; mrd@alkemio.orgTheo de Raadt
2006-05-15Adjust now that powerpc has PT_{GET|SET}FPREGS.Mark Kettenis
2006-05-09Administrative changes for aviion, ok deraadt@Miod Vallat
2006-04-12document ESRCH; from kristaps johnson (pr #5074)Jason McIntyre
2006-03-31ARGSUSED where neededTheo de Raadt
2006-03-13Clean the correct file. ok deraadt@Moritz Jodeit
2006-03-13Correctly check for the exit value of getopt(1) and don'tMoritz Jodeit
2006-03-12if a system call has no arguments, declare it (void), so that lint isTheo de Raadt
2006-01-19make offset parameter to pwrite apparent in description.Marc Espie
2006-01-18Clarify. Based on a diff by millert@, with additional input from miod@.Tom Cosgrove