summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* fts: Don't abort if an empty pathname is given.jilles2014-03-061-5/+1
* Let __bt_put() accept the R_SETCURSOR flag, as stated in the dbopen(3) manpage.jlh2014-03-061-1/+2
* Add 'libstatfoo' from Sam Leffler.adrian2014-03-064-0/+347
* Add a manual page for zopen(3) provided by our libz.so.delphij2014-03-062-1/+97
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}marcel2014-03-0446-138/+142
* When querying a process's umask via sysctl in libprocstat(), don'trwatson2014-03-021-1/+1
* MFV r262639: ncurses 5.9 20140222 snapshot.delphij2014-03-022-10/+20
* Silence the gcc warning about unsigned comparison with 0 in a differenttijl2014-03-011-3/+2
* MFV r262617: ncurses 5.9.delphij2014-02-283-93/+245
* Merge from head up to r262611.dim2014-02-281-1/+1
|\
| * syncer(4) is a kernel process, not a user processbjk2014-02-271-1/+1
* | Merge from head up to r262536.dim2014-02-267-24/+24
|\ \ | |/
| * Update LLDB snapshot to upstream r202189emaste2014-02-265-4/+9
| |\
| | * Update LLDB bmake build for r262187emaste2014-02-185-4/+9
| * | Queue pending exceptions in the 'struct vcpu' instead of directly updating theneel2014-02-262-20/+15
* | | Merge from head up to r262472.dim2014-02-255-20/+21
|\ \ \ | |/ /
| * | Wrap for loop in #if block testing the size is actually greaterdelphij2014-02-251-1/+4
| * | Revert 262462 and 262461, they didn't solve the problem, indelphij2014-02-251-12/+10
| * | Patch 2/2:delphij2014-02-241-11/+11
| * | Patch 1/2:delphij2014-02-241-0/+2
| * | Fix an array index out of bounds bug in iconv VIQR (Vietnamese) module.tijl2014-02-241-1/+1
| * | Fix Simplified Chinese character set conversions by switching around thetijl2014-02-241-1/+1
| * | Consistently pass around context information using a simple pointer. Thistijl2014-02-244-17/+15
* | | Merge from head up to r262415.dim2014-02-234-103/+22
|\ \ \ | |/ /
OpenPOWER on IntegriCloud