summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Implement kqueue(2) for procdesc(4).ed2014-04-072-2/+27
* Add support for UDP-Lite protocol (RFC 3828) to IPv4 and IPv6 stacks.kevlo2014-04-071-0/+5
* Move definitions out of rpc_com so that the linker doesn't complain abouttheraven2014-04-062-2/+5
* lib: Remove duplicate SUBDIR libnv.jilles2014-04-051-1/+0
* Accept RFC 2292 option values so that RFC 2292 compliant programs thatmarcel2014-04-051-6/+18
* The getlogin_basic() function can return a 0 status with a NULLmarcel2014-04-051-3/+8
* Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT.imp2014-04-0510-10/+10
* The proper way to request no man pages currently is NO_MAN=xxx. Use itimp2014-04-054-4/+4
* Silence a warning with GCC that was breaking the build with Juniper's GCC.theraven2014-04-053-4/+7
* Correct return type of pdfork(2).ed2014-04-041-2/+2
* Fix the inheritance of the FBSDprivate_1.0 namespace.theraven2014-04-031-1/+1
* Move _b functions into the 11.x symbol version namespace.theraven2014-04-033-5/+16
* Add an extra void* cast to work around a bug in FreeBSD-gcc inheritedtheraven2014-04-031-1/+1
* Move scandir_b to a later symbol version.theraven2014-04-021-1/+1
* Add support for some block functions that come from OS X. These aretheraven2014-04-0217-30/+390
* Fix an issue where the locale and rune locale could become out of sync,theraven2014-04-022-9/+9
* libnv: Don't lose big-endian flag when receiving a message.jilles2014-04-011-1/+1
* Add atf m4 files from the vendor branch.jmmv2014-04-012-0/+6
* - In the libiconv module for ISO 2022 restore the original order of thetijl2014-04-0122-42/+42
* Use the correct variable name in the example code.eadler2014-03-301-1/+1
* Dereference nonexistent md2(3) manual.gjb2014-03-284-8/+4
* Update system man pages for s/capability.h/capsicum.h/.rwatson2014-03-277-14/+15
* Add an ioctl to suspend a virtual machine (VM_SUSPEND). The ioctl can be calledneel2014-03-262-0/+8
* Add a SUBDIR_PARALLEL option to bsd.subdir.mk, to allow make to processdim2014-03-262-0/+6
* Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental.andrew2014-03-235-7/+14
* Update to 20140321bapt2014-03-221-0/+1
* Implement __flt_rounds for ARMv6 hard-float. The fpscr register stores theandrew2014-03-221-10/+14
* nv(3) was not in 10.0.bdrewery2014-03-211-2/+2
* Update hwpmc to support core events for Atom Silvermont microarchitecture.hiren2014-03-204-1/+560
* Update NetBSD Foundation copyrights to 2-clause BSDemaste2014-03-181-7/+0
* Remove an extra 1 in an #if lineandrew2014-03-161-1/+1
* Fix the spelling of function.andrew2014-03-162-2/+2
* Add an optimised version of the float and double helper functions. Theseandrew2014-03-166-124/+537
* Update most userspace consumers of capability.h to use capsicum.h instead.rwatson2014-03-163-3/+3
* Only build the vfp/softfp switching code on armv6 as we don't support vfpandrew2014-03-161-1/+5
* Build fenv-vfp.c with the softfp float abi. Without this gcc generates anandrew2014-03-161-0/+3
* replace the kernel's version w/ cperciva's implementation... In alljmg2014-03-162-2/+2
* On armv6 access both the softfloat and, when available, the vfp to get andandrew2014-03-157-10/+391
* libusb: add libusb_log_level enumeadler2014-03-141-0/+13
* Make bsd.test.mk the only public mk fragment for the building of tests.jmmv2014-03-146-6/+6
* multiple: Remove 3rd clause from BSD license where approved by theeadler2014-03-142-10/+2
* Remove IPX support.glebius2014-03-145-467/+0
* To avoid missing a chance to cancel thread, call _pthread_testcancel at thedavidxu2014-03-131-0/+1
* Make ether_line really report an error when all input is invalid.jmmv2014-03-121-5/+7
* Replace the userspace atpic stub with a more functional vmm.ko model.tychon2014-03-112-0/+38
* Support Last-Modified behind proxies which return UTC instead of GMT.bdrewery2014-03-111-0/+6
* libbsdstat: fix warnings, set WARNSeadler2014-03-112-3/+1
* Export _libc_arm_fpu_present as a private symbol to be used by otherandrew2014-03-111-0/+2
* various formating fixes, use NUL for NUL bytes..jmg2014-03-091-29/+37
* libc man pages: Remove reference to non-existent FreeBSD Securityeadler2014-03-073-8/+0
OpenPOWER on IntegriCloud