Age | Commit message (Expand) | Author |
2008-03-22 | move statvfs.c to gen, since it is not a syscall; ok deraadt@ | Otto Moerbeek |
2008-03-16 | statvfs support | Otto Moerbeek |
2008-01-05 | no more need for vadvise.o | Theo de Raadt |
2007-09-09 | Add lint stubs for the longjmp family of functions which are defined in | Otto Moerbeek |
2007-09-09 | Silence erroneous "environ used, but not defined" lint warning by | Otto Moerbeek |
2006-10-24 | add rthread syscalls and bump minor. | Ted Unangst |
2006-10-10 | MLINKS to macros described in stat(2) | Theo de Raadt |
2006-06-14 | Introducing adjfreq(2), to adjust the clock frequency. | Otto Moerbeek |
2006-05-27 | Make libc's getcwd() use the new __getcwd() system call | Pedro Martelletto |
2006-03-13 | Clean the correct file. ok deraadt@ | Moritz Jodeit |
2005-11-29 | Provide stubs for things which are supplied by crt0. I don't think we | Theo de Raadt |
2005-10-03 | add missing MLINK for WEXITSTATUS.2 | Jason McIntyre |
2005-06-17 | Extended Attributes was a piece to get to ACLs, however ACLs have not | Dale Rahn |
2005-06-17 | remove undelete syscall | Todd C. Miller |
2004-09-18 | MLINK to macros provided in wait.2 | Theo de Raadt |
2004-09-16 | add files missing for building a proper lint library | Theo de Raadt |
2004-02-13 | death to osigaltstack. ok deraadt@ | Ted Unangst |
2004-01-15 | ABI breakage happened with the sigaltstack replacement. It is too late, | Theo de Raadt |
2004-01-12 | new syscall closefrom(2). ok deraadt millert | Ted Unangst |
2003-05-10 | Do not let userland access the swapon system call anymore (nothing uses it | Miod Vallat |
2003-04-14 | There are two related changes. | Artur Grabowski |
2003-01-31 | Replace emulated versions of setreuid() and setregid() with real syscalls. | Todd C. Miller |
2002-12-02 | Document getlogin_r() | Todd C. Miller |
2002-12-02 | Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack | Miod Vallat |
2002-11-10 | missing MLINKs for setresuid(2). millert ok. | Federico G. Schwindt |
2002-11-05 | thread safe libc -- 2nd try. OK miod@, millert@ | Marco S Hyman |
2002-11-03 | back out previous patch.. there are still some vax/m68k issues | Marco S Hyman |
2002-11-03 | libc changes for thread safety. Tested on: | Marco S Hyman |
2002-10-30 | Add [gs]etres[ug]id(2) syscall to libc and use it in emulating some 4.3BSD | Todd C. Miller |
2002-08-05 | Fix brain blackout. | Artur Grabowski |
2002-08-05 | One more ELF_TOOLCHAIN. | Artur Grabowski |
2002-07-06 | Remove kernel support for NTP. ok deraadt@ and tholo@ | Thomas Nordin |
2002-06-10 | correct comment. | Federico G. Schwindt |
2002-06-08 | ELF architectures all support weak aliases, enable them for this part. | Dale Rahn |
2002-02-22 | Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@ | Dale Rahn |
2002-02-21 | remove rfork.o from the auto-generated assembler stubs | Artur Grabowski |
2002-02-17 | rfork() needs a fork.S-like stub as well; ok art | Theo de Raadt |
2001-09-25 | Forgotten DEBUGLIBS stuff | Niklas Hallqvist |
2001-09-25 | Add an ASPICFLAG variable to bsd.own.mk which a platform use to pass flags | Dale Rahn |
2001-09-20 | Add PSEUDO_NOERROR similar to that used by NetBSD. | Todd C. Miller |
2001-07-09 | Install getpeereid(2) manpage. | Federico G. Schwindt |
2001-06-26 | implement djb's getpeereid(2), to allow local-domain servers to determine cli... | Dug Song |
2001-03-14 | Move description of exect() to execve(2) man page. Add a note about exect() not | Aaron Campbell |
2001-03-09 | Add mlockall and munlockall. man-page from NetBSD. | Artur Grabowski |
2001-01-10 | put up FD_* manual pages, in section 3 | Theo de Raadt |
2000-12-23 | create proper docs for timer{add,clear,sub,isset,cmp} | Theo de Raadt |
2000-11-16 | kqueue and kevent system calls | Niels Provos |
2000-10-17 | damn it, i have had it with this untested weak shit | Theo de Raadt |
2000-10-16 | re-add weak sparc support; d@ | Theo de Raadt |
2000-05-15 | Add support for building libraries with debugging information in them. | Niklas Hallqvist |