summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* msun: drop unnecessary checks (part 2).pfg2015-02-244-4/+4
* Significant upgrades to sa(4) and mt(1).ken2015-02-235-0/+1347
* setmode(3): Make sure that setmode sets errno on failure.pfg2015-02-222-20/+47
* nice(): Correct return value and [EPERM] error.jilles2015-02-222-5/+32
* msun: drop unnecessary checks.pfg2015-02-224-4/+4
* Prevent NULL pointer de-reference.pfg2015-02-211-1/+1
* regex(3): Fix uninitialized pointer values.pfg2015-02-202-3/+3
* tab vs spaces.pfg2015-02-201-2/+2
* dbm_delete(3) correct man page to match current behaviour.pfg2015-02-201-4/+2
* Fix small memleaks in nis_passwd() and nis_group().pfg2015-02-202-2/+6
* fix spelling, add comma and remove BUGS section.. it provided no usefuljmg2015-02-191-17/+3
* libc: clean some set-but-not-used errors.pfg2015-02-183-7/+1
* ulimit(3): simplify.pfg2015-02-171-10/+8
* Update elftoolchain to upstream revision 3163emaste2015-02-171-1/+1
* compress,gzip,xz: Preserve timestamps with nanosecond precision.jilles2015-02-171-0/+1
* Restore the extern qualifier on __cleanup.kib2015-02-171-1/+1
* Unbreak sparc64 after r276630 by calling __sparc_sigtramp_setup signalmarius2015-02-163-4/+11
* rexec(3): prevent uninitialized access to "port" variable.pfg2015-02-161-4/+4
* Replace strcpy() with strlcpy()pfg2015-02-151-1/+1
* Reverse one of the initializations from r278804.pfg2015-02-151-1/+1
* Mismatch in r278804.pfg2015-02-151-1/+1
* More tidy-ups on uninitialized scalar variablepfg2015-02-152-3/+3
* ulimit(3): Fix broken check.pfg2015-02-151-5/+9
* The ld(1) flag is -Bsymbolic not -Wsymbolic.tijl2015-02-141-2/+2
* Properly interpose libc spinlocks, was missed in r276630. Inkib2015-02-146-30/+34
* Disallow pattern spaces which would cause intermediate calculations todelphij2015-02-141-0/+17
* Remove disconnected (and broken) directory libiconv. It was added in thebdrewery2015-02-131-25/+0
* Teach libproc how to find debugging symbols in /usr/lib/debug.rpaulo2015-02-131-3/+18
* Revert 278634: This broke the build due to the compiler being too clever.pfg2015-02-131-2/+2
* ulimit(3): Fix broken check.pfg2015-02-121-2/+2
* Update libthr(3) man page to reflect the work done to support dlopen.kib2015-02-121-31/+11
* When catopen(3) returns an error, it caches the result of that errorbdrewery2015-02-101-0/+1
* Initial version of DTrace on ARM32.gnn2015-02-103-0/+17
* Merge xz 5.2.0.rpaulo2015-02-095-21/+36
* revert r278414bapt2015-02-081-3/+0
* Reapply r255891bapt2015-02-081-0/+3
* Protect uninitialized scalar variable from being accessedpfg2015-02-072-2/+2
* Remove useless comment.trasz2015-02-071-6/+1
* Truncate the exponent 'n' of type long to a domain containedkargl2015-02-071-19/+9
* Add a new device control utility for new-bus devices called devctl. Thisjhb2015-02-065-0/+470
* Update comment and NetBSD ID tag.pfg2015-02-061-3/+3
* Drop cgetclose() from getdiskbyname().pfg2015-02-061-1/+0
* Fully initialize allocated memory for the new barrier. Thekib2015-02-061-4/+1
* Some NetGraph debug polishing.mav2015-02-061-7/+22
* Add a comment explaining why gcc is needed.jhibbits2015-02-061-0/+4
* tdelete(3): don't delete the node we are about to return.pfg2015-02-051-1/+2
* getdiskbyname(): plug resource leakpfg2015-02-051-8/+16
* Expose the constants for internal new-bus device flags to userland. Thejhb2015-02-051-1/+1
* powerpc64 csu needs to be built by gcc, so enforce that.jhibbits2015-02-051-0/+3
* Followup to r278223, by only using -stdlib=libc++ when the compiler isdim2015-02-041-1/+2
OpenPOWER on IntegriCloud