summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove EOL whitespace.joel2013-04-111-1/+1
* Remove unused atomic headeremaste2013-04-111-1/+0
* Fix typo.glebius2013-04-111-1/+1
* Include types.h for C99 uintXX_t types.glebius2013-04-111-1/+1
* o Provide function kvm_read_zpcpu() to access UMA_ZONE_PCPU allocations.glebius2013-04-104-7/+89
* Remove the number of addresses restriction from sctp_connectx().tuexen2013-04-101-202/+94
* swapcontext wrapper can not be implemented in C, the stack pointer saved indavidxu2013-04-101-10/+1
* Fix declaration vs. definition inconsistency. No functional change.jkim2013-04-051-3/+3
* Correct the returned message lengths for timeval and bintime controlgnn2013-04-051-3/+3
* Replace access to /dev/random with the kernel pseudo-random numberdelphij2013-04-024-55/+32
* Fix return type of extattr_set_* and fix rmextattr(8) utility.mdf2013-04-021-3/+3
* wordexp(): Remove wrong IFS usage.jilles2013-04-011-4/+1
* Remove EOL whitespace.joel2013-03-292-156/+156
* Update hwpmc to support Haswell class processors.sbruno2013-03-284-0/+1276
* btowc(3), isblank(3): Correct prototypes for _l variants.jilles2013-03-272-3/+3
* Update to 9.8.4-P2erwin2013-03-275-7/+4
* Add missing spacebryanv2013-03-271-1/+1
* accept(2): Mention inheritance of O_ASYNC and signal destination.jilles2013-03-261-3/+13
* Compile contrib/tzcode/stdtime/localtime.c with -fwrapv, since it reliesdim2013-03-241-0/+3
* libdwarf: anonymous types are expected to have empty type names...avg2013-03-231-3/+1
* MFV r248590,248594:mm2013-03-223-11/+69
* Document chflagsat(2).pjd2013-03-213-3/+54
* Implement chflagsat(2) system call, similar to fchmodat(2), but operates onpjd2013-03-211-0/+1
* - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of typepjd2013-03-211-3/+3
* Allow O_CLOEXEC in posix_openpt() flags.jilles2013-03-211-2/+7
* Implement SOCK_CLOEXEC, SOCK_NONBLOCK and MSG_CMSG_CLOEXEC.jilles2013-03-193-4/+27
* There are actually two different cases when mlock(2) returnsglebius2013-03-191-2/+7
* Simplify the assignment of memory to virtual machines by requiring a singleneel2013-03-182-21/+95
* Add restrict keyword to realpath manpage.kevlo2013-03-181-1/+1
* Add a note to the HISTORY section about lchflags(2) being introduced inpjd2013-03-161-0/+4
* Make this more compilable.glebius2013-03-151-8/+7
* Update to the latest (un)vis(3) sources from NetBSD. This addsbrooks2013-03-142-2/+18
* When pidptr was passed as NULL to pidfile_open(3), we were returningpjd2013-03-141-13/+18
* libc: Avoid SIGPIPE when nscd closes the connection unexpectedly.jilles2013-03-131-4/+5
* Link getcontextx(3) to getcontext(3).pluknet2013-03-131-0/+1
* Add the getcontextx prototype to SYNOPSIS.pluknet2013-03-131-1/+3
* - Make the FreeBSD's USB library compile under Linux.hselasky2013-03-1314-30/+151
* Fix for quite a special case when userland emulates a netgraph node, andglebius2013-03-111-1/+1
* commit correct tested fix for gr_util.cdb2013-03-091-46/+58
* Garbage collect NWFS and NCP bits which are now completely disconnectedattilio2013-03-0918-4292/+0
* Cleanup gr_add() so it does not leak memdb2013-03-072-53/+86
* Add __clzsi2 and ctzsi2. They are required on ARMv4 and ARMv5 to implementandrew2013-03-071-0/+3
* Create a symlink from strchrnul.3 to strchr.3.zeising2013-03-061-1/+2
* Add a stub manpage modeled over the libexpat one to explain to users not to usebapt2013-03-052-0/+62
* Import libyaml as libbsdyml (private brand name)bapt2013-03-043-0/+107
* libedit: Revert r247683 to fix buildworld.jilles2013-03-031-0/+1
* libedit does not need to be linked with ncursespfg2013-03-031-1/+0
* - Implement two new system calls:pjd2013-03-025-0/+232
* Garbage collect NTFS bits which are now completely disconnected fromattilio2013-03-021-71/+0
* mdoc: remove superfluous paragraph macro.joel2013-03-023-3/+0
OpenPOWER on IntegriCloud