summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Hook up the ahd driver.gibbs2002-06-061-0/+1
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-0211-11/+11
* Silence preprocessor warning, No need to use CONCAT with "," and "word".alfred2002-06-011-1/+1
* Fixed the return value of fpsetmask(). The API requires inversion of thebde2002-06-011-1/+2
* Fixed style bugs in rev.1.9.bde2002-06-011-9/+17
* Use a common function to map the bogus intlines.imp2002-06-012-22/+34
* Move the definition of ElfN_Hashelt to common headers. The only platformdfr2002-05-301-11/+0
* Do not refer to the Intel PRO/1000 by its internal name.obrien2002-05-291-1/+1
* Restore the irq=0 => irq=255 hack to pci_cfgintr_search(). Just havingbrooks2002-05-292-0/+16
* Add declarations of suword32 and suword64. Add implementations of one ordfr2002-05-261-0/+6
* Make the run queue parameters machine dependent. Optimize 64 bitjake2002-05-251-0/+46
* Fix warnings; deprecated use of label at end of compound statementpeter2002-05-241-0/+1
* Rename pause() to ia32_pause() so it doesn't conflict with the pause()jhb2002-05-221-2/+2
* Restore us back to the rev 1.324 level of having an Intel gigE driver.obrien2002-05-221-0/+1
* Debug registers aren't selectors, so use saner names for the variables injhb2002-05-221-24/+24
* - Sort the pause() inline into the appropriate location.jhb2002-05-221-6/+25
* Rename cpu_pause() to pause(). Originally I was going to make this anjhb2002-05-221-1/+1
* Permit alternative break sequence to break to debugger in GENERIC. Breakagerwatson2002-05-211-0/+1
* Add an inline function cpu_pause() for the IA32 'pause' instruction.jhb2002-05-211-0/+6
* Remove unneeded ## for GCC 3.1nyan2002-05-211-26/+26
* Off-by-128 error in the cuam* device node numbers.rwatson2002-05-201-1/+1
* Bump the rc driver a little bit closer to the 21st century: userwatson2002-05-201-0/+6
* o Fix race condition caused by doing ptrace() for permissionmarcel2002-05-191-24/+44
* Make this compile with gcc-3.1, which objects to the multi-line string.peter2002-05-191-64/+64
* Hook up the new linux_ptrace implementation.marcel2002-05-191-1/+0
* Regen (linux_ptrace)marcel2002-05-193-5/+8
* Sparkling new implementation of linux_ptrace. Slight tweaking bymarcel2002-05-192-1/+509
* Move MI stuff out of MD param.h files.phk2002-05-141-48/+0
* Move a few ancient minor-number definitions for tapedrives to thephk2002-05-142-6/+8
* Fixed a semantic error. va_arg(ap, u_short) is nonsense except on i386'sbde2002-05-131-5/+5
* Fixed a syntax error (a label not followed by a statement).bde2002-05-131-1/+1
* These were repo-copied to dump_machdep.c.jake2002-05-131-123/+0
* 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
OpenPOWER on IntegriCloud