| Commit message (Expand) | Author | Age | Files | Lines |
* | DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGS |  guenther | 2016-07-04 | 1 | -12/+1 |
* | Move __getcwd from ASM to HIDDEN: we don't want the literal __getcwd symbol |  guenther | 2016-05-30 | 1 | -3/+3 |
* | Add ASM_NOERR for syscalls that never fail and thus don't need the errno |  guenther | 2016-05-19 | 1 | -15/+36 |
* | Remove sigreturn declaration and the now-unused libc syscall stub |  guenther | 2016-05-09 | 1 | -2/+2 |
* | Use a Thread Information Block in both single and multi-threaded programs. |  guenther | 2016-05-07 | 1 | -21/+38 |
* | Turd polish: use HIDDEN= instead of PSEUDO= for ptrace syscall stub, to |  guenther | 2016-03-30 | 1 | -3/+3 |
* | Eliminate userspace caching by getlogin_r/setlogin; make the getlogin |  guenther | 2016-03-30 | 1 | -7/+7 |
* | for some time now mandoc has not required MLINKS to function |  jmc | 2016-03-30 | 1 | -75/+1 |
* | Rename the system call sendsyslog2 to sendsyslog. Keep the old one |  bluhm | 2016-03-21 | 1 | -2/+2 |
* | Add a syscall stub for sendsyslog2(2), and use it in syslog_r(3), passing |  deraadt | 2015-11-25 | 1 | -2/+3 |
* | Split the intra-thread functionality from kill(2) into its own syscall |  guenther | 2015-11-10 | 1 | -3/+3 |
* | Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread |  guenther | 2015-10-23 | 1 | -4/+20 |
* | Remove dnssocket() and dnsconnect(), since we decided to use a SOCK_DNS |  deraadt | 2015-10-23 | 1 | -3/+3 |
* | Remove old tame() stub |  deraadt | 2015-10-19 | 1 | -2/+2 |
* | create libc stubs for dnssocket() and dnsconnect() |  deraadt | 2015-10-18 | 1 | -3/+3 |
* | tame -> pledge conversion, in libc. I should crank libc, but am cheating |  deraadt | 2015-10-09 | 1 | -6/+6 |
* | Rename __sysctl syscall to just sysctl, as the userland wrapper is no longer |  guenther | 2015-09-13 | 1 | -4/+4 |
* | Simplify makefile rules for building the ASM stubs into "pick something |  guenther | 2015-09-09 | 1 | -113/+45 |
* | Hide many (194!) symbols that nothing should be using. |  guenther | 2015-08-26 | 1 | -3/+2 |
* | Document kbind(2) |  guenther | 2015-08-25 | 1 | -2/+2 |
* | manual page for tame(2). not very good, so i will be hearing from jmc |  deraadt | 2015-07-19 | 1 | -3/+3 |
* | Make pthread_atfork() track the DSO that called it like atexit() does, |  guenther | 2015-04-07 | 1 | -2/+2 |
* | Add chflagsat(), modeled on fchmodat() with name to match FreeBSD. |  guenther | 2014-12-08 | 1 | -3/+3 |
* | Add sched_yield(2) manpage |  guenther | 2014-11-14 | 1 | -2/+2 |
* | Declare and document getthrid() |  guenther | 2014-08-31 | 1 | -2/+2 |
* | Add additional kernel interfaces for setting close-on-exec on fds |  guenther | 2014-08-31 | 1 | -4/+8 |
* | fixed overrid(d)en typo |  tobias | 2014-08-14 | 1 | -2/+2 |
* | document sendsyslog(2); ok guenther tedu matthew |  deraadt | 2014-07-12 | 1 | -4/+4 |
* | Add new getentropy() system call. Code and pressure from matthew. |  deraadt | 2014-06-13 | 1 | -6/+6 |
* | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping |  miod | 2014-03-18 | 1 | -5/+1 |
* | Make it possible to build to reduced version of a library, including |  guenther | 2013-10-13 | 1 | -1/+28 |
* | getdirentries(2) is dead; long live getdents(2)! |  guenther | 2013-10-07 | 1 | -2/+2 |
* | Switch time_t, ino_t, clock_t, and struct kevent's ident and data |  guenther | 2013-08-13 | 1 | -2/+2 |
* | Move _Exit() from the exit() manpage to the _exit() manpage, as it's |  guenther | 2013-06-05 | 1 | -1/+2 |
* | Add utrace(2), a system call allowing for userland to send its own ktrace |  miod | 2013-06-01 | 1 | -3/+3 |
* | Extend P_SIGSUSPEND handling in userret() to properly restore the |  matthew | 2013-04-29 | 1 | -2/+4 |
* | Implement fdatasync() as a wrapper around fsync() |  matthew | 2013-04-15 | 1 | -1/+2 |
* | gremlin crept in |  miod | 2013-02-03 | 1 | -2/+2 |
* | Userland bits for m68k/ELF. Mostly addition of register prefixes to the |  miod | 2013-02-02 | 1 | -2/+12 |
* | remove lint leftovers; ok guenther@ |  okan | 2012-09-04 | 1 | -39/+1 |
* | no more nnpfspioctl() system call; ok guenther |  deraadt | 2012-08-23 | 1 | -2/+2 |
* | Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc |  pascal | 2012-08-22 | 1 | -16/+25 |
* | Kill an old mips workaround; we don't support mips, just mips64. |  pascal | 2012-08-21 | 1 | -22/+1 |
* | oops, forgot to install getdtablecount(2); noted by tedu |  deraadt | 2012-06-19 | 1 | -3/+3 |
* | remove rfork(); ok guenther miod |  deraadt | 2012-04-12 | 1 | -43/+40 |
* | kill lfs system call lines and libc stubs |  deraadt | 2012-04-12 | 1 | -2/+1 |
* | New system call: getdtablecount(2) returns the number of file |  deraadt | 2012-04-12 | 1 | -37/+36 |
* | Move __tfork_thread() from rthreads (libpthread) to libc so that |  guenther | 2012-03-22 | 1 | -2/+2 |
* | Add manpages for __thrsigdivert, __thrsleep, and __thrwakeup. Various |  guenther | 2012-03-13 | 1 | -2/+4 |
* | Reimplement mutexes, condvars, and rwlocks to eliminate bugs, |  guenther | 2012-01-17 | 1 | -2/+2 |