aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix a typo.Mark Johnston2014-05-031-1/+1
* | | Allow "a.out" as an alias for the executable if no other matching entriesMark Johnston2014-05-034-19/+63
* | | Properly free resources in case of error.Christian Brueffer2014-05-021-8/+6
* | | regex: Remove some unreachable breaks.Pedro F. Giffuni2014-05-012-7/+1
* | | citrus: Avoid invalid code points.Pedro F. Giffuni2014-05-011-2/+1
* | | Don't forget to remember previous element at the end of the loop.Pawel Jakub Dawidek2014-04-301-0/+1
* | | citrus: Avoid invalid code points.Pedro F. Giffuni2014-04-291-0/+8
* | | Allow a virtual machine to be forcibly reset or powered off. This is doneNeel Natu2014-04-282-3/+6
* | | Set the new floating point exception mask correctlyAndrew Turner2014-04-281-1/+1
* | | r261913 broke DES passwords, because the only way they could work,Dag-Erling Smørgrav2014-04-261-77/+56
* | | Spell NO_PROFILE= as MK_PROFILE=no.Warner Losh2014-04-256-7/+8
* | | Kill last remaining NO_INSTALLLIB in tree by converting it over toWarner Losh2014-04-251-1/+1
* | | Eliminate last vestigies of NO_MAN= in the tree. Also, removeWarner Losh2014-04-251-1/+2
* | | libc/stdio: Fail fdopen() on an execute-only fd.Jilles Tjoelker2014-04-212-3/+5
* | | Rename the fp{get,set}* files so they no longer conflict with the softfloatAndrew Turner2014-04-217-2/+2
* | | Add the deprecated fp{get,set}* functions, a few ports use them.Andrew Turner2014-04-207-0/+304
* | | Add a missing break in the TCP case.Christian Brueffer2014-04-171-0/+1
* | | Remove the libkse directory. It was unhooked from the build and kernelBrooks Davis2014-04-16179-27209/+0
* | | Correct sorting.Christian Brueffer2014-04-151-1/+1
* | | Mention Capsicum.Christian Brueffer2014-04-151-1/+7
* | | Add support for emulating the slave PIC.Tycho Nightingale2014-04-141-1/+1
* | | Fix err() usage in libcapsicum(3) example.Glen Barber2014-04-141-2/+2
* | | Fix some off-by-one errors. The kve_end and rdl_eaddr fields contain theMark Johnston2014-04-141-3/+3
* | | realpath(): Properly fail "." or ".." components after non-directories.Jilles Tjoelker2014-04-131-20/+6
* | | NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-1310-12/+12
* | | Tune buffer sizes for SuperSpeed USB when using LibUSB v0.1 and v1.0Hans Petter Selasky2014-04-112-0/+5
* | | Fix table alignment. EVFILT_PROCDESC is longer than the existing filters.Ed Schouten2014-04-071-1/+1
* | | Implement kqueue(2) for procdesc(4).Ed Schouten2014-04-072-2/+27
* | | Add support for UDP-Lite protocol (RFC 3828) to IPv4 and IPv6 stacks.Kevin Lo2014-04-071-0/+5
* | | Move definitions out of rpc_com so that the linker doesn't complain aboutDavid Chisnall2014-04-062-2/+5
* | | lib: Remove duplicate SUBDIR libnv.Jilles Tjoelker2014-04-051-1/+0
* | | Accept RFC 2292 option values so that RFC 2292 compliant programs thatMarcel Moolenaar2014-04-051-6/+18
* | | The getlogin_basic() function can return a 0 status with a NULLMarcel Moolenaar2014-04-051-3/+8
* | | Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT.Warner Losh2014-04-0510-10/+10
* | | The proper way to request no man pages currently is NO_MAN=xxx. Use itWarner Losh2014-04-054-4/+4
* | | Silence a warning with GCC that was breaking the build with Juniper's GCC.David Chisnall2014-04-053-4/+7
* | | Correct return type of pdfork(2).Ed Schouten2014-04-041-2/+2
* | | Fix the inheritance of the FBSDprivate_1.0 namespace.David Chisnall2014-04-031-1/+1
* | | Move _b functions into the 11.x symbol version namespace.David Chisnall2014-04-033-5/+16
* | | Add an extra void* cast to work around a bug in FreeBSD-gcc inheritedDavid Chisnall2014-04-031-1/+1
* | | Move scandir_b to a later symbol version.David Chisnall2014-04-021-1/+1
* | | Add support for some block functions that come from OS X. These areDavid Chisnall2014-04-0217-30/+390
* | | Fix an issue where the locale and rune locale could become out of sync,David Chisnall2014-04-022-9/+9
* | | libnv: Don't lose big-endian flag when receiving a message.Jilles Tjoelker2014-04-011-1/+1
* | | Add atf m4 files from the vendor branch.Julio Merino2014-04-012-0/+6
* | | - In the libiconv module for ISO 2022 restore the original order of theTijl Coosemans2014-04-0122-42/+42
* | | Use the correct variable name in the example code.Eitan Adler2014-03-301-1/+1
* | | Dereference nonexistent md2(3) manual.Glen Barber2014-03-284-8/+4
* | | Update system man pages for s/capability.h/capsicum.h/.Robert Watson2014-03-277-14/+15
* | | Add an ioctl to suspend a virtual machine (VM_SUSPEND). The ioctl can be calledNeel Natu2014-03-262-0/+8