summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64
Commit message (Expand)AuthorAgeFilesLines
* Do not setup 4M pdir until all APs are up.luoqi1999-06-233-48/+31
* Remove an unnecessary panic when sparse PCI bus numbering is encountered.msmith1999-06-222-6/+2
* Harmless change to prevent possible problems in the future. I madegreen1999-06-181-2/+4
* Changed the global `idt' from an array to a pointer so that npx.cbde1999-06-184-19/+16
* Clean up bitrot in interrupt tracing code.tegge1999-06-161-3/+3
* Kill option FAILSAFE.des1999-06-151-6/+1
* Use pmap_kenter instead of pmap_enter to map the message buffer.alc1999-06-131-3/+2
* Change variable used for calculating ending address of physical memoryjlemon1999-06-101-2/+2
* Use kmem_alloc_nofault() rather than kmem_alloc_pageable() to allocatedt1999-06-081-2/+2
* Fix an accounting problem when prefaulting 4M pages.luoqi1999-06-051-2/+2
* Unbreak memory sizing for SMP.jlemon1999-06-011-11/+15
* Introduce the makebdev() function, it does the same as the makedev()phk1999-06-011-7/+7
* Null commit; note that there is a new memory sizing routine that usesjlemon1999-06-011-1/+1
* Unifdef VM86.jlemon1999-06-0116-415/+378
* Remove fd driver from its old home and change files which include rtc.hdfr1999-05-312-4/+4
* Simplify cdevsw registration.phk1999-05-312-11/+8
* This commit should be a extensive NO-OP:phk1999-05-301-5/+22
* Activate/deactivate resources by calling the method, not through thedfr1999-05-302-2/+34
* Stop the TSC from being used as timecounter on K5/step0 machines.phk1999-05-292-3/+5
* Fixed glitches (jumps) of about 1/HZ seconds for the i8254 timecounter.bde1999-05-282-47/+53
* pmap_object_init_pt:alc1999-05-281-2/+2
* - Make setroot() conditional on FFS etc, to avoid a compiler warningjb1999-05-241-17/+5
* Move pcibus (host -> pci bus) probe/attach routines from nexuspeter1999-05-182-108/+8
* pmap_qremove:alc1999-05-181-4/+17
* Don't hardcode IRQ 13 for NPX. It's as good as hardwired in the hardwarepeter1999-05-151-6/+11
* Renamed the private copies of strlen and strcpy to gdb_strlen andbde1999-05-131-4/+3
* Unbreak VESA on SMP.luoqi1999-05-126-28/+26
* VM86_FRAMESIZE is now the size of vm86 frame, not the number of 4-byte words.luoqi1999-05-121-2/+2
* Fix dumpon. It passes a udev_t from userland to kernel, that needs aphk1999-05-121-4/+4
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-2/+2
* Yet another place I missed when increasing trapframe size, which causes problemluoqi1999-05-111-2/+2
* Do not hardcode size of struct vm86frame.luoqi1999-05-111-1/+7
* Add missing suspend/resume methods.dfr1999-05-102-2/+10
* Move the mfs_getimage() prototype to mfs_extern.h duplicating itpeter1999-05-101-8/+8
* [Forgot to commit this in the batch a few days ago.]bde1999-05-101-1/+3
* For what it's worth, idelayed is declared as a volatile in the headers,peter1999-05-091-2/+2
* s/main/mi_startup/ for the kernel entry point so that egcs doesn't getpeter1999-05-092-4/+4
* Oops. If ROOTDEVNAME isn't defined, have -r call -a.phk1999-05-091-1/+5
* Major lobotomy of config(8). Thephk1999-05-091-2/+126
* add some amount of sanity to the way the gdb stuff finds its device.phk1999-05-091-9/+2
* Duh, bdevsw() takes dev_t arg.phk1999-05-091-8/+9
* Move the declaration of the interrupt type from the driver structuredfr1999-05-083-27/+23
* Add some notes about the globalness of certain things like interruptspeter1999-05-082-10/+44
* Don't print 'interrupting at irq nn' on the x86 family, it's not allpeter1999-05-082-8/+8
* Fix unused variable "flags". (only used if #ifdef I586_CPU)peter1999-05-081-1/+3
* Make sure the mem_range_AP_init() prototype is seen where it's needed, andpeter1999-05-083-3/+9
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-081-2/+2
* Continue where Julian left off in July 1998:phk1999-05-071-8/+8
* Generalize to allow any serial port to be used as the GDB port.mckusick1999-05-071-7/+12
* Ensure prototype for pnp_configure() is visible.peter1999-05-061-7/+2
OpenPOWER on IntegriCloud