aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Consistently cast to (u_char *) when filling with junk.Poul-Henning Kamp2003-10-251-3/+3
* Better safe than clever.Dag-Erling Smørgrav2003-10-251-2/+5
* Document fabsl(3).Dag-Erling Smørgrav2003-10-251-6/+19
* Style changes. Inching closer to convergence with OpenBSD.Poul-Henning Kamp2003-10-251-61/+60
* - fabsl.c should be named s_fabsl.c for consistency with libmsun'sDag-Erling Smørgrav2003-10-252-3/+11
* according to RFC3542 10.5, the 5th argment of inet6_opt_next()Hajimu UMEMOTO2003-10-251-1/+1
* - fix description of what processes SIGCONT can be sent toKen Smith2003-10-241-1/+1
* oops, revert previous change to getaddrinfo.c. This is not relatedHajimu UMEMOTO2003-10-241-275/+155
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542Hajimu UMEMOTO2003-10-247-366/+1401
* reorder functions to be in sync with KAME.Hajimu UMEMOTO2003-10-231-128/+132
* EAI_ADDRFAMILY and EAI_NODATA was deprecated in RFC3493Hajimu UMEMOTO2003-10-232-17/+4
* preparation for RFC3493. EAI_NODATA was deprecated.Hajimu UMEMOTO2003-10-231-0/+2
* Connect fabsl.c to the build.Dag-Erling Smørgrav2003-10-231-0/+2
* Add prototypes for all long double functions in C99. Leave them allDag-Erling Smørgrav2003-10-231-0/+67
* Implement fabsl(3), allowing the world to build with -fno-builtin.Dag-Erling Smørgrav2003-10-231-0/+37
* Use amd64_set_fsbase() instead of calling sysarch() directly.Peter Wemm2003-10-232-12/+2
* Add implementations of amd64_[gs]et_[fg]sbase().Peter Wemm2003-10-235-0/+158
* oops, gai_strerror must return default value when error codeHajimu UMEMOTO2003-10-221-0/+1
* make ai_errlist struct. this is preparation for RFC3493Hajimu UMEMOTO2003-10-221-19/+32
* Link libngatm to the build (unless NOATM is set).Hartmut Brandt2003-10-221-4/+5
* Makefile for the NgATM user space library.Hartmut Brandt2003-10-221-0/+35
* The FP status register allows for 6 traps to be masked. One of them,Marcel Moolenaar2003-10-222-3/+3
* stop use of NI_WITHSCOPEID. it was deprecated.Hajimu UMEMOTO2003-10-213-16/+3
* Bring the description of st_[cma]time modification conditions a bitDiomidis Spinellis2003-10-201-6/+18
* This test relies on the concurrency level being 1; make it so.Daniel Eischen2003-10-202-0/+6
* document the fact that kqueue will immediately return and not timeout whenJohn-Mark Gurney2003-10-201-0/+8
* ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify.Mark Murray2003-10-1817-137/+120
* Remove a GCC specifig CFLAG. We should be using WARNS=? for this.Mark Murray2003-10-181-1/+1
* - fix to UID test description, non-zero -> zeroKen Smith2003-10-171-1/+1
* Update context code for my last ABI breakage of mcontext. I'm worriedPeter Wemm2003-10-172-14/+16
* Explicitly specify an alignment for abitag. Without it, gcc specifies aPeter Wemm2003-10-171-1/+1
* Add rfork_thread(3).Alan Cox2003-10-132-1/+102
* - support AES counter mode for ESP.Hajimu UMEMOTO2003-10-131-0/+3
* Include <nlist.h> for nlist-related declarations instead of depending onBruce Evans2003-10-131-0/+1
* - support AES XCBC MAC for AHHajimu UMEMOTO2003-10-131-0/+3
* Fixed some style bugs in the removal of __P(()). Blind removal ofBruce Evans2003-10-131-3/+3
* Update Bluetooth code.Maksim Yevmenkin2003-10-1212-2/+2655
* Don't forget to initialize the fake tcb when the kcb is allocated.Daniel Eischen2003-10-122-0/+6
* - RIPEMD160 supportHajimu UMEMOTO2003-10-121-0/+3
* Changed EINVAL constant reference from UIO_MAXIOV to IOV_MAX.Diomidis Spinellis2003-10-111-1/+1
* Assorted mdoc(7) fixes:Hiten Pandya2003-10-093-20/+41
* Reverse the order of the first two arguments to _sparc64_enter_uts().Daniel Eischen2003-10-092-4/+4
* Convert a couple of hardcoded values to constants. Make thr_getcontext()Daniel Eischen2003-10-094-6/+14
* Remove unneccessary include of sys/types.h in the SYNOPSISHiten Pandya2003-10-096-6/+0
* Add preliminary sparc64 support to libpthread. This does notDaniel Eischen2003-10-0912-0/+1018
* Fix some comments for last commit.David Xu2003-10-082-10/+8
* Complete cancellation support for M:N threads, check cancelling flag whenDavid Xu2003-10-084-138/+314
* Use thread lock instead of scheduler lock to eliminate lock contentionDavid Xu2003-10-082-36/+42
* Add XXX'ed temporary bounce-buffering.Poul-Henning Kamp2003-10-071-6/+37
* Correct .Xr's in kiconv.3.Bruce M Simpson2003-10-051-3/+3