summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* _thr_sig_check_pending is also called by scope system thread when it leavesdavidxu2003-08-202-0/+6
* Add back a loop for up to PTHREAD_DESTRUCTOR_ITERATIONS todeischen2003-08-202-24/+40
* Add a kluge suggested by Marcel to paper over the difference betweenwollman2003-08-192-0/+4
* Change gethostname() to set errno to ENAMETOOLONG instead of ENOMEMwollman2003-08-192-18/+51
* Some servers respond to RETR in active mode with 125 (connection alreadydes2003-08-191-1/+1
* Support printing 64 bits pointer and long integer.davidxu2003-08-192-20/+54
* Save and restore errno around sigprocmask.davidxu2003-08-192-2/+10
* style.Makefile(5)obrien2003-08-1815-21/+17
* Direct call exit if thread was never created. This makes it safe to calldavidxu2003-08-182-0/+4
* Treat initial thread as scope system thread when KSE mode is not activateddavidxu2003-08-1824-162/+94
* It is not an error to have no devices.phk2003-08-171-1/+1
* Stage 3 of dynamic root support. Make all the libraries needed to rungordon2003-08-1720-10/+30
* Imply NOLIBC_R for PowerPC.obrien2003-08-161-1/+1
* Fix wrong identifier on .end directive. The SYSCALL macro does namemarcel2003-08-164-4/+4
* If threaded mode is not turned on yet, direct call __sys_sched_yield.davidxu2003-08-162-4/+6
* Replace some syscalls with libc version, this makes abort work better withdavidxu2003-08-161-10/+7
* Keep initial kse and kse group just like we keep initial thread,davidxu2003-08-162-18/+22
* Access user provided pointer out of lock, and also check the case whendavidxu2003-08-162-16/+20
* Don't run verify directly as that would require the perl script tomarcel2003-08-132-6/+8
OpenPOWER on IntegriCloud