summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/Makefile.inc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not let userland access the swapon system call anymore (nothing uses itmiod2003-05-101-2/+2
* There are two related changes.art2003-04-141-4/+4
* Replace emulated versions of setreuid() and setregid() with real syscalls.millert2003-01-311-8/+8
* Document getlogin_r()millert2002-12-021-2/+2
* Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stackmiod2002-12-021-1/+4
* missing MLINKs for setresuid(2). millert ok.fgsch2002-11-101-1/+3
* thread safe libc -- 2nd try. OK miod@, millert@marc2002-11-051-6/+1
* back out previous patch.. there are still some vax/m68k issuesmarc2002-11-031-1/+6
* libc changes for thread safety. Tested on:marc2002-11-031-6/+1
* Add [gs]etres[ug]id(2) syscall to libc and use it in emulating some 4.3BSDmillert2002-10-301-9/+10
* Fix brain blackout.art2002-08-051-2/+2
* One more ELF_TOOLCHAIN.art2002-08-051-2/+2
* Remove kernel support for NTP. ok deraadt@ and tholo@nordin2002-07-061-2/+1
* correct comment.fgsch2002-06-101-2/+2
* ELF architectures all support weak aliases, enable them for this part.drahn2002-06-081-2/+2
* Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@drahn2002-02-221-1/+13
* remove rfork.o from the auto-generated assembler stubsart2002-02-211-3/+2
* rfork() needs a fork.S-like stub as well; ok artderaadt2002-02-171-2/+2
* Forgotten DEBUGLIBS stuffniklas2001-09-251-1/+8
* Add an ASPICFLAG variable to bsd.own.mk which a platform use to pass flagsdrahn2001-09-251-4/+7
* Add PSEUDO_NOERROR similar to that used by NetBSD.millert2001-09-201-3/+34
* Install getpeereid(2) manpage.fgsch2001-07-091-3/+3
* implement djb's getpeereid(2), to allow local-domain servers to determine client credentials. mostly from superscript.com. deraadt@ okdugsong2001-06-261-2/+3
* Move description of exect() to execve(2) man page. Add a note about exect() notaaron2001-03-141-1/+2
* Add mlockall and munlockall. man-page from NetBSD.art2001-03-091-4/+5
* put up FD_* manual pages, in section 3deraadt2001-01-101-1/+3
* create proper docs for timer{add,clear,sub,isset,cmp}deraadt2000-12-231-1/+6
* kqueue and kevent system callsprovos2000-11-161-3/+4
* damn it, i have had it with this untested weak shitderaadt2000-10-171-2/+2
* re-add weak sparc support; d@deraadt2000-10-161-2/+2
* Add support for building libraries with debugging information in them.niklas2000-05-151-1/+17
* bye bye semconfig(2)deraadt2000-05-011-2/+2
* p{read,write}{,v} man pagesderaadt2000-04-201-4/+4
* add fhopen, fhstat, fhstatfs system calls. largely from NetBSDassar2000-02-071-3/+6
* for now, disable weak aliases for all archs except i386d2000-01-061-1/+6
* Install swapctl.2, not swapon.2. swapon.2 should probably go away.millert1999-12-141-2/+2
* replacement pipe() system call; copies data into place inside kernel, soderaadt1999-06-071-5/+5
* Add swapctl(2), and crank shlib minor.weingart1999-05-221-2/+2
* mi ptraced1999-02-011-6/+6
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-201-20/+20
* make use of xfspioctlart1998-09-181-3/+3
* Better lint(1) framework. Mostly from cgd@NetBSDtholo1998-02-081-4/+34
* add getsid(2), XPG4deraadt1997-11-131-2/+3
* add getpgrp(2) from NetBSDkstailey1997-05-301-1/+3
* add tagkstailey1997-05-081-0/+1
* make clock_gettime.cat2kstailey1997-05-081-2/+5
* New POSIX 1003.1b syscalls; from pk@NetBSDtholo1997-04-201-4/+8
* seek(2) is not neededderaadt1997-04-041-1/+0
* futimes link; nakayosh@kcn.or.jpderaadt1997-03-291-0/+1
* install ktrace(2)deraadt1997-03-261-1/+1