aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Part 2 of rev 1.68. Update comment to match reality now that vm_endcopyPeter Wemm2004-03-121-1/+1
* When I was a kid my work table was one cluttered mess an cleaning it upPoul-Henning Kamp2004-03-115-24/+47
* Properly vector all bwrite() and BUF_WRITE() calls through the same pathPoul-Henning Kamp2004-03-1112-48/+56
* Remove unused mnt_reservedvnlist field.Poul-Henning Kamp2004-03-114-10/+0
* Remove unused second arg to vfinddev().Poul-Henning Kamp2004-03-118-18/+25
* Properly count references of our dev_t to avoid triggering a KASSERT inLukas Ertl2004-03-112-0/+4
* Correctly account for extra bits in unit numbers when looking forPoul-Henning Kamp2004-03-111-3/+3
* Add yet another VIA pci id.Søren Schmidt2004-03-112-2/+4
* Stop setting ifp->if_output to ether_output() since ether_ifattach()Maxime Henrion2004-03-1117-17/+0
* Don't implement anything in the ffs family in <machine/cpufunc.h>Bruce Evans2004-03-112-0/+8
* Add clone_setup() function rather than rely on lazy initialization.Poul-Henning Kamp2004-03-117-9/+19
* Fixed a misspelling of 0 as NULL.Bruce Evans2004-03-111-1/+1
* Fix mind-o: sanity check in ndis_disable_ndis() is not sane.Bill Paul2004-03-111-1/+1
* Fix the problem with the Cisco Aironet 340 PCMCIA card. Most newer driversBill Paul2004-03-112-0/+124
* Be more insistent on destroying geoms at unload time. Still not perfect,Poul-Henning Kamp2004-03-111-2/+8
* Remove stale or broken call to kdb_trap() and protected by the non-Marcel Moolenaar2004-03-112-8/+0
* Identify the Deerfield processor. Deerfield is a low-voltage variantMarcel Moolenaar2004-03-101-12/+25
* Don't call devsw() more than we need to, and in particular do not exposePoul-Henning Kamp2004-03-101-4/+4
* Make the extern for adv_mcode match the reality: it's u_int8_t, butPoul-Henning Kamp2004-03-101-1/+1
* Fix a long-standing deadlock issue with vnode backed md(4) devices:Poul-Henning Kamp2004-03-102-3/+6
* Undo the previous commit, which was just plain wrong, and then correctlyGarance A Drosehn2004-03-101-2/+2
* Increase __FreeBSD_version to reflect the transition from 32-bit toGarance A Drosehn2004-03-101-1/+1
* Change time_t from a 32-bit value to a 64-bit value, on FreeBSD/sparc64Garance A Drosehn2004-03-101-1/+1
* Eliminate multiple __FBSDID and sys/cdefs.h.Bruce M Simpson2004-03-107-15/+0
* Remove `$Name$' leftovers from the port version reporting.Max Laier2004-03-103-3/+0
* Use the external clock input for our PLL.Poul-Henning Kamp2004-03-101-1/+1
* Remove the /* 1.2 */ comment which was orphaned by previous commit.Poul-Henning Kamp2004-03-101-2/+0
* Rearrange some of the GEOM debugging tools to be more structured.Poul-Henning Kamp2004-03-105-90/+71
* Fix handling of tap/vmnet flag in relation to cloning and properly enforcePoul-Henning Kamp2004-03-101-10/+8
* Fix several issues related to the KeInitializeTimer() etc... API stuffBill Paul2004-03-102-39/+56
* Move the AH algorithm list from a static local function variable toRobert Watson2004-03-101-37/+38
* - Make the acquisition of Giant in vm_fault_unwire() conditional on theAlan Cox2004-03-103-15/+5
* Lock down IP-layer encapsulation library:Robert Watson2004-03-101-51/+35
* Scrub unused variable zeroin_addr.Robert Watson2004-03-102-3/+0
* make sure we had the filedesc lock when calling fdinit when RFCFDG is setJohn-Mark Gurney2004-03-101-0/+4
* Const-poison ethernet and FDDI broadcast address constants, as theyRobert Watson2004-03-092-2/+2
* Remove duplicate code.John Birrell2004-03-091-10/+0
* Trim unneeded includes from if_ndis_pccard.c and if_ndis_pci.c. Also removedBill Paul2004-03-092-26/+0
* Introduce stf_mtx to protect global softc list in if_stf. AddRobert Watson2004-03-091-8/+39
* Introduce faith_mtx to protect the if_faith global softc list.Robert Watson2004-03-091-7/+27
* If the resource listing obtained from BUS_GET_RESOURCE_LIST() inBill Paul2004-03-091-0/+20
* Introduce lo_mtx to protect the global loopback softc list. I'm notRobert Watson2004-03-091-1/+7
* Introduce disc_mtx to protect the global softc list in if_disc.Robert Watson2004-03-091-8/+29
* Fix an integer overflow when dealing with very large volumes. This bugLukas Ertl2004-03-091-1/+1
* - Don't take sectorsize from first disk. Calculate it by findingPawel Jakub Dawidek2004-03-091-19/+48
* Print a space character between string given as a macro argument andPawel Jakub Dawidek2004-03-091-0/+1
* Since vinum doesn't fake disklabels anymore, remove get_volume_label().Lukas Ertl2004-03-092-62/+0
* Simplify some logic in converting a buffer to an integer.Nate Lawson2004-03-091-1/+3
* Use an unsigned int instead of an int for the Get/Set Integer interface.Nate Lawson2004-03-092-6/+6
* Reset the text attributes when initializing the console. The EFIMarcel Moolenaar2004-03-091-0/+1