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