Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Mention that kern.somaxconn is the real upper limit to the listen | 2010-04-14 | 1 | -4/+6 | ||
| | | | | queue depth. OK deraadt@ kettenis@ | |||||
* | Add missing documention: | 2010-04-03 | 1 | -2/+18 | ||
| | | | | | | | | - fork1() flags: FORK_SIGHAND, FORK_PTRACE, and FORK_THREAD - RTHREADS kernel option - rfork() RFTHREAD flag (with a BUGS entry that it's not usable from C) ok tedu@ | |||||
* | WARNINGS -> CAVEATS, and a little neccessary cleanup; | 2010-04-01 | 2 | -12/+12 | ||
| | ||||||
* | typo | 2010-04-01 | 1 | -2/+2 | ||
| | ||||||
* | document that setting the time of the machine is unsafe. explain why, | 2010-04-01 | 1 | -2/+18 | ||
| | | | | | and suggest workarounds ok guenther | |||||
* | Do not attempt to silently continue text for the last column of tables | 2010-02-25 | 1 | -5/+3 | ||
| | | | | | | | | | | | | | generated by .Bl -column .It <tab> on following lines. This is a workaround; fixing it properly in a way compatible with our old groff would require .Xo support for .Bl -column phrases in mandoc(1), which is too much work right now just to fix exactly this one place in our tree. ok jmc@ This commit fixes the last issue i'm aware of which prevented building our whole tree with mandoc. Not all pages format nicely yet, but none kill the build any more. | |||||
* | typo; ok oga | 2010-02-12 | 1 | -3/+3 | ||
| | | | | (sorry, i can't actually find where this started....) | |||||
* | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | 2010-02-03 | 1 | -20/+20 | ||
| | | | | | | | files or directories when applicable. The inspiration and name of MACHINE_CPU come from NetBSD, although the way to provide it to Makefiles is completely different. ok kettenis@ | |||||
* | encourage use of setreseuid(), and warn there are other privs; ok henning | 2010-01-11 | 1 | -5/+5 | ||
| | ||||||
* | Document ESPIPE and make EFAULT cover all functions. | 2009-12-30 | 2 | -16/+34 | ||
| | | | | jmc@ deraadt@ ok | |||||
* | move this file to Attic; the swapon(2) system call cannot be accessed | 2009-12-29 | 1 | -111/+0 | ||
| | | | | | | | | | | | | from userland since April 2003 and, of course, the manual page is not built either. see miod@'s change in r1.66 of src/lib/libc/sys/Makefile.inc. i would like to acknowledge the excellent advice from jmc@ and fgsch@ with relation to this change. ok miod@ | |||||
* | add missing paragraph break (.Pp) macro. | 2009-12-29 | 1 | -2/+3 | ||
| | ||||||
* | replace a few remaining UNIX terms with .Ux macros; this diff | 2009-12-29 | 5 | -26/+31 | ||
| | | | | completes the changes from Oct 22. | |||||
* | Update the list of async-signal-safe functions | 2009-12-16 | 1 | -144/+98 | ||
| | | | | | | | | | | Document that snprintf/vsnprintf/syslog_r() aren't async-signal-safe for floating-point Provide cursory documentation of SIGTHR Eliminate the NOTE section of the sigaction(2) manpage by merging the good bits into the STANDARDS section ok deraadt@ | |||||
* | wrap Nd in quotes, since it has >9 args; | 2009-11-27 | 1 | -2/+2 | ||
| | ||||||
* | Add setrdomain() and getrdomain() system calls. Committing now to | 2009-11-27 | 2 | -3/+67 | ||
| | | | | | | | | catch the libc major bump per request from deraadt@ Diff by reyk. ok guenther@ | |||||
* | Update the ENOTSUP summary and description. | 2009-11-24 | 1 | -4/+4 | ||
| | | | | | | Pointed out by Alan Bueno and jmc@ ok jmc@ | |||||
* | ctim -> ctime; from ca (pr #6256) | 2009-11-10 | 1 | -3/+3 | ||
| | ||||||
* | We don't have an "Ap" macro so ".Fn execve() Ap d" is wrong, reword to remove | 2009-10-27 | 1 | -16/+15 | ||
| | | | | | | it. ok jmc | |||||
* | add ENOTSUP and bump libc minor | 2009-10-26 | 1 | -2/+4 | ||
| | | | | | discussed with a few ok deraadt@ | |||||
* | add SF_ARCHIVED. ok millert@, tedu@ | 2009-08-20 | 1 | -4/+5 | ||
| | ||||||
* | various MLINK fixes from Alan R. S. Bueno; | 2009-08-13 | 1 | -2/+2 | ||
| | ||||||
* | promote correct style for error checking | 2009-07-09 | 2 | -8/+8 | ||
| | | | | ok tedu@ deraadt@ krw@ | |||||
* | Note that f_fsid gets cleared when caller is not the superuser. OK deraadt@ | 2009-06-05 | 2 | -4/+12 | ||
| | ||||||
* | abort any time adjustment in progress if the clock is set with settimeofday | 2009-06-05 | 1 | -2/+5 | ||
| | | | | ok millert | |||||
* | Arla client rename from xfs to nnpfs for later upgrades. Tested on various arches. ok todd@ beck@ | 2009-06-03 | 2 | -4/+4 | ||
| | ||||||
* | document superuser requirements, with input from jmc@ | 2009-03-28 | 1 | -2/+8 | ||
| | ||||||
* | fix typo | 2009-01-31 | 1 | -3/+3 | ||
| | | | | ok jmc@ | |||||
* | Change section: we're talking about the symlink system call, not the | 2009-01-30 | 1 | -2/+2 | ||
| | | | | | | generic symlink info ok jmc@ | |||||
* | tweak previous; | 2009-01-30 | 1 | -4/+4 | ||
| | ||||||
* | Update to reflect renaming of the st_[acm]timespec members to st_[acm]tim | 2009-01-29 | 1 | -22/+61 | ||
| | | | | | | | per the POSIX 1003.1-2008 spec. Also, tweak the information about what system calls hit which timestamps ok jmc@ | |||||
* | Document ENOBUFS for writev(2). | 2008-12-17 | 1 | -2/+4 | ||
| | | | | Okay claudio, deraadt. | |||||
* | Add unix(4) to SEE ALSO. | 2008-11-26 | 1 | -3/+4 | ||
| | | | | ok deraadt | |||||
* | - make the .Nd of link(2) and symlink(2) a bit more consistent | 2008-11-21 | 1 | -3/+3 | ||
| | | | | | | (train trips are soo boring...) ok jmc@ | |||||
* | some SEE ALSO additions from Ingo Schwarze; | 2008-10-24 | 5 | -10/+15 | ||
| | ||||||
* | Add PIOD_READ_AUXV, a way to get the ELF auxilliary vector through ptrace(2). | 2008-09-16 | 1 | -2/+6 | ||
| | | | | ok miod@ | |||||
* | as we did for reboot(8), do not attempt to list architectures | 2008-09-12 | 1 | -5/+2 | ||
| | | | | | which do or do not support certain options: it just goes horribly out of date; | |||||
* | improve SEE ALSO links; from Ingo Schwarze | 2008-08-04 | 6 | -27/+27 | ||
| | | | | ok otto millert | |||||
* | clarify EMSGSIZE | 2008-07-29 | 1 | -2/+9 | ||
| | | | | rewording by jmc@, "lovely" deraadt@ | |||||
* | document that mquery(2) is non-standard; hint and ok deraadt@ | 2008-06-30 | 1 | -2/+6 | ||
| | ||||||
* | xref mquery | 2008-06-30 | 1 | -2/+3 | ||
| | ||||||
* | First pass at removing clauses 3 and 4 from NetBSD licenses. | 2008-06-26 | 1 | -9/+2 | ||
| | | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | |||||
* | document access(2) can return EPERM; noted by Tim van der Molen; ok millert@ | 2008-06-10 | 1 | -1/+5 | ||
| | ||||||
* | add missing arg to .Fn | 2008-06-10 | 1 | -3/+3 | ||
| | ||||||
* | Update access(2) to have modern semantics with respect to X_OK and | 2008-06-09 | 1 | -8/+16 | ||
| | | | | | | the superuser. access(2) will now only indicate success for X_OK on non-directories if there is at least one execute bit set on the file. OK deraadt@ thib@ otto@ | |||||
* | kill trailing whitespace; | 2008-05-09 | 1 | -2/+2 | ||
| | ||||||
* | add SO_BINDANY with pf example; help from jmc, ok beck@ | 2008-05-09 | 1 | -2/+20 | ||
| | ||||||
* | Make the SO_TIMESTAMP sockopt work. When set, this allows the user to | 2008-05-02 | 1 | -2/+20 | ||
| | | | | | | | | | get a timestamp of when the datagram was accepted (by udp(4), for example) rather than having to take a timestamp with gettimeofday(2) when recv(2) returns - possibly several hundreds of microseconds later. May be of use to those interested in precision network timing schemes or QoS for media applications. Tested on alpha, amd64, i386 and sparc64. manpage suggestions from jmc, ok deraadt | |||||
* | - correct brk(2) prototype and man page to match implementation and POSIX. | 2008-04-24 | 3 | -8/+8 | ||
| | | | | | brk(2) returns an int value not a void *. brk(2) returns 0 upon success not a pointer to the new end of memory. okay millert@, kettenis@, deraadt@ | |||||
* | document EINVAL; from Dasn | 2008-04-05 | 1 | -2/+8 | ||
| | | | | ok millert |