| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not let userland access the swapon system call anymore (nothing uses it |  miod | 2003-05-10 | 1 | -2/+2 |
* | There are two related changes. |  art | 2003-04-14 | 1 | -4/+4 |
* | Replace emulated versions of setreuid() and setregid() with real syscalls. |  millert | 2003-01-31 | 1 | -8/+8 |
* | Document getlogin_r() |  millert | 2002-12-02 | 1 | -2/+2 |
* | Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack |  miod | 2002-12-02 | 1 | -1/+4 |
* | missing MLINKs for setresuid(2). millert ok. |  fgsch | 2002-11-10 | 1 | -1/+3 |
* | thread safe libc -- 2nd try. OK miod@, millert@ |  marc | 2002-11-05 | 1 | -6/+1 |
* | back out previous patch.. there are still some vax/m68k issues |  marc | 2002-11-03 | 1 | -1/+6 |
* | libc changes for thread safety. Tested on: |  marc | 2002-11-03 | 1 | -6/+1 |
* | Add [gs]etres[ug]id(2) syscall to libc and use it in emulating some 4.3BSD |  millert | 2002-10-30 | 1 | -9/+10 |
* | Fix brain blackout. |  art | 2002-08-05 | 1 | -2/+2 |
* | One more ELF_TOOLCHAIN. |  art | 2002-08-05 | 1 | -2/+2 |
* | Remove kernel support for NTP. ok deraadt@ and tholo@ |  nordin | 2002-07-06 | 1 | -2/+1 |
* | correct comment. |  fgsch | 2002-06-10 | 1 | -2/+2 |
* | ELF architectures all support weak aliases, enable them for this part. |  drahn | 2002-06-08 | 1 | -2/+2 |
* | Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@ |  drahn | 2002-02-22 | 1 | -1/+13 |
* | remove rfork.o from the auto-generated assembler stubs |  art | 2002-02-21 | 1 | -3/+2 |
* | rfork() needs a fork.S-like stub as well; ok art |  deraadt | 2002-02-17 | 1 | -2/+2 |
* | Forgotten DEBUGLIBS stuff |  niklas | 2001-09-25 | 1 | -1/+8 |
* | Add an ASPICFLAG variable to bsd.own.mk which a platform use to pass flags |  drahn | 2001-09-25 | 1 | -4/+7 |
* | Add PSEUDO_NOERROR similar to that used by NetBSD. |  millert | 2001-09-20 | 1 | -3/+34 |
* | Install getpeereid(2) manpage. |  fgsch | 2001-07-09 | 1 | -3/+3 |
* | implement djb's getpeereid(2), to allow local-domain servers to determine client credentials. mostly from superscript.com. deraadt@ ok |  dugsong | 2001-06-26 | 1 | -2/+3 |
* | Move description of exect() to execve(2) man page. Add a note about exect() not |  aaron | 2001-03-14 | 1 | -1/+2 |
* | Add mlockall and munlockall. man-page from NetBSD. |  art | 2001-03-09 | 1 | -4/+5 |
* | put up FD_* manual pages, in section 3 |  deraadt | 2001-01-10 | 1 | -1/+3 |
* | create proper docs for timer{add,clear,sub,isset,cmp} |  deraadt | 2000-12-23 | 1 | -1/+6 |
* | kqueue and kevent system calls |  provos | 2000-11-16 | 1 | -3/+4 |
* | damn it, i have had it with this untested weak shit |  deraadt | 2000-10-17 | 1 | -2/+2 |
* | re-add weak sparc support; d@ |  deraadt | 2000-10-16 | 1 | -2/+2 |
* | Add support for building libraries with debugging information in them. |  niklas | 2000-05-15 | 1 | -1/+17 |
* | bye bye semconfig(2) |  deraadt | 2000-05-01 | 1 | -2/+2 |
* | p{read,write}{,v} man pages |  deraadt | 2000-04-20 | 1 | -4/+4 |
* | add fhopen, fhstat, fhstatfs system calls. largely from NetBSD |  assar | 2000-02-07 | 1 | -3/+6 |
* | for now, disable weak aliases for all archs except i386 |  d | 2000-01-06 | 1 | -1/+6 |
* | Install swapctl.2, not swapon.2. swapon.2 should probably go away. |  millert | 1999-12-14 | 1 | -2/+2 |
* | replacement pipe() system call; copies data into place inside kernel, so |  deraadt | 1999-06-07 | 1 | -5/+5 |
* | Add swapctl(2), and crank shlib minor. |  weingart | 1999-05-22 | 1 | -2/+2 |
* | mi ptrace |  d | 1999-02-01 | 1 | -6/+6 |
* | Add thread-safety to libc, so that libc_r will build (on i386 at least). |  d | 1998-11-20 | 1 | -20/+20 |
* | make use of xfspioctl |  art | 1998-09-18 | 1 | -3/+3 |
* | Better lint(1) framework. Mostly from cgd@NetBSD |  tholo | 1998-02-08 | 1 | -4/+34 |
* | add getsid(2), XPG4 |  deraadt | 1997-11-13 | 1 | -2/+3 |
* | add getpgrp(2) from NetBSD |  kstailey | 1997-05-30 | 1 | -1/+3 |
* | add tag |  kstailey | 1997-05-08 | 1 | -0/+1 |
* | make clock_gettime.cat2 |  kstailey | 1997-05-08 | 1 | -2/+5 |
* | New POSIX 1003.1b syscalls; from pk@NetBSD |  tholo | 1997-04-20 | 1 | -4/+8 |
* | seek(2) is not needed |  deraadt | 1997-04-04 | 1 | -1/+0 |
* | futimes link; nakayosh@kcn.or.jp |  deraadt | 1997-03-29 | 1 | -0/+1 |
* | install ktrace(2) |  deraadt | 1997-03-26 | 1 | -1/+1 |