summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Use new printf features rather than local kludges.phk1996-01-241-3/+3
* Add commands for ptrace get/set registers.. (Same numbers as NetBSD)peter1996-01-241-3/+11
* procfs_machdep.c is now shared with ptrace as well. It is now no longerpeter1996-01-241-2/+3
* Hide the probe warnings behind `bootverbose'.joerg1996-01-231-2/+4
* Make PCI interrupt handlers return void like everybody else does.se1996-01-233-23/+14
* Simplified savectx() a little and fixed a bug that caused it to returndg1996-01-234-27/+14
* Initialize the cpu_class variable. This prevents i386 machines fromjoerg1996-01-211-2/+2
* Implement an optional TIMEOUT value while entering the boot parameterjoerg1996-01-212-4/+33
* Newest version of the Matrox Meteor driver. Tested with various MBONEjkh1996-01-211-10/+19
* Added a comment above the npx0 device linenate1996-01-201-1/+2
* Reinstate AUTO_EOI_1. This did break suspend/resume on some portables.phk1996-01-192-40/+58
* Fixed vm_map_find for new vm changes.dyson1996-01-191-5/+6
* Fixed vm_map_find for new vm updates.dyson1996-01-192-8/+13
* 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
* Fix buffer sizes calculation looking into new Linux driver.ache1996-01-185-21/+27
* Workaround missing interrupts - dma_reset on them (when timeout occurse).ache1996-01-171-0/+2
* Use the new & improved printf rather than homegrown kludges.phk1996-01-162-19/+11
* Small modification to my prev change:ache1996-01-161-6/+4
* 1) Fix comments: 386bsd -> FreeBSD, some other wrong info.ache1996-01-161-15/+17
* Removed declarations of nonexistent functions.bde1996-01-161-10/+2
* Since new bcd* macros not argument range overflow resistant,ache1996-01-162-8/+4
* sleep/wakeup macros was designed to do it on random address in the stack.ache1996-01-161-4/+3
* Get rid of two and a half printf in the kernel.phk1996-01-152-5/+5
* My wife is busy making me a new conical hat, so you don't need tophk1996-01-152-46/+24
* Soren called an said that I screwed up badly, so I backup untilphk1996-01-152-22/+44
* Remove some unused vars, use new hex2ascii macro.phk1996-01-151-22/+9
* Make bin2bcd and bcd2bin global macroes instead of having localphk1996-01-155-77/+28
* Add linux_mknod so that it will do mkfifo if needed...sos1996-01-143-43/+61
* Register our softc at attach time. I forgot to do this in my last commit,gibbs1996-01-141-1/+2
* Document NFS_NOSERVER.phk1996-01-132-2/+4
* Fixed renaming of private DEBUG macro. The previous revision missedbde1996-01-132-10/+10
* Fixed handling of Feb 29 in resettodr().bde1996-01-122-10/+22
* Add the 3C595 as a supported device for vx0. Delete the rest of the lineats1996-01-092-6/+6
* Fix the 'extraneous newline' problem a little more sensibly: just takingwpaul1996-01-091-1/+4
* clean up si_dprintf a bit so that it uses vararg argument parsing that doespeter1996-01-091-6/+17
* Replace ugly year/month calculations in resettodr to more cleanache1996-01-082-28/+24
* MTRETENS for the wt driver. This patch got lost withjoerg1996-01-082-39/+14
* Reran makesyscalls.sh..peter1996-01-083-4/+3
* Oops. forgot to remove #include "opt_sysvipc.h"peter1996-01-081-2/+1
* reran makesyscallspeter1996-01-0810-57/+10
* Remove the #ifdef SYSVSHM etc. Always call the functions, some stubspeter1996-01-081-13/+1
* Also move /var/db/kvm_kernel.db to /var/db/kvm_kernel.old.db IF we changepeter1996-01-081-1/+2
* Only change the sysctl variable if it presently points to /kernel.phk1996-01-071-2/+4
* Use the new adapter_softc field in the scsi_link structure so thatgibbs1996-01-073-42/+21
* Use the new adapter_softc field in the scsi_link structure so thatgibbs1996-01-075-224/+224
* Use the new adapter_softc field in the scsi_link structure so thatgibbs1996-01-071-79/+66
* Add comment about only needing on of either ahc, ncr, or ahb typegibbs1996-01-071-2/+3
* Add NMSS to the list of things that local.h checks for when decdingwpaul1996-01-072-3/+4
* Document the ``BOOT_HD'' make option for the bootblocks.joerg1996-01-061-2/+7
OpenPOWER on IntegriCloud