summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Make this part identical with NetBSD: Use recvlen instead of inlen.mbr2003-10-291-1/+1
* Don't compare NULL against a character.mbr2003-10-291-3/+3
* Don't use NULL to compare against a char.mbr2003-10-291-2/+2
* Don't use NULL to compare against a character.mbr2003-10-291-1/+1
* Don peril sensitive (ie: bikeshed sensitive) sunglasses and quietlypeter2003-10-282-408/+1
* Fix a problem where libm compiled under 5.X would depend on featuresdas2003-10-272-2/+8
* - errx() doesn't need `\n'.ume2003-10-264-26/+24
* revert previous change. we don't need to include types.h.ume2003-10-261-1/+0
* Preserve the constness of the value argument passed to env_setenv() aspeter2003-10-262-2/+3
* Pacify gcc about casting pointers to integers (for the lowest few bits).peter2003-10-261-6/+8
* (mostly) Clean up some const warnings here. The code takes some libertiespeter2003-10-261-8/+9
* clnt_call takes args of type xdrproc_t.peter2003-10-265-19/+24
* Consistently cast to (u_char *) when filling with junk.phk2003-10-251-3/+3
* Better safe than clever.des2003-10-251-2/+5
* Document fabsl(3).des2003-10-251-6/+19
* Style changes. Inching closer to convergence with OpenBSD.phk2003-10-251-61/+60
* - fabsl.c should be named s_fabsl.c for consistency with libmsun'sdes2003-10-252-3/+11
* according to RFC3542 10.5, the 5th argment of inet6_opt_next()ume2003-10-251-1/+1
* - fix description of what processes SIGCONT can be sent tokensmith2003-10-241-1/+1
* oops, revert previous change to getaddrinfo.c. This is not relatedume2003-10-241-275/+155
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542ume2003-10-247-366/+1401
* 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
OpenPOWER on IntegriCloud