summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* add support for using kqueue to watch bpf sockets.jmg2003-08-051-1/+8
* LANG->LC_ALLache2003-08-041-1/+1
* Allow foot shooting as Linux emulation needs it.julian2003-08-041-1/+2
* Fix problem differently, useache2003-08-041-1/+1
* Fix double-wrong tr usage: tr '[a-z]' '[A-Z]'ache2003-08-041-1/+1
* Restore including of "collate.h", for its own prototype (mis)match detectionache2003-08-031-0/+1
* Remove commented out and never used codeache2003-08-031-34/+1
* Remove __collate_range_cmp() stabilization, it conflicts with rangesache2003-08-031-10/+2
* -15 is incorrect to be used to align stack to 16 bytes, use ~15 instead.davidxu2003-08-022-2/+2
* Override the default stubs for getcontext(2) and swapcontext(2) somarcel2003-08-023-2/+80
* The END() must expand to the .endp directive with the same name asmarcel2003-08-013-6/+5
* 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
OpenPOWER on IntegriCloud