summaryrefslogtreecommitdiff
path: root/lib/libc/sys/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* MFC: mdoc cleanupsJonathan Lemon2000-05-061-0/+1
* MFC: kqueue manual page.Jonathan Lemon2000-05-051-1/+1
* MFC: Add a man page for aio_waitcomplete(). Update aio_cancel() to reflectJason Evans2000-03-211-1/+1
* Fixed missing backslash in previous commit. Adding setresuid.2 has takenBruce Evans2000-01-181-1/+1
* Fix line too long style bug in the previous commit (which, by theSheldon Hearn2000-01-181-2/+2
* add setresuid.2Andrey A. Chernov2000-01-181-1/+1
* Add manual pages for the newly added setres[ug]id system calls.Sheldon Hearn2000-01-171-0/+1
* Fixed missing installation of a link to getlogin_r.3. This is the firstBruce Evans1999-12-231-0/+1
* Fixed disordering in previous commit.Bruce Evans1999-09-111-1/+1
* Document fhopen, fhstat, and fhstatfs syscalls.Alfred Perlstein1999-09-111-1/+3
* Add aio_{cancel,error,return,suspend,write} into the mix.Bill Fumerola1999-09-091-1/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* FIxed disordering in previous commit. Fixed some old disorder.Bruce Evans1999-07-311-3/+3
* Document the getdents(2) system call. The documentation wasMike Pritchard1999-07-301-1/+2
* Document the lchmod(2) system call.Mike Pritchard1999-07-301-2/+2
* Document the lutimes() and futimes() system calls.Mike Pritchard1999-07-301-1/+2
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-2/+2
* Document pread() and pwrite().Dmitrij Tejblum1999-04-111-3/+3
* Fixed disordering in previous 2 commits. Fixed an English error.Bruce Evans1999-04-051-5/+6
* Add wrappers for pread and pwrite syscalls.Dmitrij Tejblum1999-04-041-2/+2
* Manpages for the KLD system calls.Doug Rabson1999-04-041-1/+2
* Enable aio_read(2).Joseph Koshy1998-11-241-2/+2
* Added a manual page for sendfile(2).David Greenman1998-11-051-2/+2
* Remove support for NetBSD syscalls.John Birrell1998-08-171-11/+1
* Add wrappers for i386_*_ioperm, i386_vm86 so userland code doesJonathan Lemon1998-07-281-2/+3
* Nuke signanosleep()Peter Wemm1998-05-141-2/+1
* Fixed disordering and other style bugs in rev.1.50.Bruce Evans1998-05-011-6/+4
* Build __error.c into libc, but not libc_r. The weak symbol in theJohn Birrell1998-04-301-2/+7
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B andPeter Dufault1998-03-281-1/+13
* For 1.3, NetBSD replaced the swapon() syscall with swapctl() and movedJohn Birrell1998-03-231-2/+2
* For 1.3, NetBSD walloped the msync syscall and replaced it withJohn Birrell1998-03-231-2/+2
* Yikes, this is the worst of the lot. Bruce suggested doing this (!).John Birrell1998-03-091-51/+40
* Don't add OBJS to CLEANFILES. bsd.obj.mk does it. Some objects wereBruce Evans1998-02-251-3/+1
* Kill lfs files that were causing make world to fail.Warner Losh1998-01-311-3/+2
* Sorted lists.Bruce Evans1997-10-211-21/+23
* Include the machine-dependent Makefile.inc for sys in the correct place.Bruce Evans1997-10-151-1/+3
* Removed the subdirectory paths from the definitions of MAN[1-9]. TheyBruce Evans1997-10-151-33/+21
* Add the AIO/LIO to libc. They aren't fully done yet, but have been in theJohn Dyson1997-10-101-2/+4
* Add __getcwd() syscall, and have getcwd() take a shot at it.Poul-Henning Kamp1997-09-141-2/+2
* A poll(2) manpage.Peter Wemm1997-09-141-2/+2
* Generate poll syscall stubPeter Wemm1997-09-141-2/+2
* Manpage for getsid(2).Peter Wemm1997-08-191-2/+3
* Manpage for getpgid(2), wording taken from NetBSD.Peter Wemm1997-08-191-1/+2
* Syscall stubs for getpgid()/getsid().Peter Wemm1997-08-191-3/+3
* Doc signanosleep, add to linksPeter Wemm1997-06-011-1/+2
* Generate signanosleep(2) syscall wrapperPeter Wemm1997-06-011-2/+3
* Add clock_* and nanosleep manpages and links.Peter Wemm1997-05-121-2/+5
* Create the clock_settime(), clock_gettime(), clock_getres() and nanosleep()Peter Wemm1997-05-121-3/+7
* Add syscalls for kernel linker.Doug Rabson1997-05-071-2/+4
* Changed all paths to be relative to src/lib instead of src/lib/libcJohn Birrell1997-05-031-21/+48