| Commit message (Expand) | Author | Age | Files | Lines |
| * | Document lgetfh(2). | Doug Rabson | 2004-04-05 | 1 | -0/+1 |
| * | Sort MLINKS. | Tim J. Robbins | 2004-03-16 | 1 | -1/+1 |
| * | Add fairly minimal documentation for the nmount() syscall. | Tim J. Robbins | 2004-03-16 | 1 | -1/+1 |
| * | The libc_r/man/sigwait.3 manpage has been repocopied to libc/sys/sigwait.2. | Ruslan Ermilov | 2004-01-14 | 1 | -1/+2 |
| * | - libc/sys/sem.c was repocopied to libc/gen/sem.c. | Ruslan Ermilov | 2004-01-14 | 1 | -1/+1 |
| * | Add a short description of the kse_switchin(2) syscall to the kse | Marcel Moolenaar | 2003-12-10 | 1 | -1/+1 |
| * | Add a manual page for the utrace() system call. | Tim J. Robbins | 2003-11-01 | 1 | -1/+1 |
| * | Add the mlockall() and munlockall() system calls. | Bruce M Simpson | 2003-08-11 | 1 | -2/+3 |
| * | Add the POSIX 1003.1-2001 posix_madvise() interface. | Bruce M Simpson | 2003-08-09 | 1 | -0/+1 |
| * | Add a manual page for the ntp_gettime syscall. | Tom Rhodes | 2003-04-17 | 1 | -2/+2 |
| * | Add a manual page for the ntp_adjtime syscall. | Tom Rhodes | 2003-04-15 | 1 | -1/+1 |
| * | o In struct prison, add an allprison linked list of prisons (protected | Mike Barcroft | 2003-04-09 | 1 | -0/+1 |
| * | Add a manual page for the lio_listio() syscall. Still needs a bit | Tim J. Robbins | 2003-01-12 | 1 | -1/+2 |
| * | This is David Schultz's swapoff code which I am finally able to commit. | Matthew Dillon | 2002-12-15 | 1 | -0/+1 |
| * | libc_r wasn't so tied to libc for 22 months. | Ruslan Ermilov | 2002-11-18 | 1 | -5/+3 |
| * | Add MLINKS to kse.2. | Archie Cobbs | 2002-10-08 | 1 | -0/+2 |
| * | Add a man page for the KSE system calls. | Archie Cobbs | 2002-10-02 | 1 | -1/+1 |
| * | Welcome the sem_ API to libc! | Alfred Perlstein | 2002-09-19 | 1 | -1/+1 |
| * | Add uuidgen(2) and uuidgen(1). | Marcel Moolenaar | 2002-05-28 | 1 | -1/+1 |
| * | Document the lchflags(2) syscall. | Maxime Henrion | 2002-05-05 | 1 | -1/+1 |
| * | Connect the kenv.2 manpage to the build. | Maxime Henrion | 2002-04-18 | 1 | -1/+1 |
| * | o Modify access(2) man page to describe eaccess(2), and add a symlink | Robert Watson | 2001-09-21 | 1 | -0/+1 |
| * | Remove MLINKS seek.2 to lseek.2, we don't have seek.2 syscall | Andrey A. Chernov | 2001-09-02 | 1 | -1/+0 |
| * | Only pull in the MD files if they exist. This allows for progressive | Mark Peek | 2001-07-31 | 1 | -0/+2 |
| * | Add a new kldsym(2) man page. | Chris Costello | 2001-07-27 | 1 | -2/+2 |
| * | Add a link to extattr.2 (from extattr_get_file.2). The other names | Dima Dorfman | 2001-06-24 | 1 | -1/+2 |
| * | Make links from setresuid.2 to getresgid.2 and getresuid.2. | Dima Dorfman | 2001-04-15 | 1 | -1/+1 |
| * | Install links to extattr_(get|set|delete)_fd.2 (from extattr_get_file.2). | Dima Dorfman | 2001-04-08 | 1 | -2/+5 |
| * | Hook the extattr_get_file.2 manual page into the build. Add MLINKS | Dima Dorfman | 2001-04-01 | 1 | -1/+3 |
| * | MAN[1-9] -> MAN. | Ruslan Ermilov | 2001-03-27 | 1 | -2/+2 |
| * | Clean up syscall generation in libc by removing HIDDEN_SYSCALLS | Daniel Eischen | 2001-01-29 | 1 | -28/+7 |
| * | Add man pages for mod*(2). Shamelessly cut/pasted from the kld*(2) man | Peter Wemm | 2000-09-28 | 1 | -0/+2 |
| * | Revert the temporary hack in rev 1.79. | Peter Wemm | 2000-08-01 | 1 | -1/+1 |
| * | Deal with the exit entry in MIASM changing to sys_exit. | Peter Wemm | 2000-07-29 | 1 | -1/+1 |
| * | Some mdoc cleanups for the manual page. | Jonathan Lemon | 2000-05-06 | 1 | -0/+1 |
| * | Add a kqueue(2) manual page. | Jonathan Lemon | 2000-05-04 | 1 | -1/+1 |
| * | Add a man page for aio_waitcomplete(). Update the aio_cancel() man page to | Jason Evans | 2000-03-21 | 1 | -1/+1 |
| * | Fixed missing backslash in previous commit. Adding setresuid.2 has taken | Bruce Evans | 2000-01-18 | 1 | -1/+1 |
| * | Fix line too long style bug in the previous commit (which, by the | Sheldon Hearn | 2000-01-18 | 1 | -2/+2 |
| * | add setresuid.2 | Andrey A. Chernov | 2000-01-18 | 1 | -1/+1 |
| * | Add manual pages for the newly added setres[ug]id system calls. | Sheldon Hearn | 2000-01-17 | 1 | -0/+1 |
| * | Fixed missing installation of a link to getlogin_r.3. This is the first | Bruce Evans | 1999-12-23 | 1 | -0/+1 |
| * | Fixed disordering in previous commit. | Bruce Evans | 1999-09-11 | 1 | -1/+1 |
| * | Document fhopen, fhstat, and fhstatfs syscalls. | Alfred Perlstein | 1999-09-11 | 1 | -1/+3 |
| * | Add aio_{cancel,error,return,suspend,write} into the mix. | Bill Fumerola | 1999-09-09 | 1 | -1/+3 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | FIxed disordering in previous commit. Fixed some old disorder. | Bruce Evans | 1999-07-31 | 1 | -3/+3 |
| * | Document the getdents(2) system call. The documentation was | Mike Pritchard | 1999-07-30 | 1 | -1/+2 |
| * | Document the lchmod(2) system call. | Mike Pritchard | 1999-07-30 | 1 | -2/+2 |
| * | Document the lutimes() and futimes() system calls. | Mike Pritchard | 1999-07-30 | 1 | -1/+2 |