Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-28 | tweaks; ok thib | Jason McIntyre | |
2007-05-27 | cleanup the nfssvc() system call. | Thordur I. Bjornsson | |
* Remove alot of dead kerberos code like the options for NFSSVC_AUTHIN and NFSSVC_AUTHFAIL wich where originally to get the kerberos auth info into the kernel. (that hasnt worked for long, if ever.) Also remove some helper functions and associated goo, however theres still alot of it left. * Remove NFSSVC_BIOD, biod's where replaced with kernel threads a long time ago. * NFSSVC_MNTD wich was is NQNFS leftover. Update the man page and nfsd(8). nfssvc(2) besides being special has only one user in the tree nfsd(8), therefore no library bumps are needed. (discussed with deraadt@). ok beck@, "go a head" deraadt@ Tested by ckuethe@ | |||
2007-05-21 | add EOVERFLOW and ECANCELED here too. | Jasper Lievisse Adriaanse | |
reminded and ok jmc@ | |||
2007-05-02 | Document the lack of error return value in arc4random. | Pierre-Yves Ritschard | |
Sync the documentation in getpid with arc4random's format. | |||
2007-03-30 | document accept can return EINTR. ok millert@ jmc@ | Kurt Miller | |
2007-03-21 | Add support for mounting arbitrary sessions, from Enache Adrian | Pedro Martelletto | |
OK deraadt@ mjc@ canacar@ krw@, with much input from Enache himself | |||
2007-03-07 | manual page update by Bruce M. Simpson <bms@FreeBSD.org> to | Jason McIntyre | |
reflect how shutdown() behaves with PF_INET and PF_INET6 sockets; help/ok millert otto | |||
2007-02-26 | another EINVAL case documented | Otto Moerbeek | |
2007-02-26 | Now that the code is consistent, make the descriptions of EINVAL | Otto Moerbeek | |
consisten also. ok millert@ jmc@ | |||
2007-02-09 | improve example by showing how to skip invalid entries; ok millert@ | Otto Moerbeek | |
2007-02-07 | sys/swap.h needs sys/param.h and sort while here | Nikolay Sturm | |
feedback and ok pedro | |||
2007-02-03 | fix NAME, ok jmc@ | Marc Espie | |
2006-12-21 | make more correct and less confusing; noted by David Madore; | Otto Moerbeek | |
ok jmc@ deraadt@ | |||
2006-12-15 | Nuke GEMDOSFS. Unused part of unused atari port. Simplifies | Kenneth R Westerback | |
MSDOSFS code. Eliminates -G option to mount_msdos. Nit detection by gwk@, tom@, jmc@. ok weingart@ tom@ thib@ dlg@ deraadt@ | |||
2006-11-14 | Adjust ktrace(2) man page to recent changes in struct ktr_header. | Moritz Jodeit | |
OK tedu@ | |||
2006-10-31 | +.Xr fhstat 2 | Jason McIntyre | |
from mjf@netbsd -r.1.21 ok otto | |||
2006-10-24 | evil AF_ISO and AF_NS references were hiding here, but we'll hunt 'em all down! | Henning Brauer | |
2006-10-24 | add rthread syscalls and bump minor. | Ted Unangst | |
rthreads are hardly done, but if just trying it out is too much of a hassle, we'll never make more progress. ok brad marc marco mbalmer | |||
2006-10-14 | freebsd -r1.21: | Jason McIntyre | |
Document what "msgsz" argument really denotes; from brian candler (freebsd pr #101145) Don't say that "msgsz" can be less than 0, it cannot as it's unsigned (POSIX has the same bug); from ru@freebsd ok millert deraadt | |||
2006-10-14 | sync with <sys/stat.h>; | Jason McIntyre | |
from simon barner (freebsd pr #57153); ok millert deraadt | |||
2006-10-11 | SIGCONT may be sent to any process with the same session ID as the caller, | Jason McIntyre | |
not to any process that is a descendant of the current process. from ryan younce (freebsd pr #58710); confirmed by otto and ok | |||
2006-10-11 | be specific about what we mean by a "slow device"; | Jason McIntyre | |
kick started by netbsd pr 19603 from kevin p. neal. rillig@netbsd seems to have adapted that, and i have in turn adapted it again; ok otto | |||
2006-10-10 | MLINKS to macros described in stat(2) | Theo de Raadt | |
2006-10-05 | supply -indent to another display, to make the page match; | Jason McIntyre | |
kill some trailing whitespace; | |||
2006-10-05 | Add S_ISBLK(), S_ISCHR(), S_ISDIR(), S_ISFIFO(), S_ISLNK(), S_ISREG(), | Ray Lai | |
and S_ISSOCK() macros. OK deraadt@, OK and help from jmc@. | |||
2006-09-27 | remove superfluous paranthesis | Jasper Lievisse Adriaanse | |
from Matthew R. Dempsky <mrd at alkemio dot org> ok deraadt | |||
2006-09-22 | Remove reference to LFS, okay deraadt@ | Pedro Martelletto | |
2006-09-15 | better desciption of ESRCH; prompted by jmc@; ok miod@ jmc@ | Otto Moerbeek | |
2006-09-07 | knock out an .Xr to self; | Jason McIntyre | |
from joachim schipper (pr #5228) | |||
2006-09-03 | Add EINVAL and EOPNOTSUPP for remote filesystems, | Ian Darwin | |
OK jmc@ miod@ | |||
2006-08-29 | If pgrp is zero, the process ID of the specified process is used. | Christian Weisgerber | |
ok jmc@ | |||
2006-08-09 | correction from vasil dimov; | Jason McIntyre | |
tweak whilst in here | |||
2006-08-07 | - fix a sentence | Jason McIntyre | |
- some indent | |||
2006-08-04 | Add ENOMEDIUM and EMEDIUMTYPE to report medium errors to userland programs | Bob Beck | |
when using removable media devices, along with changes to scsi_base to detect such cases in tapes other devices. This makes tar, dd, and friends report a semi useful error message instead of nonsense when there is nothing in the device. Includes libc minor bump, and will require the corresponding sets change. ok krw@ deraadt@ | |||
2006-08-04 | clarification from kristaps johnson; | Jason McIntyre | |
2006-08-03 | tweak; | Jason McIntyre | |
2006-08-03 | EILSEQ is 84 not 83. | Bob Beck | |
2006-08-03 | Document EILSEQ - forgotten by the wide character folks when they added | Bob Beck | |
it to errno. ok deraadt@ | |||
2006-07-09 | grammar tweak, on re-read; | Jason McIntyre | |
2006-07-09 | - clean up the SOCK_RAW text | Jason McIntyre | |
- remove the SOCK_RDM text; suggested by krw - Xr inet(4) and inet6(4) | |||
2006-06-20 | Mention that only the superuser may adjust the frequency. Like in | Ray Lai | |
adjtime(2), but less wordy. OK otto@, jmc@. | |||
2006-06-14 | .Xr adjfreq and ntpd | Otto Moerbeek | |
2006-06-14 | Introducing adjfreq(2), to adjust the clock frequency. | Otto Moerbeek | |
Loosely based on dragonfly code. Man page help fro jmc@; ok deraadt@ | |||
2006-06-04 | Add a CAVEATS section: other systems might have more restrictive adjtime(2). | Otto Moerbeek | |
With help from jmc@; ok deraadt@ jmc@ | |||
2006-06-04 | Allow any user to request the current adjustment; ok henning@ deraadt@ | Otto Moerbeek | |
2006-05-27 | Make libc's getcwd() use the new __getcwd() system call | Pedro Martelletto | |
Hacked by marius@ at c2k5, okay miod@ krw@ deraadt@ | |||
2006-05-26 | better words; mrd@alkemio.org | Theo de Raadt | |
2006-05-15 | Adjust now that powerpc has PT_{GET|SET}FPREGS. | Mark Kettenis | |
reminded by miod@ | |||
2006-05-09 | Administrative changes for aviion, ok deraadt@ | Miod Vallat | |
2006-04-12 | document ESRCH; from kristaps johnson (pr #5074) | Jason McIntyre | |
description lifted from kill(2), as pointed out by deraadt ok deraadt |