summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Collapse)Author
2006-11-14Adjust ktrace(2) man page to recent changes in struct ktr_header.Moritz Jodeit
OK tedu@
2006-10-31+.Xr fhstat 2Jason McIntyre
from mjf@netbsd -r.1.21 ok otto
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
rthreads are hardly done, but if just trying it out is too much of a hassle, we'll never make more progress. ok brad marc marco mbalmer
2006-10-14freebsd -r1.21:Jason McIntyre
Document what "msgsz" argument really denotes; from brian candler (freebsd pr #101145) Don't say that "msgsz" can be less than 0, it cannot as it's unsigned (POSIX has the same bug); from ru@freebsd ok millert deraadt
2006-10-14sync with <sys/stat.h>;Jason McIntyre
from simon barner (freebsd pr #57153); ok millert deraadt
2006-10-11SIGCONT may be sent to any process with the same session ID as the caller,Jason McIntyre
not to any process that is a descendant of the current process. from ryan younce (freebsd pr #58710); confirmed by otto and ok
2006-10-11be specific about what we mean by a "slow device";Jason McIntyre
kick started by netbsd pr 19603 from kevin p. neal. rillig@netbsd seems to have adapted that, and i have in turn adapted it again; ok otto
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
kill some trailing whitespace;
2006-10-05Add S_ISBLK(), S_ISCHR(), S_ISDIR(), S_ISFIFO(), S_ISLNK(), S_ISREG(),Ray Lai
and S_ISSOCK() macros. OK deraadt@, OK and help from jmc@.
2006-09-27remove superfluous paranthesisJasper Lievisse Adriaanse
from Matthew R. Dempsky <mrd at alkemio dot org> ok deraadt
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
from joachim schipper (pr #5228)
2006-09-03Add EINVAL and EOPNOTSUPP for remote filesystems,Ian Darwin
OK jmc@ miod@
2006-08-29If pgrp is zero, the process ID of the specified process is used.Christian Weisgerber
ok jmc@
2006-08-09correction from vasil dimov;Jason McIntyre
tweak whilst in here
2006-08-07- fix a sentenceJason McIntyre
- some indent
2006-08-04Add ENOMEDIUM and EMEDIUMTYPE to report medium errors to userland programsBob Beck
when using removable media devices, along with changes to scsi_base to detect such cases in tapes other devices. This makes tar, dd, and friends report a semi useful error message instead of nonsense when there is nothing in the device. Includes libc minor bump, and will require the corresponding sets change. ok krw@ deraadt@
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
it to errno. ok deraadt@
2006-07-09grammar tweak, on re-read;Jason McIntyre
2006-07-09- clean up the SOCK_RAW textJason McIntyre
- remove the SOCK_RDM text; suggested by krw - Xr inet(4) and inet6(4)
2006-06-20Mention that only the superuser may adjust the frequency. Like inRay Lai
adjtime(2), but less wordy. OK otto@, jmc@.
2006-06-14.Xr adjfreq and ntpdOtto Moerbeek
2006-06-14Introducing adjfreq(2), to adjust the clock frequency.Otto Moerbeek
Loosely based on dragonfly code. Man page help fro jmc@; ok deraadt@
2006-06-04Add a CAVEATS section: other systems might have more restrictive adjtime(2).Otto Moerbeek
With help from jmc@; ok deraadt@ jmc@
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
Hacked by marius@ at c2k5, okay miod@ krw@ deraadt@
2006-05-26better words; mrd@alkemio.orgTheo de Raadt
2006-05-15Adjust now that powerpc has PT_{GET|SET}FPREGS.Mark Kettenis
reminded by miod@
2006-05-09Administrative changes for aviion, ok deraadt@Miod Vallat
2006-04-12document ESRCH; from kristaps johnson (pr #5074)Jason McIntyre
description lifted from kill(2), as pointed out by deraadt ok deraadt
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
overwrite it with the value from ``set''. ok millert@
2006-03-12if a system call has no arguments, declare it (void), so that lint isTheo de Raadt
happier; ok moritz
2006-01-19make offset parameter to pwrite apparent in description.Marc Espie
okay jmc@
2006-01-18Clarify. Based on a diff by millert@, with additional input from miod@.Tom Cosgrove
ok millert@
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
+Nor will all implementations guarantee to give exactly the requested +permissions; more permissions may be granted than requested by +.Fa prot . ok miod jmc
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
OK deraadt@
2005-12-17Document PT_STEP (better late than never), and group the machine-dependentMiod Vallat
request with a (fixed) list of arches for each; tweaks and ok jmc@ kettenis@
2005-12-16clarify sentence; cannot reuse a stream socket after even trying to do a ↵Theo de Raadt
connect; spotted by tedu
2005-11-30Use sysctl(KERN_ARND) to get n bytes, instead of just 4 at a timeOtto Moerbeek
and remove fallback code. If somebody is dumb enough to make the sysctl fail using systrace, he deserves what he gets. Saves 7 syscalls on process startup. looks good miod@ ok deraadt@ tedu@
2005-11-29Provide stubs for things which are supplied by crt0. I don't think weTheo de Raadt
want a crt0.ln, at least, not yet. We may reconsider later.