summaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* We've been lax about matching END() macros in asm code for some time. ThisPeter Wemm2008-11-0227-4/+46
* In example use of err(3) and errx(3), use sysexits(3) constants.Robert Watson2008-10-311-4/+5
* Pass a pointer to warn2 so the warn2 == IN_ALL would not be anXin LI2008-10-301-1/+1
* Finish what revision 1.40 started. Revision 1.40 removed a false statementAlan Cox2008-10-241-8/+6
* Fix a typo.Roman Divacky2008-10-231-1/+1
* Fix a typo. q is already a pointer.Konstantin Belousov2008-10-221-1/+1
* Remove doubtful structure definition with variable array members.Konstantin Belousov2008-10-221-67/+75
* - License change to a less restrictive one;Xin LI2008-10-191-33/+16
* Further simplify the code.Xin LI2008-10-191-11/+2
* Use strlcpy() in !localized case to avoid the -1's.Xin LI2008-10-171-2/+1
* MTC r183949:Alexander Leidinger2008-10-171-0/+5
* Let libstand(3) build on ARM.Rafal Jaworowski2008-10-141-0/+4
* Add unistd.h to the getosreldate(3) manpage.Konstantin Belousov2008-09-301-1/+2
* Support for CPU sets is going to appear in 7.1 before 8.0.John Baldwin2008-09-292-2/+2
* Fix some ifdef logic in the libc syncicache() bit that I somehow missed in theNathan Whitehorn2008-09-241-1/+3
* Allow the cacheline size on PowerPC to be set at runtime. This is essential forNathan Whitehorn2008-09-241-16/+16
* <osreldate.h> does not have a forward declration of getosreldate(), soCraig Rodrigues2008-09-201-1/+0
* Move uuid_enc_le, uuid_dec_le, uuid_enc_be and uuid_dec_be symbolsMaksim Yevmenkin2008-09-191-0/+3
* Add uuid_enc,dec_le,be() functions to Symbol.mapMaksim Yevmenkin2008-09-151-0/+4
* Fix async mode (required for ypbind in manycast mode).Doug Rabson2008-09-151-2/+2
* Use PAGE_{SIZE,MASK,SHIFT} from machine/param.h rather than hard-codingJason Evans2008-09-101-120/+88
* Initialise the SVCAUTH field for new transport structures when they areDoug Rabson2008-09-092-2/+3
* Return two fixes from previous backout which does not requireAndrey A. Chernov2008-09-091-1/+2
* Unbreak ia64: pges are 8KB.Marcel Moolenaar2008-09-061-1/+1
* Add two example regexps: (1) one for matching all the charactersGiorgos Keramidas2008-09-051-0/+8
* Add thread-specific caching for small size classes, based on magazines.Jason Evans2008-08-274-256/+1139
* Implement WNOWAIT flag for wait4(2). It specifies that process whose statusKonstantin Belousov2008-08-261-2/+10
* When calculating arguments to the interpreter for the shebang scriptKonstantin Belousov2008-08-261-1/+18
* Remove grantpt.c, which should have been deleted in the MPSAFE TTY commit.Ed Schouten2008-08-201-286/+0
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-208-103/+270
* Import the uuid_enc_le(), uuid_dec_le(), uuid_enc_be() andMaksim Yevmenkin2008-08-143-2/+148
* Move CPU_SPINWAIT into the innermost spin loop, in order to allow fasterJason Evans2008-08-141-2/+3
* Re-order the terms of an expression in arena_run_reg_dalloc() to correctlyJason Evans2008-08-141-2/+2
* Add prototype defination for setfib(2) to sys/socket.h.Xin LI2008-08-081-1/+2
* Remove variables which are assigned values and never used thereafter.Colin Percival2008-08-081-5/+1
* Add an implementation of the RPCSEC_GSS authentication protocol for RPC. ThisDoug Rabson2008-08-0612-91/+360
* Add EPERM to the ERRORS section.Tom Rhodes2008-08-041-1/+3
* Initialize "nconv" to a reasonable value in all code paths. Prior toColin Percival2008-08-041-1/+3
* Set "max" to a reasonable value if BLOCKSIZE has a bogus unit. PriorColin Percival2008-08-041-0/+1
* Restructure and use different variables in the tests that involveSean Farley2008-08-031-13/+15
* Add EAGAIN to the ERRORS list, as found in kern_jail.c.Tom Rhodes2008-08-031-1/+3
* Restored from previous backing out (because that is OpenBSD way, soAndrey A. Chernov2008-08-031-12/+16
* remove whitespace bug (8 spaces into one tab)Remko Lodder2008-08-021-1/+1
* Teach fmtcheck() about wint_t, intmax_t, char *, intmax_t *, andDavid Schultz2008-08-022-37/+99
* Detect if the application has cleared the environ variable by settingSean Farley2008-08-021-7/+12
* Convert popen()'s `pidlist' to a SLIST, for consistency.Ed Schouten2008-07-291-11/+13
* Fix a few bugs with the _gettemp() routine which implements mkstemp(),John Baldwin2008-07-281-11/+26
* Fix the email address formats in some posix_spawn(3) manpages.Ed Schouten2008-07-282-2/+2
* Add manual pages for posix_spawn() functions.David Xu2008-07-2811-1/+1483
* Per rwatson's request:Andrey A. Chernov2008-07-251-29/+17