summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64
Commit message (Expand)AuthorAgeFilesLines
* Make sure that we pmap_update AFTER modifying the page table entries.dyson1996-03-131-7/+7
* Killed some historical #define cruft that we've never used in FreeBSD:dg1996-03-121-6/+1
* Removed undocumented an unused APM_SLOWSTART code.nate1996-03-122-82/+4
* For Lite2: proc LIST changes.hsu1996-03-111-3/+3
* Change type of code argument to sendsig from unsigned to u_long to make ithsu1996-03-111-2/+2
* Improved efficiency in pmap_remove, and also remove some of the pmap_updatedyson1996-03-101-111/+160
* Correct some new and older lurking bugs. Hold count wasn't beingdyson1996-03-091-118/+212
* USER_LDT changes for the Willows TwinXPDK toolkit. Only tested with WINEjkh1996-03-033-74/+134
* Mega-commit for Linux emulator update.. This has been stress tested underpeter1996-03-026-160/+68
* Add more options into the conf/options and i386/conf/options.i386 filespeter1996-03-021-1/+2
* Re-insert a missing pmap_remove operation.dyson1996-02-251-2/+2
* Fix a problem with tracking the modified bit. Eliminate thedyson1996-02-252-133/+152
* Correct & Update the printing of CPU features. We have printed rubbishphk1996-02-131-3/+20
* Unspam my changes in rev 1.54 that John spammed in rev 1.55.dg1996-02-051-9/+11
* Changed vm_fault_quick in vm_machdep.c to be global. Needed fordyson1996-02-041-13/+9
* Rewrote cpu_fork so that it doesn't use pmap_activate, and removeddg1996-02-046-45/+16
* Killed last change - it was bogus. cpu_switch() already assumes thatdg1996-02-022-6/+4
* No longer use the cyclecounter to attempt to correct for late or missedwollman1996-01-301-1/+2
* savectx() strikes again: the saved stack pointer wasn't properly adjusteddg1996-01-303-17/+11
* Increase tmpstk size to 8K and make certain it is longword aligned.dg1996-01-302-4/+6
* Allocate DMA bounce buffers only when requested by drivers. Only thebde1996-01-271-9/+1
* Simplified savectx() a little and fixed a bug that caused it to returndg1996-01-234-46/+20
* Initialize the cpu_class variable. This prevents i386 machines fromjoerg1996-01-211-2/+2
* Some trivial fixes to get it to compile again, plus some new lint:peter1996-01-191-4/+7
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-194-120/+334
* Since new bcd* macros not argument range overflow resistant,ache1996-01-161-4/+2
* Get rid of two and a half printf in the kernel.phk1996-01-151-4/+4
* My wife is busy making me a new conical hat, so you don't need tophk1996-01-151-23/+12
* Soren called an said that I screwed up badly, so I backup untilphk1996-01-151-11/+22
* Make bin2bcd and bcd2bin global macroes instead of having localphk1996-01-151-23/+12
* Fixed handling of Feb 29 in resettodr().bde1996-01-121-5/+11
* Replace ugly year/month calculations in resettodr to more cleanache1996-01-081-14/+12
* Choose a different name to hold the option definition.. The original onepeter1996-01-061-2/+2
* Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme.wollman1996-01-052-2/+5
* Convert DDB to new-style option.wollman1996-01-045-4/+10
* Convert SYSV IPC to new-style options. (I hope I got everything...)wollman1996-01-042-2/+5
* convert the math emulation to use the new-style options.wollman1996-01-041-1/+3
* Converted two options over to the new scheme: USER_LDT and KTRACE.wollman1996-01-034-4/+9
* Restrict /devfs/io perms to 0600.joerg1995-12-311-2/+2
* In memory test, cast pointer as "volatile int *", not "int *" to make suredg1995-12-301-9/+9
* Implemented non-statistical kernel profiling. This is based onbde1995-12-291-0/+153
* Made bzero a function vector and added a 586/686 optimized version ofdg1995-12-283-35/+148
* Fix one more label that I overlooked with the P6 support. Sigh.dg1995-12-282-4/+4
* Update bcopyb & bcopy to reflect changes I made in the libc version ofdg1995-12-272-14/+24
* Modify the ioctl to handle revectored interrupts for the entropy gatherers.markm1995-12-271-5/+30
* Removed almost all traces of libkern.a. The objects that were inbde1995-12-262-40/+2
* Fix a lable goofup I made in the previous P6 support changes.dg1995-12-252-6/+6
* Fix typo in CPUCLASS.dg1995-12-251-2/+2
* Add Pentium Pro CPU detection and special handling. For now, all thedg1995-12-246-53/+74
* Use FASTER_NOP rather than NOP in rtcin() - only one inb delay was everdg1995-12-232-6/+6
OpenPOWER on IntegriCloud