summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add recently invented COMPAT_FREEBSD5 option.kensmith2005-07-147-0/+7
* Correct build on 64-bit: cast u_int64_t to (unsigned long long) beforerwatson2005-07-141-1/+1
* Fix breakage introduced in rev 1.7.jkoshy2005-07-141-1/+1
* Add device id for RATOC REX CFU1 sl811 based USB Host Controller.takawata2005-07-141-1/+2
* Prepare to commit SL811 based Host controller driver.takawata2005-07-141-0/+1
* MFp4:yar2005-07-141-80/+105
* Introduce a new sysctl, kern.malloc_stats, which exports kernel mallocrwatson2005-07-142-13/+121
* Bump the module versions of the MAC Framework and MAC policy modulesrwatson2005-07-145-5/+17
* When devfs cloning takes place, provide access to the credential of therwatson2005-07-1415-34/+99
* kbdmux(4) keyboard multiplexer integrationemax2005-07-134-3/+29
* Add a 'sysent' target that depends on the various files built fromjhb2005-07-132-2/+7
* Previously the bridge MTU was set to ETHERMTU and could not be changed. Sincethompsa2005-07-131-1/+6
* Regen.jhb2005-07-1328-705/+705
* Make a pass through all the compat ABIs sychronizing the MP safe flagsjhb2005-07-139-678/+678
* Don't try to probe ISA PnP devices for now until this driver can grow ajhb2005-07-131-0/+6
* Fixup some more fallout from the lapic/i8254 changes:jhb2005-07-135-119/+95
* - Ignore BIOS IRQs (that is, IRQ settings left by the BIOS or a previous OSjhb2005-07-131-1/+10
* Don't attach the non-PnP mss pcm(4) driver to acpi busses as ACPI onlyjhb2005-07-131-1/+0
* Regen.jhb2005-07-134-28/+26
* - Stop hardcoding #define's for options and use the appropriatejhb2005-07-133-22/+7
* Wrap the ia64-specific freebsd32_mmap_partial() hack in Giant for nowjhb2005-07-131-1/+6
* o Check to make sure the card has a function (panic if not) in read_ivar.imp2005-07-132-45/+65
* The supposed OLD STYLE network MAC id tuple was really just a buggyimp2005-07-132-14/+1
* Stop using OLDCARD shims. rename xe_pccard_match to xe_pccard_probeimp2005-07-132-100/+61
* Nitsimp2005-07-131-1/+0
* Minor reorg to keep each bus' files on one lineimp2005-07-131-3/+4
* Minor reorg to have each bus' files on one line.imp2005-07-131-4/+5
* Comment out a few entries in the sn_pccard_products table untilimp2005-07-131-27/+40
* Add a couple of other products, tweak a few descriptions.imp2005-07-131-1/+5
* Commit firmware that the xilinx on the Ositech Seven of Diamonds and aimp2005-07-131-0/+382
* NET_LOCK_GIANT() when entering network code.glebius2005-07-131-0/+2
* MFi386: revision 1.617.nyan2005-07-131-1/+1
* Use an interrupt gate for the NMI handler and prevent too-earlyjkoshy2005-07-133-31/+7
* Make the RELENG_6 branch operation official by moving HEAD to 7.0-CURRENT.scottl2005-07-112-2/+2
* bump for libpcap importsam2005-07-111-1/+1
* additions from libpcap 0.9.1 releasesam2005-07-111-1/+14
* Handle encrypt of arbitarily fragmented mbuf chains: previouslysam2005-07-111-18/+68
* nuke assert that duplicates real checksam2005-07-111-3/+0
* Correct a minor typo.delphij2005-07-111-1/+1
* Validate if the value written into {FS,GS}.base is a canonicaldavidxu2005-07-1011-22/+65
* remove local mods that snuck into rev 1.6sam2005-07-101-4/+1
* Update for the new and removed MPT driver files.scottl2005-07-102-2/+3
* Massive overhaul of MPT Fusion driver:scottl2005-07-1021-2966/+7130
* Build blank_saver.ko, fade_saver.ko and green_saver.ko on sparc64marius2005-07-102-13/+21
* - Declare lookup tables etc. const. [1]marius2005-07-101-68/+148
* - Declare lookup tables etc. const.marius2005-07-104-93/+175
* - Add missing opt_isa.h. This fixes the standalone build of sound.komarius2005-07-101-2/+14
* Add a missing mtx_destroy() in hme_pci_detach().marius2005-07-101-0/+1
* Switch from trying to allocate up to 8 register banks for the EBusmarius2005-07-101-19/+6
* Add a boatload of new device ids, gleaned from the pcmcia-cs-3.2.8imp2005-07-106-12/+74
OpenPOWER on IntegriCloud