summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Our getaddrinfo() and getnameinfo() are thread-safe butume2003-09-152-2/+10
* Fix bogus comment and assign sigmask in critical region, usedavidxu2003-09-152-4/+8
* Fix a bogus comment, sigmask must be maintained correctly,davidxu2003-09-152-2/+2
* 1. Allocating and freeing lock related resource in _thr_alloc and _thr_freedavidxu2003-09-148-188/+174
* When invoking an old style signal handler, use true traditional BSD style todavidxu2003-09-142-12/+26
* Respect POSIX specification, a value return from pthread_attr_getguardsizedavidxu2003-09-144-32/+36
* Avoid garbage bits in c_flags by direct assigning value.davidxu2003-09-142-2/+2
* If user is seting scope process flag, clear PTHREAD_SCOPE_SYSTEM bitdavidxu2003-09-142-4/+8
* Check invalid parameter and return EINVAL.davidxu2003-09-142-0/+6
* Get rid of duplicates.ru2003-09-145-5/+5
* mdoc(7): Fix common mistakes made in the SEE ALSO section.ru2003-09-123-6/+8
* mdoc(7): Properly mark C headers.ru2003-09-1024-34/+34
* Document the fact that send(2) can return EPIPE (like when a socket is notroberto2003-09-101-0/+4
* Fixed -Wpointer-arith warning.ru2003-09-091-1/+1
* Original pthread_once code has memory leak if pthread_once_t is used indavidxu2003-09-094-18/+104
* Add code to support pthread spin lock.davidxu2003-09-097-0/+332
* mdoc(7): Use the new feature of the .In macro.ru2003-09-0876-126/+126
* In the !MNT_BYFSID case, return EINVAL from unmount(2) when theiedowse2003-09-081-7/+12
* Add small piece of code to support pthread_rwlock_timedrdlock anddavidxu2003-09-063-16/+90
* The caller is expected to set up PIC register corectly beforekan2003-09-052-0/+4
* Clarify that the second argument to accept() may be a null pointer ifroam2003-09-051-1/+7
* Remove an unused and incorrect prototype for _none_init().tjr2003-09-051-1/+0
* Move a sentence about the terminating \0 from the RETURN VALUES sectionsimon2003-09-042-14/+14
* Add code to support barrier synchronous object and implementdavidxu2003-09-0413-12/+709
* Remove repeated macro THR_IN_CONDQ.davidxu2003-09-042-2/+0
* Allow hooks registered by atexit() to run with current thread pointer set,davidxu2003-09-042-2/+8
* Sigh. I can't win anything. Use addq rather than addl with %rsp.peter2003-09-041-1/+1
* Apply same basic fix for getcontext(2) as for i386. Store the returnpeter2003-09-042-2/+56
* Fix some minor whitespace botchespeter2003-09-041-1/+1
* Make getcontext(2) work on i386. It needs a small wrapper in libcpeter2003-09-042-2/+52
* Don't assume sizeof(long) = sizeof(int) on x86; use intdeischen2003-09-0325-42/+109
* Move kse_wakeup_multi call to just before KSE_SCHED_UNLOCK.davidxu2003-09-032-8/+4
* Rethink the way thr_libc.So is generated. Relying on GCC to extractkan2003-09-024-20/+64
* Fix/add errno return values to match the NFS client implementation anddds2003-09-022-5/+16
* Update the kern.osreldate documentation to document the present formateivind2003-09-011-2/+17
* Return (-1) not (ENOENT) for mac_prepare_type(), and set errno torwatson2003-08-301-1/+2
* Unbreak the NOINSTALLLIB install.ru2003-08-302-0/+4
* Allow the concurrency level to be reduced.deischen2003-08-306-70/+126
* Document that read(2) can also return EPERMdds2003-08-301-0/+3
* Add a reference to bn(3) for those looking for functional multiprecisionseanc2003-08-301-0/+1
* Don't close a FILE * which we know is bogus.des2003-08-291-1/+0
* Introduce more knobs to slim down FreeBSD userlandphk2003-08-291-1/+5
* Ignore ccd(4)'s. This is not the best solution, but it at least removesobrien2003-08-281-0/+2
* Make build of libatm depend on existing NOATM conditional.phk2003-08-271-1/+5
* Clarify texteivind2003-08-261-1/+1
* Add HISTORY sections to the remaining MAC library man pages.rwatson2003-08-226-0/+36
* Update the mac_prepare(3) man page to reflect changes to therwatson2003-08-221-8/+43
* Make the elements argument to mac_prepare() be const.rwatson2003-08-221-1/+1
* As new objects begin to support new labels, start to generalizerwatson2003-08-221-86/+192
* Repost masked signal to kernel for scope system thread, it hardly happensdavidxu2003-08-212-12/+50
OpenPOWER on IntegriCloud