| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Correctly set BUS_SPACE_MAXSIZE in all the busdma backends. | mux | 2003-02-26 | 2 | -2/+2 |
* | Cleanup of the d_mmap_t interface. | mux | 2003-02-25 | 2 | -8/+3 |
* | Change the console interface to pass a "struct consdev *" instead of a | phk | 2003-02-20 | 1 | -5/+5 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 6 | -14/+14 |
* | Fix missed patch in last commit | julian | 2003-02-17 | 2 | -10/+6 |
* | Move a bunch of flags from the KSE to the thread. | julian | 2003-02-17 | 3 | -16/+11 |
* | Define _ALIGNBYTES to be 15. This should have been done right away. | marcel | 2003-02-17 | 1 | -1/+1 |
* | Print two new processor features: | marcel | 2003-02-17 | 1 | -2/+4 |
* | - Split the struct kse into struct upcall and struct kse. struct kse will | jeff | 2003-02-17 | 1 | -1/+1 |
* | - Move ke_sticks, ke_iticks, ke_uticks, ke_uu, ke_su, and ke_iu back into | jeff | 2003-02-17 | 1 | -3/+3 |
* | Remove #include <sys/dkstat.h> | phk | 2003-02-16 | 1 | -1/+0 |
* | Fix misuse of Maxmem in the calculation of the VHPT size. Maxmem | marcel | 2003-02-15 | 1 | -1/+1 |
* | Fix the style of the SCHED_4BSD commit. | obrien | 2003-02-13 | 1 | -1/+1 |