summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Split the contributed code from libc/stdtime from lib/libc/stdtimeedwin2010-02-2610-3621/+5
* Removed redundant -I. from CFLAGS and "yes" from WITHOUT_MAN.ru2010-02-252-4/+4
* Fixed dependencies (make checkdpadd).ru2010-02-251-1/+2
* Make pause(3) implementation not depended on the legacy sigcompat.ckib2010-02-251-1/+7
* While there, trim some trailing whitespace.ed2010-02-211-1/+0
* Add proper const keywords to sysctl(3) parameters.ed2010-02-214-25/+15
* Fix common misspelling of hierarchyuqs2010-02-201-2/+2
* - More style(9) fixupsgabor2010-02-201-26/+29
* realloc() with a proper amount of memory.ru2010-02-171-1/+1
* Mention EISDIR as a possible errno.phk2010-02-171-0/+2
* Define TLS_MODEL for PowerPC as well. Since PowerPC uses variant I,marcel2010-02-161-0/+1
* %U was macroized in mdoc(7), escape.ru2010-02-163-3/+3
* Add missing newline in last line of file.uqs2010-02-161-1/+1
* Unbreak ia64: tls_model("initial-exec") is invalid, because it assumesmarcel2010-02-161-11/+9
* The static TLS size as given by tls_static_space includes TLS_TCB_SIZEmarcel2010-02-161-2/+2
* Though these libraries are disconnected from the build and don'tru2010-02-152-36/+0
* Resort includes to match style(9) a bit more. No functional changewkoszek2010-02-1310-32/+36
* s/APIS/APIs - not part of the original submission.trhodes2010-02-111-2/+2
* o Add support for COMPAT_IA32.marcel2010-02-111-13/+21
* i doesn't need to be signed here, make it unsigned.imp2010-02-111-1/+1
* Correct two typoes.trhodes2010-02-111-1/+1
* Remove redundand headers and use more standard ones where necessary.wkoszek2010-02-116-11/+1
* Use more standard way for setting nonblocking flag for a filedescriptor.wkoszek2010-02-111-7/+9
* Within libusb 0.1 API, bus number is always faked to 0. Device numbers,wkoszek2010-02-111-0/+3
* Back to WARNS=3. The breakage wasn't what I thought it was :(imp2010-02-111-1/+1
* Keep Tinderbox happy.mckusick2010-02-111-1/+1
* Increased warnings weren't tested on ARM. Bump warnings back down toimp2010-02-111-1/+1
* Fix PRcracauer2010-02-101-2/+2
* - Deal with some special cases [1]gabor2010-02-091-30/+54
* Various fixes like spelling, style and syntax.marcel2010-02-091-21/+28
* Add PT_VM_TIMESTAMP and PT_VM_ENTRY so that the tracing process canmarcel2010-02-091-1/+76
* Mark up "unsigned char".ru2010-02-044-4/+11
* Reinstate the ptrace patch to restore the 'gp' register after callingneel2010-02-041-0/+3
* -White space cleanup (missing spaces in new line)rrs2010-02-031-5/+2
* Placate new binutils, by using 16-bit %ax instead of 32-bit %eax as ankib2010-02-034-22/+34
* Also add a cross-reference to NetBSD updlastlogx().ed2010-02-031-1/+3
* This fixes a bug found and fixed by JC. Basicallyrrs2010-02-031-1/+13
* Bump .Dd, forgotten in r203393gavin2010-02-021-1/+1
* The multiplicand a = 0x5deece66d = 25214903917, not 0xfdeece66d.gavin2010-02-021-1/+1
* Implement strndup(3) using strnlen(3).ed2010-02-021-3/+1
* Respect passwordtime from login.conf if set.des2010-02-021-2/+9
* Finally, document libgpib.joerg2010-02-012-0/+757
* Fix bugs:jasone2010-01-314-1352/+2256
* Remove extra semicolon.brucec2010-01-311-1/+1
* Fix typo of ENOTCONN.brucec2010-01-314-3/+5
* The EFI vendor UUID for FreeBSD variables is called EFI_FREEBSD_VARIABLEmarcel2010-01-311-1/+1
* Perform some cleanups to devname(3).ed2010-01-311-13/+10
* Introduce libefi -- a library around EFI runtime services and protocols.marcel2010-01-309-2/+634
* - Fix some style(9) bugsgabor2010-01-291-17/+16
* You must include fcntl.h (in practice) to be able to do anything usefulrwatson2010-01-291-0/+1
OpenPOWER on IntegriCloud