summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* tweak;jmc2006-08-031-2/+2
|
* EILSEQ is 84 not 83.beck2006-08-031-2/+2
|
* Document EILSEQ - forgotten by the wide character folks when they addedbeck2006-08-031-1/+3
| | | | | it to errno. ok deraadt@
* grammar tweak, on re-read;jmc2006-07-091-2/+2
|
* - clean up the SOCK_RAW textjmc2006-07-091-8/+5
| | | | | - remove the SOCK_RDM text; suggested by krw - Xr inet(4) and inet6(4)
* Mention that only the superuser may adjust the frequency. Like inray2006-06-201-1/+3
| | | | | | adjtime(2), but less wordy. OK otto@, jmc@.
* .Xr adjfreq and ntpdotto2006-06-141-1/+3
|
* Introducing adjfreq(2), to adjust the clock frequency.otto2006-06-142-3/+86
| | | | Loosely based on dragonfly code. Man page help fro jmc@; ok deraadt@
* Add a CAVEATS section: other systems might have more restrictive adjtime(2).otto2006-06-041-2/+10
| | | | With help from jmc@; ok deraadt@ jmc@
* Allow any user to request the current adjustment; ok henning@ deraadt@otto2006-06-041-3/+6
|
* Make libc's getcwd() use the new __getcwd() system callpedro2006-05-271-2/+2
| | | | Hacked by marius@ at c2k5, okay miod@ krw@ deraadt@
* better words; mrd@alkemio.orgderaadt2006-05-261-2/+2
|
* Adjust now that powerpc has PT_{GET|SET}FPREGS.kettenis2006-05-151-4/+4
| | | | reminded by miod@
* Administrative changes for aviion, ok deraadt@miod2006-05-091-4/+5
|
* document ESRCH; from kristaps johnson (pr #5074)jmc2006-04-121-1/+4
| | | | | description lifted from kill(2), as pointed out by deraadt ok deraadt
* ARGSUSED where neededderaadt2006-03-311-1/+2
|
* Clean the correct file. ok deraadt@moritz2006-03-131-2/+2
|
* Correctly check for the exit value of getopt(1) and don'tmoritz2006-03-131-3/+4
| | | | overwrite it with the value from ``set''. ok millert@
* if a system call has no arguments, declare it (void), so that lint isderaadt2006-03-121-15/+17
| | | | happier; ok moritz
* make offset parameter to pwrite apparent in description.espie2006-01-191-3/+4
| | | | okay jmc@
* Clarify. Based on a diff by millert@, with additional input from miod@.tom2006-01-181-4/+24
| | | | ok millert@
* make the PROT_ list a little nicer;jmc2006-01-181-2/+3
|
* add a piece of text, copied here so that people can think about it:deraadt2006-01-181-1/+4
| | | | | | | +Nor will all implementations guarantee to give exactly the requested +permissions; more permissions may be granted than requested by +.Fa prot . ok miod jmc
* fix desc of struct kevent, OK millert@marc2006-01-011-7/+7
|
* Userland programs should include <errno.h> not <sys/errno.h>millert2005-12-211-2/+2
| | | | OK deraadt@
* Document PT_STEP (better late than never), and group the machine-dependentmiod2005-12-171-29/+30
| | | | request with a (fixed) list of arches for each; tweaks and ok jmc@ kettenis@
* clarify sentence; cannot reuse a stream socket after even trying to do a connect; spotted by teduderaadt2005-12-161-2/+2
|
* Use sysctl(KERN_ARND) to get n bytes, instead of just 4 at a timeotto2005-11-301-10/+5
| | | | | | | 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@
* Provide stubs for things which are supplied by crt0. I don't think wederaadt2005-11-292-3/+10
| | | | want a crt0.ln, at least, not yet. We may reconsider later.
* make Lint prototypes equal; ok millertderaadt2005-11-282-5/+5
|
* brk() and sbrk() should use void *, not char *. Note that sbrk()millert2005-11-201-4/+4
| | | | | should take intptr_t, not int, but we don't presently have intptr_t available from unistd.h. OK marco@
* FIONASYNC -> FIOASYNCjmc2005-11-181-2/+2
| | | | from nicholas marriott;
* rewording; ok millert ottojaredy2005-10-291-2/+2
|
* remove errors that no longer apply; ok millert, tedujaredy2005-10-271-10/+1
|
* put HISTORY in the right order;jmc2005-10-201-6/+6
|
* add missing header for HISTORY section; ok jmc awhile agojaredy2005-10-191-2/+2
|
* EFAULT corrections; ok millert and ottojaredy2005-10-194-5/+13
|
* missing full stopjaredy2005-10-191-2/+2
|
* ANSI function prototypes in examples; ok ottojaredy2005-10-091-8/+4
|
* add struct udf_args;jmc2005-10-031-1/+8
| | | | | requested by mpech@ ok otto@
* add missing MLINK for WEXITSTATUS.2jmc2005-10-031-14/+2
|
* tidy up lists and displays...jmc2005-09-151-3/+7
|
* ptrace(2) following fork(2)kettenis2005-09-141-1/+64
| | | | ok miod@
* Missing colons.miod2005-09-123-6/+6
|
* punctuation;jmc2005-09-121-3/+3
|
* take some .Fd out of a literal block;jmc2005-09-061-4/+4
| | | | from juha erkkila;
* Update a few error descriptions w.r.t. obtaining the limitsjaredy2005-08-181-6/+16
| | | | | | that cause the errors to reality. ok millert, jmc
* document EINVAL return bad values as "which"; ok deraadt, millertjaredy2005-08-141-1/+5
|
* add a standard RETURN VALUES section; ok deraadt, millertjaredy2005-08-141-3/+7
|
* here too: sysctl is fs.posix.setuid, not fs.posix.suid;jmc2005-08-121-2/+2
|