summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Use resource_list_print_type() instead of duplicating the code injhb2002-09-042-66/+6
* Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on allmike2002-09-031-53/+0
* Continue de-counting i4b. Devices i4bctl, i4bcapi, iavc, i4bq921,brooks2002-09-021-13/+13
* Use the new kern_* functions to avoid the need to store argumentsiedowse2002-09-012-54/+28
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections tojake2002-09-013-12/+66
* Reduce the maximum KVA reserved for swap meta structures from 70 to 32 MB.dillon2002-08-311-3/+5
* Enable ahd/ahc register pretty printing by default. This expeditesgibbs2002-08-311-1/+5
* db_ps.c:bde2002-08-311-8/+8
* Take a shot at fixing up a whole stack of style and other embarresingpeter2002-08-311-15/+12
* Unbreak kernel build by printing Maxmem using %ld instead of old (now changed)ache2002-08-302-2/+2
* Change hw.physmem and hw.usermem to unsigned long like they used to bepeter2002-08-302-10/+17
* Renamed poorly named setregs to exec_setregs. Moved its prototype tojake2002-08-292-2/+2
* OK, I have had it with losing my console because the AP's print their "I ampeter2002-08-283-15/+36
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-254-6/+6
* o Retire pmap_pageable(). It's an advisory routine that nonealc2002-08-251-23/+0
* Ok, somebody please shoot me. The asm I wrote for the ranged IPI shootdownpeter2002-08-232-2/+2
* Move several MI types from <machine/_types.h> to <sys/_types.h>.mike2002-08-231-37/+0
* Replace (ab)uses of "NULL" where "0" is really meant.archie2002-08-222-3/+3
* Make __clock_t use `unsigned long' rather than a fixed 32-bit integermike2002-08-221-1/+1
* Don't use "NULL" when "0" is really meant.archie2002-08-213-6/+6
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-216-187/+156
* Use the __BUS_ACCESSOR macro for NEXUS_ACCESSORmux2002-08-202-28/+4
* Merge changes in GENERIC to reduce difference (mostly cosmetic).kuriyama2002-08-201-10/+14
* remove unit counts from atkbdc, pckbd, scpeter2002-08-202-5/+5
* o Simplify the ptphint test in pmap_release_free_page(). In other words,alc2002-08-181-1/+1
* Now that NEWCARD is gone, NEWCARD.hints is even less necessary.imp2002-08-171-80/+0
* In continuation of early fileop credential changes, modify fo_ioctl() torwatson2002-08-172-9/+15
* In order to better support flexible and extensible access control,rwatson2002-08-151-1/+2
* pccbb->cbbimp2002-08-151-1/+1
* No longer neededimp2002-08-151-243/+0
* Document why the has_f00f_bug variable is initialised rather than placed intojmallett2002-08-141-1/+1
* - 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
OpenPOWER on IntegriCloud