summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use panic() (which the environment is required to provide to libstand) tojhb2010-03-301-4/+4
* Make acl_to_text_np(3) not crash on long group or user names in NFSv4 ACLs.trasz2010-03-281-7/+4
* Don't forget to bump the date in the man page.ed2010-03-281-1/+1
* Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.ed2010-03-281-11/+17
* Merge improvements from kernel HID parser to the userland usbhid(3)kaiw2010-03-276-251/+406
* - Remove const'ness from dlerror(3) prototype, for consistency with POSIX.gahr2010-03-242-3/+3
* Reject attempts to create a MAP_ANON mapping with a non-zero offset.jhb2010-03-231-1/+6
* Finish the much belated Intel XScale hwpmc(4) man page.rpaulo2010-03-231-2/+119
* Update to zlib 1.2.4 and add versioned symbols to thedelphij2010-03-2241-2144/+7559
|\
| * Create a custom branch where I will be able to do the merge.delphij2010-03-193980-731486/+0
* | Let opendir() use O_DIRECTORY.ed2010-03-211-2/+2
* | Actually make O_DIRECTORY work.ed2010-03-211-0/+12
* | Avoid aliasing which leads to incorrect results when compiling with themarius2010-03-211-12/+11
* | Do not create *.gmon files for PIE executables on i386.jilles2010-03-201-1/+1
* | - While SPARC V9 allows tininess to be detected either before or aftermarius2010-03-201-5/+10
* | Division should take both arguments' signs into account when themarius2010-03-201-7/+9
* | FPU_DEBUG requires <stdio.h>.marius2010-03-203-1/+12
* | Ensure that __fpu_ftox() both returns the high bits and res[1] containsmarius2010-03-201-5/+7
* | - Remove a bogus forward declaration.marius2010-03-202-7/+3
|/
* Update to 9.6.2-P1, the latest patchfix release which deals withdougb2010-03-181-0/+4
* Remove two pieces of code (one disabled in revision 39665 and another deriveddelphij2010-03-182-16/+0
* Comment a fine point, so it does not get lost when people borrow codephk2010-03-151-0/+4
* Trim down libcompat by removing <regexp.h>.ed2010-03-1410-1930/+39
* Small style(9) cleanups.ed2010-03-135-10/+13
* Make this conform to the other top-level Makefile subdir listings withimp2010-03-131-13/+77
* Fix spelling of noreorder.jmallett2010-03-131-1/+1
* Correct bugs fixed but not merged from my own tree.delphij2010-03-131-2/+3
* Follow up commit to reindent the code.delphij2010-03-121-13/+13
* Two optimizations to MI strlen(3) inspired by David S. Miller'sdelphij2010-03-121-12/+31
* Fix several typos in macros or macro misusage.uqs2010-03-126-3/+6
* - Use an initializer macro to initialize fields in 'fake' FILE objects usedjhb2010-03-1112-39/+22
* Fix a bug in the previous change: remove function-local definition ofjhb2010-03-111-1/+0
* Fix a typo in r204974 so that FTYPE_LNG matches the initialisers ofmarius2010-03-111-1/+1
* - The OPSZ macro actually only does the right thing for int32 and int64marius2010-03-102-29/+21
* Use thr_once() with once_t controls to initialize various thread_key_tjhb2010-03-108-64/+81
* Add warnings to <regexp.h> and <sys/timeb.h>.ed2010-03-091-1/+1
* Upgrade to OpenSSH 5.4p1.des2010-03-091-0/+3
|\
| * When I flattened the dist tree, some files that had been removed in priordes2008-09-011-35/+0
| * Properly flatten openssh/dist.des2008-07-221-0/+35
* Switch to our preferred license text.joel2010-03-071-8/+8
* Use default WARNS setting (of 6) for lib/csu.uqs2010-03-056-15/+7
* Properly declare non-extern functions in crt1uqs2010-03-055-5/+13
* Remove stale references to libkrb5.imp2010-03-041-11/+12
* Use our standard license text. No more voices in the authors head. :-)joel2010-03-049-72/+72
* Enable the use of nanosleep() instead of using pause() and signals.gshapiro2010-03-041-0/+1
* Use ABI neutral macrosaimp2010-03-032-29/+51
* __main and __gccmain are no longer required, so eliminate them.imp2010-03-031-3/+0
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-031-7/+0
* In reallocf(3), free the memory only when size != 0. Otherwise, when thejh2010-03-031-1/+8
* Add support for hwpmc(4) on the MIPS 24K, 32 bit, embedded processor.gnn2010-03-032-2/+475
OpenPOWER on IntegriCloud