| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | des | 2003-04-08 | 1 | -2/+1 |
* | Define ovbcopy() as a macro which expands to the equivalent bcopy() call, | des | 2003-04-04 | 1 | -6/+1 |
* | - Define a new md function 'casuptr'. This atomically compares and sets | jeff | 2003-04-01 | 1 | -0/+6 |
* | - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with | jeff | 2003-03-31 | 2 | -23/+24 |
* | - Change trapsignal() to accept a thread and not a proc. | jeff | 2003-03-31 | 1 | -1/+1 |
* | - Use sigexit() instead of twiddling the signal mask, catch, ignore, and | jeff | 2003-03-31 | 2 | -20/+4 |
* | Fix the osf1 abi module on SMP systems by making the size of | gallatin | 2003-03-29 | 2 | -2/+3 |
* | Add missing includes from previous commit. | jhb | 2003-03-27 | 1 | -0/+1 |
* | Add a cleanup function to destroy the osname_lock and call it on module | jhb | 2003-03-26 | 1 | -0/+1 |
* | - 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 | 1 | -1/+0 |
* | Fix some memory leaks in the failure cases after trying to look up the | jhb | 2003-03-21 | 1 | -6/+9 |
* | Sync up linux and svr compat elf fixup functions for exec(). These | jhb | 2003-03-21 | 1 | -10/+9 |
* | Use td->td_ucred instead of td->td_proc->p_ucred. | jhb | 2003-03-20 | 1 | -3/+3 |
* | Use atomic operations to increment and decrement the refcount | mux | 2003-03-20 | 1 | -4/+4 |
* | Tidy up the locking of the bounce pages structures. | mux | 2003-03-17 | 1 | -13/+21 |
* | Made the prototypes for pmap_kenter and pmap_kremove MD. These functions | jake | 2003-03-16 | 1 | -0/+2 |
* | Grab Giant around calls to contigmalloc() and contigfree() so | mux | 2003-03-13 | 1 | -1/+8 |
* | Centralize the devstat handling for all GEOM disk device drivers | phk | 2003-03-08 | 1 | -1/+0 |
* | Instrument sysarch() MD privileged I/O access interfaces with a MAC | rwatson | 2003-03-06 | 1 | -0/+9 |
* | Replace calls to WITNESS_SLEEP() and witness_list() with equivalent calls | jhb | 2003-03-04 | 1 | -6/+2 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 3 | -39/+25 |
* | Clean up whitespace and remove register keyword. | des | 2003-03-03 | 1 | -1/+1 |
* | More caddr_t removal, in conjunction with copy{in,out}(9) this time. | des | 2003-03-03 | 1 | -3/+3 |
* | MFi386 revision 1.88 | alc | 2003-03-01 | 1 | -6/+0 |
* | Change the process flags P_KSES to be P_THREADED. | julian | 2003-02-27 | 1 | -1/+1 |
* | cat KSE > /dev/null | davidxu | 2003-02-27 | 1 | -1/+0 |
* | Implemented "nooption" and "nomakeoption" config(8) tokens. | ru | 2003-02-26 | 1 | -9/+1 |
* | Correctly set BUS_SPACE_MAXSIZE in all the busdma backends. | mux | 2003-02-26 | 2 | -2/+2 |
* | Move most everything back to a MI NOTES, and use "nodevice" in MD NOTES | obrien | 2003-02-25 | 2 | -189/+3 |
* | Cleanup of the d_mmap_t interface. | mux | 2003-02-25 | 2 | -9/+3 |
* | Remove support for running in SimOS. The support has rotted over | marcel | 2003-02-25 | 8 | -96/+1 |
* | Move MD devices to <machine>/conf/NOTES. | nyan | 2003-02-23 | 1 | -0/+187 |
* | Workaround for compiling LINT. Large kernels (like LINT) can have | marcel | 2003-02-23 | 1 | -20/+32 |
* | It is pretty evident that nobody loves this file anymore, so retire it | phk | 2003-02-22 | 1 | -65/+0 |
* | Change the console interface to pass a "struct consdev *" instead of a | phk | 2003-02-20 | 9 | -21/+22 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 3 | -10/+10 |
* | Move a bunch of flags from the KSE to the thread. | julian | 2003-02-17 | 2 | -10/+7 |
* | - 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 | -2/+2 |
* | zero the end of the memory cluster we're disposing of. Otherwise teh | gallatin | 2003-02-16 | 1 | -0/+1 |
* | Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDB | phk | 2003-02-16 | 1 | -5/+5 |
* | When trimming memory to fit Maxmem, and we discard an entire cluster, | gallatin | 2003-02-16 | 1 | -0/+1 |
* | Remove #include <sys/dkstat.h> | phk | 2003-02-16 | 2 | -2/+0 |
* | Regen from syscalls.master 1.52. | tjr | 2003-02-16 | 3 | -5/+11 |
* | Mark linux_sigpending() as MPSAFE. | tjr | 2003-02-16 | 1 | -1/+1 |
* | Fix the style of the SCHED_4BSD commit. | obrien | 2003-02-13 | 1 | -1/+1 |
* | MFi386 | alc | 2003-02-13 | 1 | -10/+4 |
* | Implement fpclassify(): | mike | 2003-02-08 | 2 | -0/+4 |
* | Fix a problem in bus_dmamap_load_{mbuf,uio} when the first mbuf or the first | harti | 2003-02-04 | 1 | -11/+16 |