summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Move the arl to i386 only.nyan2004-03-161-1/+1
* Don't use the pcic polling.nyan2004-03-161-1/+1
* Remove the module reference for RAIDframescottl2004-03-161-1/+0
* Remove RAIDFrame. It hasn't worked since GEOM replaced the old diskscottl2004-03-16138-42458/+0
* Nudge Giant as far as I can into kern_open(). Mark open() as MPSAFE.dwmalone2004-03-167-26/+30
* Get ready to mark open, creat and nosys as MPSAFE.dwmalone2004-03-161-3/+3
* Use vfs_nmount() to mount linprocfs filesystems in linux_mount();tjr2004-03-161-4/+21
* Make vfs_nmount() public. The Linux emulator needs this in order to mounttjr2004-03-162-2/+2
* Correct size argument passed to copyinstr() in linux_mount(): mntfromnametjr2004-03-161-2/+2
* Rename the wiredlen member of struct sysctl_req to validlen and alwaystruckman2004-03-162-15/+17
* Don't bother calling vslock() and vsunlock() if oldlen is zero.truckman2004-03-161-7/+9
* Regenerate.jhb2004-03-159-14/+14
* - Mark ABI syscalls that call wait4() MP safe as recent changes tojhb2004-03-153-5/+5
* Add arl(4): driver for Aironet Arlan 655 wireless adapters.fjoe2004-03-157-0/+1656
* The PPS code needs to be much more brutal to avoid synchronism onphk2004-03-151-14/+32
* Regen for ptrace being safe again.jhb2004-03-155-6/+6
* Drop the proc lock around calls to the MD functions ptrace_single_step(),jhb2004-03-152-7/+12
* Add vectors for _snprintf() and _vsnprintf() (redirected straight towpaul2004-03-151-0/+2
* Move GID/UID_MAX under __BSD_VISIBLE protection.mlaier2004-03-151-3/+3
* Add SATA support fieldssos2004-03-151-4/+14
* Remove sysctl security.jail.list_allowed.pjd2004-03-151-6/+1
* Add support for detaching PCI controllers.sos2004-03-157-97/+129
* Kill bogus isa compat opt file.imp2004-03-151-1/+1
* Temporarily comment out cy.imp2004-03-151-3/+2
* including isa_device.h was historical in this file, remove itimp2004-03-153-3/+0
* Make overflow/wraparound checking more robust and unbreak len=0 intruckman2004-03-152-16/+22
* Style(9) changes.truckman2004-03-152-40/+11
* Revert to the original vslock() and vsunlock() API with the followingtruckman2004-03-153-39/+28
* Remove redundant suser() check.truckman2004-03-151-4/+0
* Lock down global variables in if_tap (primarily, the tap softc list);rwatson2004-03-151-3/+28
* Shorten a long comment.obrien2004-03-153-3/+3
* Don't reject FAT file systems with a number of "Heads" greater thanrwatson2004-03-141-1/+1
* 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
OpenPOWER on IntegriCloud