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