summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make this WARNS=9 clean on i386 w/ clang.marcel2013-03-021-15/+14
* Fix warnings (control reaches end of non-void function).marcel2013-03-021-1/+2
* Fix nandfs support by providing the same crc32 function as is usedmarcel2013-03-021-2/+23
* Merge Capsicum overhaul:pjd2013-03-0210-146/+584
* Provide cap_sandboxed(3) function, which is a wrapper around cap_getmode(2)pjd2013-03-025-0/+124
* Fix assignment of maximum bounadary.delphij2013-03-011-1/+1
* Assign the len field of the netbuf structure to the current length ofkevlo2013-03-011-1/+1
* Fixed documented prototype of kinfo_getproc(3).ru2013-03-011-2/+2
* mdoc: add missing El.joel2013-02-271-0/+1
* Add an implementation of open_memstream() and open_wmemstream(). Thesejhb2013-02-275-1/+639
* no one bothered to write the iconv.9 man page... If it appears wejmg2013-02-261-2/+1
* Add support for good old 8192Hz profiling clock to software PMC.mav2013-02-261-1/+3
* Update base system libexpat to 2.1.0.delphij2013-02-262-7/+20
|\
| * Vendor import of expat 2.1.0 (trimmed).delphij2013-02-266-163/+283
| * Apply a vendor fix (rev 1.165): Don't update next pointer since it coulddelphij2009-12-111-1/+0
| * Correct a DoS issue when processing XML document with malformeddelphij2009-12-101-1/+1
| * Flattern all tags and dist tree for expat.delphij2009-12-1018-0/+13268
* libc/opendir: Improve behaviour of union uniquifier:jilles2013-02-241-25/+26
OpenPOWER on IntegriCloud