| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use arc4random_uniform(3) since modulo size is not power of 2 | ache | 2008-07-22 | 1 | -1/+1 |
* | In arc4random_uniform() detect simple "power of two" case and | ache | 2008-07-22 | 1 | -1/+5 |
* | Add arc4random_uniform() function (to avoid "modulo bias") | ache | 2008-07-22 | 4 | -1/+58 |
* | Increase initially dropped bytes from 512 to 768 (768 is also | ache | 2008-07-22 | 1 | -3/+3 |
* | Add feature_present(3) to the FBSD 1.1 symbol map. | jhb | 2008-07-21 | 1 | -0/+1 |
* | 1) Use __packed attr on rdat structure to make it exact 128 bytes. | ache | 2008-07-21 | 1 | -10/+17 |
* | 1) Update copyright notice. | ache | 2008-07-21 | 1 | -43/+53 |
* | Add arc4random_buf to FBSD_1.1 space | ache | 2008-07-21 | 1 | -0/+1 |
* | Add arc4random_buf.3 to MLINKS | ache | 2008-07-21 | 1 | -1/+2 |
* | Implement arc4random_buf() function | ache | 2008-07-21 | 2 | -4/+28 |
* | Decrease arc4_count only when needed and with proper bytes amount. | ache | 2008-07-21 | 1 | -1/+2 |
* | 1) Set stired flag after forced initialization. | ache | 2008-07-21 | 1 | -1/+2 |
* | Enhance arena_chunk_map_t to directly support run coalescing, and use | jasone | 2008-07-18 | 1 | -394/+338 |
* | Make it more clear what it means that SA_RESTART is set for signal | simon | 2008-07-17 | 1 | -3/+5 |
* | Update the definition of modspecific structure | danger | 2008-07-15 | 1 | -3/+3 |
* | The libc acl_valid(3) function validates the contents of a POSIX.1e ACL. | rwatson | 2008-07-13 | 1 | -8/+2 |
* | Update the ktr_header structure, which changed over time. | remko | 2008-07-13 | 1 | -4/+4 |
* | Put the _cpuset* symbols in FBSDprivate_1.0 instead of trying to put | brooks | 2008-07-11 | 1 | -5/+5 |
* | - This code was intially obtained from NetBSD, but it's missing licence | danger | 2008-07-06 | 1 | -1/+29 |
* | - Add description about a missing return value | danger | 2008-07-06 | 1 | -2/+6 |
* | - remove superfluous word | danger | 2008-07-06 | 1 | -3/+3 |
* | - AI_ALL and AI_V4MAPPED flags are currently not supported | danger | 2008-07-01 | 1 | -1/+18 |
* | - Forgot to bump a date after last change | danger | 2008-06-30 | 1 | -1/+1 |
* | Fix a bogon in the previous commit and add some missing error checks. | das | 2008-06-29 | 1 | -9/+12 |
* | Correctly handle malloc() failure. While here, reduce the code size a | das | 2008-06-29 | 4 | -103/+162 |