summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys (follow)
Commit message (Collapse)AuthorAgeFilesLines
* .Xr ipcs 1henning2002-10-072-2/+6
| | | | | | | | .Xr ipcrm 1 grendel at zeitbombe dot org some input millert ok millert ian theo
* Document FD_CLOEXEC; from FreeBSD (Peter Jeremy)millert2002-09-191-7/+14
|
* fix Xr refs; frisco@blackant.netderaadt2002-09-182-4/+4
|
* uncommit, since it breaks macppc libc. millert and miod have now said theyderaadt2002-09-178-24/+37
| | | | | | did NOT approve those for commit. why did mickey feel he was ok to go commiting a set of diffs which had not been passed around and tested by people? we don't know. mickey, have you got something to say for yourself?
* move __syscall prototype into unistd.h (like everybody else) and avoid private protos for it everywhere; millert@ okmickey2002-09-178-37/+24
|
* mickey, did you not look at the output?deraadt2002-09-171-1/+2
|
* Sync limits described by EFBIG and ELOOP with current reality; from NetBSD.aaron2002-08-111-3/+5
| | | | miod@ ok
* grammar nitspjanzen2002-08-091-5/+4
|
* document generic ioctls. ok art@wcobb2002-08-081-1/+49
|
* Comma splice introduced in last commit.aaron2002-08-061-2/+2
|
* Fix brain blackout.art2002-08-051-2/+2
| | | | Pointed out byb miod@.
* One more ELF_TOOLCHAIN.art2002-08-051-2/+2
|
* o Mention that interval timers are cleared (FreeBSD)millert2002-07-241-1/+21
| | | | | | | o Mention that _exit(2) should be used to avoid problems with stdio buffers and atexit(3) o Add STANDARDS section OK deraadt@
* ansideraadt2002-07-161-4/+2
|
* Back out revision 1.3; we return EWOULDBLOCK on lock failure, not EAGAIN.millert2002-07-111-9/+2
|
* Remove kernel support for NTP. ok deraadt@ and tholo@nordin2002-07-062-4/+2
|
* note Supplementary group IDs remain unchanged; ok deraadt@ tholo@stevesk2002-06-271-2/+4
|
* match man page to source; from Jean-Francois Brousseau <krapht@secureops.com>todd2002-06-161-3/+3
| | | | ok deraadt@
* correct comment.fgsch2002-06-101-2/+2
|
* spelling; moritz@jodeit.orgderaadt2002-06-091-3/+3
|
* ELF architectures all support weak aliases, enable them for this part.drahn2002-06-081-2/+2
| | | | ok fgsch@
* Fix *documentation*: one arg of the ktrace(2) is pid_t not int, found whilempech2002-06-061-2/+2
| | | | | | have fun w/ pid_t cleanups. millert@ ok
* typo fix from NetBSDpjanzen2002-05-311-2/+2
|
* nsems must be > 0, not >= 0; Michael Knudsenmillert2002-05-051-3/+3
|
* SWAP_OFF has been implemented a long time ago.art2002-05-021-6/+0
| | | | Noted by Kamo Hiroyasu
* Sync EA with FreeBSD, mostly addition of new ENOATTR errno.drahn2002-05-012-2/+6
| | | | ok millert@, art@
* o) start new sentence on a new line;mpech2002-05-011-2/+3
| | | | | | | o) always close .Bl tags; o) fix usage of .Xr; millert@ ok
* Some errno entries were not documented or added to _sys_errlist[] whendrahn2002-04-301-1/+5
| | | | they were added to errno.h. Add the missing entries. ok millert@
* Initial cleanup:mpech2002-04-3013-50/+52
| | | | | | | | | | | | o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok
* sync doc, export->export_info.espie2002-04-231-6/+8
|
* don't attach to system processes.fgsch2002-04-101-1/+5
| | | | art@ niklas@ markus@ millert@ deraadt@ ok.
* .Xr getpeereid.espie2002-04-081-1/+6
| | | | ok millert@
* doc ECONNREFUSED; maurice@amaze.nlderaadt2002-03-311-1/+11
|
* Fix error; open(2) is not supposed to restart when SA_RESTART is set,millert2002-03-141-2/+1
| | | | that is why it is documented as returning EINTR.
* Document reality.art2002-03-121-6/+19
|
* Document PT_IOart2002-03-111-1/+39
|
* Clarify rename(2) behavior in the presence of a system crash.millert2002-03-101-2/+4
| | | | From FreeBSD by way of Claus Assmann.
* Document how NOTE_TRACK behaves.art2002-03-021-2/+2
| | | | | | When the documentation and implementation are inconsistent the smallest change wins. To correct the implementation was a big change, to correct the documentation was a one word fix.
* .In -> .Fdfgsch2002-02-231-3/+3
|
* Add a big fat warning that setlogin() changes the login name for allmillert2002-02-231-8/+48
| | | | | | | processes in the session. Adapted from FreeBSD. Also remove the paragraph in BUGS about the kernel login name being larger than what is in utmp--we now have login usernames in utmp.
* manpages fixes, mostly from fgsch@ with cleanup and correction.drahn2002-02-221-7/+4
|
* Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@drahn2002-02-222-1/+235
| | | | libc support pieces
* note KTRFAC_EMULderaadt2002-02-221-1/+2
|
* remove rfork.o from the auto-generated assembler stubsart2002-02-211-3/+2
|
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-192-27/+3
|
* rfork() needs a fork.S-like stub as well; ok artderaadt2002-02-171-2/+2
|
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-162-5/+5
|
* Document that close-on-exec is not touched in dup2 when oldd == newd.art2002-02-081-1/+4
|
* most of these is v2, not v6mickey2002-01-2411-19/+39
|
* MNAMELEN is 90, not 32; peterw AT ifost.org.aumillert2002-01-151-2/+2
|