summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* Added cross references to mincore(2) and minherit(2).alex1998-01-201-0/+3
* Added #include <sys/types.h> to synopsis.alex1998-01-202-1/+4
* Fixed missing #include in synopsis.bde1998-01-161-0/+2
* Fixed wrong prototype for clock_getres().bde1998-01-161-2/+2
* Typo fix.alex1998-01-151-2/+12
* Consistently reference init as .Xr init 8.alex1998-01-131-2/+2
* Dump the constant NGROUPS in favor of the POSIX way:alex1998-01-131-9/+6
* Use .Fn for sysconf(_SC_CLOCK_TCK) reference.alex1998-01-131-1/+3
* Formatting fix & improved comment for struct timeval.alex1998-01-111-1/+3
* Fixed brk(2) xref.alex1998-01-111-1/+2
* Added sys/types.h to synopsis as per POSIX.alex1998-01-111-1/+2
* Replace sys/param.h with sys/types.h as per POSIX.alex1998-01-111-1/+9
* Document that arg max is controllable via sysctl.alex1998-01-111-5/+7
* Formatting fix.alex1998-01-111-1/+2
* Added EMFILE and ENFILE to errors section.alex1998-01-111-0/+5
* .Xr sigvec --> sigactionalex1998-01-111-2/+2
* Add <sys/types.h> to synopsis.alex1998-01-111-1/+4
* Expanded cross references.alex1998-01-026-8/+15
* Convert caddr_t --> void * for sys/mman.h functions.alex1997-12-319-16/+16
* Fixed formatting of the MADV_FREE flag description.alex1997-12-301-3/+3
* Typo fix.alex1997-12-301-2/+2
* Document MS_SYNC.alex1997-12-301-0/+1
* fork() checks RLIMIT_NPROC, not RLIMIT_NOFILE.hoek1997-12-261-1/+1
* Fixed spelling of EACCES.bde1997-11-231-3/+3
* Add cross-references to rfork(2).jdp1997-11-182-1/+3
* Reviewed by: hackers@freebsd.org in generaljulian1997-11-132-1/+32
* Reviewed by: various.julian1997-11-121-3/+2
* Describe MNT_NOCLUSTER{R,W} flags.kato1997-11-091-0/+4
* changed prototype to match textjmg1997-11-051-8/+4
* Document EINVAL as a possible return value from open(2).joerg1997-10-221-0/+7
* Sorted lists.bde1997-10-211-21/+23
* Proper spacing in the Synopsis.max1997-10-161-2/+2
* Include the machine-dependent Makefile.inc for sys in the correct place.bde1997-10-151-1/+3
* Removed the subdirectory paths from the definitions of MAN[1-9]. Theybde1997-10-151-33/+21
* Add the AIO/LIO to libc. They aren't fully done yet, but have been in thedyson1997-10-101-2/+4
* Sort cross refereces in section SEE ALSO.wosch1997-09-295-8/+8
* Typo fixmsmith1997-09-281-1/+1
* Add __getcwd() syscall, and have getcwd() take a shot at it.phk1997-09-141-2/+2
* A poll(2) manpage.peter1997-09-142-2/+190
* Generate poll syscall stubpeter1997-09-141-2/+2
* Document SA_NOCLDWAIT.joerg1997-09-131-17/+38
* Removed superfluous quoting of function args.bde1997-09-074-6/+6
* Fixed style bug in pseudocode.bde1997-09-071-1/+1
* Reference the correct version of BSD at the bottom of thesteve1997-08-231-1/+1
* Fixed off by 1 error.bde1997-08-211-2/+3
* Manpage for getsid(2).peter1997-08-192-2/+80
* Forgot to mention what getpgid(0) does.peter1997-08-191-0/+5
* Manpage for getpgid(2), wording taken from NetBSD.peter1997-08-192-3/+17
* Syscall stubs for getpgid()/getsid().peter1997-08-191-3/+3
* Reflect reality of sticky bits and UFS-based filesystems.steve1997-08-171-3/+10
OpenPOWER on IntegriCloud