aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Make pause(3) implementation not depended on the legacy sigcompat.cKonstantin Belousov2010-02-251-1/+7
* While there, trim some trailing whitespace.Ed Schouten2010-02-211-1/+0
* Add proper const keywords to sysctl(3) parameters.Ed Schouten2010-02-214-25/+15
* - More style(9) fixupsGabor Kovesdan2010-02-201-26/+29
* Mention EISDIR as a possible errno.Poul-Henning Kamp2010-02-171-0/+2
* Define TLS_MODEL for PowerPC as well. Since PowerPC uses variant I,Marcel Moolenaar2010-02-161-0/+1
* %U was macroized in mdoc(7), escape.Ruslan Ermilov2010-02-162-2/+2
* Unbreak ia64: tls_model("initial-exec") is invalid, because it assumesMarcel Moolenaar2010-02-161-11/+9
* The static TLS size as given by tls_static_space includes TLS_TCB_SIZEMarcel Moolenaar2010-02-161-2/+2
* s/APIS/APIs - not part of the original submission.Tom Rhodes2010-02-111-2/+2
* o Add support for COMPAT_IA32.Marcel Moolenaar2010-02-111-13/+21
* Correct two typoes.Tom Rhodes2010-02-111-1/+1
* Fix PRMartin Cracauer2010-02-101-2/+2
* - Deal with some special cases [1]Gabor Kovesdan2010-02-091-30/+54
* Add PT_VM_TIMESTAMP and PT_VM_ENTRY so that the tracing process canMarcel Moolenaar2010-02-091-1/+76
* Mark up "unsigned char".Ruslan Ermilov2010-02-044-4/+11
* Reinstate the ptrace patch to restore the 'gp' register after callingNeel Natu2010-02-041-0/+3
* -White space cleanup (missing spaces in new line)Randall Stewart2010-02-031-5/+2
* Also add a cross-reference to NetBSD updlastlogx().Ed Schouten2010-02-031-1/+3
* This fixes a bug found and fixed by JC. BasicallyRandall Stewart2010-02-031-1/+13
* Bump .Dd, forgotten in r203393Gavin Atkinson2010-02-021-1/+1
* The multiplicand a = 0x5deece66d = 25214903917, not 0xfdeece66d.Gavin Atkinson2010-02-021-1/+1
* Implement strndup(3) using strnlen(3).Ed Schouten2010-02-021-3/+1
* Fix bugs:Jason Evans2010-01-314-1352/+2256
* Remove extra semicolon.Rebecca Cran2010-01-311-1/+1
* Fix typo of ENOTCONN.Rebecca Cran2010-01-314-3/+5
* Perform some cleanups to devname(3).Ed Schouten2010-01-311-13/+10
* - Fix some style(9) bugsGabor Kovesdan2010-01-291-17/+16
* You must include fcntl.h (in practice) to be able to do anything usefulRobert Watson2010-01-291-0/+1
* Add missing return, in a rare case where we can't allocate memory inEd Maste2010-01-271-0/+1
* Remove pseudo-terminals from ttys(5).Ed Schouten2010-01-271-36/+1
* Add information about when nmount(2) was introduced.Edward Tomasz Napierala2010-01-261-1/+5
* - style(9)Gabor Kovesdan2010-01-251-25/+25
* Cache failing and opened catalogs in catopen() and related functions.Gabor Kovesdan2010-01-251-17/+131
* Improve the ttyname(3) manual page.Ed Schouten2010-01-241-20/+5
* Make strsignal(3) thread-safe.Hajimu UMEMOTO2010-01-241-4/+48
* EMPTY records don't have a timestamp.Ed Schouten2010-01-231-1/+2
* Reapply r201145 to lib/libc/gen/sem.cAntoine Brodin2010-01-231-1/+1
* Just ignore the timestamps given to pututxline().Ed Schouten2010-01-233-23/+12
* English nitpicking.Ed Schouten2010-01-221-1/+1
* Describe why pututxline() doesn't entirely conform to standards.Ed Schouten2010-01-221-2/+20
* Remove comments about breaking the specification.Ed Schouten2010-01-221-2/+0
* - Update Galician catalogGabor Kovesdan2010-01-211-0/+46
* The waitpid(2) function needs neither sys/time.h nor sys/resource.h.Pawel Jakub Dawidek2010-01-201-2/+2
* Style: reword comment.Andrey A. Chernov2010-01-201-1/+1
* For alphasort() add reference to strcoll(3)Andrey A. Chernov2010-01-201-2/+4
* Style: rename internal function to opendir_compar()Andrey A. Chernov2010-01-201-2/+2
* Style: remove extra empty line in the comment.Andrey A. Chernov2010-01-201-1/+0
* Revert r202447 by re-exposing the old uname(3) function.Ed Schouten2010-01-192-3/+4
* Double checking my commit I found that comment saying thatAndrey A. Chernov2010-01-181-7/+3