aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a hook for a bus to detect child devices which didn't find drivers.Doug Rabson1999-07-114-6/+56
* disable tag queing for the MICROP 4421-07 drive. It's an old 2gig drive.John-Mark Gurney1999-07-111-2/+8
* Make the Winbond ethernet driver work on FreeBSD/alpha. Also addedBill Paul1999-07-112-51/+78
* An SMP-specific change: eliminate a check on bsp_apic_readyAlan Cox1999-07-101-11/+5
* Convert the if_fea (DEC FDDI) driver to newbus since it has been brokenPeter Wemm1999-07-102-790/+330
* Change the data type used to represent page color in the vm_objectAlan Cox1999-07-101-2/+2
* Remove unused function prototypes.Alan Cox1999-07-101-3/+1
* Add apmd support code.Mitsuru IWASAKI1999-07-103-25/+502
* Go back to the old (icu.s rev.1.7 1993) way of keeping the AST-pendingBruce Evans1999-07-1024-282/+98
* Fixes for a couple of problems in last commit:Peter Wemm1999-07-101-8/+8
* Fixed a longstanding scheduling bug. ASTs and softclock interrupts wereBruce Evans1999-07-104-48/+52
* Fix a dev_t/udev_t issue with accounting. lastcomm now shows thePoul-Henning Kamp1999-07-102-5/+12
* Allow jailed proccesses to open non-process vnodes like the root of the fs.Poul-Henning Kamp1999-07-092-4/+4
* Fix the previous warning a different way since the emul_path exposure wasPeter Wemm1999-07-091-7/+5
* Minor tweak - don't cause a warning.Peter Wemm1999-07-091-2/+3
* Use %q rather than rolling a custom routine.Peter Wemm1999-07-092-102/+14
* Implement the %q prefix for the integer types. Note that egcs on thePeter Wemm1999-07-091-17/+81
* Add in dbregs stubs that a committer for changes on the i386 ought to have done.Matt Jacob1999-07-093-3/+48
* if_sk.c: use pci_port_t instead of u_shortBill Paul1999-07-094-12/+10
* bufhashinit() is called with a caddr_t and is expected to return thePeter Wemm1999-07-093-7/+7
* Removed device-dirver flags.KATO Takenori1999-07-092-430/+430
* Sync with sys/i386/i386/userconfig.c revision 1.148.KATO Takenori1999-07-091-2/+3
* Sync with sys/i386/i386/machdep.c revision 1.355.KATO Takenori1999-07-092-2/+164
* This commit adds driver support for the SysKonnect SK-984x seriesBill Paul1999-07-0911-5/+6993
* Support for i386 hardware breakpoints.Jonathan Lemon1999-07-092-0/+202
* Implement support for hardware debug registers on the i386.Jonathan Lemon1999-07-0925-24/+458
* Condition in KASSERT was reversed.Kirk McKusick1999-07-081-2/+2
* Implement VT_RELDISP ioctlMarcel Moolenaar1999-07-084-4/+16
* Sync with sys/dev/syscons/syscons.c revision 1.313.KATO Takenori1999-07-081-8/+4
* Sync with sys/i386/i386/machdep.c revision up to 1.354.KATO Takenori1999-07-082-304/+296
* Sync with sys/i386/conf/majors.i386 revision 1.79.KATO Takenori1999-07-081-3/+3
* Sync with sys/i386/conf/Makefile.i386 revision 1.158.KATO Takenori1999-07-082-10/+2
* These changes appear to give us benefits with both small (32MB) andKirk McKusick1999-07-0814-232/+267
* Grrr.... forgot one line from the previous fix.Bill Paul1999-07-081-3/+3
* Fix a potential race condition that can occur in xl_start(). If the NICBill Paul1999-07-071-3/+5
* Fix my complete botch. I hope. Tested this timeMatt Jacob1999-07-071-5/+5
* - Fixed memory leak in sc_alloc_history_buffer().Kazutaka YOKOTA1999-07-074-29/+88
* add unused argument to udev2dev() to make kernel compiledAndrey A. Chernov1999-07-071-2/+2
* Add $Id$Ollivier Robert1999-07-071-0/+1
* Reinstate the previous fix for the broken export of a dev_t in sw_dev, convertMike Smith1999-07-073-7/+7
* Back out previous commit. It was wrong, and caused panics.Brian Feldman1999-07-073-3/+3
* swdevt should contain a udev_t not a devt. This resulted in bogusMike Smith1999-07-063-6/+6
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-0690-568/+568
* Implement SA_SIGINFO support for the Alpha. This is obviously a littlePeter Wemm1999-07-062-56/+43
* Backout the previous change. Claimed to break compatibility withNick Hibma1999-07-061-1/+1
* Don't clobber the smb cdevsw entry that was installed by the driverPeter Wemm1999-07-061-5/+1
* Quieten gcc paranoia.Peter Wemm1999-07-062-4/+4
* Typo: s/0ff0/0xff0/Peter Wemm1999-07-062-4/+4
* Trivial implementation of TIOCM{S|G}ET and TIOCMBI{S|C} ioctls. No needMarcel Moolenaar1999-07-062-2/+34
* Implement SA_SIGINFO for i386. Thanks to Bruce Evans for much moreMartin Cracauer1999-07-0610-131/+306