summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Replace a manual check of a VMIO candidate with vn_canvmio(). Thisdes2004-03-121-2/+3
* Fix copy&paste-o.phk2004-03-121-1/+1
* Part 2 of rev 1.68. Update comment to match reality now that vm_endcopypeter2004-03-121-1/+1
* When I was a kid my work table was one cluttered mess an cleaning it upphk2004-03-115-24/+47
* Properly vector all bwrite() and BUF_WRITE() calls through the same pathphk2004-03-1112-48/+56
* Remove unused mnt_reservedvnlist field.phk2004-03-114-10/+0
* Remove unused second arg to vfinddev().phk2004-03-118-18/+25
* Properly count references of our dev_t to avoid triggering a KASSERT inle2004-03-112-0/+4
* Correctly account for extra bits in unit numbers when looking forphk2004-03-111-3/+3
* Add yet another VIA pci id.sos2004-03-112-2/+4
* Stop setting ifp->if_output to ether_output() since ether_ifattach()mux2004-03-1117-17/+0
* Don't implement anything in the ffs family in <machine/cpufunc.h>bde2004-03-112-0/+8
* Add clone_setup() function rather than rely on lazy initialization.phk2004-03-117-9/+19
* Fixed a misspelling of 0 as NULL.bde2004-03-111-1/+1
* Fix mind-o: sanity check in ndis_disable_ndis() is not sane.wpaul2004-03-111-1/+1
* Fix the problem with the Cisco Aironet 340 PCMCIA card. Most newer driverswpaul2004-03-112-0/+124
* Be more insistent on destroying geoms at unload time. Still not perfect,phk2004-03-111-2/+8
* Remove stale or broken call to kdb_trap() and protected by the non-marcel2004-03-112-8/+0
* Identify the Deerfield processor. Deerfield is a low-voltage variantmarcel2004-03-101-12/+25
* Don't call devsw() more than we need to, and in particular do not exposephk2004-03-101-4/+4
* Make the extern for adv_mcode match the reality: it's u_int8_t, butphk2004-03-101-1/+1
* Fix a long-standing deadlock issue with vnode backed md(4) devices:phk2004-03-102-3/+6
* Undo the previous commit, which was just plain wrong, and then correctlygad2004-03-101-2/+2
* Increase __FreeBSD_version to reflect the transition from 32-bit togad2004-03-101-1/+1
* Change time_t from a 32-bit value to a 64-bit value, on FreeBSD/sparc64gad2004-03-101-1/+1
* Eliminate multiple __FBSDID and sys/cdefs.h.bms2004-03-107-15/+0
* Remove `$Name$' leftovers from the port version reporting.mlaier2004-03-103-3/+0
* Use the external clock input for our PLL.phk2004-03-101-1/+1
* Remove the /* 1.2 */ comment which was orphaned by previous commit.phk2004-03-101-2/+0
* Rearrange some of the GEOM debugging tools to be more structured.phk2004-03-105-90/+71
* Fix handling of tap/vmnet flag in relation to cloning and properly enforcephk2004-03-101-10/+8
* Fix several issues related to the KeInitializeTimer() etc... API stuffwpaul2004-03-102-39/+56
* Move the AH algorithm list from a static local function variable torwatson2004-03-101-37/+38
* - Make the acquisition of Giant in vm_fault_unwire() conditional on thealc2004-03-103-15/+5
* Lock down IP-layer encapsulation library:rwatson2004-03-101-51/+35
* Scrub unused variable zeroin_addr.rwatson2004-03-102-3/+0
* make sure we had the filedesc lock when calling fdinit when RFCFDG is setjmg2004-03-101-0/+4
* Const-poison ethernet and FDDI broadcast address constants, as theyrwatson2004-03-092-2/+2
* Remove duplicate code.jb2004-03-091-10/+0
* Trim unneeded includes from if_ndis_pccard.c and if_ndis_pci.c. Also removedwpaul2004-03-092-26/+0
* Introduce stf_mtx to protect global softc list in if_stf. Addrwatson2004-03-091-8/+39
* Introduce faith_mtx to protect the if_faith global softc list.rwatson2004-03-091-7/+27
* If the resource listing obtained from BUS_GET_RESOURCE_LIST() inwpaul2004-03-091-0/+20
* Introduce lo_mtx to protect the global loopback softc list. I'm notrwatson2004-03-091-1/+7
* Introduce disc_mtx to protect the global softc list in if_disc.rwatson2004-03-091-8/+29
* Fix an integer overflow when dealing with very large volumes. This bugle2004-03-091-1/+1
* - Don't take sectorsize from first disk. Calculate it by findingpjd2004-03-091-19/+48
* Print a space character between string given as a macro argument andpjd2004-03-091-0/+1
* Since vinum doesn't fake disklabels anymore, remove get_volume_label().le2004-03-092-62/+0
* Simplify some logic in converting a buffer to an integer.njl2004-03-091-1/+3
OpenPOWER on IntegriCloud