| Commit message (Expand) | Author | Age | Files | Lines |
* | Range check the syscall number before looking it up in the syscallnames[] | jhb | 2003-04-30 | 1 | -2/+2 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | kan | 2003-04-29 | 1 | -62/+7 |
* | Revamp the newbus functions: | marcel | 2003-04-29 | 3 | -986/+653 |
* | - Push down Giant into the sysarch() calls that still need Giant. | jhb | 2003-04-25 | 1 | -1/+1 |
* | Regen. | jhb | 2003-04-25 | 3 | -34/+3 |
* | Oops, the thr_* and jail_attach() syscall entries should be NOPROTO rather | jhb | 2003-04-25 | 1 | -7/+7 |
* | Add an argument to get_mcontext() which specified whether the | deischen | 2003-04-25 | 1 | -1/+1 |
* | Regen. | jhb | 2003-04-24 | 3 | -4/+58 |
* | Fix the thr_create() entry by adding a trailing \. Also, sync up the | jhb | 2003-04-24 | 1 | -4/+4 |
* | Add a new sys/limits.h file which in turn depends on machine/_limits.h | kan | 2003-04-23 | 1 | -52/+39 |
* | - Replace inline implementations of sigprocmask() with calls to | jhb | 2003-04-22 | 1 | -66/+33 |
* | Remove single threading detecting code, these code really should be | davidxu | 2003-04-22 | 1 | -7/+0 |
* | Don't use the tpa instruction to implement pmap_kextract. The tpa | marcel | 2003-04-22 | 2 | -8/+26 |
* | Add FireWire drivers to GENERIC. | simokawa | 2003-04-21 | 1 | -0/+5 |
* | Use the proc lock to protect p_singlethread and a P_WEXIT test. This | jhb | 2003-04-18 | 1 | -1/+3 |
* | Add the EHCI host controller. | marcel | 2003-04-16 | 1 | -0/+1 |
* | I deserve a big pointy hat for having missed all those references | mux | 2003-04-10 | 1 | -9/+5 |
* | Change the operation parameter of bus_dmamap_sync() from an | mux | 2003-04-10 | 1 | -10/+4 |
* | o In struct prison, add an allprison linked list of prisons (protected | mike | 2003-04-09 | 1 | -0/+1 |
* | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | des | 2003-04-08 | 1 | -2/+1 |
* | Remove COMPAT_FREEBSD4. It's impossible because FreeBSD 4 does not | marcel | 2003-04-08 | 2 | -2/+0 |
* | Remove the 32KB VHPT section from the kernel image. We don't really | marcel | 2003-04-06 | 4 | -26/+4 |
* | Also set the access bit in the PTE when we get a data dirty bit fault. | marcel | 2003-04-06 | 2 | -4/+4 |
* | Include <geom/geom_disk.h> and stop including <sys/disk.h>. The | marcel | 2003-04-05 | 1 | -1/+1 |
* | Define ovbcopy() as a macro which expands to the equivalent bcopy() call, | des | 2003-04-04 | 2 | -2/+0 |
* | Use bioq_flush() to drain a bio queue with a specific error code. | phk | 2003-04-01 | 1 | -1/+1 |
* | - Add thr and umtx system calls. | jeff | 2003-04-01 | 1 | -0/+8 |
* | - Define a new md function 'casuptr'. This atomically compares and sets | jeff | 2003-04-01 | 1 | -0/+7 |
* | - Add a placeholder for sigwait | jeff | 2003-03-31 | 1 | -0/+1 |
* | - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with | jeff | 2003-03-31 | 1 | -3/+3 |
* | - Change trapsignal() to accept a thread and not a proc. | jeff | 2003-03-31 | 1 | -2/+2 |
* | - Use sigexit() instead of twiddling the signal mask, catch, ignore, and | jeff | 2003-03-31 | 1 | -5/+1 |
* | Correct LDBL_* constants based on values from i386. | das | 2003-03-27 | 1 | -9/+9 |
* | - Add vm_paddr_t, a physical address type. This is required for systems | jake | 2003-03-25 | 2 | -1/+2 |
* | Remove bitrot associated with `maxusers'. | ru | 2003-03-22 | 2 | -2/+0 |
* | Use atomic operations to increment and decrement the refcount | mux | 2003-03-20 | 1 | -4/+4 |
* | Made the prototypes for pmap_kenter and pmap_kremove MD. These functions | jake | 2003-03-16 | 1 | -0/+2 |
* | Bah, get it right this time and add sys/lock.h before sys/mutex.h. | mux | 2003-03-14 | 1 | -0/+1 |
* | Oops, add missing includes. Pass me the pointy hat. | mux | 2003-03-14 | 1 | -0/+1 |
* | Grab Giant around calls to contigmalloc() and contigfree() so | mux | 2003-03-13 | 1 | -1/+8 |
* | Memory allocated with contigmalloc() should be freed with | mux | 2003-03-13 | 1 | -1/+4 |
* | Fix two rounds of breakages and cleanup. Remove the sccdebug sysctl | marcel | 2003-03-10 | 1 | -55/+11 |
* | Centralize the devstat handling for all GEOM disk device drivers | phk | 2003-03-08 | 2 | -10/+1 |
* | Fix threaded applications on ia64 that are linked dynamicly. We did | marcel | 2003-03-05 | 1 | -1/+2 |
* | ABI breaker: Move the J_SIGMASK field in the jmpbuf before | marcel | 2003-03-05 | 1 | -3/+2 |
* | Replace calls to WITNESS_SLEEP() and witness_list() with equivalent calls | jhb | 2003-03-04 | 1 | -13/+4 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 2 | -26/+17 |
* | MFi386 revision 1.88 | alc | 2003-03-01 | 1 | -3/+0 |
* | Needn't kse.h | davidxu | 2003-02-27 | 1 | -1/+0 |
* | Change the process flags P_KSES to be P_THREADED. | julian | 2003-02-27 | 1 | -1/+1 |