| Commit message (Expand) | Author | Age | Files | Lines |
| * | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | Dag-Erling Smørgrav | 2003-04-08 | 1 | -2/+1 |
| * | Define ovbcopy() as a macro which expands to the equivalent bcopy() call, | Dag-Erling Smørgrav | 2003-04-04 | 1 | -6/+1 |
| * | - Define a new md function 'casuptr'. This atomically compares and sets | Jeff Roberson | 2003-04-01 | 1 | -0/+6 |
| * | - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with | Jeff Roberson | 2003-03-31 | 2 | -23/+24 |
| * | - Change trapsignal() to accept a thread and not a proc. | Jeff Roberson | 2003-03-31 | 1 | -1/+1 |
| * | - Use sigexit() instead of twiddling the signal mask, catch, ignore, and | Jeff Roberson | 2003-03-31 | 2 | -20/+4 |
| * | Fix the osf1 abi module on SMP systems by making the size of | Andrew Gallatin | 2003-03-29 | 2 | -2/+3 |
| * | Add missing includes from previous commit. | John Baldwin | 2003-03-27 | 1 | -0/+1 |
| * | Add a cleanup function to destroy the osname_lock and call it on module | John Baldwin | 2003-03-26 | 1 | -0/+1 |
| * | - Add vm_paddr_t, a physical address type. This is required for systems | Jake Burkholder | 2003-03-25 | 2 | -1/+2 |
| * | Remove bitrot associated with `maxusers'. | Ruslan Ermilov | 2003-03-22 | 1 | -1/+0 |
| * | Fix some memory leaks in the failure cases after trying to look up the | John Baldwin | 2003-03-21 | 1 | -6/+9 |
| * | Sync up linux and svr compat elf fixup functions for exec(). These | John Baldwin | 2003-03-21 | 1 | -10/+9 |
| * | Use td->td_ucred instead of td->td_proc->p_ucred. | John Baldwin | 2003-03-20 | 1 | -3/+3 |
| * | Use atomic operations to increment and decrement the refcount | Maxime Henrion | 2003-03-20 | 1 | -4/+4 |
| * | Tidy up the locking of the bounce pages structures. | Maxime Henrion | 2003-03-17 | 1 | -13/+21 |
| * | Made the prototypes for pmap_kenter and pmap_kremove MD. These functions | Jake Burkholder | 2003-03-16 | 1 | -0/+2 |
| * | Grab Giant around calls to contigmalloc() and contigfree() so | Maxime Henrion | 2003-03-13 | 1 | -1/+8 |
| * | Centralize the devstat handling for all GEOM disk device drivers | Poul-Henning Kamp | 2003-03-08 | 1 | -1/+0 |
| * | Instrument sysarch() MD privileged I/O access interfaces with a MAC | Robert Watson | 2003-03-06 | 1 | -0/+9 |
| * | Replace calls to WITNESS_SLEEP() and witness_list() with equivalent calls | John Baldwin | 2003-03-04 | 1 | -6/+2 |
| * | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 3 | -39/+25 |
| * | Clean up whitespace and remove register keyword. | Dag-Erling Smørgrav | 2003-03-03 | 1 | -1/+1 |
| * | More caddr_t removal, in conjunction with copy{in,out}(9) this time. | Dag-Erling Smørgrav | 2003-03-03 | 1 | -3/+3 |
| * | MFi386 revision 1.88 | Alan Cox | 2003-03-01 | 1 | -6/+0 |
| * | Change the process flags P_KSES to be P_THREADED. | Julian Elischer | 2003-02-27 | 1 | -1/+1 |
| * | cat KSE > /dev/null | David Xu | 2003-02-27 | 1 | -1/+0 |
| * | Implemented "nooption" and "nomakeoption" config(8) tokens. | Ruslan Ermilov | 2003-02-26 | 1 | -9/+1 |
| * | Correctly set BUS_SPACE_MAXSIZE in all the busdma backends. | Maxime Henrion | 2003-02-26 | 2 | -2/+2 |
| * | Move most everything back to a MI NOTES, and use "nodevice" in MD NOTES | David E. O'Brien | 2003-02-25 | 2 | -189/+3 |
| * | Cleanup of the d_mmap_t interface. | Maxime Henrion | 2003-02-25 | 2 | -9/+3 |
| * | Remove support for running in SimOS. The support has rotted over | Marcel Moolenaar | 2003-02-25 | 8 | -96/+1 |
| * | Move MD devices to <machine>/conf/NOTES. | Yoshihiro Takahashi | 2003-02-23 | 1 | -0/+187 |
| * | Workaround for compiling LINT. Large kernels (like LINT) can have | Marcel Moolenaar | 2003-02-23 | 1 | -20/+32 |
| * | It is pretty evident that nobody loves this file anymore, so retire it | Poul-Henning Kamp | 2003-02-22 | 1 | -65/+0 |
| * | Change the console interface to pass a "struct consdev *" instead of a | Poul-Henning Kamp | 2003-02-20 | 9 | -21/+22 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 3 | -10/+10 |
| * | Move a bunch of flags from the KSE to the thread. | Julian Elischer | 2003-02-17 | 2 | -10/+7 |
| * | - Split the struct kse into struct upcall and struct kse. struct kse will | Jeff Roberson | 2003-02-17 | 1 | -1/+1 |
| * | - Move ke_sticks, ke_iticks, ke_uticks, ke_uu, ke_su, and ke_iu back into | Jeff Roberson | 2003-02-17 | 1 | -2/+2 |
| * | zero the end of the memory cluster we're disposing of. Otherwise teh | Andrew Gallatin | 2003-02-16 | 1 | -0/+1 |
| * | Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDB | Poul-Henning Kamp | 2003-02-16 | 1 | -5/+5 |
| * | When trimming memory to fit Maxmem, and we discard an entire cluster, | Andrew Gallatin | 2003-02-16 | 1 | -0/+1 |
| * | Remove #include <sys/dkstat.h> | Poul-Henning Kamp | 2003-02-16 | 2 | -2/+0 |
| * | Regen from syscalls.master 1.52. | Tim J. Robbins | 2003-02-16 | 3 | -5/+11 |
| * | Mark linux_sigpending() as MPSAFE. | Tim J. Robbins | 2003-02-16 | 1 | -1/+1 |
| * | Fix the style of the SCHED_4BSD commit. | David E. O'Brien | 2003-02-13 | 1 | -1/+1 |
| * | MFi386 | Alan Cox | 2003-02-13 | 1 | -10/+4 |
| * | Implement fpclassify(): | Mike Barcroft | 2003-02-08 | 2 | -0/+4 |
| * | Fix a problem in bus_dmamap_load_{mbuf,uio} when the first mbuf or the first | Hartmut Brandt | 2003-02-04 | 1 | -11/+16 |