| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Process spawn attributes in POSIX document order. | davidxu | 2008-06-19 | 1 | -21/+22 |
* | Style fix. | davidxu | 2008-06-17 | 1 | -1/+2 |
* | Change my email address to the one from the FreeBSD project. | ed | 2008-06-17 | 1 | -1/+1 |
* | Add POSIX routines called posix_spawn() and posix_spawnp(), which | davidxu | 2008-06-17 | 5 | -14/+532 |
* | Do not read away the target directory entry when encountering deleted | kib | 2008-05-05 | 3 | -8/+9 |
* | o Add MIPS to the list of architectures with defined TLS_TCB_ALIGN | gonzo | 2008-04-29 | 1 | -2/+2 |
* | Implement fdopendir(3) by splitting __opendir2() into two parts, the upper part | delphij | 2008-04-16 | 4 | -6/+71 |
* | Style fixes to opendir.c: | delphij | 2008-04-16 | 1 | -6/+3 |
* | Implement POSIX function tcgetsid() which returns session id. | davidxu | 2008-04-15 | 4 | -1/+84 |
* | Minor style(9) nit: move to using ANSI definition of functions. | imp | 2008-04-03 | 1 | -19/+5 |
* | Fix descriptions of "struct msqid_ds and "struct ipc_perm" to match | ru | 2008-04-03 | 1 | -11/+11 |
* | Document modff() and modfl(). Technically, modff() and modfl() | das | 2008-03-29 | 2 | -12/+23 |
* | Removed no longer existing CTL_MACHDEP defines. | ru | 2008-03-26 | 1 | -12/+1 |
* | Add the new kernel-mode NFS Lock Manager. To use it instead of the | dfr | 2008-03-26 | 1 | -1/+1 |
* | scandir(3) previously used st_size to obtain an initial estimate | das | 2008-03-16 | 1 | -13/+3 |
* | Remove trailing whitespace. | ru | 2008-03-13 | 1 | -1/+1 |
* | Add missing section number. | ru | 2008-03-13 | 1 | -1/+1 |
* | In file sem_timewait.3, remove reference to SYSV semphore in SEE ALSO | davidxu | 2008-03-13 | 2 | -4/+3 |
* | Add missing comma. | davidxu | 2008-03-12 | 1 | -1/+1 |
* | Add manual for function sem_timedwait(). | davidxu | 2008-03-12 | 2 | -1/+123 |
* | stdio is currently limited to file descriptors not greater than | wollman | 2008-02-27 | 1 | -1/+19 |
* | Our fts(3) API, as inherited from 4.4BSD, suffers from integer | yar | 2008-01-26 | 6 | -93/+59 |
* | In getttyent(3), if /etc/ttys doesn't end in a newline, don't | das | 2008-01-15 | 1 | -1/+1 |
* | Add a feature_present(3) function which checks to see if a named kernel | jhb | 2008-01-10 | 3 | -2/+137 |
* | Add a new file descriptor type for IPC shared memory objects and use it to | jhb | 2008-01-08 | 3 | -267/+2 |
* | Fix a typo in regards to the ENOENT error. | jhb | 2007-12-27 | 1 | -1/+1 |
* | Implementing 'fallback' nsswitch source. 'fallback' source is used | bushman | 2007-12-12 | 2 | -113/+194 |
* | Since jb@ fixed the type of dd_lock in <dirent.h>, these casts are no | des | 2007-12-03 | 4 | -11/+11 |
* | Add _pthread_mutex_init_calloc_cb to libc's map, for which malloc defines | jasone | 2007-11-27 | 1 | -0/+1 |
* | Change the casts from (pthread_mutex_t *) to (void *) to keep gcc quiet. | cognet | 2007-11-19 | 1 | -3/+3 |
* | Remove extraneous .Ef request. | keramida | 2007-10-30 | 1 | -2/+1 |
* | VM_METER is long deprecated. | ru | 2007-10-16 | 1 | -2/+2 |
* | Rescue parts of the sensorsd commit that are still relevant: | ru | 2007-10-16 | 1 | -6/+9 |
* | Backout sensors framework. | netchild | 2007-10-15 | 1 | -36/+6 |
* | Fix mdoc in last commit. | ru | 2007-10-14 | 1 | -13/+15 |
* | Import OpenBSD's sysctl hardware sensors framework. | netchild | 2007-10-14 | 1 | -6/+34 |
* | Add fts_set_clientptr(3), fts_get_clientptr(3) and fts_get_stream(3) man | scf | 2007-09-28 | 1 | -1/+2 |
* | Change the C wrappers for mmap/lseek/pread/pwrite/truncate/ftruncate to | peter | 2007-07-04 | 2 | -1/+63 |
* | Some libc symbol map cleanups. | deischen | 2007-05-31 | 1 | -3/+0 |
* | ANSIfy function definitions, reduces diff against OpenBSD. | delphij | 2007-05-25 | 1 | -17/+8 |
* | Use C comments since we now preprocess these files with CPP. | deischen | 2007-04-29 | 1 | -15/+26 |
* | Cleanup sysconf(3) a bit. sysconf(3) assumes in some places it operates | pjd | 2007-04-14 | 1 | -21/+18 |
* | Expand the description of the host's UUID. | ru | 2007-04-10 | 1 | -3/+3 |
* | Clean-ip TLS symbol versions. [_]__tls_get_addr function is part of | kan | 2007-04-09 | 1 | -6/+1 |
* | Document KERN_HOSTUUID. | pjd | 2007-04-09 | 1 | -1/+4 |
* | Bump date. | pjd | 2007-04-05 | 1 | -1/+1 |
* | Add security.jail.mount_allowed sysctl, which allows to mount and | pjd | 2007-04-05 | 1 | -0/+7 |