aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Replace (ab)uses of "NULL" where "0" is really meant.Archie Cobbs2002-08-222-3/+3
* Make __clock_t use `unsigned long' rather than a fixed 32-bit integerMike Barcroft2002-08-221-1/+1
* Don't use "NULL" when "0" is really meant.Archie Cobbs2002-08-213-6/+6
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-216-187/+156
* Use the __BUS_ACCESSOR macro for NEXUS_ACCESSORMaxime Henrion2002-08-202-28/+4
* Merge changes in GENERIC to reduce difference (mostly cosmetic).Jun Kuriyama2002-08-201-10/+14
* remove unit counts from atkbdc, pckbd, scPeter Wemm2002-08-202-5/+5
* o Simplify the ptphint test in pmap_release_free_page(). In other words,Alan Cox2002-08-181-1/+1
* Now that NEWCARD is gone, NEWCARD.hints is even less necessary.Warner Losh2002-08-171-80/+0
* In continuation of early fileop credential changes, modify fo_ioctl() toRobert Watson2002-08-172-9/+15
* In order to better support flexible and extensible access control,Robert Watson2002-08-151-1/+2
* pccbb->cbbWarner Losh2002-08-151-1/+1
* No longer neededWarner Losh2002-08-151-243/+0
* Document why the has_f00f_bug variable is initialised rather than placed intoJuli Mallett2002-08-141-1/+1
* - Hold the vnode lock throughout execve.Jeff Roberson2002-08-132-18/+28
* o Remove an unnecessary vm_page_flash() from _pmap_unwire_pte_hold().Alan Cox2002-08-131-2/+0
* o Convert three instances of vm_page_sleep_busy() into vm_page_sleep_if_busy()Alan Cox2002-08-121-9/+15
* Use roundup2() to avoid a problem where pmap_growkernel was unableIan Dowse2002-08-121-1/+1
* add support properly displaying and logging incoming telephone numbers (MSNs)Hellmuth Michaelis2002-08-121-2/+7
* Add necessary instrumentation to IBCS2 emulation support for mandatoryRobert Watson2002-08-121-0/+15
* Add support for the LSI-Logic Fusion/MP architecture.Matt Jacob2002-08-111-0/+1
* add experimental support for Data over Voice (DoV) outgoing calls.Hellmuth Michaelis2002-08-111-2/+11
* o Remove the setting and clearing of the PG_MAPPED flag. (This flag isAlan Cox2002-08-101-8/+4
* Make ppp(4) devices clonable and unloadable.Brooks Davis2002-08-091-1/+1
* Add additional range checks for copyout targets.Robert Watson2002-08-091-1/+3
* Improve stack manipulation code of ACPI wakeup routine.Mitsuru IWASAKI2002-08-071-2/+2
* Add Intersil and Symbol as vendors for 802.11 cards that the wi driverWarner Losh2002-08-072-2/+2
* Revert rev 1.356 and 1.352 (pmap_mapdev hacks). It wasn't worth thePeter Wemm2002-08-051-11/+8
* o Introduce pmap_page_is_mapped(). Its purpose is to obsoleteAlan Cox2002-08-051-0/+1
* Add device agp to GENERIC, filter it out of floppy buildsEric Anholt2002-08-041-0/+2
* Fix a mistake in 1.352 - I was returning a pointer to the rounded downPeter Wemm2002-08-041-1/+1
* Remove commented out PCI_ENABLE_IO_MODES. It is gone now.Warner Losh2002-08-042-2/+0
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-042-2/+4
* o Request a wired page from vm_page_grab() in _pmap_allocpte().Alan Cox2002-08-041-5/+1
* o Ask for a prezeroed page in pmap_pinit() for the page directory page.Alan Cox2002-08-031-1/+1
* o Don't set PG_MAPPED on the page allocated and mapped in _pmap_allocpte().Alan Cox2002-08-031-1/+0
* Take advantage of the fact that there is a small 1MB direct mapped regionPeter Wemm2002-08-031-8/+11
* Take a shot at fixing a nasty bug in the pmap changes that I did. IPeter Wemm2002-08-031-1/+1
* Move a prototype to the least wrong place.Poul-Henning Kamp2002-08-023-1/+2
* SYSINIT needs to be SI_SUB_PSEUDO. Add a printf to tell we are here.Poul-Henning Kamp2002-08-021-1/+2
* Add the minimalist elan-mmcr device driver.Poul-Henning Kamp2002-08-022-0/+86
* o Lock page queue accesses by vm_page_deactivate().Alan Cox2002-08-021-3/+15
* Fix the link to the HandbookMarc Fonvieille2002-08-011-1/+1
* Fix a bug about stack manipulation at ACPI wakeup.Mitsuru IWASAKI2002-08-011-0/+1
* o Setting PG_MAPPED and PG_WRITEABLE on pages that are mapped and unmappedAlan Cox2002-07-311-2/+0
* The Elan SC520 MMCR is actually 16bit wide, so u_char is inconvenient.Poul-Henning Kamp2002-07-312-2/+2
* Resolve conflicts arising from the ACPI CA 20020725 import.Mitsuru IWASAKI2002-07-301-0/+125
* o Lock page queue accesses by pmap_release_free_page().Alan Cox2002-07-301-0/+2
* Create a new header <machine/_stdint.h> for storing MD parts ofMike Barcroft2002-07-294-231/+171
* o Pass VM_ALLOC_WIRED to vm_page_grab() rather than calling vm_page_wire()Alan Cox2002-07-291-13/+5