Remove upc_{control,register} syscalls and everything that has to do with it.
[dragonfly.git] / lib / libc / sys / Makefile.inc
2012-12-12 Sascha WildnerRemove upc_{control,register} syscalls and everything...
2012-10-30 John MarinoImplement eaccess
2012-10-22 Sascha WildnerRemove CAPS.
2012-07-30 Alex Hornunglinkat(2) man page
2012-04-28 Francois TigeotDocument the vquotactl() syscall
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2010-11-29 Venkatesh SrinivasImport mlockall(2)/munlockall(2) manpage from OpenBSD...
2010-09-13 Matthew DillonKernel - Implement swapoff
2010-08-06 Sascha WildnerAdd some more *at() system calls.
2010-08-01 Sascha Wildnerchroot.2: Add some words about chroot_kernel().
2010-07-31 Sascha WildnerAdd a renameat(2) system call.
2010-05-12 Sascha WildnerAdd a manual page for the ioprio_get() and ioprio_set...
2010-05-08 Sascha WildnerBring in a extattr(2) manual page (from FreeBSD, with...
2009-08-23 Nicolas Theryadd faccessat(2) syscall
2009-08-18 Nicolas Theryadd unlinkat(2) system call
2009-08-09 Nicolas Theryadd fchownat(2) system call
2009-08-07 Sascha Wildnerstat.2: Document fstatat().
2009-08-06 Sascha Wildnerfchmodat.2: Fix MLINKS
2009-08-06 Nicolas Theryadd fchmodat(2) system call
2009-07-25 Sascha Wildneropen.2: Fix typo and reword an awkward sounding sentence.
2009-07-25 Nicolas Theryadd openat(2) man page
2009-06-21 Peter AvalosUpdate some of the amd64 parts of libc:
2008-11-11 Peter AvalosAdd the lchflags() syscall.
2008-10-16 Matthias SchmidtAdd man page for utrace(2). With modifications from...
2008-10-06 Sascha WildnerPOSIX conformance:
2008-09-28 Sascha WildnerAdd documentation for the statvfs, fstatvfs and fhstatv...
2008-08-09 Sascha Wildner* Add some missing MLINKS
2008-06-01 Matthew DillonAdd getmntvinfo() which uses the new getvfsstat() syste...
2008-06-01 Matthew Dillon* Implement new system calls in the kernel: statvfs...
2008-02-22 Sascha WildnerAdd a varsym(2) manual page (documenting varsym_{get...
2008-02-09 Sascha WildnerAdd a mountctl(2) manual page.
2008-01-10 Nicolas TheryAdd pselect syscall.
2007-12-14 Sascha WildnerAdd some words about lwp_rtprio() to rtprio(2).
2007-08-03 Sascha WildnerDocument the getresgid and getresuid system calls.
2007-07-05 Joe TalbottAdd usched_set() manpage.
2007-06-17 Sascha WildnerAdd uuidgen(2) to the build.
2007-03-20 Matthew DillonAdd syslink.2 to the install list.
2007-03-12 Simon Schubert1:1 Userland threading stage 4.8/4:
2007-02-25 Simon Schubert1:1 Userland threading stage 4.5/4:
2007-01-06 Matthew DillonRename system calls, removing a "sys_" prefix that...
2006-09-13 Matthew DillonMAP_VPAGETABLE support part 3/3.
2006-07-27 Simon SchubertAlways create __sys_name syscalls with weak symbols...
2006-06-13 Matthew DillonThe pread/preadv/pwrite/pwritev system calls have been...
2006-04-27 Sascha WildnerAdd documentation for the new preadv(2) and pwritev...
2006-02-28 Sascha WildnerAdd documentation for CAPS system calls.
2005-08-05 Sascha WildnerGlobal .Nm vs. MLINKS cleanup:
2005-07-21 Joerg SonnenbergerAdd emulation of statvfs and fstatvfs based on statfs...
2005-05-03 Joerg SonnenbergerDon't bother dealing with hidden syscalls, just do...
2005-05-03 Joerg SonnenbergerMake errno a thread-local variable and remove the __err...
2005-05-01 Joerg SonnenbergerInclude __error in libc_rtld too, otherwise RTLD is...
2005-04-09 Hiten PandyaAdd manual page for closefrom(2) system call and hook...
2005-02-21 Matthew DillonImplement TLS support, tls manual pages, and link the...
2005-02-21 Matthew DillonAdd a manual page for the umtx_*() system calls.
2005-01-31 Joerg SonnenbergerAdd jail_attach support.
2004-11-23 Eirik NygaardIt is sys_checkpoint.2 not checkpoint.2
2004-11-23 Matthew DillonAdd the sys_checkpoint(2) manual page and expand checkp...
2003-12-10 Matthew DillonAdd libc support for propolice. See:
2003-11-21 Matthew DillonAdd a big whopping manual page for the upcall syscalls...
2003-10-24 Matthew DillonFix type-o's, minor documentation update.
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: