summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bump standards years, as we conform to the new versions tooguenther2012-03-261-4/+4
* strsignal() was standardized in POSIX-2008guenther2012-03-261-2/+7
* The arguments scandir() and alphasort() have changed; show that andguenther2012-03-241-4/+26
* Make rusage totals, itimers, and profile settings per-process insteadguenther2012-03-231-8/+2
* we don't mention LIBRARY: cespie2012-03-2310-30/+10
* Remove man pages for removed non-portable functions. okay jmc@kurt2012-03-224-159/+4
* Remove prototypes for unimplemented non-portable functions in rthreads.kurt2012-03-221-3/+1
* clean the sigact in a portable way; ok matthewderaadt2012-03-221-2/+5
* Remove pthread_suspend* and related functions. This is part of thekurt2012-03-225-70/+5
* bump majors on libc and rthreads for the additions to libc and transferguenther2012-03-222-3/+3
* <sched.h> is never pulled in from the kernel and #ifdef KERNEL would beguenther2012-03-221-8/+2
* Make DIR a private type within libc, give it the same underlyingmatthew2012-03-225-5/+23
* Hide behind #if 0 the sched_*() functions that we don't have yetguenther2012-03-221-1/+6
* Update alphasort() and scandir()'s argument types to match POSIX:guenther2012-03-221-5/+5
* Update cancellation point list to reflect what's done with rthreadsguenther2012-03-221-2/+6
* Add dirfd() as a function to libc per POSIX requirement; dirfd() macromatthew2012-03-222-2/+14
* closefrom() should be a cancellation pointguenther2012-03-221-2/+16
* tfork_thread has been moved to libcguenther2012-03-2213-921/+0
* Move __tfork_thread() from rthreads (libpthread) to libc so thatguenther2012-03-2215-4/+925
* new sentence, new line;jmc2012-03-221-3/+4
* Implement getdelim(3) and getline(3).fgsch2012-03-214-3/+332
* Implement execvpe(3) and posix_spawn(3) and family. Based onmatthew2012-03-2114-17/+1839
* Update list of cancellation points to reflect what was in 5.1's uthreadsguenther2012-03-211-6/+28
* Fix a bug where random() always returns 0 when srandom() is seededmillert2012-03-211-2/+3
* the disease is spreadingdlg2012-03-201-3/+3
* Clean up unnecessary prototypes. Pointed out by brad@guenther2012-03-201-7/+1
* Permit recursive locking in _rthread_dl_lock(), as an so's destructorguenther2012-03-201-2/+42
* pull in more .h (spotted since struct vnode was not in scope)deraadt2012-03-161-1/+12
* Force sched_yield() to be resolved before calling dlctl(DL_SET*LCK) withguenther2012-03-141-1/+2
* 0 is a valid uid for files sysctl, don't skip it. reminded by guenthertedu2012-03-131-2/+2
* Add manpages for __thrsigdivert, __thrsleep, and __thrwakeup. Variousguenther2012-03-133-2/+346
* Don't trust the environment if issetugid()guenther2012-03-131-1/+3
* - fix a mistake in the list headerjmc2012-03-101-3/+3
* Try to document the new settings of net.inet.tcp.rfc3390.claudio2012-03-101-3/+7
* Major bump, since struct vm_map and vm_map_entry changed size and layout.ariane2012-03-091-1/+1
* Userspace counterpart of new vmmap.ariane2012-03-091-13/+14
* tweak previous;jmc2012-03-061-3/+3
* Add the _POSIX_MONOTONIC_CLOCK symbol and the sysconf(3)ajacoutot2012-03-062-3/+8
* New threads now inherit their TCB address from their parent threadguenther2012-03-041-4/+3
* Drop the rpcauth(3) MLINK, there is no function of that name.schwarze2012-03-043-14/+14
* add sem_timedwait to NAME;jmc2012-03-041-2/+3
* Document sem_timedwait()guenther2012-03-032-7/+33
* Sync the assembly statements with <machine/lock.h> for consistency.miod2012-03-031-5/+9
* Bump minor for recent additionsguenther2012-03-031-1/+1
* sem_timedwait() should return ETIMEDOUT instead of EWOULDBLOCK on timeoutguenther2012-03-031-2/+2
* Add sem_timewait() and fix sem_wait()'s handling of signals, soguenther2012-03-034-22/+58
* fix check when setting the contention scope. harmless atm but still wrong.fgsch2012-03-021-2/+2
* for readability, put the label on it's own line.fgsch2012-03-021-2/+3
* _SPINLOCK_UNLOCKED isn't zero everywhere (*cough*hppa*cough*), soguenther2012-03-021-1/+2
* Update to tzcode2012a from munnari.oz.aumillert2012-03-014-20/+36