summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/Makefile.inc (follow)
Commit message (Expand)AuthorAgeFilesLines
* DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGSguenther2016-07-041-12/+1
* Move __getcwd from ASM to HIDDEN: we don't want the literal __getcwd symbolguenther2016-05-301-3/+3
* Add ASM_NOERR for syscalls that never fail and thus don't need the errnoguenther2016-05-191-15/+36
* Remove sigreturn declaration and the now-unused libc syscall stubguenther2016-05-091-2/+2
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-071-21/+38
* Turd polish: use HIDDEN= instead of PSEUDO= for ptrace syscall stub, toguenther2016-03-301-3/+3
* Eliminate userspace caching by getlogin_r/setlogin; make the getloginguenther2016-03-301-7/+7
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-75/+1
* Rename the system call sendsyslog2 to sendsyslog. Keep the old onebluhm2016-03-211-2/+2
* Add a syscall stub for sendsyslog2(2), and use it in syslog_r(3), passingderaadt2015-11-251-2/+3
* Split the intra-thread functionality from kill(2) into its own syscallguenther2015-11-101-3/+3
* Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther2015-10-231-4/+20
* Remove dnssocket() and dnsconnect(), since we decided to use a SOCK_DNSderaadt2015-10-231-3/+3
* Remove old tame() stubderaadt2015-10-191-2/+2
* create libc stubs for dnssocket() and dnsconnect()deraadt2015-10-181-3/+3
* tame -> pledge conversion, in libc. I should crank libc, but am cheatingderaadt2015-10-091-6/+6
* Rename __sysctl syscall to just sysctl, as the userland wrapper is no longerguenther2015-09-131-4/+4
* Simplify makefile rules for building the ASM stubs into "pick somethingguenther2015-09-091-113/+45
* Hide many (194!) symbols that nothing should be using.guenther2015-08-261-3/+2
* Document kbind(2)guenther2015-08-251-2/+2
* manual page for tame(2). not very good, so i will be hearing from jmcderaadt2015-07-191-3/+3
* Make pthread_atfork() track the DSO that called it like atexit() does,guenther2015-04-071-2/+2
* Add chflagsat(), modeled on fchmodat() with name to match FreeBSD.guenther2014-12-081-3/+3
* Add sched_yield(2) manpageguenther2014-11-141-2/+2
* Declare and document getthrid()guenther2014-08-311-2/+2
* Add additional kernel interfaces for setting close-on-exec on fdsguenther2014-08-311-4/+8
* fixed overrid(d)en typotobias2014-08-141-2/+2
* document sendsyslog(2); ok guenther tedu matthewderaadt2014-07-121-4/+4
* Add new getentropy() system call. Code and pressure from matthew.deraadt2014-06-131-6/+6
* Retire hp300, mvme68k and mvme88k ports. These ports have no users, keepingmiod2014-03-181-5/+1
* Make it possible to build to reduced version of a library, includingguenther2013-10-131-1/+28
* getdirentries(2) is dead; long live getdents(2)!guenther2013-10-071-2/+2
* Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther2013-08-131-2/+2
* Move _Exit() from the exit() manpage to the _exit() manpage, as it'sguenther2013-06-051-1/+2
* Add utrace(2), a system call allowing for userland to send its own ktracemiod2013-06-011-3/+3
* Extend P_SIGSUSPEND handling in userret() to properly restore thematthew2013-04-291-2/+4
* Implement fdatasync() as a wrapper around fsync()matthew2013-04-151-1/+2
* gremlin crept inmiod2013-02-031-2/+2
* Userland bits for m68k/ELF. Mostly addition of register prefixes to themiod2013-02-021-2/+12
* remove lint leftovers; ok guenther@okan2012-09-041-39/+1
* no more nnpfspioctl() system call; ok guentherderaadt2012-08-231-2/+2
* Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccpascal2012-08-221-16/+25
* Kill an old mips workaround; we don't support mips, just mips64.pascal2012-08-211-22/+1
* oops, forgot to install getdtablecount(2); noted by teduderaadt2012-06-191-3/+3
* remove rfork(); ok guenther miodderaadt2012-04-121-43/+40
* kill lfs system call lines and libc stubsderaadt2012-04-121-2/+1
* New system call: getdtablecount(2) returns the number of filederaadt2012-04-121-37/+36
* Move __tfork_thread() from rthreads (libpthread) to libc so thatguenther2012-03-221-2/+2
* Add manpages for __thrsigdivert, __thrsleep, and __thrwakeup. Variousguenther2012-03-131-2/+4
* Reimplement mutexes, condvars, and rwlocks to eliminate bugs,guenther2012-01-171-2/+2