| Commit message (Expand) | Author | Age | Files | Lines |
* | We've been lax about matching END() macros in asm code for some time. This | Peter Wemm | 2008-11-02 | 27 | -4/+46 |
* | In example use of err(3) and errx(3), use sysexits(3) constants. | Robert Watson | 2008-10-31 | 1 | -4/+5 |
* | Pass a pointer to warn2 so the warn2 == IN_ALL would not be an | Xin LI | 2008-10-30 | 1 | -1/+1 |
* | Finish what revision 1.40 started. Revision 1.40 removed a false statement | Alan Cox | 2008-10-24 | 1 | -8/+6 |
* | Fix a typo. | Roman Divacky | 2008-10-23 | 1 | -1/+1 |
* | Fix a typo. q is already a pointer. | Konstantin Belousov | 2008-10-22 | 1 | -1/+1 |
* | Remove doubtful structure definition with variable array members. | Konstantin Belousov | 2008-10-22 | 1 | -67/+75 |
* | - License change to a less restrictive one; | Xin LI | 2008-10-19 | 1 | -33/+16 |
* | Further simplify the code. | Xin LI | 2008-10-19 | 1 | -11/+2 |
* | Use strlcpy() in !localized case to avoid the -1's. | Xin LI | 2008-10-17 | 1 | -2/+1 |
* | MTC r183949: | Alexander Leidinger | 2008-10-17 | 1 | -0/+5 |
* | Let libstand(3) build on ARM. | Rafal Jaworowski | 2008-10-14 | 1 | -0/+4 |
* | Add unistd.h to the getosreldate(3) manpage. | Konstantin Belousov | 2008-09-30 | 1 | -1/+2 |
* | Support for CPU sets is going to appear in 7.1 before 8.0. | John Baldwin | 2008-09-29 | 2 | -2/+2 |
* | Fix some ifdef logic in the libc syncicache() bit that I somehow missed in the | Nathan Whitehorn | 2008-09-24 | 1 | -1/+3 |
* | Allow the cacheline size on PowerPC to be set at runtime. This is essential for | Nathan Whitehorn | 2008-09-24 | 1 | -16/+16 |
* | <osreldate.h> does not have a forward declration of getosreldate(), so | Craig Rodrigues | 2008-09-20 | 1 | -1/+0 |
* | Move uuid_enc_le, uuid_dec_le, uuid_enc_be and uuid_dec_be symbols | Maksim Yevmenkin | 2008-09-19 | 1 | -0/+3 |
* | Add uuid_enc,dec_le,be() functions to Symbol.map | Maksim Yevmenkin | 2008-09-15 | 1 | -0/+4 |
* | Fix async mode (required for ypbind in manycast mode). | Doug Rabson | 2008-09-15 | 1 | -2/+2 |
* | Use PAGE_{SIZE,MASK,SHIFT} from machine/param.h rather than hard-coding | Jason Evans | 2008-09-10 | 1 | -120/+88 |
* | Initialise the SVCAUTH field for new transport structures when they are | Doug Rabson | 2008-09-09 | 2 | -2/+3 |
* | Return two fixes from previous backout which does not require | Andrey A. Chernov | 2008-09-09 | 1 | -1/+2 |
* | Unbreak ia64: pges are 8KB. | Marcel Moolenaar | 2008-09-06 | 1 | -1/+1 |
* | Add two example regexps: (1) one for matching all the characters | Giorgos Keramidas | 2008-09-05 | 1 | -0/+8 |
* | Add thread-specific caching for small size classes, based on magazines. | Jason Evans | 2008-08-27 | 4 | -256/+1139 |
* | Implement WNOWAIT flag for wait4(2). It specifies that process whose status | Konstantin Belousov | 2008-08-26 | 1 | -2/+10 |
* | When calculating arguments to the interpreter for the shebang script | Konstantin Belousov | 2008-08-26 | 1 | -1/+18 |
* | Remove grantpt.c, which should have been deleted in the MPSAFE TTY commit. | Ed Schouten | 2008-08-20 | 1 | -286/+0 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | Ed Schouten | 2008-08-20 | 8 | -103/+270 |
* | Import the uuid_enc_le(), uuid_dec_le(), uuid_enc_be() and | Maksim Yevmenkin | 2008-08-14 | 3 | -2/+148 |
* | Move CPU_SPINWAIT into the innermost spin loop, in order to allow faster | Jason Evans | 2008-08-14 | 1 | -2/+3 |
* | Re-order the terms of an expression in arena_run_reg_dalloc() to correctly | Jason Evans | 2008-08-14 | 1 | -2/+2 |
* | Add prototype defination for setfib(2) to sys/socket.h. | Xin LI | 2008-08-08 | 1 | -1/+2 |
* | Remove variables which are assigned values and never used thereafter. | Colin Percival | 2008-08-08 | 1 | -5/+1 |
* | Add an implementation of the RPCSEC_GSS authentication protocol for RPC. This | Doug Rabson | 2008-08-06 | 12 | -91/+360 |
* | Add EPERM to the ERRORS section. | Tom Rhodes | 2008-08-04 | 1 | -1/+3 |
* | Initialize "nconv" to a reasonable value in all code paths. Prior to | Colin Percival | 2008-08-04 | 1 | -1/+3 |
* | Set "max" to a reasonable value if BLOCKSIZE has a bogus unit. Prior | Colin Percival | 2008-08-04 | 1 | -0/+1 |
* | Restructure and use different variables in the tests that involve | Sean Farley | 2008-08-03 | 1 | -13/+15 |
* | Add EAGAIN to the ERRORS list, as found in kern_jail.c. | Tom Rhodes | 2008-08-03 | 1 | -1/+3 |
* | Restored from previous backing out (because that is OpenBSD way, so | Andrey A. Chernov | 2008-08-03 | 1 | -12/+16 |
* | remove whitespace bug (8 spaces into one tab) | Remko Lodder | 2008-08-02 | 1 | -1/+1 |
* | Teach fmtcheck() about wint_t, intmax_t, char *, intmax_t *, and | David Schultz | 2008-08-02 | 2 | -37/+99 |
* | Detect if the application has cleared the environ variable by setting | Sean Farley | 2008-08-02 | 1 | -7/+12 |
* | Convert popen()'s `pidlist' to a SLIST, for consistency. | Ed Schouten | 2008-07-29 | 1 | -11/+13 |
* | Fix a few bugs with the _gettemp() routine which implements mkstemp(), | John Baldwin | 2008-07-28 | 1 | -11/+26 |
* | Fix the email address formats in some posix_spawn(3) manpages. | Ed Schouten | 2008-07-28 | 2 | -2/+2 |
* | Add manual pages for posix_spawn() functions. | David Xu | 2008-07-28 | 11 | -1/+1483 |
* | Per rwatson's request: | Andrey A. Chernov | 2008-07-25 | 1 | -29/+17 |