summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Finish what revision 1.40 started. Revision 1.40 removed a false statementalc2008-10-241-8/+6
* Fix a typo.rdivacky2008-10-231-1/+1
* Fix a typo. q is already a pointer.kib2008-10-221-1/+1
* Remove doubtful structure definition with variable array members.kib2008-10-221-67/+75
* - License change to a less restrictive one;delphij2008-10-191-33/+16
* Further simplify the code.delphij2008-10-191-11/+2
* Use strlcpy() in !localized case to avoid the -1's.delphij2008-10-171-2/+1
* MTC r183949:netchild2008-10-171-0/+5
* Let libstand(3) build on ARM.raj2008-10-141-0/+4
* Add unistd.h to the getosreldate(3) manpage.kib2008-09-301-1/+2
* Support for CPU sets is going to appear in 7.1 before 8.0.jhb2008-09-292-2/+2
* Fix some ifdef logic in the libc syncicache() bit that I somehow missed in thenwhitehorn2008-09-241-1/+3
* Allow the cacheline size on PowerPC to be set at runtime. This is essential fornwhitehorn2008-09-241-16/+16
* <osreldate.h> does not have a forward declration of getosreldate(), sorodrigc2008-09-201-1/+0
* Move uuid_enc_le, uuid_dec_le, uuid_enc_be and uuid_dec_be symbolsemax2008-09-191-0/+3
* Add uuid_enc,dec_le,be() functions to Symbol.mapemax2008-09-151-0/+4
* Fix async mode (required for ypbind in manycast mode).dfr2008-09-151-2/+2
* Use PAGE_{SIZE,MASK,SHIFT} from machine/param.h rather than hard-codingjasone2008-09-101-120/+88
* Initialise the SVCAUTH field for new transport structures when they aredfr2008-09-092-2/+3
* Return two fixes from previous backout which does not requireache2008-09-091-1/+2
* Unbreak ia64: pges are 8KB.marcel2008-09-061-1/+1
* Add two example regexps: (1) one for matching all the characterskeramida2008-09-051-0/+8
* Add thread-specific caching for small size classes, based on magazines.jasone2008-08-274-256/+1139
* Implement WNOWAIT flag for wait4(2). It specifies that process whose statuskib2008-08-261-2/+10
* When calculating arguments to the interpreter for the shebang scriptkib2008-08-261-1/+18
* Remove grantpt.c, which should have been deleted in the MPSAFE TTY commit.ed2008-08-201-286/+0
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-208-103/+270
* Import the uuid_enc_le(), uuid_dec_le(), uuid_enc_be() andemax2008-08-143-2/+148
* Move CPU_SPINWAIT into the innermost spin loop, in order to allow fasterjasone2008-08-141-2/+3
* Re-order the terms of an expression in arena_run_reg_dalloc() to correctlyjasone2008-08-141-2/+2
* Add prototype defination for setfib(2) to sys/socket.h.delphij2008-08-081-1/+2
* Remove variables which are assigned values and never used thereafter.cperciva2008-08-081-5/+1
* Add an implementation of the RPCSEC_GSS authentication protocol for RPC. Thisdfr2008-08-0612-91/+360
* Add EPERM to the ERRORS section.trhodes2008-08-041-1/+3
* Initialize "nconv" to a reasonable value in all code paths. Prior tocperciva2008-08-041-1/+3
* Set "max" to a reasonable value if BLOCKSIZE has a bogus unit. Priorcperciva2008-08-041-0/+1
* Restructure and use different variables in the tests that involvescf2008-08-031-13/+15
* Add EAGAIN to the ERRORS list, as found in kern_jail.c.trhodes2008-08-031-1/+3
* Restored from previous backing out (because that is OpenBSD way, soache2008-08-031-12/+16
* remove whitespace bug (8 spaces into one tab)remko2008-08-021-1/+1
* Teach fmtcheck() about wint_t, intmax_t, char *, intmax_t *, anddas2008-08-022-37/+99
* Detect if the application has cleared the environ variable by settingscf2008-08-021-7/+12
* Convert popen()'s `pidlist' to a SLIST, for consistency.ed2008-07-291-11/+13
* Fix a few bugs with the _gettemp() routine which implements mkstemp(),jhb2008-07-281-11/+26
* Fix the email address formats in some posix_spawn(3) manpages.ed2008-07-282-2/+2
* Add manual pages for posix_spawn() functions.davidxu2008-07-2811-1/+1483
* Per rwatson's request:ache2008-07-251-29/+17
* Fix cut-n-paste-ojulian2008-07-251-1/+1
* Fixes based on bde's feedback.ache2008-07-221-9/+9
* Change /dev/urandom to /dev/random since urandom marked asache2008-07-221-1/+1
OpenPOWER on IntegriCloud