| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct the args to busdma, mostly cosmetic. | sos | 2004-08-20 | 1 | -6/+5 |
* | Remove some dead code under a straggling APIC_IO #ifdef that I missed | jhb | 2004-08-20 | 1 | -7/+1 |
* | Use the new start for the offset, not the old end. | njl | 2004-08-20 | 1 | -1/+1 |
* | Correctly handle BIOS resources that are duplicated (!). There are many | njl | 2004-08-20 | 1 | -4/+49 |
* | Remove a check that is too strict. With BIOSen that specify an IO/ctl port | njl | 2004-08-20 | 1 | -4/+0 |
* | Back out uipc_socket.c:1.208, as it incorrectly assumes that all | rwatson | 2004-08-20 | 1 | -3/+1 |
* | Remove unused file. | phk | 2004-08-20 | 1 | -67/+0 |
* | Rewrite of the floppy driver to make it MPsafe & GEOM friendly: | phk | 2004-08-20 | 6 | -1916/+1418 |
* | fix LOR's in sk. Original patch from dwhite. This moves the memory | jmg | 2004-08-20 | 4 | -88/+112 |
* | DONT PANIC | sos | 2004-08-20 | 1 | -1/+2 |
* | Revert the previous change. It works great for 4BSD but causes major | scottl | 2004-08-20 | 1 | -4/+0 |
* | In maybe_preempt(), ignore threads that are in an inconsistent state. This | scottl | 2004-08-20 | 1 | -0/+4 |
* | put function's name at begining of column... | jmg | 2004-08-20 | 2 | -2/+4 |
* | add pci id for Belkin F5D5005 Gigabit ethernet card. | jmg | 2004-08-20 | 4 | -0/+22 |
* | make sure that the socket is either accepting connections or is connected | jmg | 2004-08-20 | 1 | -1/+3 |
* | Align netgraph message fields ready for 64-bit (and 128 bit :-) machines. | julian | 2004-08-20 | 3 | -10/+7 |
* | Fix a stupid typo which prevented an ipfw KLD unload from successfully cleaning | andre | 2004-08-20 | 1 | -1/+1 |
* | When unloading ipfw module use callout_drain() to make absolutely sure that | andre | 2004-08-19 | 1 | -1/+1 |
* | Unconditionally support the AMD64 GART HW. | obrien | 2004-08-19 | 8 | -34/+2 |
* | For IPv6 access pointer to tcpcb only after we have checked it is valid. | andre | 2004-08-19 | 2 | -2/+8 |
* | Add a newline. | njl | 2004-08-19 | 1 | -1/+1 |
* | Temporary bandaid to help sparc64 systems with ATA disks boot. Recent | kensmith | 2004-08-19 | 1 | -1/+3 |
* | Add bioq_takefirst(). | phk | 2004-08-19 | 2 | -6/+13 |
* | 86 new vendor ID's from USB.org, and 3 corrections of existing vendor ID's. | obrien | 2004-08-19 | 2 | -9/+88 |
* | Disable interrupts after using pmap_enter() to add the identity mapping. | njl | 2004-08-19 | 1 | -1/+1 |
* | Give a useful error message if someone tries to compile IPFIREWALL into the | andre | 2004-08-19 | 1 | -0/+4 |
* | Add comment that IPFIREWALL now requires option PFIL_HOOKS. | andre | 2004-08-19 | 1 | -0/+1 |
* | Do not unconditionally ignore IPDIVERT and IPFIREWALL_FORWARD when building | andre | 2004-08-19 | 2 | -4/+0 |
* | Bring back the sysctl 'net.inet.ip.fw.enable' to unbreak the startup scripts | andre | 2004-08-19 | 4 | -0/+11 |
* | Add debugging to rman_manage_region() as well. This is useful since we | njl | 2004-08-19 | 1 | -0/+2 |
* | Remove GIANT_REQUIRED from setugidsafety() as knote_fdclose() no longer | rwatson | 2004-08-19 | 1 | -2/+0 |
* | A volume can be up if it has a degraded RAID5 plex. | le | 2004-08-19 | 1 | -1/+7 |
* | Now that the return value semantics of cv's for multithreaded processes | jhb | 2004-08-19 | 6 | -77/+79 |
* | Generalize the UFS bad magic value used to determine when a filesystem | jhb | 2004-08-19 | 1 | -1/+1 |
* | Add a NO_BOOT knob to prevent building the boot blocks and loader. | des | 2004-08-19 | 1 | -0/+2 |
* | add options MPROF_BUFFERS and MPROF_HASH_SIZE that adjust the sizes of | jmg | 2004-08-19 | 3 | -0/+16 |
* | Acquire and release Giant around a call to VOP_BMAP(). (This is a | alc | 2004-08-19 | 1 | -0/+2 |
* | Add UNP_UNLOCK_ASSERT() to asser that the UNIX domain socket subsystem | rwatson | 2004-08-19 | 1 | -2/+10 |
* | Push down pcbinfo and inpcb locking from udp_send() into udp_output(). | rwatson | 2004-08-19 | 1 | -25/+35 |
* | In in_pcbrehash(), do assert the inpcb lock as well as the pcbinfo lock. | rwatson | 2004-08-19 | 1 | -1/+1 |
* | We really don't want to receive spoil event for synchroniztion consumers. | pjd | 2004-08-18 | 2 | -2/+0 |
* | Do not override the class provided dumpconf function. | phk | 2004-08-18 | 1 | -1/+2 |
* | Pretty print some informational messages. | le | 2004-08-18 | 1 | -1/+4 |
* | Fix a stupid bug in the drive taste function: when checking if a | le | 2004-08-18 | 1 | -28/+10 |
* | Initialize iobase from the resource allocated by bus_alloc_resource_any() | gibbs | 2004-08-18 | 1 | -2/+2 |
* | NOP class doesn't operate on metadata, so the spoil event can be safely | pjd | 2004-08-18 | 1 | -1/+0 |
* | ss if_vx through indent, and use ANSI function definitions, prior to adding | gibbs | 2004-08-18 | 5 | -1018/+990 |
* | Dump device status on 'list' command. | pjd | 2004-08-18 | 1 | -0/+2 |
* | If _CRS fails, assume that it succeeded. The ASUS K8V (and others) defines | njl | 2004-08-18 | 1 | -2/+1 |
* | Invert the polarity of two tests in the recovery code that could cause | gibbs | 2004-08-18 | 1 | -2/+2 |