summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove isa compat stuff.imp2004-03-149-453/+0
* comment out bs and wd entries in the hintsimp2004-03-141-16/+16
* Comment out the cy driver until I can make sure that the new cy driverimp2004-03-141-2/+3
* The gsc driver uses the old COMPAT_ISA api. Retire it so we canimp2004-03-145-975/+0
* Hints for the le driver are no longer necessary here.imp2004-03-141-5/+0
* The rdp driver uses the COMPAT_OLD api. This is being retired, soimp2004-03-144-1590/+0
* The spigot driver uses the old COMPAT_ISA interface. Retire it sinceimp2004-03-144-402/+0
* The le driver uses ISA_COMPAT, which is going away soon. Retire itimp2004-03-146-2328/+0
* Regen.joe2004-03-142-2/+9
* Add support for Handspring TREO 600.joe2004-03-142-0/+2
* When taking event callbacks (like process_exit) out from under Giant, thosegreen2004-03-141-0/+2
* Annual NTP kernel code spring-cleaning:phk2004-03-141-8/+11
* MFi386: Remove the stl and stli drivers.nyan2004-03-141-19/+0
* MFi386: revision 1.29.nyan2004-03-141-2/+2
* MFi386: revision 1.76.nyan2004-03-141-2/+5
* Removed duplicate __FBSDID(). Keep the one that style(9) likes.ru2004-03-141-3/+0
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-1454-201/+12
* stl and stli use the old COMPAT_ISA api. slt also uses the really oldimp2004-03-147-7984/+0
* Calculate NFS timeouts in units of 10ms, not 5ms. This matches the defaultpeter2004-03-143-3/+3
* Set default HZ to 1024 for amd64. The comment in kern/tty.c doesn'tpeter2004-03-141-0/+4
* Fixed misspellings of 0 as NULL.bde2004-03-141-2/+2
* remove the ioctl files from the asc, ctx and wt drivers just removedimp2004-03-143-114/+0
* Remove straggler from gp driver removalimp2004-03-141-27/+0
* Remove gp driver. It uses the old COMPAT_ISA shims.imp2004-03-144-1214/+0
* Remove ctx driver. another scanner. This one uses COMPAT_ISA shimsimp2004-03-144-502/+0
* Handle AF_ARP in *_output()mdodd2004-03-143-0/+81
* Remove asc driver, support for GI1904 based hand scanners. Thisimp2004-03-144-973/+0
* Should have committed this with other wt driver removal commit.imp2004-03-141-6/+0
* Remove wt driver. It still uses COMPAT_ISA_DRIVER which is going awayimp2004-03-143-1110/+0
* Simplify sf_buf_alloc().alc2004-03-141-2/+1
* Make the process_exit eventhandler run without Giant. Add Giant hookspeter2004-03-146-6/+7
* Move the process_fork event out from under Giant. This one is easy,peter2004-03-142-2/+8
* Compare spppq to NULL instead of using spppq as a boolean.rwatson2004-03-141-2/+2
* Fix some style bugs in previous commit.trhodes2004-03-142-7/+6
* Define AF_ARP/PF_ARP.mdodd2004-03-141-1/+3
* De-register.mdodd2004-03-141-22/+22
* Allow swap-backed devices to run without Giant.alc2004-03-141-3/+1
* Regen for mpsafe kse_create()peter2004-03-135-6/+6
* Push Giant down a little further:peter2004-03-137-29/+14
* Re-kill ispcvt on amd64 - rc.d/syscons was fixed ages ago.peter2004-03-131-109/+0
* MFp4: comment out options that don't exist so that they cannot bepeter2004-03-132-9/+6
* Diff reduction with current. Correct comment about ed etc.peter2004-03-131-4/+4
* Move the non-MD machine/dvcfg.h and machine/physio_proc.h to a commonpeter2004-03-1316-266/+22
* Drastically clean up the legacy host-pci bridge table. We don't needpeter2004-03-131-208/+5
* MFi386: nuke pci_cfgintrpeter2004-03-132-23/+1
* Reduce the scope of the Giant lock being held for non-mpsafe syscalls.peter2004-03-131-14/+6
* Recognise the 82845G AGP bridge, and poke it appropriately atpeadar2004-03-132-0/+10
* Now that contigfree() does not require Giant, don't grab it in busdma.scottl2004-03-136-12/+0
* Add support for the Epson Perfection 1670 scanner.tjr2004-03-131-0/+1
* Regentjr2004-03-132-2/+9
OpenPOWER on IntegriCloud