summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove undelete syscallmillert2005-06-171-1/+13
* Extended Attributes was a piece to get to ACLs, however ACLs have notdrahn2005-06-172-234/+2
* bye bye whiteoutsmillert2005-06-151-2/+1
* s/-p1003.1-2003/-p1003.1-2004/gjmc2005-06-051-2/+2
* no more MNT_UNION, says pedro@jmc2005-06-011-5/+1
* Minor wordink fixpascoe2005-05-251-2/+2
* .Xr getitimer 2 ,jmc2005-05-191-1/+2
* PT_WCOOKIE is available on sparc64 too.miod2005-05-161-2/+2
* Mention no more PT_[GS]ETFPREGS on m88k.miod2005-05-161-2/+3
* document getfsstat(2)'s behaviour when no flags are specified, okay jmc@pedro2005-05-151-1/+4
* credit .Bx 3 in HISTORY too;jmc2005-05-121-2/+4
* from perry@netbsd -r1.35:jmc2005-05-081-3/+3
* recommend this API better; "a good start" deraadt@djm2005-05-011-2/+4
* Describe __syscall(2) in all its ugliness. ok jmc@ tom@ millert@otto2005-04-161-3/+12
* Make __syscall prototypes more consistent. Use register_t as themillert2005-04-069-70/+34
* Document PT_[GS]ETXMMREGS.kettenis2005-04-041-7/+27
* - use .Cm rather than .Nm for kernel optionsjmc2005-03-263-9/+9
* acct, ktrace, and ptrace are only available if the kernel option is there.tedu2005-03-263-3/+15
* add missing "of" to make this a real sentence.hshoexer2005-03-221-2/+2
* chown(8): mention that this utility clears setuid/setgid bits by default;jmc2005-03-161-1/+7
* more macro simplification;jmc2005-03-072-4/+4
* Be correct in our man pages when talking about NUL termination (that is,cloder2005-02-253-7/+7
* use a string format argument instead of nothing in the examplerobert2005-02-231-2/+2
* grammar from fbsd -r 1.18;jmc2005-01-091-2/+2
* iso is no more, ok millert jmc henning deraadtjaredy2005-01-061-5/+2
* consistency fix;jmc2005-01-041-2/+1
* Add example; OK ian@ deraadt@ jaredy@millert2005-01-011-1/+15
* - elaborate on the descriptions of some flagsjaredy2004-12-311-36/+43
* typosmatthieu2004-12-311-3/+3
* Document existence of struct sockaddr_storage and add an example.matthieu2004-12-311-1/+23
* mention `s';jmc2004-11-121-2/+4
* connect(2) can return with EHOSTUNREACH, found with and ok ottohenning2004-10-051-1/+3
* put EXAMPLES in the correct place, and change a stop to a colon;jmc2004-10-031-27/+27
* - move the fact that it returns 0 on directory end in RETURN VALUESmatthieu2004-10-021-3/+38
* really mention BPF this time around.brad2004-09-231-3/+10
* mention support for BPF.brad2004-09-231-2/+2
* MLINK to macros provided in wait.2deraadt2004-09-181-1/+4
* add files missing for building a proper lint libraryderaadt2004-09-161-5/+5
* lint says unsigned...deraadt2004-09-141-4/+6
* ansideraadt2004-09-1410-32/+20
* need rfork() stub for lintderaadt2004-09-141-0/+15
* - Spelling fix.brad2004-09-061-2/+15
* from netbsd (-r 1.18):jmc2004-08-261-2/+2
* typo; Axel Anderssonmillert2004-08-221-2/+2
* Fix typo (SIGEV_EVENT -> SIGEV_KEVENT)brad2004-08-021-2/+2
* s/kqueue/kevent/ in correct place.brad2004-08-021-2/+2
* - change some lists from -column to -tag (-column not needed) and adjustjmc2004-07-261-16/+39
* Xr _Exit(3)millert2004-07-241-1/+2
* typo;jmc2004-07-221-2/+2
* return EINVAL if ftruncate(2) is passed a negative offsetavsm2004-07-181-1/+5