| Commit message (Expand) | Author | Age | Files | Lines |
* | Finish what revision 1.40 started. Revision 1.40 removed a false statement | alc | 2008-10-24 | 1 | -8/+6 |
* | Fix a typo. | rdivacky | 2008-10-23 | 1 | -1/+1 |
* | Fix a typo. q is already a pointer. | kib | 2008-10-22 | 1 | -1/+1 |
* | Remove doubtful structure definition with variable array members. | kib | 2008-10-22 | 1 | -67/+75 |
* | - License change to a less restrictive one; | delphij | 2008-10-19 | 1 | -33/+16 |
* | Further simplify the code. | delphij | 2008-10-19 | 1 | -11/+2 |
* | Use strlcpy() in !localized case to avoid the -1's. | delphij | 2008-10-17 | 1 | -2/+1 |
* | MTC r183949: | netchild | 2008-10-17 | 1 | -0/+5 |
* | Let libstand(3) build on ARM. | raj | 2008-10-14 | 1 | -0/+4 |
* | Add unistd.h to the getosreldate(3) manpage. | kib | 2008-09-30 | 1 | -1/+2 |
* | Support for CPU sets is going to appear in 7.1 before 8.0. | jhb | 2008-09-29 | 2 | -2/+2 |
* | Fix some ifdef logic in the libc syncicache() bit that I somehow missed in the | nwhitehorn | 2008-09-24 | 1 | -1/+3 |
* | Allow the cacheline size on PowerPC to be set at runtime. This is essential for | nwhitehorn | 2008-09-24 | 1 | -16/+16 |
* | <osreldate.h> does not have a forward declration of getosreldate(), so | rodrigc | 2008-09-20 | 1 | -1/+0 |
* | Move uuid_enc_le, uuid_dec_le, uuid_enc_be and uuid_dec_be symbols | emax | 2008-09-19 | 1 | -0/+3 |
* | Add uuid_enc,dec_le,be() functions to Symbol.map | emax | 2008-09-15 | 1 | -0/+4 |
* | Fix async mode (required for ypbind in manycast mode). | dfr | 2008-09-15 | 1 | -2/+2 |
* | Use PAGE_{SIZE,MASK,SHIFT} from machine/param.h rather than hard-coding | jasone | 2008-09-10 | 1 | -120/+88 |
* | Initialise the SVCAUTH field for new transport structures when they are | dfr | 2008-09-09 | 2 | -2/+3 |
* | Return two fixes from previous backout which does not require | ache | 2008-09-09 | 1 | -1/+2 |
* | Unbreak ia64: pges are 8KB. | marcel | 2008-09-06 | 1 | -1/+1 |
* | Add two example regexps: (1) one for matching all the characters | keramida | 2008-09-05 | 1 | -0/+8 |
* | Add thread-specific caching for small size classes, based on magazines. | jasone | 2008-08-27 | 4 | -256/+1139 |
* | Implement WNOWAIT flag for wait4(2). It specifies that process whose status | kib | 2008-08-26 | 1 | -2/+10 |
* | When calculating arguments to the interpreter for the shebang script | kib | 2008-08-26 | 1 | -1/+18 |
* | Remove grantpt.c, which should have been deleted in the MPSAFE TTY commit. | ed | 2008-08-20 | 1 | -286/+0 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 8 | -103/+270 |
* | Import the uuid_enc_le(), uuid_dec_le(), uuid_enc_be() and | emax | 2008-08-14 | 3 | -2/+148 |
* | Move CPU_SPINWAIT into the innermost spin loop, in order to allow faster | jasone | 2008-08-14 | 1 | -2/+3 |
* | Re-order the terms of an expression in arena_run_reg_dalloc() to correctly | jasone | 2008-08-14 | 1 | -2/+2 |
* | Add prototype defination for setfib(2) to sys/socket.h. | delphij | 2008-08-08 | 1 | -1/+2 |
* | Remove variables which are assigned values and never used thereafter. | cperciva | 2008-08-08 | 1 | -5/+1 |
* | Add an implementation of the RPCSEC_GSS authentication protocol for RPC. This | dfr | 2008-08-06 | 12 | -91/+360 |
* | Add EPERM to the ERRORS section. | trhodes | 2008-08-04 | 1 | -1/+3 |
* | Initialize "nconv" to a reasonable value in all code paths. Prior to | cperciva | 2008-08-04 | 1 | -1/+3 |
* | Set "max" to a reasonable value if BLOCKSIZE has a bogus unit. Prior | cperciva | 2008-08-04 | 1 | -0/+1 |
* | Restructure and use different variables in the tests that involve | scf | 2008-08-03 | 1 | -13/+15 |
* | Add EAGAIN to the ERRORS list, as found in kern_jail.c. | trhodes | 2008-08-03 | 1 | -1/+3 |
* | Restored from previous backing out (because that is OpenBSD way, so | ache | 2008-08-03 | 1 | -12/+16 |
* | remove whitespace bug (8 spaces into one tab) | remko | 2008-08-02 | 1 | -1/+1 |
* | Teach fmtcheck() about wint_t, intmax_t, char *, intmax_t *, and | das | 2008-08-02 | 2 | -37/+99 |
* | Detect if the application has cleared the environ variable by setting | scf | 2008-08-02 | 1 | -7/+12 |
* | Convert popen()'s `pidlist' to a SLIST, for consistency. | ed | 2008-07-29 | 1 | -11/+13 |
* | Fix a few bugs with the _gettemp() routine which implements mkstemp(), | jhb | 2008-07-28 | 1 | -11/+26 |
* | Fix the email address formats in some posix_spawn(3) manpages. | ed | 2008-07-28 | 2 | -2/+2 |
* | Add manual pages for posix_spawn() functions. | davidxu | 2008-07-28 | 11 | -1/+1483 |
* | Per rwatson's request: | ache | 2008-07-25 | 1 | -29/+17 |
* | Fix cut-n-paste-o | julian | 2008-07-25 | 1 | -1/+1 |
* | Fixes based on bde's feedback. | ache | 2008-07-22 | 1 | -9/+9 |
* | Change /dev/urandom to /dev/random since urandom marked as | ache | 2008-07-22 | 1 | -1/+1 |