summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* dpt.h has moved back to sys/dev/dpt. The dpt ioctl interface will beJustin T. Gibbs1998-09-171-1369/+0
* Mark the syscons and pcvt drivers as being allowed to conflict, so thatMike Smith1998-09-175-15/+15
* Use %p with (void *) casts to print pointers with printf.Justin T. Gibbs1998-09-175-25/+25
* Prevent modification of permanent ARP entries (PR kern/7649)Bill Fenner1998-09-171-4/+21
* Some Alpha patches for CAM from Doug Rabson.Kenneth D. Merry1998-09-162-3/+5
* Fix a regression that caused the script to spam itself by copying somethingJustin T. Gibbs1998-09-161-17/+49
* Add 450NX chipset components.Mike Smith1998-09-161-1/+5
* Fix the (unported) resource shortage case- I'd done a xpt_freeze_simqMatt Jacob1998-09-162-4/+15
* Make consoles immutable. If you want to turn them off, use wizard mode.Mike Smith1998-09-161-15/+14
* sync with GENERIC file, raise maxusers variable from '10' to '32'Andreas Klemm1998-09-161-2/+2
* Make this somewhat cam-compatible.Poul-Henning Kamp1998-09-161-6/+4
* Fix a bug in ncr_freeze_devq() which is called when we see a queueJustin T. Gibbs1998-09-161-5/+10
* Alpha port related fixes from Doug Rabson.Matt Jacob1998-09-162-34/+66
* alpha port fixes from Doug.Matt Jacob1998-09-162-5/+5
* Properly allocate our, per lun, probe peripheral softc fromJustin T. Gibbs1998-09-161-2/+2
* Sync with sys/i386/isa/pcaudio.c revision 1.43.KATO Takenori1998-09-161-5/+5
* Sync with sys/i386/isa/files.i386 and options.i386 revisions 1.204 andKATO Takenori1998-09-164-6/+18
* Some workarounds for a common DEC pci-pci bridge found on alphas.Doug Rabson1998-09-162-10/+18
* Port de driver to alpha.Doug Rabson1998-09-162-6/+74
* Document BUS_CREATE_INTR and BUS_CONNECT_INTR.Doug Rabson1998-09-161-3/+8
* Workaround some EB164 wierdness.Doug Rabson1998-09-161-13/+75
* Disable unwanted isa interrupts.Doug Rabson1998-09-161-1/+8
* Add cam spls.Doug Rabson1998-09-161-1/+3
* Port i386 bus_space and bus_dma to alpha.Doug Rabson1998-09-163-454/+1063
* Change to cam.Doug Rabson1998-09-169-38/+28
* Add cam software interrupts.Doug Rabson1998-09-161-1/+10
* Port the i386 bus_dma implementation to alpha.Doug Rabson1998-09-161-0/+651
* Sync with sys/i386/isa/fd.c revision 1.123.KATO Takenori1998-09-162-6/+4
* Sync with sys/i386/conf/Makefile.i386 revision 1.123.KATO Takenori1998-09-162-4/+4
* Import base vinum lkm sourcesGreg Lehey1998-09-1646-0/+16470
* Fix printf format bugs.Justin T. Gibbs1998-09-164-48/+55
* Fix compile warnings.Matt Jacob1998-09-161-4/+4
* Restore the core-dumping of all writable segments for ELF executables,John Polstra1998-09-161-80/+188
* Check to make sure that this device is opened read-write, not just readKenneth D. Merry1998-09-162-2/+14
* fix reported compile error flying blind- I do not have the new compiler yetMatt Jacob1998-09-151-2/+2
* Update to use CAM device names.Justin T. Gibbs1998-09-151-5/+3
* Erk. Revert back to 1.31, dumping only data and stack to the coreJohn Polstra1998-09-151-200/+68
* Nuke uninitialized varible fd from retrier(). Change the devstat codeJustin T. Gibbs1998-09-153-9/+6
* When choosing segments to write to the core file, don't assume thatJohn Polstra1998-09-151-2/+3
* Correct printf format bugs.Justin T. Gibbs1998-09-156-28/+32
* Instead of just the data and stack segments, include all writableJohn Polstra1998-09-151-68/+199
* Bump config version.Justin T. Gibbs1998-09-153-6/+6
* Add the vesa module to the listSøren Schmidt1998-09-151-2/+2
* Double oops, committed the wrong Makefile ata that, fixed.Søren Schmidt1998-09-151-2/+2
* Oops for the Makefile for the VESA lkmSøren Schmidt1998-09-151-0/+19
* Add DLT_{SLIP,PPP}_BSDOS from libpcap 0.4Bill Fenner1998-09-151-1/+3
* Add VESA support to syscons.Søren Schmidt1998-09-1538-2819/+5337
* Restore pre-v1.44 behavior: always copy modified in-core inode to diskLuoqi Chen1998-09-151-3/+5
* Sync with sys/i386/i386/userconfig.c revision 1.108.KATO Takenori1998-09-151-8/+5
* Sync with sys/i386/conf/GENERIC, SMP-GENERIC, device.i386, files.i386,KATO Takenori1998-09-159-81/+77