summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Correct a cut'n'paste error in a comment.harti2003-07-291-1/+1
* Make a local static string const.harti2003-07-291-4/+4
* Use the appropriate [s]size_t type where a buffer size is meant.harti2003-07-296-78/+50
* Minor constification.phk2003-07-291-2/+2
* Add support for gb18030 encodingache2003-07-293-1/+170
* * Merge index(3) and rindex(3) to index(3) since the two functions aresimon2003-07-285-216/+61
* Simplify sigwait code a bit by using a waitset and removing oldsigmask.davidxu2003-07-276-44/+34
* Set mc_len to sizeof(mcontext_t), otherwise it is an invalid context.davidxu2003-07-261-0/+1
* Fix typo.davidxu2003-07-262-10/+10
* Revert previous commit. We don't use setjmp()/longjmp() for contextmarcel2003-07-251-4/+2
* Fix for 64 bit platforms. sysctl's length args are pointers topeter2003-07-252-3/+6
* Add wrapper for kqueue() to keep track of the allocated fd and allow it tomp2003-07-252-0/+54
* An u_int8_t can never be bigger than 255, so remove a useless check.mux2003-07-251-2/+0
* Make library WARNS=6 clean. The problems have been: alignment on sparc64harti2003-07-254-7/+8
* Print group name in getfacl output when calculating an effectiverwatson2003-07-241-2/+3
* Turn on the extended syntax, which TCP_wrappers has by default, asmarkm2003-07-241-1/+1
* Remove GCC-specific debugging option.markm2003-07-241-1/+1
* Don't check for the existance of src/crypto/ for building items thatmarkm2003-07-241-1/+1
* Make sure that a "make release" (more accurately the bit that makesmarkm2003-07-241-0/+2
* Implement _get_curthread and _set_curthread. We use GCCs builtinmarcel2003-07-241-1/+6
* Ensure that for the cryptographic instances of *telnet*, the "crypto"markm2003-07-241-0/+1
* Connect libncp/libsmb to the build. They compile, but have a couple ofpeter2003-07-241-0/+5
* Document an additional error return value. The connect(2) call can alsodds2003-07-231-0/+6
* Fixed some style bugs (misplacement and misformatting of some commented-outbde2003-07-231-4/+2
* Only provide one copy of the math functions. If we provide a MD function,peter2003-07-2326-80/+32
* No longer need the internal __get_hw_float() function.peter2003-07-232-51/+0
* Now that we do not need to do runtime detection for the broken defaultpeter2003-07-233-6/+21
* Move idle kse wakeup to outside of regions where locks are held.deischen2003-07-2316-146/+260
* Make sure the crypto versions of libfetch and fetch(1) appear inru2003-07-221-0/+1
* Instantiate explicit callable versions of the machine/ieeefp.h inlinespeter2003-07-229-1/+67
* Turn off the libc/quad functions since they are not needed for amd64peter2003-07-221-0/+9
* Revert previous commit after fixing libpam.des2003-07-211-1/+1
* Test correct macro for "without crypto" option(s).markm2003-07-201-1/+1
* Add missing arguments to _amd64_restore_context() when called fromdeischen2003-07-202-4/+8
* Now that we have the stubs for alpha and we can build itmtm2003-07-201-6/+6
* This commit was generated by cvs2svn to compensate for changes in r117783,mtm2003-07-192-0/+55
|\
| * The MD framework for libthr on alphamtm2003-07-192-0/+55
* Override libc function raise(), in threading mode, raise() willdavidxu2003-07-195-0/+110
* Make raise and _raise as weak symbols, so they can be overriden bydavidxu2003-07-191-1/+4
* Add some very beta amd64 bits. These will also need some tweaking.deischen2003-07-1911-0/+921
* Add amd64 versions of makecontext() and signalcontext() neededdeischen2003-07-193-1/+208
* Rewrite to reflect slight change in semantics for C99, and note a bugwollman2003-07-191-22/+39
* C99 compliance: time() always sets its return value in both placeswollman2003-07-191-4/+7
* Revert to using yp_order() to probe for master.paswd.by* maps andwpaul2003-07-181-7/+14
* Whitespace after keywords per style(9).wollman2003-07-181-2/+2
* Cleanup thread accounting. Don't reset a threads timeslicedeischen2003-07-186-76/+54
* Add a preemption point when a mutex or condition variable isdeischen2003-07-184-12/+36
* Clean up KSE specific data (KSD) macros a bit.deischen2003-07-181-29/+8
* o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now itdavidxu2003-07-1732-790/+1204
* Very big makeover in the way telnet, telnetd and libtelnet are built.markm2003-07-167-412/+19
OpenPOWER on IntegriCloud