summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Back out previous commit. The bpfilter -> bpf transition will have to be ades1998-11-031-3/+3
* Rename the 'bpfilter' pseudo-device to 'bpf'. The old syntax is still legaldes1998-11-031-3/+3
* Remove the USERCONFIG_BOOT option. Userconfig script data is searchedmsmith1998-11-033-29/+4
* Add John Dyson's SYSCTL descriptions, and an export of more stats topeter1998-10-311-2/+3
* Add the ability to specify where on the at_shutdown queue a handler ismsmith1998-10-302-17/+2
* A small fragment of new ISA framework: manifest constants for the resourceswollman1998-10-291-0/+43
* Added a second argument, "activate" to the vm_page_unwire() call so thatdg1998-10-281-4/+3
* Check the major number of the boot device more carefully. There was onlybde1998-10-261-5/+3
* Update timecounters to new interface.phk1998-10-232-22/+22
* Quote port names that have a digit in them. IO_TIMER1 was lexed asbde1998-10-221-5/+5
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-221-30/+30
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-223-5/+14
* Decrement the now unused page table page's wire_count prior to freeing it.dg1998-10-211-1/+3
* Add driver support for PCI fast ethernet adapters based on thewpaul1998-10-181-1/+2
* Add an ELF_MACHINE_OK() macro for compatability with the Alpha version.peter1998-10-181-1/+3
* *gulp*. Jordan specifically OK'ed this..peter1998-10-161-17/+43
* Add commented out bpf entry. (DHCP is popular here, and this is required).obrien1998-10-161-1/+7
* Fixed two potentially serious classes of bugs:dg1998-10-133-9/+9
* Don't print conflict messages in haveseen_isadev() if CC_QUIET isbde1998-10-121-10/+16
* mp_machdep.c: Set a vector to boot code (PC-98).kato1998-10-105-16/+16
* PC-98 doesn't have CMOS ram.kato1998-10-101-2/+2
* PC-98 doesn't have CMOS ram.kato1998-10-103-6/+24
* Add entries for MFS which are consistent with the others, now thatjkh1998-10-101-1/+3
* Allow more flexible use of MFS root.jkh1998-10-101-12/+19
* Relocate the preload module info from machdep specifically rather thanpeter1998-10-093-38/+10
* Null commit.. CVS aborted on freefall last time (reaonly file).peter1998-10-091-2/+2
* An elf_reloc() function for the i386. Based on alpha/alpha/elf_machdep.cpeter1998-10-091-0/+100
* Initialise kernel environment and module metadata pointers.msmith1998-10-091-1/+6
* Fix up the kernel environment and module data pointers in the bootinfo ifmsmith1998-10-083-5/+54
* BIOS ROM base address is 0xe8000 on PC-98.kato1998-10-083-3/+18
* Fix syntax errors I introduced.obrien1998-10-071-3/+3
* Add entries for the adw device driver.gibbs1998-10-071-1/+2
* Fix a parent tag reference count bug during tag teardown.gibbs1998-10-071-7/+18
* - Implement enabling write allocate on AMD K5/K6/K6-2 cpus.kato1998-10-063-9/+154
* Undo most of the previous commit.obrien1998-10-051-15/+5
* Now require *FS_ROOT to enable the ability to mount a *FS /.obrien1998-10-051-6/+16
* Document that ``options xFS_ROOT'' requires the associated ``options xFS''.obrien1998-10-051-5/+5
* Add dpt driver back to GENERIC and adjust a stale comment.jkh1998-10-031-5/+3
* Remove lpt1 - we have userconfig if you have a weird port.msmith1998-10-011-3/+1
* Add sysctl 'machdep.msgbuf_clear'. Setting it to anything causes theabial1998-09-291-4/+25
* Don't pretend to support ix86's with 16-bit ints by using longs justbde1998-09-295-18/+18
* Initialize pcb_mpnest to 1 in the child process in cpu_fork(). This shouldtegge1998-09-281-1/+4
* Use correct virtual address when configuring the per CPU idle page directorytegge1998-09-282-2/+8
* Goodbye BOUNCE_BUFFERS, for a hack it has served us well.peter1998-09-253-524/+3
* Don't redefine kernel. Makefile.i386 now defines it.bde1998-09-241-5/+1
* Attempt to work around a bug in the previous commit related tobde1998-09-202-6/+6
* Ensure that the i8254 timecounter doesn't go backards. It sometimesbde1998-09-202-12/+42
* (requested by gibbs) Remove the SCSI_CAM option (and rework the isp drivermjacob1998-09-181-2/+1
* Mark the syscons and pcvt drivers as being allowed to conflict, so thatmsmith1998-09-171-3/+3
* autoconf.c:gibbs1998-09-152-10/+6
OpenPOWER on IntegriCloud