summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* I made a syntax error yesterday.phk1994-11-271-2/+2
* Set the bootverbose if so desired.phk1994-11-261-2/+12
* Declare "extern int bootverbose", so that device-drivers and othersphk1994-11-261-1/+2
* I just learned that isa.h is included in assembler files too...phk1994-11-191-3/+2
* addphk1994-11-191-1/+3
* Put ie0 above ep0. Otherwise, the ie0 probe clobbers it.jkh1994-11-181-2/+2
* IO_EISASIZE should be 1 slot, not 2.gibbs1994-11-181-2/+2
* Get IO_EISASIZE properly defined now.jkh1994-11-181-1/+2
* Grap the bootinfo structure the bootblock passes us.phk1994-11-183-5/+28
* New device-driver entries for the aic7770 driver. These use new featuresgibbs1994-11-171-2/+3
* Allow MAXMEM to be larger than the detected physical memory. This changedg1994-11-161-4/+3
* Add prototype for Debugger().bde1994-11-151-1/+2
* Make gdt_segs[] public again for APM.bde1994-11-152-8/+16
* Rewrite almost everything.bde1994-11-141-133/+300
* Log processes that exit with an masked npx exception that would trapbde1994-11-142-16/+42
* Oops, the previous commit got the diff for the log message instead ofbde1994-11-141-1/+1
* (Bogus several hundred line diff for a log message deleted. See rev 1.91bde1994-11-141-23/+23
* Move declarations of atdevbase and rtcin() to cpufunc.h (a less wrongbde1994-11-141-12/+5
* Remove 1.5+K of bloat for unused idt entries.bde1994-11-141-13/+20
* Declare inline functions as __inline and with new-style parameter listsbde1994-11-141-12/+13
* Undo a previous change. <sys/disklabel.h> was broken, not these files.bde1994-11-141-2/+1
* Add ep0 line to kernel config files.gibbs1994-11-131-1/+2
* Add Matt Thomas' le0 DEPCA driver to the GENERIC kernel. This worksnate1994-11-131-1/+2
* Nuked ed2 - it was added for the common 16bit card case where thedg1994-11-131-2/+1
* Add back ed2. Harrumph..jkh1994-11-121-0/+1
* Revision 1.6 fix was lost: don't write 0 to RTC_DIAGache1994-11-122-4/+2
* ed2 was actually an impossible entry to reach!jkh1994-11-121-2/+1
* Make a kernel sans FFS possible.phk1994-11-121-13/+18
* Added 'de' ethernet driver.dg1994-11-111-1/+2
* Enable floppy-tape support.jkh1994-11-101-2/+2
* Use adjkerntz into inittodr too (for APM stuff)ache1994-11-102-4/+4
* Don't declare DELAY() here. Callers should include <machine/clock.h>.bde1994-11-091-2/+1
* Add back ze0 driver; somebody took it out of _both_ LINT and GENERIC,jkh1994-11-081-1/+2
* Added a kernel variable, "dodump" defaulting to zero, which disables dumps.phk1994-11-071-1/+9
* Initialize %fs and %gs from %ds.phk1994-11-062-2/+12
* Do a better job at preparing registers for the new process in setregs()dg1994-11-061-8/+11
* Nuke the losing version of microtime. The assembler version now worksbde1994-11-061-26/+6
* Public function declarations moved to <machine/npx.h>.bde1994-11-062-8/+2
* Maintain a new variable `timer0_overflow_threshold' so that microtime()bde1994-11-052-82/+174
* Declare all functions exported by the npx driver.bde1994-11-052-8/+34
* Declare the full uglyness of the interfaces to the clock driver (exceptbde1994-11-051-6/+46
* Disable the direct call from hardclock() to softclock(). Supportbde1994-11-051-8/+19
* Argh! Missing quotes.jkh1994-11-051-2/+2
* We need CD9660 and MSDOS filesystems built-in if the floppy is to havejkh1994-11-051-3/+5
* __386BSD__ -> __FreeBSD__jkh1994-11-042-4/+4
* Eliminate USERCONFIG. This option is now standard.jkh1994-11-031-2/+1
* Unconditionalize USERCONFIG. Uh, thanks, David.jkh1994-11-031-3/+1
* Add extra id_enabled flag for userconfig to manipulate. If id_enabledjkh1994-11-031-1/+6
* Cosmetic changes in comment at start (it's no longer a GENERICAH configgpalmer1994-11-031-2/+2
* Fix a very old, very stupid race clearing the mask bit for the currentbde1994-11-012-8/+10
OpenPOWER on IntegriCloud