aboutsummaryrefslogtreecommitdiff
path: root/i386/i386at
Commit message (Expand)AuthorAgeFilesLines
* time: remove unused variableMarin Ramesa2013-12-091-1/+0
* i386/i386at/rtc.c: use boolean instead of an intMarin Ramesa2013-12-091-3/+3
* i386/i386at/kd.c: use boolean instead of an unsigned intMarin Ramesa2013-12-091-3/+3
* i386/i386at/kd.c: use boolean instead of an intMarin Ramesa2013-12-091-3/+3
* i386/i386at/model_dep.c, kd.c: use boolean instead of an intMarin Ramesa2013-12-092-4/+3
* i386/i386at/immc.c, kd.c: use boolean instead of an intMarin Ramesa2013-12-092-3/+3
* Make unsigned character constants unsignedSamuel Thibault2013-12-081-3/+3
* Add ifndefsMarin Ramesa2013-12-083-0/+13
* Add comments after endifsMarin Ramesa2013-12-081-1/+1
* i386/i386at/com.h: include chips/busses.h for struct bus_deviceMarin Ramesa2013-12-051-0/+1
* i386/i386at/model_dep.c: remove forward declarationMarin Ramesa2013-12-052-2/+2
* Drop duplicate declarationSamuel Thibault2013-12-051-2/+9
* i386/i386at: remove forward declarationsMarin Ramesa2013-12-052-8/+7
* i386/i386at/kd_mouse.c: remove forward declarationsMarin Ramesa2013-12-052-5/+4
* i386/i386at/kd_event.c: remove forward declarationsMarin Ramesa2013-12-052-8/+7
* i386/i386at/kd.c: remove forward declarationsMarin Ramesa2013-12-053-22/+22
* i386/i386at/conf.c: remove forward declarationsMarin Ramesa2013-12-059-21/+125
* i386/i386at/autoconf.c, com.c, lpr.c: remove forward declarationsMarin Ramesa2013-12-055-17/+49
* ddb/db_command.c: remove forward declarationMarin Ramesa2013-12-051-0/+1
* Remove leftover register qualifiersMarin Ramesa2013-11-242-2/+2
* i386/i386at/kd.h: fix implicit declaration of functionMarin Ramesa2013-11-211-0/+4
* Fix implicit declaration of functionMarin Ramesa2013-11-201-3/+4
* i386/i386at/rtc.h: remove register qualifiersMarin Ramesa2013-11-151-2/+2
* i386/i386at/rtc.c: remove register qualifierMarin Ramesa2013-11-151-1/+1
* i386/i386at/lpr.c: remove register qualifierMarin Ramesa2013-11-151-1/+1
* i386/i386at/kd_mouse.c: remove register qualifiersMarin Ramesa2013-11-151-10/+10
* i386/i386at/kd.c: remove register qualifiersMarin Ramesa2013-11-151-12/+12
* i386/i386at/kd_event.c: remove register qualifiersMarin Ramesa2013-11-151-13/+13
* i386/i386at/int_init.h: add comment after endifMarin Ramesa2013-11-151-1/+1
* i386/i386at/idt.h: add comment after endifMarin Ramesa2013-11-151-1/+1
* i386/i386at/com.c: remove register qualifiersMarin Ramesa2013-11-151-6/+6
* i386/i386at/com.c: trivial stylistic fix for consistencyMarin Ramesa2013-11-151-1/+1
* i386/i386at/autoconf.c: remove register qualifiersMarin Ramesa2013-11-151-3/+3
* Fix typoMarin Ramesa2013-11-151-1/+1
* i386/i386at: add ifndefsMarin Ramesa2013-11-154-0/+20
* Remove lint codeMarin Ramesa2013-11-091-4/+0
* Add missing 4KiB memorySamuel Thibault2013-06-101-1/+1
* Add non-contiguous mmap supportSamuel Thibault2013-06-101-10/+89
* Add initial code for disabling PV pagetablesSamuel Thibault2013-01-281-4/+4
* Relocate kernel at bootupSamuel Thibault2012-03-241-0/+37
* Make sure BIOS area is mapped in kernel threadsSamuel Thibault2012-03-241-0/+14
* Separate INIT_VM_MIN_KERNEL_ADDRESS from VM_MIN_KERNEL_ADDRESSSamuel Thibault2012-03-241-9/+9
* Add missing phystokv/kvtophys callsSamuel Thibault2012-03-241-4/+4
* Fix boot with big values of _startSamuel Thibault2012-03-231-3/+5
* Match type for count with tty_get_status and tty_set_statusGuillem Jover2012-03-203-6/+6
* Simplify i386at_initSamuel Thibault2012-03-141-6/+7
* Use unsigned long for addresses and sizesSamuel Thibault2012-03-094-6/+6
* Set default serial parameters to 8N1 instead of 7E1Gabriele Giacone2012-03-031-1/+1
* Fix format for string printSamuel Thibault2012-02-191-1/+1
* Remove unused [!MACH_KERNEL] driver codeGuillem Jover2011-09-125-494/+1