| Commit message (Expand) | Author | Age | Files | Lines |
* | Use FSBase to map kse, GCC generates code which uses %fs to access TLS data. | davidxu | 2003-07-31 | 1 | -4/+4 |
* | Remove unnecssary <vm/swap_pager.h> includes. | phk | 2003-07-31 | 3 | -3/+0 |
* | Remove various unused variables, prototypes and local variables. | phk | 2003-07-31 | 1 | -25/+0 |
* | Disable and lobotomize the kvm image reading swapinfo code, the kernel | phk | 2003-07-31 | 1 | -125/+1 |
* | Retire the SWIF_DUMP_TREE code, this is in the way for a rework of | phk | 2003-07-31 | 2 | -191/+0 |
* | This file hasn't been used for some time; nuke it. | deischen | 2003-07-31 | 1 | -42/+0 |
* | Take the same approach for i386 as that for ia64 and amd64. Use | deischen | 2003-07-31 | 9 | -339/+150 |
* | Unifdef -UDEBUG_SWAPINFO The kernel data structures are about to change. | phk | 2003-07-31 | 1 | -79/+0 |
* | Set GSBASE for kse. Finally make libkse work on AMD64. | davidxu | 2003-07-31 | 1 | -6/+3 |
* | Fix some typos, correctly jump into UTS. | davidxu | 2003-07-31 | 2 | -4/+4 |
* | sysctlbyname needs size_t type, not int. | davidxu | 2003-07-31 | 2 | -2/+2 |
* | Cross-reference arc4random(3). | das | 2003-07-31 | 1 | -0/+4 |
* | The upper end of the range of arc4random(3) is 2**32-1, not 2**31-1. | das | 2003-07-31 | 1 | -2/+4 |
* | Update manual for i386_set_ldt to reflect newly added features. | davidxu | 2003-07-31 | 1 | -0/+34 |
* | Don't forget to unlock the scheduler lock. Somehow this got removed | deischen | 2003-07-30 | 2 | -0/+2 |
* | Only allow trapframe formats instead of sigframe formats like the | marcel | 2003-07-30 | 1 | -4/+4 |
* | Correct a cut'n'paste error in a comment. | harti | 2003-07-29 | 1 | -1/+1 |
* | Make a local static string const. | harti | 2003-07-29 | 1 | -4/+4 |
* | Use the appropriate [s]size_t type where a buffer size is meant. | harti | 2003-07-29 | 6 | -78/+50 |
* | Minor constification. | phk | 2003-07-29 | 1 | -2/+2 |
* | Add support for gb18030 encoding | ache | 2003-07-29 | 3 | -1/+170 |
* | * Merge index(3) and rindex(3) to index(3) since the two functions are | simon | 2003-07-28 | 5 | -216/+61 |
* | Simplify sigwait code a bit by using a waitset and removing oldsigmask. | davidxu | 2003-07-27 | 6 | -44/+34 |
* | Set mc_len to sizeof(mcontext_t), otherwise it is an invalid context. | davidxu | 2003-07-26 | 1 | -0/+1 |
* | Fix typo. | davidxu | 2003-07-26 | 2 | -10/+10 |
* | Revert previous commit. We don't use setjmp()/longjmp() for context | marcel | 2003-07-25 | 1 | -4/+2 |
* | Fix for 64 bit platforms. sysctl's length args are pointers to | peter | 2003-07-25 | 2 | -3/+6 |
* | Add wrapper for kqueue() to keep track of the allocated fd and allow it to | mp | 2003-07-25 | 2 | -0/+54 |
* | An u_int8_t can never be bigger than 255, so remove a useless check. | mux | 2003-07-25 | 1 | -2/+0 |
* | Make library WARNS=6 clean. The problems have been: alignment on sparc64 | harti | 2003-07-25 | 4 | -7/+8 |
* | Print group name in getfacl output when calculating an effective | rwatson | 2003-07-24 | 1 | -2/+3 |
* | Turn on the extended syntax, which TCP_wrappers has by default, as | markm | 2003-07-24 | 1 | -1/+1 |
* | Remove GCC-specific debugging option. | markm | 2003-07-24 | 1 | -1/+1 |
* | Don't check for the existance of src/crypto/ for building items that | markm | 2003-07-24 | 1 | -1/+1 |
* | Make sure that a "make release" (more accurately the bit that makes | markm | 2003-07-24 | 1 | -0/+2 |
* | Implement _get_curthread and _set_curthread. We use GCCs builtin | marcel | 2003-07-24 | 1 | -1/+6 |
* | Ensure that for the cryptographic instances of *telnet*, the "crypto" | markm | 2003-07-24 | 1 | -0/+1 |
* | Connect libncp/libsmb to the build. They compile, but have a couple of | peter | 2003-07-24 | 1 | -0/+5 |
* | Document an additional error return value. The connect(2) call can also | dds | 2003-07-23 | 1 | -0/+6 |
* | Fixed some style bugs (misplacement and misformatting of some commented-out | bde | 2003-07-23 | 1 | -4/+2 |
* | Only provide one copy of the math functions. If we provide a MD function, | peter | 2003-07-23 | 26 | -80/+32 |
* | No longer need the internal __get_hw_float() function. | peter | 2003-07-23 | 2 | -51/+0 |
* | Now that we do not need to do runtime detection for the broken default | peter | 2003-07-23 | 3 | -6/+21 |
* | Move idle kse wakeup to outside of regions where locks are held. | deischen | 2003-07-23 | 16 | -146/+260 |
* | Make sure the crypto versions of libfetch and fetch(1) appear in | ru | 2003-07-22 | 1 | -0/+1 |
* | Instantiate explicit callable versions of the machine/ieeefp.h inlines | peter | 2003-07-22 | 9 | -1/+67 |
* | Turn off the libc/quad functions since they are not needed for amd64 | peter | 2003-07-22 | 1 | -0/+9 |
* | Revert previous commit after fixing libpam. | des | 2003-07-21 | 1 | -1/+1 |
* | Test correct macro for "without crypto" option(s). | markm | 2003-07-20 | 1 | -1/+1 |
* | Add missing arguments to _amd64_restore_context() when called from | deischen | 2003-07-20 | 2 | -4/+8 |