summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/Makefile.inc (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* sigstack() is long dead, and the compat sigaltstack syscall is gone too.guenther2011-11-221-2/+2
* Add stubs and manpage for __{get,set}_tcbguenther2011-10-161-3/+4
* Add (rough draft) documentation for fdopendir(3) and the 15 newmatthew2011-07-181-6/+15
* Expose a bunch of new functionality from POSIX 2008: openat(2),matthew2011-07-181-2/+5
* Fix the naming of interfaces and variables for rdomains and rtablesguenther2010-07-031-4/+4
* getpeereid() can now be a library routine using getsockopt() withderaadt2010-07-011-3/+3
* add posix_madvise, posix_memalign, strndup, and strnlen. mostly fromtedu2010-05-181-1/+5
* Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentmiod2010-02-031-20/+20
* Add setrdomain() and getrdomain() system calls. Committing now toguenther2009-11-271-3/+5
* various MLINK fixes from Alan R. S. Bueno;jmc2009-08-131-2/+2
* Arla client rename from xfs to nnpfs for later upgrades. Tested on various arches. ok todd@ beck@jj2009-06-031-2/+2
* move statvfs.c to gen, since it is not a syscall; ok deraadt@otto2008-03-221-2/+2
* statvfs supportotto2008-03-161-2/+2
* no more need for vadvise.oderaadt2008-01-051-2/+2
* Add lint stubs for the longjmp family of functions which are defined inotto2007-09-091-3/+7
* Silence erroneous "environ used, but not defined" lint warning byotto2007-09-091-3/+3
* add rthread syscalls and bump minor.tedu2006-10-241-2/+3