summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for vmspace sharing as per Alan Cox. Thanks!msmith1999-07-291-5/+1
* Major update to the kernel's BIOS-calling ability.msmith1999-07-294-42/+365
* Remove XXX from the headers (broke the build, I'm betting.)green1999-07-292-4/+2
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-292-8/+18
* We're called too early to have any idea whether APM is going to bemsmith1999-07-282-22/+14
* Remove some droppings left over from the removal of the APM hooks.msmith1999-07-282-10/+2
* Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These aredfr1999-07-281-4/+6
* Various formatting fixes on my FPE trapcode commit.cracauer1999-07-263-295/+289
* On FPU exceptions, pass a useful error code (one of the FPE_...cracauer1999-07-255-56/+429
* This commit adds device driver support for Adaptec Duralink PCI fastwpaul1999-07-251-1/+2
* Increased max kmem to 200MB. This should fix some out-of-kmem panics ondg1999-07-241-2/+2
* atomic.h:alc1999-07-232-16/+5
* Reduce the number of "magic constants" used for page coloringalc1999-07-221-2/+2
* Fix the following problem:alc1999-07-211-4/+15
* Update of the i686 MTRR/memory range support.msmith1999-07-201-45/+46
* Implement an all-CPU shootdown-style rendezvous facility. This allowsmsmith1999-07-206-7/+291
* Fix a page size vs. KB mixup. The extra buffers allocated at a reducedpeter1999-07-191-4/+4
* Updated acquire_timer2()'s state machine to work when the i8254 isbde1999-07-182-46/+20
* Don't let the machdep.tsc_freq sysctl proceed if the TSC is presentbde1999-07-182-12/+12
* Centralize dumpdev handling.phk1999-07-171-60/+1
* Add support for multiple PCI busses directly connected to the nexus.msmith1999-07-164-10/+386
* Move the xe0 driver back where it was. It was misleading where it was as itobrien1999-07-131-2/+3
* Commit the correct patch, i.e., the one that actually correspondsalc1999-07-131-35/+55
* Changed the implementation of the primitives to guarantee atomicityalc1999-07-131-22/+42
* Go back to the old (icu.s rev.1.7 1993) way of keeping the AST-pendingbde1999-07-1011-126/+32
* Fixed a longstanding scheduling bug. ASTs and softclock interrupts werebde1999-07-102-24/+26
* Implement support for hardware debug registers on the i386.jlemon1999-07-098-8/+198
* These changes appear to give us benefits with both small (32MB) andmckusick1999-07-082-5/+6
* Rename bpfilter to bpf.des1999-07-061-3/+3
* Quieten gcc paranoia.peter1999-07-061-2/+2
* Typo: s/0ff0/0xff0/peter1999-07-061-2/+2
* Implement SA_SIGINFO for i386. Thanks to Bruce Evans for much morecracauer1999-07-063-44/+82
* Add Centaur/IDT WinChip support.green1999-07-061-1/+14
* I made some cleanups, rearranged things a bit, and made AMD Features defaultgreen1999-07-061-47/+52
* Move the initialisation/tuning of nmbclusters from param.c/machdep.cmsmith1999-07-051-7/+1
* Add an extra space to " AMD Features=" to make it line up well.green1999-07-051-2/+2
* K6-III CPUs are now case:d in the appropriate switch; also, ingreen1999-07-051-4/+54
* Some cleanup and rearrangement. hw.physmem is now an absolute quantity;jlemon1999-07-041-121/+98
* The buffer queue mechanism has been reformulated. Instead of havingmckusick1999-07-041-2/+4
* printf int/dev_t (pointer) warningpeter1999-07-031-3/+3
* Improve compatibility with other systems by changing the defaultimp1999-07-034-4/+40
* Fix warnings in last commit (dev_t is not an int, and not even intpeter1999-07-031-4/+5
* Be more informative and try to ask the user in some instances if we can'tphk1999-07-031-8/+18
* An SMP-specific change: Add the lock prefix to RMW operationsalc1999-07-033-5/+13
* Lightly overhaul the memory sizing code again.msmith1999-07-021-80/+127
* Correct some ugly formatting. Remember to initialize the alignment tag.mjacob1999-07-021-40/+35
* Zap totally the npx0 memory size override. It only worked if staticallypeter1999-07-021-14/+2
* Look up the kernel environment for MAXMEM as a final override for thepeter1999-07-011-3/+9
* Move kern_envp and preload initialization a little earlier so that wepeter1999-07-011-9/+8
* Slight reorganization of kernel thread/process creation. Instead of usingpeter1999-07-011-3/+3
OpenPOWER on IntegriCloud