summaryrefslogtreecommitdiff
path: root/lib/libc/sys
Commit message (Collapse)AuthorAgeFilesLines
* Remove NS and ISO stuff.Peter Wemm2003-03-051-20/+1
| | | | Notes: svn path=/head/; revision=111920
* Catch up with change to kse_release syscall.Julian Elischer2003-02-251-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. Notes: svn path=/head/; revision=111476
* mdoc(7) police: Scheduled sweep.Ruslan Ermilov2003-02-241-5/+6
| | | | Notes: svn path=/head/; revision=111447
* Mention CLOCK_MONOTONIC.Poul-Henning Kamp2003-02-231-2/+3
| | | | Notes: svn path=/head/; revision=111301
* mdoc(7) police: markup laundry.Ruslan Ermilov2003-02-234-24/+26
| | | | Notes: svn path=/head/; revision=111285
* Update errors.Tom Rhodes2003-02-181-8/+8
| | | | | | | | PR: 48125 Submitted by: Per Hedeland <per@hedeland.org> (original version) Notes: svn path=/head/; revision=111103
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).Jacques Vidrine2003-02-161-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 Notes: svn path=/head/; revision=111010
* Prevent uppercase after .Xr by adding ``The ... utility/system call''.Philippe Charnier2003-02-052-7/+9
| | | | Notes: svn path=/head/; revision=110394
* Mention that the CLOCK_VIRTUAL and CLOCK_PROF clocks are not implemented.Tim J. Robbins2003-02-051-1/+7
| | | | | | | PR: 8376 Notes: svn path=/head/; revision=110369
* Document a bug in our chroot(2) implementation: if access controlRobert Watson2003-01-311-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). Notes: svn path=/head/; revision=110158
* Zap another reference to !RFPROC being unsupported that I missed before.Tim J. Robbins2003-01-311-2/+0
| | | | Notes: svn path=/head/; revision=110135
* Don't use -compact in list of available flags. Fix tag width.Tim J. Robbins2003-01-311-1/+1
| | | | Notes: svn path=/head/; revision=110134
* !RFPROC has been supported for a while now.Tim J. Robbins2003-01-311-2/+1
| | | | Notes: svn path=/head/; revision=110133
* Bring shm functions closer the the opengroup standards.Alfred Perlstein2003-01-252-3/+3
| | | | | | | | PR: 47469 Submitted by: Craig Rodrigues <rodrigc@attbi.com> Notes: svn path=/head/; revision=109831
* Bring semop() closer the the opengroup standards.Alfred Perlstein2003-01-251-1/+1
| | | | | | | | PR: 47471 Submitted by: Craig Rodrigues <rodrigc@attbi.com> Notes: svn path=/head/; revision=109829
* Remove EOL whitespaces.Maxim Konovalov2003-01-201-2/+2
| | | | Notes: svn path=/head/; revision=109564
* o Fix a typo.Maxim Konovalov2003-01-201-2/+3
| | | | | | | | | o Prepend a function name by .Fn macro. Reviewed by: archie Notes: svn path=/head/; revision=109562
* Document that listen() can return EINVAL now.Thomas Moestl2003-01-171-0/+2
| | | | Notes: svn path=/head/; revision=109440
* Do a better job of documenting mincore(2), esp. the MINCORE_* flags.Tim J. Robbins2003-01-171-14/+46
| | | | Notes: svn path=/head/; revision=109404
* Add the newly created semaphore to the named semaphore list in sem_open()Tim J. Robbins2003-01-141-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. Notes: svn path=/head/; revision=109219
* Including <time.h> before <aio.h> has not been necessary for a while now.Tim J. Robbins2003-01-141-1/+0
| | | | Notes: svn path=/head/; revision=109217
* Mention the oddities and requirements for mount operations executed byJoerg Wunsch2003-01-131-3/+16
| | | | | | | | | | | non-root users. PR: docs/42651 Submitted by: Thomas Seck <tmseck@netcologne.de> MFC after: 3 days Notes: svn path=/head/; revision=109186
* Refer to 1003.1 instead of 1003.2 in the Standards section.Tim J. Robbins2003-01-136-6/+6
| | | | Notes: svn path=/head/; revision=109174
* Fix struct iovec documentation to match reality.Mike Barcroft2003-01-122-2/+2
| | | | | | | Submitted by: Craig Rodrigues <rodrigc@attbi.com> Notes: svn path=/head/; revision=109140
* Add a manual page for the lio_listio() syscall. Still needs a bitTim J. Robbins2003-01-122-1/+177
| | | | | | | of polishing. Notes: svn path=/head/; revision=109135
* Typo fixes.Giorgos Keramidas2003-01-072-2/+2
| | | | | | | | PR: docs/46815 Submitted by: SUZUKI Koichi <koich@cac.co.jp> Notes: svn path=/head/; revision=108859
* Remove redundant documenation.Tom Rhodes2003-01-061-14/+1
| | | | | | | | PR: 46253 Submitted by: Jeroen Ruigrok van der Werven <asmodai@wxs.nl> Notes: svn path=/head/; revision=108844
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
| | | | | | | especially in troff files. Notes: svn path=/head/; revision=108533
* english(4) police.Jens Schweikhardt2002-12-277-10/+10
| | | | Notes: svn path=/head/; revision=108317
* Slight tuning if teh KSE man page to indicate some functionality isJulian Elischer2002-12-271-29/+33
| | | | | | | not yet inplemented and to clear up some wording. Notes: svn path=/head/; revision=108309
* Spelling: s/then/than/ where appropriate.Ruslan Ermilov2002-12-241-3/+3
| | | | Notes: svn path=/head/; revision=108260
* mdoc(7) police: Deal with self-xrefs.Ruslan Ermilov2002-12-242-2/+2
| | | | Notes: svn path=/head/; revision=108257
* Document protection bits.Tom Rhodes2002-12-231-0/+16
| | | | | | | | PR: 46252 Submitted by: Jeroen Ruigrok van der Werven <asmodai@wxs.nl> Notes: svn path=/head/; revision=108230
* Fixed the abuses of .Ql visible on stderr in troff mode.Ruslan Ermilov2002-12-231-6/+6
| | | | | | | PR: docs/37176 Notes: svn path=/head/; revision=108221
* Fix style (no space after return, twice-too-big continuation) andJuli Mallett2002-12-221-2/+2
| | | | | | | | | | cast (casting long to a void pointer, rather than intptr_t to a void pointer) bogons. Reviewed by: bde Notes: svn path=/head/; revision=108168
* Grammatical fixup: s/be the -1/be -1/Ceri Davies2002-12-191-1/+1
| | | | | | | MFC after: 1 day Notes: svn path=/head/; revision=108105
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-19101-177/+507
| | | | Notes: svn path=/head/; revision=108087
* mdoc(7) police: Fixed a few .Fa abuses.Ruslan Ermilov2002-12-191-2/+2
| | | | Notes: svn path=/head/; revision=108085
* mdoc(7) police: Fixed abuses of the .Ar and .Em macros.Ruslan Ermilov2002-12-1812-31/+31
| | | | Notes: svn path=/head/; revision=108040
* mdoc(7) police: Tidy up the syscall language.Ruslan Ermilov2002-12-18147-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. Notes: svn path=/head/; revision=108028
* This is David Schultz's swapoff code which I am finally able to commit.Matthew Dillon2002-12-152-18/+46
| | | | | | | | | | This should be considered highly experimental for the moment. Submitted by: David Schultz <dschultz@uclink.Berkeley.EDU> MFC after: 3 weeks Notes: svn path=/head/; revision=107913
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-1218-112/+112
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107788
* Fixed the parameter's name.Ruslan Ermilov2002-12-111-1/+1
| | | | | | | | | PR: docs/46183 Submitted by: Dirk Gouders <gouders@et.bocholt.fh-ge.de> Approved by: re Notes: svn path=/head/; revision=107741
* mdoc(7) police: formatting nits.Ruslan Ermilov2002-11-297-16/+20
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107387
* Describe newly added fields in the KSE and thread mailboxes.Archie Cobbs2002-11-221-0/+28
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107179
* libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov2002-11-181-5/+3
| | | | Notes: svn path=/head/; revision=107052
* Update SYNOPSIS to reflect the standardized header. Add STANDARDSMike Barcroft2002-11-171-4/+13
| | | | | | | | | section. PR: 43270 Notes: svn path=/head/; revision=107021
* Given that we have 3 places to document UUID related information,Marcel Moolenaar2002-11-111-9/+69
| | | | | | | | | | | | | | | | | | namely uuidgen(1), uuidgen(2) and uuid(3), the following division has been choosen: uuidgen(1) A description of the command line utility, and other user oriented UUID information. uuidgen(2) A mostly technical description of UUIDs. uuid(3) A description of the functions and other programmer oriented UUID information. According to the division: add more technical contents. Contributed by: Hiten Pandya <hiten@uk.FreeBSD.org> Edited and enhanced: marcel Notes: svn path=/head/; revision=106748
* After waiting for help with the markup, I finally decided to just patchNick Sayer2002-11-041-3/+3
| | | | | | | | | | | | the page myself. The new language is more accurate than what was there before, but the most accurate way of describing the funcionality eludes me. PR: kern/33904 MFC after: 1 month Notes: svn path=/head/; revision=106423
* Add descriptions for some _PC_* variables from <sys/unistd.h> thatTim J. Robbins2002-11-041-1/+40
| | | | | | | were missing. Notes: svn path=/head/; revision=106401