summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* reorder functions to be in sync with KAME.ume2003-10-231-128/+132
* EAI_ADDRFAMILY and EAI_NODATA was deprecated in RFC3493ume2003-10-232-17/+4
* preparation for RFC3493. EAI_NODATA was deprecated.ume2003-10-231-0/+2
* Connect fabsl.c to the build.des2003-10-231-0/+2
* Add prototypes for all long double functions in C99. Leave them alldes2003-10-231-0/+67
* Implement fabsl(3), allowing the world to build with -fno-builtin.des2003-10-231-0/+37
* Use amd64_set_fsbase() instead of calling sysarch() directly.peter2003-10-232-12/+2
* Add implementations of amd64_[gs]et_[fg]sbase().peter2003-10-235-0/+158
* oops, gai_strerror must return default value when error codeume2003-10-221-0/+1
* make ai_errlist struct. this is preparation for RFC3493ume2003-10-221-19/+32
* Link libngatm to the build (unless NOATM is set).harti2003-10-221-4/+5
* Makefile for the NgATM user space library.harti2003-10-221-0/+35
* The FP status register allows for 6 traps to be masked. One of them,marcel2003-10-222-3/+3
* stop use of NI_WITHSCOPEID. it was deprecated.ume2003-10-213-16/+3
* Bring the description of st_[cma]time modification conditions a bitdds2003-10-201-6/+18
* This test relies on the concurrency level being 1; make it so.deischen2003-10-202-0/+6
* document the fact that kqueue will immediately return and not timeout whenjmg2003-10-201-0/+8
* ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify.markm2003-10-1817-137/+120
* Remove a GCC specifig CFLAG. We should be using WARNS=? for this.markm2003-10-181-1/+1
* - fix to UID test description, non-zero -> zerokensmith2003-10-171-1/+1
* Update context code for my last ABI breakage of mcontext. I'm worriedpeter2003-10-172-14/+16
* Explicitly specify an alignment for abitag. Without it, gcc specifies apeter2003-10-171-1/+1
* Add rfork_thread(3).alc2003-10-132-1/+102
* - support AES counter mode for ESP.ume2003-10-131-0/+3
* Include <nlist.h> for nlist-related declarations instead of depending onbde2003-10-131-0/+1
* - support AES XCBC MAC for AHume2003-10-131-0/+3
* Fixed some style bugs in the removal of __P(()). Blind removal ofbde2003-10-131-3/+3
* Update Bluetooth code.emax2003-10-1212-2/+2655
* Don't forget to initialize the fake tcb when the kcb is allocated.deischen2003-10-122-0/+6
* - RIPEMD160 supportume2003-10-121-0/+3
* Changed EINVAL constant reference from UIO_MAXIOV to IOV_MAX.dds2003-10-111-1/+1
* Assorted mdoc(7) fixes:hmp2003-10-093-20/+41
* Reverse the order of the first two arguments to _sparc64_enter_uts().deischen2003-10-092-4/+4
* Convert a couple of hardcoded values to constants. Make thr_getcontext()deischen2003-10-094-6/+14
* Remove unneccessary include of sys/types.h in the SYNOPSIShmp2003-10-096-6/+0
* Add preliminary sparc64 support to libpthread. This does notdeischen2003-10-0912-0/+1018
* Fix some comments for last commit.davidxu2003-10-082-10/+8
* Complete cancellation support for M:N threads, check cancelling flag whendavidxu2003-10-084-138/+314
* Use thread lock instead of scheduler lock to eliminate lock contentiondavidxu2003-10-082-36/+42
* Add XXX'ed temporary bounce-buffering.phk2003-10-071-6/+37
* Correct .Xr's in kiconv.3.bms2003-10-051-3/+3
* Fix a logic error; use beq to check for a register being NULL, not bne.deischen2003-10-021-1/+1
* Correct the library name.ru2003-10-021-1/+1
* - Remove error code that can't be returned (and original descriptionkensmith2003-10-021-2/+0
* Only generate code for _LCK_ASSERT if _LCK_DEBUG is defined.davidxu2003-10-022-2/+12
* Cite the published version of "Engineering a Sort Function" instead oftjr2003-09-301-4/+7
* If __sys_write() returns 0, allow that to exit the loop in libc_r'sdeischen2003-09-291-2/+2
* When concurrency level is reduced and a kse is exiting, make sure no otherdavidxu2003-09-292-0/+26
* Remove unused variable.davidxu2003-09-282-4/+0
* Relink libc_r.a, libc_r.so and libc_r_p.so from libthr to libkse.marcel2003-09-273-12/+24
OpenPOWER on IntegriCloud