| Commit message (Expand) | Author | Age | Files | Lines |
* | Break out obscure ISA cards into their own files, as well as ne2000 | imp | 2005-02-09 | 15 | -1724/+1976 |
* | Access softc embedded struct ifnet via function macro to make it easier to | mlaier | 2005-02-09 | 3 | -26/+54 |
* | add support for NetMos NM9805 1284 Printer port | wilko | 2005-02-09 | 1 | -0/+9 |
* | Since we no longer use kvtop, we no longer need machine/md_var.h | imp | 2005-02-09 | 1 | -1/+0 |
* | If either ed_probe_Novell or ed_attach returns an error, release the | imp | 2005-02-09 | 1 | -2/+5 |
* | Remove some unused variables. | scottl | 2005-02-09 | 1 | -2/+0 |
* | In revision 1.29 timeout() was converted to ng_callout(). | ru | 2005-02-09 | 1 | -15/+9 |
* | style polishing. | phk | 2005-02-09 | 1 | -4/+3 |
* | Use CFLAGS+=. | ru | 2005-02-09 | 1 | -1/+1 |
* | Remove the messy locking dance around xpt_done() | scottl | 2005-02-09 | 2 | -13/+0 |
* | Provide locking for the ccb_bioq. This allows xpt_done() to be called without | scottl | 2005-02-09 | 1 | -5/+22 |
* | Fix the standalone module build. | obrien | 2005-02-09 | 3 | -4/+3 |
* | - Remove g_gate_hold()/g_gate_release() from start/done paths. It saves | pjd | 2005-02-09 | 2 | -59/+40 |
* | Emblish rev 1.180 to -fno-strict-alias w/-Os & -O3 also. | obrien | 2005-02-09 | 1 | -1/+3 |
* | Remove DLINK_3, its unused. Remove NETGEAR FA410TX, since it is the | imp | 2005-02-09 | 1 | -3/+0 |
* | o Remove duplicate LINKSYS ETHERFAST entry. | imp | 2005-02-09 | 1 | -4/+3 |
* | Remove reference to softc from probe entirely... | imp | 2005-02-09 | 1 | -1/+0 |
* | s/descr/oid_descr/ | marcel | 2005-02-09 | 1 | -1/+1 |
* | Add missed merge of ripcbinfo extern. Given how widely used | rwatson | 2005-02-09 | 1 | -0/+1 |
* | Minor style cleanup. Get rid of extra {}, extra blank lines and some | imp | 2005-02-09 | 1 | -131/+67 |
* | move pmap.h after vm.h include... some of the headers from pmap.h depend | jmg | 2005-02-09 | 1 | -1/+1 |
* | o Remove ifdef PC98, since this file has diverged quite a bit from | imp | 2005-02-09 | 1 | -134/+59 |
* | No need to bzero softc. | imp | 2005-02-08 | 1 | -2/+0 |
* | Convenience function to clear memory of the card, and then check to make | imp | 2005-02-08 | 2 | -0/+23 |
* | - Add a new assert in the getnewvnode(). Assert that the usecount is still | jeff | 2005-02-08 | 1 | -2/+4 |
* | - Remove an invalid KASSERT added in recent background write reshuffling. | jeff | 2005-02-08 | 1 | -3/+0 |
* | Lock raw IP socket pcb list and PCBs when processing input via | rwatson | 2005-02-08 | 1 | -5/+13 |
* | - Add debug.watchdog tunable, so we can specify watchdog CPU from loader | pjd | 2005-02-08 | 1 | -20/+31 |
* | Add a new sysctl, "security.jail.chflags_allowed", which controls the | cperciva | 2005-02-08 | 3 | -4/+15 |
* | Split the vop_vector for ffs1 and ffs2, this is mostly for the different | phk | 2005-02-08 | 3 | -26/+33 |
* | Use ffs_truncate() directly instead of UFS_TRUNCATE() | phk | 2005-02-08 | 1 | -1/+1 |
* | Remove type 0x4 (FAT12 <32MB) to make room for type 0x7 (NTFS). | des | 2005-02-08 | 1 | -2/+2 |
* | Background writes are entirely an FFS/Softupdates thing. | phk | 2005-02-08 | 5 | -138/+179 |
* | Use the local APIC timer to drive the various kernel clocks on SMP machines | jhb | 2005-02-08 | 7 | -113/+252 |
* | Drag another softupdates tentacle back into FFS: Now that FFS's | phk | 2005-02-08 | 5 | -11/+7 |
* | Maxunit is inclusive so fix off-by-one in previous commit. | njl | 2005-02-08 | 1 | -1/+1 |
* | Update device_find_child(9) to return the first matching child if unit | njl | 2005-02-08 | 1 | -5/+15 |
* | Simplify the "and if we're in the debugger, don't use locks" logic, | rwatson | 2005-02-08 | 1 | -9/+5 |
* | Don't use the UFS_* and VFS_* functions where a direct call is possble. | phk | 2005-02-08 | 6 | -39/+39 |
* | Next step on the road to IRPs: create and use an imitation of the | wpaul | 2005-02-08 | 13 | -359/+1488 |
* | Don't use VOP_LEASE() with operations on extended attribute backing | rwatson | 2005-02-08 | 1 | -10/+2 |
* | For snapshots we need all VOP_LOCKs to be exclusive. | phk | 2005-02-08 | 8 | -49/+42 |
* | For snapshots we need all VOP_LOCKs to be exclusive. | phk | 2005-02-08 | 2 | -29/+24 |
* | Use VOP_STRATEGY_APV() instead of direct dereference, this is more | phk | 2005-02-08 | 1 | -2/+2 |
* | Add VOP_FOO_APV() which takes a pointer to the vop_vector. | phk | 2005-02-08 | 1 | -6/+11 |
* | merge from geom_vol_ffs.c rev 1.14 (avoid unaligned I/O requests) | des | 2005-02-08 | 1 | -0/+10 |
* | bzero() -> M_ZERO. | ru | 2005-02-08 | 3 | -5/+2 |
* | Take care not to issue unaligned I/O requests while tasting a provider. | des | 2005-02-08 | 1 | -0/+10 |
* | Unroll the loop for calculating the 8.3 filename checksum. In testing | njl | 2005-02-08 | 1 | -5/+14 |
* | Use ANSI function definitions, tweak a couple of prototypes to match (since | imp | 2005-02-08 | 1 | -116/+48 |