summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove definition of the unimplemented "control" hook.archie2000-01-2110-16/+6
* Add a new TUNSIFPID ioctl to update the tun_pid (recorded inbrian2000-01-212-0/+4
* Add support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWNn_hibma2000-01-205-10/+17
* Remove duplicate includen_hibma2000-01-201-1/+0
* Properly remove interrupts if initialisation fails.n_hibma2000-01-202-58/+74
* Fix test for deciding when a bulk IN transfer got truncated. I thoughtwpaul2000-01-201-1/+1
* bdeize last commit:imp2000-01-201-3/+0
* Make devices behind PPBs work on DS10s (and any other single pchip tsunamis)gallatin2000-01-201-9/+1
* Synced with the sc driver in the sys/dev/syscons directory.kato2000-01-2010-1294/+2529
* - Add some comment from bde on the keyboard interrupt.yokota2000-01-202-22/+38
* Do not explicitly create empty option files; they are takenyokota2000-01-201-8/+1
* Do not include `ukbd.h'; it's not used.yokota2000-01-201-1/+0
* Unconditionally define sc_paste().yokota2000-01-202-4/+0
* Fix wrong usage of FONT_NONE. It was not meant to be set inyokota2000-01-204-5/+4
* Fixed typo.nyan2000-01-202-2/+2
* Synced with sys/isa/sio.c rev 1.285.kato2000-01-202-0/+14
* Synced with sys/i386/i386/userconfig.c rev 1.169.kato2000-01-201-0/+2
* Synced with sys/i386/conf/GENERIC rev 1.230.kato2000-01-202-2/+20
* Back out the previous spl change, since it opens a race window.jasone2000-01-201-1/+1
* Track libc_r addition of semaphores implementation.jasone2000-01-202-20/+32
* Regen.wpaul2000-01-202-507/+625
* More USB ethernet tweaks:wpaul2000-01-2023-524/+1040
* When we are execing a setugid program, and we have a procfs filesystemimp2000-01-203-0/+61
* A few more style cleanupsrwatson2000-01-201-14/+9
* Move ENTRY and ALTENTRY definitions to asm.h where they belong.jasone2000-01-202-2/+8
* Add the pcdmx theatre lighting controller major numbermsmith2000-01-201-0/+1
* Don't tsleep() while at splbio().jasone2000-01-201-2/+12
* Fix an #ifdef that should have been and #ifndef.archie2000-01-203-3/+3
* Port of the PC-98 ppc to the newbus system.kato2000-01-204-648/+1090
* Add support for the Davicom DM9102A 10/100 ethernet controller chip.wpaul2000-01-194-10/+46
* Add parallel port clock driver.jkh2000-01-191-0/+348
* Import simple driver for a parallel port radio clock which receivesjkh2000-01-196-0/+13
* Quantify the calls to ad_attach and atapi_attach so that disklesssos2000-01-191-0/+4
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls torwatson2000-01-1912-145/+128
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls torwatson2000-01-195-68/+68
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls torwatson2000-01-191-12/+25
* Reference machine/param.h rather than the nonexistentmsmith2000-01-191-2/+2
* Fix a couple of bugs:wpaul2000-01-192-5/+8
* Rearrange the probecode, so that 80pin cables can be identifiedsos2000-01-1810-639/+473
* kludge to fix the end-of-sample repeating bug. i don't know why it happens;cg2000-01-181-5/+9
* update ac97 layer to use device_printf when printing messagescg2000-01-187-12/+15
* Cast rman_get_virtual() to a vm_offset_t.billf2000-01-184-4/+4
* unbreak (rv -> r), afaik what Mike intended, boots fine on my machinealfred2000-01-184-4/+4
* Add another four device ID's for isa pnp modems. The USR's seem to usepeter2000-01-182-0/+14
* Merge a bug fix from freebsd-current; check m != NULL before touching it,shin2000-01-181-1/+1
* Add ADS7182 as a known Joystick.peter2000-01-182-0/+2
* Add a warning for the snd drivers and a pointer to pcm/sbc/etc.peter2000-01-181-1/+2
* Enable POSIX P1003_1B extentions by default; there's no reason I can seejkh2000-01-182-0/+6
* IRIX interoperability -- define ACL_MAX_ENTRIES from MAX_ACL_ENTRIESrwatson2000-01-181-0/+1
* Bump __FreeBSD_version due to openssl import.kris2000-01-181-1/+1
OpenPOWER on IntegriCloud