Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct the return value of vfork(2) and rfork(2) in their | robert | 2003-04-27 | 2 | -2/+2 |
| | | | | manual page function prototypes. | ||||
* | Add a manual page for the ntp_gettime syscall. | trhodes | 2003-04-17 | 2 | -2/+106 |
| | | | | Reviewed by: ru, phk (older version). | ||||
* | Add a manual page for the ntp_adjtime syscall. | trhodes | 2003-04-15 | 2 | -1/+148 |
| | | | | | PR: 32674 Reviewed by: phk, ru | ||||
* | o In struct prison, add an allprison linked list of prisons (protected | mike | 2003-04-09 | 2 | -3/+30 |
| | | | | | | | | | | | | | | | by allprison_mtx), a unique prison/jail identifier field, two path fields (pr_path for reporting and pr_root vnode instance) to store the chroot() point of each jail. o Add jail_attach(2) to allow a process to bind to an existing jail. o Add change_root() to perform the chroot operation on a specified vnode. o Generalize change_dir() to accept a vnode, and move namei() calls to callers of change_dir(). o Add a new sysctl (security.jail.list) which is a group of struct xprison instances that represent a snapshot of active jails. Reviewed by: rwatson, tjr | ||||
* | [1] - Document EHOSTUNREACH as a possible error | ceri | 2003-04-01 | 1 | -1/+3 |
| | | | | | | | | [2] - Remove a contraction PR: docs/50401 Submitted by: [1] Slaven Rezic <slaven@rezic.de> MFC after: 1 week | ||||
* | Add a facility allowing processes to inform the VM subsystem they are | wes | 2003-03-31 | 1 | -0/+9 |
| | | | | | | | | critical and should not be killed when pageout is looking for more memory pages in all the wrong places. Reviewed by: arch@ Sponsored by: St. Bernard Software | ||||
* | The .Fn function | charnier | 2003-03-24 | 3 | -6/+9 |
| | | | | The ... 2 system call | ||||
* | The .Fn function. Use .Xr where appropriate. | charnier | 2003-03-24 | 1 | -2/+4 |
| | |||||
* | Update sendfile.2 to include a TUNING section that documents the | seanc | 2003-03-12 | 1 | -0/+38 |
| | | | | | | | various tunables that are applicable to sendfile(2). Update tuning.7 to mention a reference to sendfile.2. Approved by: keramida | ||||
* | Remove NS and ISO stuff. | peter | 2003-03-05 | 1 | -20/+1 |
| | |||||
* | Catch up with change to kse_release syscall. | julian | 2003-02-25 | 1 | -2/+2 |
| | | | | | | | The background info in this man page needs rewriting in some parts since the last major changes to the code, however it still accuratly reflects how to use the API. | ||||
* | mdoc(7) police: Scheduled sweep. | ru | 2003-02-24 | 1 | -5/+6 |
| | |||||
* | Mention CLOCK_MONOTONIC. | phk | 2003-02-23 | 1 | -2/+3 |
| | |||||
* | mdoc(7) police: markup laundry. | ru | 2003-02-23 | 4 | -24/+26 |
| | |||||
* | Update errors. | trhodes | 2003-02-18 | 1 | -8/+8 |
| | | | | | PR: 48125 Submitted by: Per Hedeland <per@hedeland.org> (original version) | ||||
* | Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). | nectar | 2003-02-16 | 1 | -0/+2 |
| | | | | | | | Only warnings that could be fixed without changing the generated object code and without restructuring the source code have been handled. Reviewed by: /sbin/md5 | ||||
* | Prevent uppercase after .Xr by adding ``The ... utility/system call''. | charnier | 2003-02-05 | 2 | -7/+9 |
| | |||||
* | Mention that the CLOCK_VIRTUAL and CLOCK_PROF clocks are not implemented. | tjr | 2003-02-05 | 1 | -1/+7 |
| | | | | PR: 8376 | ||||
* | Document a bug in our chroot(2) implementation: if access control | rwatson | 2003-01-31 | 1 | -0/+6 |
| | | | | | | | | | | | checks, including the "open directory" check or a MAC check fail, after the working directory of the process has been changed, then the cwd of the process will be left as the target directory rather than the original directory. At some point, this bug might be fixable by performing the directory change only after permission is granted for the change. In the mean time document it (it's been there for a while). | ||||
* | Zap another reference to !RFPROC being unsupported that I missed before. | tjr | 2003-01-31 | 1 | -2/+0 |
| | |||||
* | Don't use -compact in list of available flags. Fix tag width. | tjr | 2003-01-31 | 1 | -1/+1 |
| | |||||
* | !RFPROC has been supported for a while now. | tjr | 2003-01-31 | 1 | -2/+1 |
| | |||||
* | Bring shm functions closer the the opengroup standards. | alfred | 2003-01-25 | 2 | -3/+3 |
| | | | | | PR: 47469 Submitted by: Craig Rodrigues <rodrigc@attbi.com> | ||||
* | Bring semop() closer the the opengroup standards. | alfred | 2003-01-25 | 1 | -1/+1 |
| | | | | | PR: 47471 Submitted by: Craig Rodrigues <rodrigc@attbi.com> | ||||
* | Remove EOL whitespaces. | maxim | 2003-01-20 | 1 | -2/+2 |
| | |||||
* | o Fix a typo. | maxim | 2003-01-20 | 1 | -2/+3 |
| | | | | | | o Prepend a function name by .Fn macro. Reviewed by: archie | ||||
* | Document that listen() can return EINVAL now. | tmm | 2003-01-17 | 1 | -0/+2 |
| | |||||
* | Do a better job of documenting mincore(2), esp. the MINCORE_* flags. | tjr | 2003-01-17 | 1 | -14/+46 |
| | |||||
* | Add the newly created semaphore to the named semaphore list in sem_open() | tjr | 2003-01-14 | 1 | -1/+2 |
| | | | | | | so that multiple opens of the same semaphore without an intervening sem_close() return the same object, and so that sem_close() does not segfault while trying to remove the item from the list. | ||||
* | Including <time.h> before <aio.h> has not been necessary for a while now. | tjr | 2003-01-14 | 1 | -1/+0 |
| | |||||
* | Mention the oddities and requirements for mount operations executed by | joerg | 2003-01-13 | 1 | -3/+16 |
| | | | | | | | | non-root users. PR: docs/42651 Submitted by: Thomas Seck <tmseck@netcologne.de> MFC after: 3 days | ||||
* | Refer to 1003.1 instead of 1003.2 in the Standards section. | tjr | 2003-01-13 | 6 | -6/+6 |
| | |||||
* | Fix struct iovec documentation to match reality. | mike | 2003-01-12 | 2 | -2/+2 |
| | | | | Submitted by: Craig Rodrigues <rodrigc@attbi.com> | ||||
* | Add a manual page for the lio_listio() syscall. Still needs a bit | tjr | 2003-01-12 | 2 | -1/+177 |
| | | | | of polishing. | ||||
* | Typo fixes. | keramida | 2003-01-07 | 2 | -2/+2 |
| | | | | | PR: docs/46815 Submitted by: SUZUKI Koichi <koich@cac.co.jp> | ||||
* | Remove redundant documenation. | trhodes | 2003-01-06 | 1 | -14/+1 |
| | | | | | PR: 46253 Submitted by: Jeroen Ruigrok van der Werven <asmodai@wxs.nl> | ||||
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -1/+1 |
| | | | | especially in troff files. | ||||
* | english(4) police. | schweikh | 2002-12-27 | 7 | -10/+10 |
| | |||||
* | Slight tuning if teh KSE man page to indicate some functionality is | julian | 2002-12-27 | 1 | -29/+33 |
| | | | | not yet inplemented and to clear up some wording. | ||||
* | Spelling: s/then/than/ where appropriate. | ru | 2002-12-24 | 1 | -3/+3 |
| | |||||
* | mdoc(7) police: Deal with self-xrefs. | ru | 2002-12-24 | 2 | -2/+2 |
| | |||||
* | Document protection bits. | trhodes | 2002-12-23 | 1 | -0/+16 |
| | | | | | PR: 46252 Submitted by: Jeroen Ruigrok van der Werven <asmodai@wxs.nl> | ||||
* | Fixed the abuses of .Ql visible on stderr in troff mode. | ru | 2002-12-23 | 1 | -6/+6 |
| | | | | PR: docs/37176 | ||||
* | Fix style (no space after return, twice-too-big continuation) and | jmallett | 2002-12-22 | 1 | -2/+2 |
| | | | | | | | cast (casting long to a void pointer, rather than intptr_t to a void pointer) bogons. Reviewed by: bde | ||||
* | Grammatical fixup: s/be the -1/be -1/ | ceri | 2002-12-19 | 1 | -1/+1 |
| | | | | MFC after: 1 day | ||||
* | mdoc(7) police: "The .Fa argument.". | ru | 2002-12-19 | 101 | -177/+507 |
| | |||||
* | mdoc(7) police: Fixed a few .Fa abuses. | ru | 2002-12-19 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: Fixed abuses of the .Ar and .Em macros. | ru | 2002-12-18 | 12 | -31/+31 |
| | |||||
* | mdoc(7) police: Tidy up the syscall language. | ru | 2002-12-18 | 147 | -668/+1011 |
| | | | | | | | | | | Stop calling system calls "function calls". Use "The .Fn system call" a-la "The .Nm utility". When referring to a non-BSD implementation in the HISTORY section, call syscall a function, to be safe. | ||||
* | This is David Schultz's swapoff code which I am finally able to commit. | dillon | 2002-12-15 | 2 | -18/+46 |
| | | | | | | | This should be considered highly experimental for the moment. Submitted by: David Schultz <dschultz@uclink.Berkeley.EDU> MFC after: 3 weeks |