Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .Xr ipcs 1 | 2002-10-07 | 2 | -2/+6 | |
| | | | | | | | | .Xr ipcrm 1 grendel at zeitbombe dot org some input millert ok millert ian theo | ||||
* | Document FD_CLOEXEC; from FreeBSD (Peter Jeremy) | 2002-09-19 | 1 | -7/+14 | |
| | |||||
* | fix Xr refs; frisco@blackant.net | 2002-09-18 | 2 | -4/+4 | |
| | |||||
* | uncommit, since it breaks macppc libc. millert and miod have now said they | 2002-09-17 | 8 | -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@ ok | 2002-09-17 | 8 | -37/+24 | |
| | |||||
* | mickey, did you not look at the output? | 2002-09-17 | 1 | -1/+2 | |
| | |||||
* | Sync limits described by EFBIG and ELOOP with current reality; from NetBSD. | 2002-08-11 | 1 | -3/+5 | |
| | | | | miod@ ok | ||||
* | grammar nits | 2002-08-09 | 1 | -5/+4 | |
| | |||||
* | document generic ioctls. ok art@ | 2002-08-08 | 1 | -1/+49 | |
| | |||||
* | Comma splice introduced in last commit. | 2002-08-06 | 1 | -2/+2 | |
| | |||||
* | Fix brain blackout. | 2002-08-05 | 1 | -2/+2 | |
| | | | | Pointed out byb miod@. | ||||
* | One more ELF_TOOLCHAIN. | 2002-08-05 | 1 | -2/+2 | |
| | |||||
* | o Mention that interval timers are cleared (FreeBSD) | 2002-07-24 | 1 | -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@ | ||||
* | ansi | 2002-07-16 | 1 | -4/+2 | |
| | |||||
* | Back out revision 1.3; we return EWOULDBLOCK on lock failure, not EAGAIN. | 2002-07-11 | 1 | -9/+2 | |
| | |||||
* | Remove kernel support for NTP. ok deraadt@ and tholo@ | 2002-07-06 | 2 | -4/+2 | |
| | |||||
* | note Supplementary group IDs remain unchanged; ok deraadt@ tholo@ | 2002-06-27 | 1 | -2/+4 | |
| | |||||
* | match man page to source; from Jean-Francois Brousseau <krapht@secureops.com> | 2002-06-16 | 1 | -3/+3 | |
| | | | | ok deraadt@ | ||||
* | correct comment. | 2002-06-10 | 1 | -2/+2 | |
| | |||||
* | spelling; moritz@jodeit.org | 2002-06-09 | 1 | -3/+3 | |
| | |||||
* | ELF architectures all support weak aliases, enable them for this part. | 2002-06-08 | 1 | -2/+2 | |
| | | | | ok fgsch@ | ||||
* | Fix *documentation*: one arg of the ktrace(2) is pid_t not int, found while | 2002-06-06 | 1 | -2/+2 | |
| | | | | | | have fun w/ pid_t cleanups. millert@ ok | ||||
* | typo fix from NetBSD | 2002-05-31 | 1 | -2/+2 | |
| | |||||
* | nsems must be > 0, not >= 0; Michael Knudsen | 2002-05-05 | 1 | -3/+3 | |
| | |||||
* | SWAP_OFF has been implemented a long time ago. | 2002-05-02 | 1 | -6/+0 | |
| | | | | Noted by Kamo Hiroyasu | ||||
* | Sync EA with FreeBSD, mostly addition of new ENOATTR errno. | 2002-05-01 | 2 | -2/+6 | |
| | | | | ok millert@, art@ | ||||
* | o) start new sentence on a new line; | 2002-05-01 | 1 | -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[] when | 2002-04-30 | 1 | -1/+5 | |
| | | | | they were added to errno.h. Add the missing entries. ok millert@ | ||||
* | Initial cleanup: | 2002-04-30 | 13 | -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. | 2002-04-23 | 1 | -6/+8 | |
| | |||||
* | don't attach to system processes. | 2002-04-10 | 1 | -1/+5 | |
| | | | | art@ niklas@ markus@ millert@ deraadt@ ok. | ||||
* | .Xr getpeereid. | 2002-04-08 | 1 | -1/+6 | |
| | | | | ok millert@ | ||||
* | doc ECONNREFUSED; maurice@amaze.nl | 2002-03-31 | 1 | -1/+11 | |
| | |||||
* | Fix error; open(2) is not supposed to restart when SA_RESTART is set, | 2002-03-14 | 1 | -2/+1 | |
| | | | | that is why it is documented as returning EINTR. | ||||
* | Document reality. | 2002-03-12 | 1 | -6/+19 | |
| | |||||
* | Document PT_IO | 2002-03-11 | 1 | -1/+39 | |
| | |||||
* | Clarify rename(2) behavior in the presence of a system crash. | 2002-03-10 | 1 | -2/+4 | |
| | | | | From FreeBSD by way of Claus Assmann. | ||||
* | Document how NOTE_TRACK behaves. | 2002-03-02 | 1 | -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 -> .Fd | 2002-02-23 | 1 | -3/+3 | |
| | |||||
* | Add a big fat warning that setlogin() changes the login name for all | 2002-02-23 | 1 | -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. | 2002-02-22 | 1 | -7/+4 | |
| | |||||
* | Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@ | 2002-02-22 | 2 | -1/+235 | |
| | | | | libc support pieces | ||||
* | note KTRFAC_EMUL | 2002-02-22 | 1 | -1/+2 | |
| | |||||
* | remove rfork.o from the auto-generated assembler stubs | 2002-02-21 | 1 | -3/+2 | |
| | |||||
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | 2002-02-19 | 2 | -27/+3 | |
| | |||||
* | rfork() needs a fork.S-like stub as well; ok art | 2002-02-17 | 1 | -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. | 2002-02-16 | 2 | -5/+5 | |
| | |||||
* | Document that close-on-exec is not touched in dup2 when oldd == newd. | 2002-02-08 | 1 | -1/+4 | |
| | |||||
* | most of these is v2, not v6 | 2002-01-24 | 11 | -19/+39 | |
| | |||||
* | MNAMELEN is 90, not 32; peterw AT ifost.org.au | 2002-01-15 | 1 | -2/+2 | |
| |