summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Collapse)Author
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.
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
should take intptr_t, not int, but we don't presently have intptr_t available from unistd.h. OK marco@
2005-11-18FIONASYNC -> FIOASYNCJason McIntyre
from nicholas marriott;
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
requested by mpech@ ok otto@
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
ok miod@
2005-09-12Missing colons.Miod Vallat
2005-09-12punctuation;Jason McIntyre
2005-09-06take some .Fd out of a literal block;Jason McIntyre
from juha erkkila;
2005-08-18Update a few error descriptions w.r.t. obtaining the limitsJared Yanovich
that cause the errors to reality. ok millert, jmc
2005-08-14document EINVAL return bad values as "which"; ok deraadt, millertJared Yanovich
2005-08-14add a standard RETURN VALUES section; ok deraadt, millertJared Yanovich
2005-08-12here too: sysctl is fs.posix.setuid, not fs.posix.suid;Jason McIntyre
2005-08-12remove incorrect punctuation introduced by last revision,Jared Yanovich
pointed out by deraadt and jmc
2005-08-11wording; ok jaredy@Jason McIntyre
2005-08-10macro, capitalization, and layout improvementsJared Yanovich
2005-08-10grammar; ok jmcJared Yanovich
2005-08-10- sys/mount.h wants sys/param.hJared Yanovich
- path can also cause EFAULT ok jmc
2005-08-10- layout, macro, and punctuation tweaksJared Yanovich
- refer to formal parameters consistently - kill a duplicate description of EMFILE in ERRORS ok jmc
2005-08-10- macros, punctuation, wording, and rewordingJared Yanovich
- fix issue from -r 1.5 about a reference to flock(2) being moved to the wrong place - use FD_CLOEXEC instead of 1 to fcntl() - refer to formal parameters consistently ok jmc
2005-08-10- standard ERRORS layoutJared Yanovich
- refer to formal parameters correctly ok jmc
2005-08-10- macrosJared Yanovich
- chflags() also returns EINVAL for invalid flags - chflags() also returns EINVAL for attempts to change flags on devices as non-superuser ok jmc
2005-08-10- punctuation & wordingJared Yanovich
- fix up RETURN VALUES section ok jmc
2005-08-10- punctuation fixesJared Yanovich
- refer to formal parameters consistently. ok jmc
2005-08-10- wordingJared Yanovich
- remove mention of antiquated protocols (e.g. ISO) - in example, use err() instead of errx() on error return since errno will be set - addrlen may also cause EFAULT ok jmc
2005-08-08zap remaining rcsid.Marc Espie
Kill old files that are no longer compiled. okay theo
2005-07-20No PT_[GS]ETFPREGS on mips.Miod Vallat
2005-07-04link to new CMSG_DATA(3); prod by deraadtJared Yanovich
2005-06-18Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@Todd C. Miller
2005-06-17Extended Attributes was a piece to get to ACLs, however ACLs have notDale Rahn
been worked on, so EA is pointless to maintain.
2005-06-17remove undelete syscallTodd C. Miller
2005-06-15bye bye whiteoutsTodd C. Miller