summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use FSBase to map kse, GCC generates code which uses %fs to access TLS data.davidxu2003-07-311-4/+4
* Remove unnecssary <vm/swap_pager.h> includes.phk2003-07-313-3/+0
* Remove various unused variables, prototypes and local variables.phk2003-07-311-25/+0
* Disable and lobotomize the kvm image reading swapinfo code, the kernelphk2003-07-311-125/+1
* Retire the SWIF_DUMP_TREE code, this is in the way for a rework ofphk2003-07-312-191/+0
* This file hasn't been used for some time; nuke it.deischen2003-07-311-42/+0
* Take the same approach for i386 as that for ia64 and amd64. Usedeischen2003-07-319-339/+150
* Unifdef -UDEBUG_SWAPINFO The kernel data structures are about to change.phk2003-07-311-79/+0
* Set GSBASE for kse. Finally make libkse work on AMD64.davidxu2003-07-311-6/+3
* Fix some typos, correctly jump into UTS.davidxu2003-07-312-4/+4
* sysctlbyname needs size_t type, not int.davidxu2003-07-312-2/+2
* Cross-reference arc4random(3).das2003-07-311-0/+4
* The upper end of the range of arc4random(3) is 2**32-1, not 2**31-1.das2003-07-311-2/+4
* Update manual for i386_set_ldt to reflect newly added features.davidxu2003-07-311-0/+34
* Don't forget to unlock the scheduler lock. Somehow this got removeddeischen2003-07-302-0/+2
* Only allow trapframe formats instead of sigframe formats like themarcel2003-07-301-4/+4
* 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
OpenPOWER on IntegriCloud