summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
...
* __flt_rounds is a public symbol (expands from the FLT_ROUNDS macro),kientzle2012-06-141-1/+1
* Switch from 4-clause to 2-clause BSD license. (OpenBSD r1.22)delphij2012-06-111-8/+1
* Fix a leak when setting the global character locale to "C" from something else.theraven2012-06-111-7/+13
* __flt_rounds was omitted from the exported symbols here.kientzle2012-06-091-0/+1
* Fix two warnings about self-assignment in libc. These normally onlydim2012-06-062-2/+2
* 1) Although unpublished version of standardache2012-06-051-17/+6
* 1) IEEE Std 1003.1-2008, "errno" section, is explicit thatache2012-06-041-6/+16
* Remove invalid remark about pipes.ed2012-06-021-2/+2
* mdoc: minor Bl improvements.joel2012-06-021-1/+1
* Style(9) improvements: remove unnecessary parenthesis, improve orderghelmer2012-06-011-50/+52
* Only set _w to 0 when the file stream is not currently reading. Withouteadler2012-05-301-1/+1
* Clarify the SEEK_HOLE description, it repositions the file pointer.kib2012-05-261-4/+4
* Doh... Don't add __eabi to an old version tag (i.e. FBSD_1.0). Add it to themarcel2012-05-251-1/+4
* Allow building for the PowerPC EABI by providing a dummy __eabi()marcel2012-05-243-1/+35
* Add two new locale-specific man pages:issyl02012-05-233-1/+157
* Update copyright date.tuexen2012-05-231-2/+3
* Add missing header needed by free()kevlo2012-05-221-0/+1
* Add checks for memory allocation failures in appropriate places, andghelmer2012-05-211-12/+27
* Apply style(9) to return and switch/case statements.ghelmer2012-05-211-19/+22
* Disable NLS catalog use in libc if built with WITHOUT_NLS option.gleb2012-05-211-0/+2
* Don't link against libssp if MK_SSP is set to no.marcel2012-05-191-1/+5
* Put my name as copyright owner of lib/libc/gen/dirfd.c added in r235647.gleb2012-05-191-7/+4
* Hide DIR definition by making it an opaque struct typedef.gleb2012-05-1913-7/+127
* Use the LLINDEX macro to access the link-level I/F index. This makesmarcel2012-05-194-4/+4
* mdoc: avoid unterminated quoted strings.joel2012-05-131-5/+5
* Minor mdoc nits.joel2012-05-131-1/+1
* Minor mdoc nits.joel2012-05-122-4/+4
* Remove tab from kernel configuration option. This is consistent with the restjoel2012-05-121-1/+1
* mdoc: end list context with El.joel2012-05-121-0/+1
* General mdoc(7) and typo fixes.gjb2012-05-1114-20/+21
* According to SUSv4, realpath(3) must fail ifkib2012-05-112-12/+29
* Fix copy/paste error in lib/libc/locale/toupper.c.dim2012-05-101-1/+1
* Remove reference to non-existent FreeBSD Security Architectureeadler2012-05-091-3/+1
* Plug a leak.kib2012-05-081-2/+5
* General mdoc(7) and typo fixes.gjb2012-05-0813-17/+20
* Remove debug output.tuexen2012-05-041-1/+0
* Remove incorrect __restrict qualifier on several pointersdumbbell2012-04-302-9/+9
* fix a further typo in the pdfork(2) man page.rwatson2012-04-301-1/+1
* The returned file descriptor from pdfork(2) is via fdp, not pidp.rwatson2012-04-301-2/+2
* Fix a bug in *wscanf's handling of non-wide %s, %c, and %[das2012-04-301-44/+9
* pread(2) might fail with EBUSY, so document iteadler2012-04-291-0/+2
* Allow users of gprof to get per run output files (using the pid)eadler2012-04-292-1/+12
* Previously, vfscanf()'s wide character processing functions weredas2012-04-293-150/+83
* Fix small documentation mistakes.jlh2012-04-281-1/+1
* Import stdbuf(1) and the shared library it relies on.jlh2012-04-281-0/+4
* Fix several memory and lock leaks on the out of memory condition.kib2012-04-282-2/+22
* Move sctp_sendv and sctp_recvv to FBSD_1.3 as suggested bytuexen2012-04-261-2/+5
* Export symbols for sctp_sendv() and sctp_recvv().tuexen2012-04-261-0/+2
* Use the .Bx macro instead of BSDeadler2012-04-261-1/+3
* A new jail(8) with a configuration file, ultimately to replace the workjamie2012-04-261-39/+1
|\
OpenPOWER on IntegriCloud