summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* I reorganized a little bit too much in the backwards case.obrien2002-05-101-2/+4
* Gcc 3.1 varargs support.obrien2002-05-103-8/+35
* s/sysctl -w/sysctl/jedgar2002-05-061-1/+1
* Fixed checking for VM86 mode in doreti which I broke in rev.1.30. Onlybde2002-05-051-6/+12
* Restore the ability interrupt dumps on i386, based onfenner2002-05-042-0/+14
* Typo fix: detects -> detect.jmallett2002-05-031-1/+1
* Retire makeLINT.plpeter2002-05-021-23/+0
* Makefile uses genwakecode.sh now.peter2002-05-021-22/+0
* Revert rev 1.1018. rp(4) and dgb(4) are deemed MI, while the rest of theobrien2002-05-021-37/+0
* Join the pissing contest: generate LINT with a single sed(1) command.des2002-05-022-2/+9
* Use shell script version (using awk and sed) of makeLINT.pl.kuriyama2002-05-022-2/+21
* Add some NOTES on the Comtrol Rocketport and the Digiboard drivers.obrien2002-05-011-0/+37
* Try using genwakecode.sh instead of the perl version.peter2002-05-011-1/+1
* Add a shell script to do what genwakecode.pl does.peter2002-05-011-0/+21
* Don't export timecounter structures under debug. with sysctl, theyphk2002-04-304-17/+0
* Tidy up some loose ends.peter2002-04-294-58/+8
* For what it's worth, fix the compilation of an I386_CPU-only kernelalc2002-04-271-1/+8
* Don't call vm_map_growstack() from trapwrite() as vm_fault() now performsalc2002-04-271-7/+4
* Add a CAM interface to the aac driver. This is useful in case you shouldscottl2002-04-271-0/+1
* Remove the tc_update() function. Any frequency change to thephk2002-04-263-5/+0
* Don't use the symbol name to lookup the symbol value when we can usemarcel2002-04-251-11/+7
* o Work around bugs in the powerof2 macro: It thinks that 0 is a power ofimp2002-04-242-24/+36
* Fix a PNPID in a commentimp2002-04-241-1/+1
* Don't free(9) a pointer which has been modified.phk2002-04-231-6/+7
* Stylify (mainly line up macro EOL-continuation \'s), and add a dummymarkm2002-04-211-21/+28
* Clean up:alfred2002-04-191-4/+10
* Since WITNESS doesn't just do mutexes, remove "mutex" from the WITNESSrwatson2002-04-181-1/+1
* o Call vm_map_growstack() from vm_fault() if vm_map_lookup() has failedalc2002-04-181-17/+2
* Fix typo in adjusted panic message.tegge2002-04-173-3/+3
* Update io_apic_ints array properly when revoking an irq mapping.tegge2002-04-173-6/+6
* Rework the kernel environment subsystem. We now convert the staticmux2002-04-173-8/+32
* Pass vm_page_t instead of physical addresses to pmap_zero_page[_area]()peter2002-04-151-9/+11
* Make the MTRR code a bit more defensive - this should help peopledwmalone2002-04-141-30/+51
* Move do_cpuid into the correct place in this file and makedwmalone2002-04-101-10/+8
* o In osigreturn(), restore all of the registers in one place.alc2002-04-101-5/+9
* Remove the hack for segsz_t from <sys/types.h>; use the normalmike2002-04-101-0/+1
* Add manifest constants: _LITTLE_ENDIAN, _BIG_ENDIAN, _PDP_ENDIAN, andmike2002-04-101-6/+15
* Round 2 of munging the MI/MD split in NOTES. Put almost all the devicejhb2002-04-091-383/+6
* GC various bits and pieces of USERCONFIG from all over the place.phk2002-04-096-14/+2
* machine/uc_device.h was only here for USERCONFIG and kget(1).phk2002-04-091-73/+0
* Removed ispc98 sysctl completely. Applications should understand thatbde2002-04-081-3/+0
* GC the "dumplo" variable, which is no longer used.phk2002-04-071-1/+0
* Move ICU_* defines into icu.h.nyan2002-04-065-48/+32
* Remove pc98 code.nyan2002-04-061-4/+0
* Spell "separate" correctly.eric2002-04-051-1/+1
* Embed a struct vmmeter in the per-cpu structure and add a macro,dillon2002-04-041-1/+5
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-048-13/+13
* Back out the previous commit.brian2002-04-041-1/+0
* Moved signal handling and rescheduling from userret() to ast() so thatbde2002-04-044-0/+8
* Pre-declare bootpc_init() so that options BOOTP doesn't break thebrian2002-04-041-0/+1
OpenPOWER on IntegriCloud