summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* - Hold the vnode lock throughout execve.jeff2002-08-132-18/+28
* o Remove an unnecessary vm_page_flash() from _pmap_unwire_pte_hold().alc2002-08-131-2/+0
* o Convert three instances of vm_page_sleep_busy() into vm_page_sleep_if_busy()alc2002-08-121-9/+15
* Use roundup2() to avoid a problem where pmap_growkernel was unableiedowse2002-08-121-1/+1
* add support properly displaying and logging incoming telephone numbers (MSNs)hm2002-08-121-2/+7
* Add necessary instrumentation to IBCS2 emulation support for mandatoryrwatson2002-08-121-0/+15
* Add support for the LSI-Logic Fusion/MP architecture.mjacob2002-08-111-0/+1
* add experimental support for Data over Voice (DoV) outgoing calls.hm2002-08-111-2/+11
* o Remove the setting and clearing of the PG_MAPPED flag. (This flag isalc2002-08-101-8/+4
* Make ppp(4) devices clonable and unloadable.brooks2002-08-091-1/+1
* Add additional range checks for copyout targets.rwatson2002-08-091-1/+3
* Improve stack manipulation code of ACPI wakeup routine.iwasaki2002-08-071-2/+2
* Add Intersil and Symbol as vendors for 802.11 cards that the wi driverimp2002-08-072-2/+2
* Revert rev 1.356 and 1.352 (pmap_mapdev hacks). It wasn't worth thepeter2002-08-051-11/+8
* o Introduce pmap_page_is_mapped(). Its purpose is to obsoletealc2002-08-051-0/+1
* Add device agp to GENERIC, filter it out of floppy buildsanholt2002-08-041-0/+2
* Fix a mistake in 1.352 - I was returning a pointer to the rounded downpeter2002-08-041-1/+1
* Remove commented out PCI_ENABLE_IO_MODES. It is gone now.imp2002-08-042-2/+0
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-042-2/+4
* o Request a wired page from vm_page_grab() in _pmap_allocpte().alc2002-08-041-5/+1
* o Ask for a prezeroed page in pmap_pinit() for the page directory page.alc2002-08-031-1/+1
* o Don't set PG_MAPPED on the page allocated and mapped in _pmap_allocpte().alc2002-08-031-1/+0
* Take advantage of the fact that there is a small 1MB direct mapped regionpeter2002-08-031-8/+11
* Take a shot at fixing a nasty bug in the pmap changes that I did. Ipeter2002-08-031-1/+1
* Move a prototype to the least wrong place.phk2002-08-023-1/+2
* SYSINIT needs to be SI_SUB_PSEUDO. Add a printf to tell we are here.phk2002-08-021-1/+2
* Add the minimalist elan-mmcr device driver.phk2002-08-022-0/+86
* o Lock page queue accesses by vm_page_deactivate().alc2002-08-021-3/+15
* Fix the link to the Handbookblackend2002-08-011-1/+1
* Fix a bug about stack manipulation at ACPI wakeup.iwasaki2002-08-011-0/+1
* o Setting PG_MAPPED and PG_WRITEABLE on pages that are mapped and unmappedalc2002-07-311-2/+0
* The Elan SC520 MMCR is actually 16bit wide, so u_char is inconvenient.phk2002-07-312-2/+2
* Resolve conflicts arising from the ACPI CA 20020725 import.iwasaki2002-07-301-0/+125
* o Lock page queue accesses by pmap_release_free_page().alc2002-07-301-0/+2
* Create a new header <machine/_stdint.h> for storing MD parts ofmike2002-07-294-231/+171
* o Pass VM_ALLOC_WIRED to vm_page_grab() rather than calling vm_page_wire()alc2002-07-291-13/+5
* Unwind the syscall_with_err_pushed tweak that jake did some time back.peter2002-07-282-3/+17
* Catch up to rev 1.339 of src/sys/conf/options (PCI_ENABLE_IO_MODES ismike2002-07-271-5/+0
* Add some locking asserts and some commentsjulian2002-07-241-0/+1
* de-count pcipeter2002-07-234-4/+4
* Add unit counts for the i4b stuff where it still uses NFOO etc.peter2002-07-211-13/+13
* Add static unit count for 'card'peter2002-07-211-1/+1
* Add static unit count for pci here as well.peter2002-07-212-2/+2
* Add explicit unit count on 'device pci' for ahc/ahdpeter2002-07-212-2/+2
* The following devices do not take a static unit 'count' argument:peter2002-07-211-1/+1
* style(9)ize the whole fileimp2002-07-212-948/+984
* Fix more abuse of __FreeBSD__ to detect version.imp2002-07-211-63/+0
* Stop abusing NPCI for code that doesn't even work. Emit a warning.peter2002-07-211-5/+1
* Move SWTCH_OPTIM_STATS related code out of cpufunc.h. (This sort of statpeter2002-07-213-13/+9
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablepeter2002-07-204-6/+48
OpenPOWER on IntegriCloud