| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove code that tries to detect if the MCLSHIFT and MSIZE macros | Maxime Henrion | 2003-06-13 | 2 | -92/+0 |
| * | Use the <sys/bitstring.h> rather than <bitstring.h> | Poul-Henning Kamp | 2003-06-13 | 5 | -5/+5 |
| * | Finish the repocopy of bitstring.h to sys so it can be used | Poul-Henning Kamp | 2003-06-13 | 1 | -3/+3 |
| * | Style(9). | Maxime Henrion | 2003-06-13 | 1 | -14/+17 |
| * | Add vm object locking to pmap_object_init_pt(). | Alan Cox | 2003-06-13 | 1 | -10/+12 |
| * | Hardwire APB's PCI buses down. If we don't do this, pciconf -l returns | John-Mark Gurney | 2003-06-13 | 1 | -5/+2 |
| * | Implement the ioctl that returns a list of currently open VCCs. | Hartmut Brandt | 2003-06-13 | 1 | -0/+70 |
| * | Make the midway driver use the new ATM phy driver. This allows one to | Hartmut Brandt | 2003-06-13 | 6 | -6/+93 |
| * | Regen. | Josef Karthauser | 2003-06-13 | 2 | -2/+9 |
| * | Allow the EPSON USB scanner 1250 to be recognised as a uscanner device. | Josef Karthauser | 2003-06-13 | 2 | -0/+2 |
| * | Plug a serious memory leak. The -STABLE equivalent of this patch has | David Schultz | 2003-06-13 | 1 | -8/+20 |
| * | Make the VFS cache use zones instead of malloc(9). This results in a | Dag-Erling Smørgrav | 2003-06-13 | 1 | -4/+33 |
| * | Add vm object locking. | Alan Cox | 2003-06-13 | 2 | -2/+16 |
| * | Clean up the fifo_open() implementation: | Don Lewis | 2003-06-13 | 1 | -45/+30 |
| * | Extend the scope of the vm object lock in swp_pager_async_iodone() to cover | Alan Cox | 2003-06-13 | 1 | -3/+4 |
| * | Add vm object locking to various pagers' "get pages" methods, i386 stack | Alan Cox | 2003-06-13 | 7 | -9/+25 |
| * | Conditionally attach the MCA bus device. | Matthew N. Dodd | 2003-06-13 | 1 | -1/+8 |
| * | As a workaround for the latest problems, don't init hermes cards more | Warner Losh | 2003-06-13 | 1 | -1/+1 |
| * | Despite my best efforts the Linux way of doing this is the only | Matthew N. Dodd | 2003-06-13 | 2 | -38/+20 |
| * | Remove these files. They have successors in tools/debugscripts. | Greg Lehey | 2003-06-12 | 5 | -972/+0 |
| * | Initialize struct vfsops C99-sparsely. | Poul-Henning Kamp | 2003-06-12 | 24 | -459/+362 |
| * | Document some sysctl variables. | Dag-Erling Smørgrav | 2003-06-12 | 1 | -5/+10 |
| * | Remove mpt from the nodevice list. This was tested by the submitter. | Matt Jacob | 2003-06-12 | 1 | -1/+0 |
| * | Add change that allows PAE to work. | Matt Jacob | 2003-06-12 | 1 | -1/+2 |
| * | Add support to sysctl_kern_proc to return all threads in a proc, not just the | Scott Long | 2003-06-12 | 1 | -53/+87 |
| * | Add KERN_PROC_PROC for returning only processes, not threads. | Scott Long | 2003-06-12 | 1 | -0/+1 |
| * | When removing a sillyrename file, make sure that the directory vnode | Ian Dowse | 2003-06-12 | 1 | -0/+6 |
| * | Remove the PSYCHO_STRAY option - it was never really useful. Adjust a | Thomas Moestl | 2003-06-12 | 2 | -50/+5 |
| * | This is a driver for the physical layer chips used in ATM interfaces. | Hartmut Brandt | 2003-06-12 | 6 | -0/+2900 |
| * | Add a new device ID. | Maxime Henrion | 2003-06-12 | 1 | -0/+1 |
| * | If we're building a debug kernel, add target to install the .gdbinit files | Greg Lehey | 2003-06-12 | 1 | -1/+9 |
| * | Silence a warning. | Greg Lehey | 2003-06-12 | 2 | -0/+2 |
| * | Unlock after ISR. | Warner Losh | 2003-06-12 | 1 | -1/+1 |
| * | Finish the vm object locking in sendfile(2). More generally, | Alan Cox | 2003-06-12 | 1 | -1/+8 |
| * | Remove "raw" and "label" keywords. | Greg Lehey | 2003-06-12 | 2 | -6/+2 |
| * | s/BURN_THE_BOATS/BURN_BRIDGES/g to adopt to new world order | Warner Losh | 2003-06-12 | 1 | -2/+2 |
| * | vinum_bounds_check: Don't check the label sector if the architecture | Greg Lehey | 2003-06-12 | 1 | -12/+13 |
| * | Remove VINUM_LABEL ioctl. It has been deprecated since December 1998, | Greg Lehey | 2003-06-12 | 2 | -8/+2 |
| * | Remove write_volume_label, the implementation of VINUM_LABEL ioctl. | Greg Lehey | 2003-06-12 | 1 | -50/+1 |
| * | Enable bus mastering in the attach routine. This appears to fix the | Warner Losh | 2003-06-12 | 3 | -0/+6 |
| * | Remove kw_raw. I've forgotten what it was intended for, and it was | Greg Lehey | 2003-06-12 | 1 | -5/+1 |
| * | OLDCARD is OBSOLETE_IN_6. Tag it as such. | Warner Losh | 2003-06-12 | 6 | -0/+12 |
| * | If BURN_BRIDGES or _FreeBSD_version >= 6.0 and OBSOLETE_IN_6 is | Warner Losh | 2003-06-12 | 1 | -0/+4 |
| * | New global option: BURN_BRIDGES | Warner Losh | 2003-06-12 | 1 | -0/+1 |
| * | pc98 doesn't need COMPAT_OLDISA for any devices in the kernel. | Warner Losh | 2003-06-12 | 1 | -2/+2 |
| * | Make cbb interrupts MPSAFE: | Warner Losh | 2003-06-12 | 2 | -22/+34 |
| * | Reorder P_* flags. | David Xu | 2003-06-12 | 1 | -10/+8 |
| * | Make sure pcpu->pc_pcb is pointing to a 16-byte aligned address. The | Marcel Moolenaar | 2003-06-12 | 1 | -2/+10 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 23 | -41/+69 |
| * | Fix LINT for now. | Jake Burkholder | 2003-06-11 | 1 | -0/+1 |