summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Converting int to wint_t leads to broekn comparison of raw charkevlo2011-11-111-8/+8
* Document that flock can return ENOLCKdougb2011-11-101-1/+3
* - Don't handle out-of-memory conditionkevlo2011-11-101-20/+21
* Fix a warning emitted by Clang.ed2011-11-041-1/+2
* Add the posix_fadvise(2) system call. It is somewhat similar tojhb2011-11-044-2/+147
* Despite official i386 ABI does not mandate any stack alignment besideskib2011-11-022-0/+28
* Make sure that stack is 16-byte aligned before calling a function,kib2011-11-022-0/+6
* Don't forget to kick the man page date.ed2011-10-271-1/+1
* Make our utmpx more like System V.ed2011-10-272-3/+20
* Fix the manual section number for a cross-reference to open(2) and sort it.pluknet2011-10-271-1/+1
* Fix typo in timer_getoverrun cross-reference.pluknet2011-10-261-1/+1
* Replace a proliferation of buggy MD implementations of modf() with adas2011-10-2128-987/+149
* Add support for the 'x' mode option in fopen() as specified in the C1Xdas2011-10-212-49/+60
* - change "is is" to "is" or "it is"eadler2011-10-161-1/+1
* Add a new trace point, KTRFAC_CAPFAIL, which traces capability checkdes2011-10-111-3/+4
* Add a FBSD_1.3 namespace for FreeBSD 10.das2011-10-101-1/+5
* Line up the struct declaration (yes, I know this isn't what it looksdes2011-10-091-6/+6
* Document some not-so-recently added trace points.des2011-10-091-2/+7
* Fix whitespace inconsistencies found in homegrown Symbol.maps.ed2011-10-073-13/+13
* Remove no longer needed BUGS section.kib2011-10-061-9/+1
* Remove no longer valid statement about ARM.kib2011-10-041-2/+2
* Reimplement ctermid().ed2011-10-012-21/+35
* Get rid of major/minor number distinction.ed2011-09-281-2/+3
* Fix grammar.schweikh2011-09-271-3/+3
* - Fix a trivial bug in iconv. When there is no space to perform thegabor2011-09-191-2/+1
* Clarify the behaviour of sigwait() on signal interruption, and notekib2011-08-252-2/+20
* Add experimental support for process descriptorsjonathan2011-08-184-3/+191
* Cross-reference cap_new(2) from dup(2), as they have similar functionality.rwatson2011-08-141-1/+7
* Fix a pathname (s,netinet/if_ether.h,net/ethernet.h,).hrs2011-08-081-1/+1
* The result of a joint work between rrs@ and myself at the IETF:tuexen2011-08-031-0/+3
* Remove incorrect attribution.gnn2011-07-211-1/+1
* Make both stpcpy and strcpy be assembly language implementationsgnn2011-07-213-20/+60
* Add cap_new(2) and cap_getrights(2) symbols to libc.jonathan2011-07-203-1/+478
* Fix building of 32-bit compat libraries on amd64 with clang, and usingdim2011-07-181-4/+0
* Document RFTSIGZMB. Fix spelling of SIGCHLD. Note that signals arekib2011-07-121-2/+14
* posix_spawn: If an error is detected in the child process, reap the zombie.jilles2011-07-101-1/+4
* Add a HISTORY sectionkevlo2011-07-101-0/+5
* - Add xdr_sizeof(3) to libckevlo2011-07-094-4/+22
* Fix whitespace inconsistencies in libc in files copyrighted by me.ed2011-06-265-8/+8
* Change sparc64 to use the initial exec TLS model, too. This avoids randommarius2011-06-211-1/+1
* Put a quick bandaid on internal citrus locking.kan2011-06-192-1/+3
* Fix clang warnings.benl2011-06-181-3/+4
* Document the latest changes to sctp_opt_info() in the code.tuexen2011-06-181-4/+31
* Note how wait(3) is implemented.obrien2011-06-181-0/+13
* Sync with OpenBSD, primarily make the code easier to read, and a licensedelphij2011-06-182-68/+54
* Sync with OpenBSD (zap rcsid).delphij2011-06-181-7/+1
* The flags argument of mpool_get() is meaningful, document it.delphij2011-06-181-2/+9
* posix_spawn(3): Document r222511 (trying to close already closed fd).jilles2011-06-171-9/+14
* Add SCTP_MAX_BURST support to sctp_opt_info().tuexen2011-06-171-0/+3
* Update the list of supported socket options for sctp_opt_info().tuexen2011-06-171-3/+6
OpenPOWER on IntegriCloud