| Commit message (Expand) | Author | Age | Files | Lines |
* | This is a driver for the physical layer chips used in ATM interfaces. | harti | 2003-06-12 | 13 | -2/+3345 |
* | Check the return values of opendir() and unlink() in cleanheaders(). | tmm | 2003-06-12 | 1 | -2/+4 |
* | Add a new device ID. | mux | 2003-06-12 | 1 | -0/+1 |
* | Document the fact that one is allowed to sleep while holding an sx lock. | harti | 2003-06-12 | 1 | -0/+2 |
* | Rename the section 'locking considerations' into 'context'. | harti | 2003-06-12 | 1 | -10/+5 |
* | Replace hard-coded module path with a keyword which gets changed when | grog | 2003-06-12 | 1 | -1/+1 |
* | If we're building a debug kernel, add target to install the .gdbinit files | grog | 2003-06-12 | 1 | -1/+9 |
* | Add missing header for system_Select() prototype | kris | 2003-06-12 | 1 | -0/+1 |
* | Silence a warning. | grog | 2003-06-12 | 2 | -0/+2 |
* | Unlock after ISR. | imp | 2003-06-12 | 1 | -1/+1 |
* | Remove label command. It has been deprecated since December 1998, and | grog | 2003-06-12 | 1 | -37/+1 |
* | Remove "label" keyword. | grog | 2003-06-12 | 1 | -2/+1 |
* | Finish the vm object locking in sendfile(2). More generally, | alc | 2003-06-12 | 1 | -1/+8 |
* | Remove "raw" and "label" keywords. | grog | 2003-06-12 | 2 | -6/+2 |
* | s/BURN_THE_BOATS/BURN_BRIDGES/g to adopt to new world order | imp | 2003-06-12 | 1 | -2/+2 |
* | vinum_bounds_check: Don't check the label sector if the architecture | grog | 2003-06-12 | 1 | -12/+13 |
* | Remove VINUM_LABEL ioctl. It has been deprecated since December 1998, | grog | 2003-06-12 | 2 | -8/+2 |
* | Remove write_volume_label, the implementation of VINUM_LABEL ioctl. | grog | 2003-06-12 | 1 | -50/+1 |
* | Enable bus mastering in the attach routine. This appears to fix the | imp | 2003-06-12 | 3 | -0/+6 |
* | Remove kw_raw. I've forgotten what it was intended for, and it was | grog | 2003-06-12 | 1 | -5/+1 |
* | OLDCARD is OBSOLETE_IN_6. Tag it as such. | imp | 2003-06-12 | 6 | -0/+12 |
* | If BURN_BRIDGES or _FreeBSD_version >= 6.0 and OBSOLETE_IN_6 is | imp | 2003-06-12 | 1 | -0/+4 |
* | New global option: BURN_BRIDGES | imp | 2003-06-12 | 1 | -0/+1 |
* | pc98 doesn't need COMPAT_OLDISA for any devices in the kernel. | imp | 2003-06-12 | 1 | -2/+2 |
* | Minor improvement to some debugging code that is probably used by no one | gad | 2003-06-12 | 1 | -4/+15 |
* | Remove duplicate lines for 'lpr' (copied from lpr/Makefile). | gad | 2003-06-12 | 1 | -2/+1 |
* | Make cbb interrupts MPSAFE: | imp | 2003-06-12 | 2 | -22/+34 |
* | Remove MAINTAINER= lines. That info is now in /usr/src/MAINTAINERS | gad | 2003-06-12 | 1 | -3/+0 |
* | When sanity-checking a variable, it's good to check the correct variable... | gad | 2003-06-12 | 1 | -1/+1 |
* | Drop maintainership of whois(1). If someone needs a review they can | mike | 2003-06-12 | 2 | -3/+0 |
* | Reorder P_* flags. | davidxu | 2003-06-12 | 1 | -10/+8 |
* | Make sure pcpu->pc_pcb is pointing to a 16-byte aligned address. The | marcel | 2003-06-12 | 1 | -2/+10 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 23 | -41/+69 |
* | Fix LINT for now. | jake | 2003-06-11 | 1 | -0/+1 |
* | style clean. | obrien | 2003-06-11 | 2 | -11/+9 |
* | Fixed some style bugs (disorder and long lines). | bde | 2003-06-11 | 1 | -4/+7 |
* | Remove uneeded cast. | obrien | 2003-06-11 | 1 | -1/+1 |
* | This appears to be WARNS=3 safe. | obrien | 2003-06-11 | 1 | -0/+2 |
* | Best we can do is WARNS=1 due to lex. | obrien | 2003-06-11 | 1 | -0/+1 |
* | Do not refer to the non-existant BDECFLAGS. | obrien | 2003-06-11 | 2 | -3/+0 |
* | Lock the vm object when removing a page. | alc | 2003-06-11 | 2 | -0/+5 |
* | Catch up with the English version: | hrs | 2003-06-11 | 2 | -951/+51 |
* | There is no need for this makefile to reference BDECFLAGS, particularly | gad | 2003-06-11 | 1 | -1/+0 |
* | Remove the psycho and sbus iommu function stubs, and put the pointer | tmm | 2003-06-11 | 4 | -308/+81 |
* | Autosize the property buffer instead of limiting it to 8192, and | tmm | 2003-06-11 | 2 | -7/+76 |
* | Deallocate major 177; the openfirm device does not use a fixed major | tmm | 2003-06-11 | 1 | -1/+0 |
* | - Add an OFIOCGETPROPLEN ioctl() to get the length of a property. | tmm | 2003-06-11 | 2 | -13/+12 |
* | ARtem ONAIR card | imp | 2003-06-11 | 1 | -0/+1 |
* | regen for 1.52 | imp | 2003-06-11 | 1 | -1/+7 |
* | Add ARtem ONAIR wi card. | imp | 2003-06-11 | 1 | -0/+4 |