summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
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
2006-01-18make the PROT_ list a little nicer;Jason McIntyre
2006-01-18add a piece of text, copied here so that people can think about it:Theo de Raadt
2006-01-01fix desc of struct kevent, OK millert@Marco S Hyman
2005-12-21Userland programs should include <errno.h> not <sys/errno.h>Todd C. Miller
2005-12-17Document PT_STEP (better late than never), and group the machine-dependentMiod Vallat
2005-12-16clarify sentence; cannot reuse a stream socket after even trying to do a conn...Theo de Raadt
2005-11-30Use sysctl(KERN_ARND) to get n bytes, instead of just 4 at a timeOtto Moerbeek
2005-11-29Provide stubs for things which are supplied by crt0. I don't think weTheo de Raadt
2005-11-28make Lint prototypes equal; ok millertTheo de Raadt
2005-11-20brk() and sbrk() should use void *, not char *. Note that sbrk()Todd C. Miller
2005-11-18FIONASYNC -> FIOASYNCJason McIntyre
2005-10-29rewording; ok millert ottoJared Yanovich
2005-10-27remove errors that no longer apply; ok millert, teduJared Yanovich
2005-10-20put HISTORY in the right order;Jason McIntyre
2005-10-19add missing header for HISTORY section; ok jmc awhile agoJared Yanovich
2005-10-19EFAULT corrections; ok millert and ottoJared Yanovich
2005-10-19missing full stopJared Yanovich
2005-10-09ANSI function prototypes in examples; ok ottoJared Yanovich
2005-10-03add struct udf_args;Jason McIntyre
2005-10-03add missing MLINK for WEXITSTATUS.2Jason McIntyre
2005-09-15tidy up lists and displays...Jason McIntyre
2005-09-14ptrace(2) following fork(2)Mark Kettenis
2005-09-12Missing colons.Miod Vallat