summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Make it more clear what it means that SA_RESTART is set for signalsimon2008-07-171-3/+5
* Gcc barfs in glob.c when run with -O3. To fix this make g_strchr() work onmtm2008-06-261-5/+5
* Turn execvpe() into an internal libc routine.ed2008-06-235-19/+9
* Process spawn attributes in POSIX document order.davidxu2008-06-191-21/+22
* Style fix.davidxu2008-06-171-1/+2
* Change my email address to the one from the FreeBSD project.ed2008-06-171-1/+1
* Add POSIX routines called posix_spawn() and posix_spawnp(), whichdavidxu2008-06-175-14/+532
* Do not read away the target directory entry when encountering deletedkib2008-05-053-8/+9
* o Add MIPS to the list of architectures with defined TLS_TCB_ALIGNgonzo2008-04-291-2/+2
* Implement fdopendir(3) by splitting __opendir2() into two parts, the upper partdelphij2008-04-164-6/+71
* Style fixes to opendir.c:delphij2008-04-161-6/+3
* Implement POSIX function tcgetsid() which returns session id.davidxu2008-04-154-1/+84
* Minor style(9) nit: move to using ANSI definition of functions.imp2008-04-031-19/+5
* Fix descriptions of "struct msqid_ds and "struct ipc_perm" to matchru2008-04-031-11/+11
* Document modff() and modfl(). Technically, modff() and modfl()das2008-03-292-12/+23
* Removed no longer existing CTL_MACHDEP defines.ru2008-03-261-12/+1
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-261-1/+1
* scandir(3) previously used st_size to obtain an initial estimatedas2008-03-161-13/+3
* Remove trailing whitespace.ru2008-03-131-1/+1
* Add missing section number.ru2008-03-131-1/+1
* In file sem_timewait.3, remove reference to SYSV semphore in SEE ALSOdavidxu2008-03-132-4/+3
* Add missing comma.davidxu2008-03-121-1/+1
* Add manual for function sem_timedwait().davidxu2008-03-122-1/+123
* stdio is currently limited to file descriptors not greater thanwollman2008-02-271-1/+19
* Our fts(3) API, as inherited from 4.4BSD, suffers from integeryar2008-01-266-93/+59
* In getttyent(3), if /etc/ttys doesn't end in a newline, don'tdas2008-01-151-1/+1
* Add a feature_present(3) function which checks to see if a named kerneljhb2008-01-103-2/+137
* Add a new file descriptor type for IPC shared memory objects and use it tojhb2008-01-083-267/+2
* Fix a typo in regards to the ENOENT error.jhb2007-12-271-1/+1
* Implementing 'fallback' nsswitch source. 'fallback' source is usedbushman2007-12-122-113/+194
* Since jb@ fixed the type of dd_lock in <dirent.h>, these casts are nodes2007-12-034-11/+11
* Add _pthread_mutex_init_calloc_cb to libc's map, for which malloc definesjasone2007-11-271-0/+1
* Change the casts from (pthread_mutex_t *) to (void *) to keep gcc quiet.cognet2007-11-191-3/+3
* Remove extraneous .Ef request.keramida2007-10-301-2/+1
* VM_METER is long deprecated.ru2007-10-161-2/+2
* Rescue parts of the sensorsd commit that are still relevant:ru2007-10-161-6/+9
* Backout sensors framework.netchild2007-10-151-36/+6
* Fix mdoc in last commit.ru2007-10-141-13/+15
* Import OpenBSD's sysctl hardware sensors framework.netchild2007-10-141-6/+34
* Add fts_set_clientptr(3), fts_get_clientptr(3) and fts_get_stream(3) manscf2007-09-281-1/+2
* Change the C wrappers for mmap/lseek/pread/pwrite/truncate/ftruncate topeter2007-07-042-1/+63
* Some libc symbol map cleanups.deischen2007-05-311-3/+0
* ANSIfy function definitions, reduces diff against OpenBSD.delphij2007-05-251-17/+8
* Use C comments since we now preprocess these files with CPP.deischen2007-04-291-15/+26
* Cleanup sysconf(3) a bit. sysconf(3) assumes in some places it operatespjd2007-04-141-21/+18
* Expand the description of the host's UUID.ru2007-04-101-3/+3
* Clean-ip TLS symbol versions. [_]__tls_get_addr function is part ofkan2007-04-091-6/+1
* Document KERN_HOSTUUID.pjd2007-04-091-1/+4
* Bump date.pjd2007-04-051-1/+1
* Add security.jail.mount_allowed sysctl, which allows to mount andpjd2007-04-051-0/+7
OpenPOWER on IntegriCloud