| Commit message (Expand) | Author | Age | Files | Lines |
* | Zap some a.out leftovers | peter | 2003-04-06 | 1 | -3/+0 |
* | Also set the access bit in the PTE when we get a data dirty bit fault. | marcel | 2003-04-06 | 2 | -4/+4 |
* | Search for "elf32 kernel" (and elf64) and "elf32 module" (and elf64) | peter | 2003-04-06 | 2 | -4/+12 |
* | Use __FBSDID. | mux | 2003-04-06 | 1 | -1/+3 |
* | Correct the definition of the link_addr and rbd_addr fields | mux | 2003-04-06 | 1 | -2/+2 |
* | - Instead of rolling our own alignment-safe function, use le32enc() | mux | 2003-04-06 | 1 | -78/+66 |
* | Remove an unnecessary trunc_page() from vmapbuf(). | alc | 2003-04-06 | 1 | -1/+1 |
* | - Use __FXP_BITFIELDX macros to make the configuration bitfield | mux | 2003-04-05 | 1 | -81/+99 |
* | Use bus_dmamap_load_mbuf() instead of bus_dmamap_load() for the | mux | 2003-04-05 | 1 | -2/+21 |
* | Don't reinitialize fields that are already initialized by getpbuf(). | alc | 2003-04-05 | 2 | -2/+2 |
* | Unbreak the !LAZY_SWITCH case. I #ifdef'ed too much when I added | peter | 2003-04-05 | 3 | -6/+3 |
* | Sufficient access checks are performed by vmapbuf() that calling | alc | 2003-04-05 | 1 | -15/+1 |
* | Include <geom/geom_disk.h> and stop including <sys/disk.h>. The | marcel | 2003-04-05 | 1 | -1/+1 |
* | Remove GIANT_REQUIRED from getpbuf(). Reviewed by: tegge | alc | 2003-04-05 | 1 | -2/+1 |
* | Fix ed compilation with PAE by using %jx instead of %x. | cognet | 2003-04-05 | 1 | -4/+4 |
* | Use vm_paddr_t instead of vm_offset_t for the paddr parameter of vesa_mmap. | cognet | 2003-04-05 | 1 | -1/+1 |
* | - Change a FXP_NRFABUFS which would have been a FXP_NTXCB. | mux | 2003-04-05 | 1 | -3/+3 |
* | Setup our interrupt only at the end of fxp_attach(), when all | mux | 2003-04-05 | 1 | -12/+12 |
* | Add SMP_TSC option, which can be used on SMP systems where the TSCs | tegge | 2003-04-04 | 4 | -2/+8 |
* | Add a rudimentary but working driver for the Adlink "NuDaq PCI-9812". | phk | 2003-04-04 | 2 | -0/+239 |
* | Define ovbcopy() as a macro which expands to the equivalent bcopy() call, | des | 2003-04-04 | 16 | -73/+41 |
* | Retire <sys/diskslice.h> | phk | 2003-04-04 | 1 | -35/+0 |
* | Libdisk does not need to include <sys/diskslice.h> any more. | phk | 2003-04-04 | 20 | -63/+48 |
* | Add NE2000DVF_AX88190 flag to Corega FEther PCC-TXD | sanpei | 2003-04-04 | 1 | -1/+1 |
* | fix typo | sanpei | 2003-04-04 | 1 | -1/+1 |
* | ovbcopy -> bcopy | des | 2003-04-04 | 1 | -1/+1 |
* | Replace ovbcopy() with bcopy(). | des | 2003-04-04 | 1 | -3/+2 |
* | Replace memcpy() and ovbcopy() with bcopy(); ditch some caddr_t usage. | des | 2003-04-04 | 1 | -7/+6 |
* | Don't use ovbcopy(). | des | 2003-04-04 | 2 | -2/+2 |
* | Don't use ovbcopy(); use void * instead of char *. | des | 2003-04-04 | 1 | -6/+3 |
* | The kernel bcopy() is safe for overlapping regions (and always has), so | des | 2003-04-04 | 1 | -2/+2 |
* | Rename a static variable to avoid future conflicts. | des | 2003-04-04 | 1 | -2/+2 |
* | Bandaid fix for previous commit while I figure out why it broke. This | jake | 2003-04-04 | 2 | -4/+4 |
* | Additional codec ids. | orion | 2003-04-04 | 1 | -0/+6 |
* | Fix mismatch between bus address stored for buffer descriptors and | orion | 2003-04-04 | 1 | -3/+8 |
* | o Remove useracc() calls from aio_qphysio(); they are redundant | alc | 2003-04-04 | 1 | -20/+1 |
* | o Check the b_bufsize passed to vmapbuf() returning an error | alc | 2003-04-04 | 1 | -2/+2 |
* | Remove `#ifndef lint' left behind after previous change. | marcel | 2003-04-04 | 2 | -2/+0 |
* | - Removed APTD and associated macros, it is no longer used. | jake | 2003-04-03 | 9 | -80/+18 |
* | Use __FBSDID rather than rcsid[]. | obrien | 2003-04-03 | 102 | -529/+262 |
* | Remove useless initialization. | mux | 2003-04-03 | 1 | -1/+0 |
* | Add support for the HP Smart Array 6400 EM | ps | 2003-04-03 | 1 | -3/+4 |
* | Retire the DIOCGMBR ioctl before anybody starts to use it. | phk | 2003-04-03 | 2 | -6/+0 |
* | Remove BIO_SETATTR from non-GEOM part of kernel as well. | phk | 2003-04-03 | 2 | -2/+0 |
* | Remove all references to BIO_SETATTR. We will not be using it. | phk | 2003-04-03 | 8 | -31/+0 |
* | Update the initializer for GEOM_MBREXT, I overlooked it previously. | phk | 2003-04-03 | 1 | -3/+2 |
* | Add #define for DOSPTYP_PMBR, and use it. | phk | 2003-04-03 | 2 | -1/+2 |
* | Add optimized block copy and zero functions using vis instructions, which | jake | 2003-04-03 | 2 | -0/+140 |
* | Fix fxp(4), this changed shouldn't have crept in. | mux | 2003-04-03 | 1 | -2/+2 |
* | Add support for saving and restoring kernel floating point state. The state | jake | 2003-04-03 | 2 | -1/+45 |