summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - Use standard RETURN VALUES section.zont2013-01-151-6/+2
* libutil: fix typo in comment for gr_fini.mjg2013-01-131-1/+1
* libutil: utilize strsep instead of strcat in a loop in gr_makemjg2013-01-131-6/+10
* libutil: move group_line_format into the scop of its only user.mjg2013-01-131-2/+1
* libutil: eliminate 'found' variable in gr_equalmjg2013-01-131-8/+5
* Add FILES section.joel2013-01-121-0/+7
* editrc only read from $HOME.joel2013-01-121-2/+0
* Add contrib/libc-vis to the include path so we reliably pick up the rightbrooks2013-01-111-0/+1
* In r244401 I accidently moved strunvis and strunvisx from version 1.0 tobrooks2013-01-111-2/+2
* Re-enable ip6addrctl support but only for IPv6 address.ume2013-01-101-7/+5
* Fix the bindto parameter declaration.ae2013-01-091-1/+1
* Disable destination address selection support ofume2013-01-091-0/+8
* Only assign the environ in the startup code when environ is NULL.kib2013-01-078-29/+16
* Silence a clang warning by telling it we are only interested in leftandrew2013-01-061-1/+1
* libedit: bind the correct command when using "bind -k".pfg2013-01-011-2/+2
* Add missing DPADDantoine2013-01-011-0/+1
* With the old sade removed, libdisk is no longer used by anything in HEADnwhitehorn2012-12-3022-4754/+0
* Simplify pointing dst after the end of all the gr_mem pointers in newgrbapt2012-12-281-2/+1
* errno = ENOMEM was supposed to be removed not return (NULL);bapt2012-12-281-1/+1
* malloc() sets errno to ENOMEM already.bapt2012-12-281-5/+1
* Do not leave parts of the new group uninitialized in gr_dup().bapt2012-12-281-0/+4
* Add derived versions for common Simplified Chinese encodings.delphij2012-12-283-0/+596
* Add zh_CN.UTF-8 catalog.delphij2012-12-282-0/+296
* avoid arithmetic on uintptr_tbapt2012-12-271-1/+1
* cast to uintptr_t to properly calculate offsetbapt2012-12-271-1/+1
* Add O_CLOEXEC to flopenbapt2012-12-272-2/+2
* gr_dup: simplify duplication of groupbapt2012-12-271-21/+20
* - Clean up previous gr_add use malloc instead of callocbapt2012-12-272-5/+4
* New gr_add function to provide a clean and safe method to append a new memberbapt2012-12-272-0/+42
* Use flopen(3) instead of open(2) + flock(2)bapt2012-12-272-9/+4
* Fix libproc test case to work with clang premature optimizationpluknet2012-12-261-1/+1
* - Update manual pages accordingly to r244384 and r244385.zont2012-12-252-9/+25
* Upgrade our copy of llvm/clang to 3.2 release.dim2012-12-231-2/+2
* - Reduce buffer size from LINE_MAX to PATH_MAX, there is no point to storedelphij2012-12-211-8/+4
* Add libnetbsd, a thin compatibility layer intended to allow a limitedbrooks2012-12-2111-0/+589
* Fix socket calls on error post-r243965.kevlo2012-12-211-2/+2
* Move the 64-bit _setjmp to lib/libstand.rpaulo2012-12-211-0/+93
* Replace our implementation of the vis(3) and unvis(3) APIs withbrooks2012-12-187-1007/+65
* Get libcompiler-rt and libgcc building on ARM with clang.andrew2012-12-181-3/+8
* Fix warning from valgrind when a failed entry is tested.eadler2012-12-171-0/+1
* libc/iconv: Fix race condition with setting FD_CLOEXEC.jilles2012-12-171-5/+1
* New devstat metrics for devstat_compute_statistics():trociny2012-12-153-9/+75
* Eliminate redundant variable.pjd2012-12-121-6/+3
* libc: Make various internal file descriptors close-on-exec.jilles2012-12-112-2/+2
* Cleanup a few duplicate llvm libs that snuck in with the recent update.dim2012-12-111-4/+1
* libc: Make various internal file descriptors close-on-exec.jilles2012-12-107-12/+12
* Improve style(9) compliance of function declarations.brooks2012-12-101-4/+12
* Re-disable GSSAPI, which does not build on several archs.erwin2012-12-071-4/+4
* Update to 9.8.4-P1.erwin2012-12-074-9/+16
|\
| * Vendor import of Bind 9.8.4erwin2012-12-05134-486/+1813
OpenPOWER on IntegriCloud