Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | tweak; | 2006-08-03 | 1 | -2/+2 | ||
| | ||||||
* | EILSEQ is 84 not 83. | 2006-08-03 | 1 | -2/+2 | ||
| | ||||||
* | Document EILSEQ - forgotten by the wide character folks when they added | 2006-08-03 | 1 | -1/+3 | ||
| | | | | | it to errno. ok deraadt@ | |||||
* | grammar tweak, on re-read; | 2006-07-09 | 1 | -2/+2 | ||
| | ||||||
* | - clean up the SOCK_RAW text | 2006-07-09 | 1 | -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 in | 2006-06-20 | 1 | -1/+3 | ||
| | | | | | | adjtime(2), but less wordy. OK otto@, jmc@. | |||||
* | .Xr adjfreq and ntpd | 2006-06-14 | 1 | -1/+3 | ||
| | ||||||
* | Introducing adjfreq(2), to adjust the clock frequency. | 2006-06-14 | 2 | -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). | 2006-06-04 | 1 | -2/+10 | ||
| | | | | With help from jmc@; ok deraadt@ jmc@ | |||||
* | Allow any user to request the current adjustment; ok henning@ deraadt@ | 2006-06-04 | 1 | -3/+6 | ||
| | ||||||
* | Make libc's getcwd() use the new __getcwd() system call | 2006-05-27 | 1 | -2/+2 | ||
| | | | | Hacked by marius@ at c2k5, okay miod@ krw@ deraadt@ | |||||
* | better words; mrd@alkemio.org | 2006-05-26 | 1 | -2/+2 | ||
| | ||||||
* | Adjust now that powerpc has PT_{GET|SET}FPREGS. | 2006-05-15 | 1 | -4/+4 | ||
| | | | | reminded by miod@ | |||||
* | Administrative changes for aviion, ok deraadt@ | 2006-05-09 | 1 | -4/+5 | ||
| | ||||||
* | document ESRCH; from kristaps johnson (pr #5074) | 2006-04-12 | 1 | -1/+4 | ||
| | | | | | description lifted from kill(2), as pointed out by deraadt ok deraadt | |||||
* | ARGSUSED where needed | 2006-03-31 | 1 | -1/+2 | ||
| | ||||||
* | Clean the correct file. ok deraadt@ | 2006-03-13 | 1 | -2/+2 | ||
| | ||||||
* | Correctly check for the exit value of getopt(1) and don't | 2006-03-13 | 1 | -3/+4 | ||
| | | | | overwrite it with the value from ``set''. ok millert@ | |||||
* | if a system call has no arguments, declare it (void), so that lint is | 2006-03-12 | 1 | -15/+17 | ||
| | | | | happier; ok moritz | |||||
* | make offset parameter to pwrite apparent in description. | 2006-01-19 | 1 | -3/+4 | ||
| | | | | okay jmc@ | |||||
* | Clarify. Based on a diff by millert@, with additional input from miod@. | 2006-01-18 | 1 | -4/+24 | ||
| | | | | ok millert@ | |||||
* | make the PROT_ list a little nicer; | 2006-01-18 | 1 | -2/+3 | ||
| | ||||||
* | add a piece of text, copied here so that people can think about it: | 2006-01-18 | 1 | -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@ | 2006-01-01 | 1 | -7/+7 | ||
| | ||||||
* | Userland programs should include <errno.h> not <sys/errno.h> | 2005-12-21 | 1 | -2/+2 | ||
| | | | | OK deraadt@ | |||||
* | Document PT_STEP (better late than never), and group the machine-dependent | 2005-12-17 | 1 | -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 tedu | 2005-12-16 | 1 | -2/+2 | ||
| | ||||||
* | Use sysctl(KERN_ARND) to get n bytes, instead of just 4 at a time | 2005-11-30 | 1 | -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 we | 2005-11-29 | 2 | -3/+10 | ||
| | | | | want a crt0.ln, at least, not yet. We may reconsider later. | |||||
* | make Lint prototypes equal; ok millert | 2005-11-28 | 2 | -5/+5 | ||
| | ||||||
* | brk() and sbrk() should use void *, not char *. Note that sbrk() | 2005-11-20 | 1 | -4/+4 | ||
| | | | | | should take intptr_t, not int, but we don't presently have intptr_t available from unistd.h. OK marco@ | |||||
* | FIONASYNC -> FIOASYNC | 2005-11-18 | 1 | -2/+2 | ||
| | | | | from nicholas marriott; | |||||
* | rewording; ok millert otto | 2005-10-29 | 1 | -2/+2 | ||
| | ||||||
* | remove errors that no longer apply; ok millert, tedu | 2005-10-27 | 1 | -10/+1 | ||
| | ||||||
* | put HISTORY in the right order; | 2005-10-20 | 1 | -6/+6 | ||
| | ||||||
* | add missing header for HISTORY section; ok jmc awhile ago | 2005-10-19 | 1 | -2/+2 | ||
| | ||||||
* | EFAULT corrections; ok millert and otto | 2005-10-19 | 4 | -5/+13 | ||
| | ||||||
* | missing full stop | 2005-10-19 | 1 | -2/+2 | ||
| | ||||||
* | ANSI function prototypes in examples; ok otto | 2005-10-09 | 1 | -8/+4 | ||
| | ||||||
* | add struct udf_args; | 2005-10-03 | 1 | -1/+8 | ||
| | | | | | requested by mpech@ ok otto@ | |||||
* | add missing MLINK for WEXITSTATUS.2 | 2005-10-03 | 1 | -14/+2 | ||
| | ||||||
* | tidy up lists and displays... | 2005-09-15 | 1 | -3/+7 | ||
| | ||||||
* | ptrace(2) following fork(2) | 2005-09-14 | 1 | -1/+64 | ||
| | | | | ok miod@ | |||||
* | Missing colons. | 2005-09-12 | 3 | -6/+6 | ||
| | ||||||
* | punctuation; | 2005-09-12 | 1 | -3/+3 | ||
| | ||||||
* | take some .Fd out of a literal block; | 2005-09-06 | 1 | -4/+4 | ||
| | | | | from juha erkkila; | |||||
* | Update a few error descriptions w.r.t. obtaining the limits | 2005-08-18 | 1 | -6/+16 | ||
| | | | | | | that cause the errors to reality. ok millert, jmc | |||||
* | document EINVAL return bad values as "which"; ok deraadt, millert | 2005-08-14 | 1 | -1/+5 | ||
| | ||||||
* | add a standard RETURN VALUES section; ok deraadt, millert | 2005-08-14 | 1 | -3/+7 | ||
| | ||||||
* | here too: sysctl is fs.posix.setuid, not fs.posix.suid; | 2005-08-12 | 1 | -2/+2 | ||
| |