| Commit message (Expand) | Author | Age | Files | Lines |
* | In preparation for raising NGROUPS and NGROUPS_MAX, change base | brooks | 2009-06-19 | 2 | -6/+22 |
* | Rename the queue macros I introduced last year. | ed | 2009-05-27 | 1 | -1/+1 |
* | As the comment says, close() frees the variable, record. So we obtain | delphij | 2009-05-14 | 1 | -1/+1 |
* | TTYs don't necessarily use /dev/ttyxx. | ed | 2009-05-09 | 1 | -3/+2 |
* | Add tcsetsid(3). | ed | 2009-05-07 | 5 | -3/+109 |
* | Fix whitespace and sorting in Symbol.map. | ed | 2009-05-04 | 1 | -25/+25 |
* | Allow the NULL, RTLD_SELF and RTLD_NEXT handles to work with dlfunc(3). | kib | 2009-04-03 | 3 | -31/+9 |
* | Properly handle malloc() failures. | delphij | 2009-04-02 | 1 | -5/+7 |
* | Properly update the shm_open/shm_unlink symbol versioning metadata after | jhb | 2009-04-02 | 1 | -2/+0 |
* | Document RTLD_NODELETE, -z nodelete and -z origin support. | kib | 2009-04-01 | 1 | -2/+9 |
* | Fix a file descriptor leak in fts_child(). | das | 2009-03-04 | 1 | -1/+3 |
* | Sync license changes. | delphij | 2009-03-04 | 2 | -20/+3 |
* | Properly invalidate highest pts number when calling setttyent(). | ed | 2009-02-12 | 1 | -5/+4 |
* | Make ttyslot(3) work with pts(4) devices. | ed | 2009-02-12 | 1 | -6/+5 |
* | Add two new routines: fdevname() and fdevname_r(). | ed | 2009-02-11 | 5 | -15/+85 |
* | Update the description of KERN_PROC. | trhodes | 2009-01-28 | 1 | -5/+3 |
* | The times(3) function returns the number of CLK_TCKs since the | keramida | 2008-12-01 | 1 | -4/+9 |
* | Add two rtld exported symbols, _rtld_atfork_pre and _rtld_atfork_post. | kib | 2008-11-27 | 2 | -0/+14 |
* | Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes. | pjd | 2008-11-17 | 1 | -2/+7 |
* | Sync with OpenBSD's dirname(3) - license change, avoid strcpy() over | delphij | 2008-11-03 | 2 | -68/+46 |
* | In example use of err(3) and errx(3), use sysexits(3) constants. | rwatson | 2008-10-31 | 1 | -4/+5 |
* | 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 |
* | Add unistd.h to the getosreldate(3) manpage. | kib | 2008-09-30 | 1 | -1/+2 |
* | <osreldate.h> does not have a forward declration of getosreldate(), so | rodrigc | 2008-09-20 | 1 | -1/+0 |
* | Return two fixes from previous backout which does not require | ache | 2008-09-09 | 1 | -1/+2 |
* | Set "max" to a reasonable value if BLOCKSIZE has a bogus unit. Prior | cperciva | 2008-08-04 | 1 | -0/+1 |
* | Restored from previous backing out (because that is OpenBSD way, so | ache | 2008-08-03 | 1 | -12/+16 |
* | Teach fmtcheck() about wint_t, intmax_t, char *, intmax_t *, and | das | 2008-08-02 | 2 | -37/+99 |
* | Convert popen()'s `pidlist' to a SLIST, for consistency. | ed | 2008-07-29 | 1 | -11/+13 |
* | 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 |
* | 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 |
* | 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 |
* | Make it more clear what it means that SA_RESTART is set for signal | simon | 2008-07-17 | 1 | -3/+5 |
* | Gcc barfs in glob.c when run with -O3. To fix this make g_strchr() work on | mtm | 2008-06-26 | 1 | -5/+5 |
* | Turn execvpe() into an internal libc routine. | ed | 2008-06-23 | 5 | -19/+9 |