summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* The kthread_create() API is supposed to allow you to create threadswpaul2004-03-221-3/+4
* Add an implementation of uiomove_fromphys() for i386. This implementationalc2004-03-211-0/+132
* Introduce the cpumask_t type. The purpose of the type is to create amarcel2004-03-201-0/+1
* Removed a vestige of the stl driver.bde2004-03-181-312/+0
* - Replace wait1() with a kern_wait() function that accepts the pid,jhb2004-03-171-23/+15
* remove stale comment since these limits have been increased YEARS ago...jmg2004-03-171-3/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-177-18/+14
* Refactor the existing machine-dependent sf_buf_free() into a machine-alc2004-03-161-18/+6
* Regenerate.jhb2004-03-153-6/+6
* - Mark ABI syscalls that call wait4() MP safe as recent changes tojhb2004-03-151-3/+3
* Add arl(4): driver for Aironet Arlan 655 wireless adapters.fjoe2004-03-151-0/+5
* The PPS code needs to be much more brutal to avoid synchronism onphk2004-03-151-14/+32
* Shorten a long comment.obrien2004-03-151-1/+1
* Remove isa compat stuff.imp2004-03-144-445/+0
* 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-144-974/+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-143-1589/+0
* The spigot driver uses the old COMPAT_ISA interface. Retire it sinceimp2004-03-143-401/+0
* The le driver uses ISA_COMPAT, which is going away soon. Retire itimp2004-03-145-2327/+0
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-143-9/+0
* stl and stli use the old COMPAT_ISA api. slt also uses the really oldimp2004-03-145-7980/+0
* 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-143-1213/+0
* Remove ctx driver. another scanner. This one uses COMPAT_ISA shimsimp2004-03-143-501/+0
* Remove asc driver, support for GI1904 based hand scanners. Thisimp2004-03-143-972/+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-142-1109/+0
* Simplify sf_buf_alloc().alc2004-03-141-2/+1
* Move the non-MD machine/dvcfg.h and machine/physio_proc.h to a commonpeter2004-03-132-122/+0
* Now that contigfree() does not require Giant, don't grab it in busdma.scottl2004-03-131-2/+0
* Fixed some English usage errors.bde2004-03-131-7/+7
* Fixed description of cx device. Use similar wording for ctau devicebde2004-03-131-4/+5
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)trhodes2004-03-1219-75/+367
* Don't implement anything in the ffs family in <machine/cpufunc.h>bde2004-03-111-0/+4
* Remove stale or broken call to kdb_trap() and protected by the non-marcel2004-03-111-4/+0
* - Make the acquisition of Giant in vm_fault_unwire() conditional on thealc2004-03-101-2/+0
* Remove duplicate code.jb2004-03-091-10/+0
* Add #ifdef CPU_SOEKRIS in the missing places around the led_* codejb2004-03-091-1/+10
* AMD's ELAN documentation says that you write to the SYS_RST registerjb2004-03-091-0/+10
* Add back Giant locks around kmem_free() call from user_ldt cleanup pathpeter2004-03-081-0/+2
* Other parts of the tree do not protect calls to kmem_free() with Giant,peter2004-03-081-2/+0
* Retire pmap_pinit2(). Alpha was the last platform that used it. However,alc2004-03-071-13/+0
* Remove unused declarations. (Some time ago, these variables became fieldsalc2004-03-071-2/+0
* Remove the phantom 'nv' driver again.scottl2004-03-061-2/+0
* Fixed insertion sort errors in prototype list.bde2004-03-051-20/+20
* Removed garbage:bde2004-03-051-14/+0
* Include <machine/psl.h> for the definition of PSL_I instead of dependingbde2004-03-051-0/+2
* Fix syntax errors and wrong function prototypes in several MD headerle2004-03-052-5/+5
OpenPOWER on IntegriCloud