summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Sync with sys/i386/isa/isa_dma.c revision 1.2.kato1999-04-212-4/+2
* Sync with sys/i386/isa/clock.c revision 1.131.kato1999-04-213-48/+36
* Forgot one.n_hibma1999-04-211-1/+1
* Use ${.CURDIR} in `exists()' constructs.jkoshy1999-04-211-4/+4
* Merge a diff that Soren sent me to resolve some lun / unit problems.peter1999-04-211-29/+20
* pmap_ts_referenced(): set fault on {read|execute|write} bits on the page on,dt1999-04-211-6/+8
* Change type of a variable from u_int to size_t, so that pointer to it may bedt1999-04-211-2/+2
* DEVICE_SUSPEND was always returning ENXIO for reasons unknown. Forimp1999-04-212-4/+14
* oops, SMP was missing includes for a typedef.peter1999-04-215-10/+10
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.peter1999-04-2131-803/+1888
* As I understand it, these register_intr()'s shouldn't be here. The isapeter1999-04-211-3/+1
* Address several problems in vn_read and vn_write:alc1999-04-211-35/+21
* Added consts to cpu_set_fork_handler prototype. (Follow i386 version.)dt1999-04-204-11/+11
* Remove feature creep: STAILQ_REMOVE_HEAD_UNTIL added it for conveniencen_hibma1999-04-203-6/+17
* alpha/include/param.h: #define NCPUS 1dt1999-04-202-7/+4
* 1) Change printf's into DPRINTF.n_hibma1999-04-202-85/+96
* Add defines for Mass Storage Bulk-Only and COmmun. Class devices.n_hibma1999-04-201-19/+37
* Make the location of init(8) tunable at boot time.des1999-04-205-20/+51
* Enclose .hcidebug in '#ifdef N.HCI'n_hibma1999-04-201-6/+20
* Removed annoying messaged during boot,added some checksemenu1999-04-2014-354/+868
* Clean out most of the LKM stuff, the build support left a little while ago.peter1999-04-201-85/+9
* No need to use a magic IPFIREWALL_MODULE - the build system suppliespeter1999-04-201-2/+2
* s/IPFIREWALL_MODULE/KLD_MODULE/peter1999-04-201-2/+2
* Tidy up some stray / unused stuff in the IPFW package and friends.peter1999-04-209-108/+14
* Don't clobber the "prompt" variable if it has already been set (e. g.joerg1999-04-201-2/+3
* Recognize PC-98 16-bits bus (C-bus) as ISA bus. Because class numberkato1999-04-201-7/+24
* Make bt driver work on eisa again.dfr1999-04-202-4/+4
* Sync with sys/i386/i386/userconfig.c revision 1.136.kato1999-04-201-10/+12
* Sync with sys/i386/i386/machdep.c revision 1.330.kato1999-04-202-10/+2
* Sync with sys/i386/conf/Makefile.i386 revision 1.147.kato1999-04-202-4/+4
* Rectivate pnp0.kato1999-04-202-4/+4
* Make pcvt compile and run again after find_display() is gone as part ofhm1999-04-204-109/+23
* Preserve termination settings across the card reset in our shutdown hook.gibbs1999-04-191-4/+36
* Handle the case when auto sense retrieval fails.gibbs1999-04-192-3/+13
* Use macros for accessing the head of the heap so that codegibbs1999-04-191-2/+2
* cam_periph.c:gibbs1999-04-194-48/+67
* Kill joy for the time being, it used lkm unconditionally, breaking world.peter1999-04-191-4/+3
* Always reset the isa hints after releasing the resources after probe,peter1999-04-191-16/+16
* 1) Add Rockfire vendor and gamepad product (MAEKAWA Masahide)n_hibma1999-04-193-20/+73
* The missing prototype for isa_wrap_old_drivers() was bugging me..peter1999-04-191-1/+2
* Make userconfig saving actually work..peter1999-04-191-10/+12
* GC some stray debugging printf()s...peter1999-04-191-4/+1
* _pmap_unwire_pte_hold and pmap_remove_page:alc1999-04-192-26/+62
* Fix a potential hang situation.luoqi1999-04-191-1/+2
* Don't do (1 << irq) to get an interrupt mask when irq = -1.peter1999-04-191-4/+6
* Fixed missing changes for new-bus (return value of the probe routine).kato1999-04-192-16/+16
* Remove LKM module glue Makefile.peter1999-04-191-12/+0
* Zap LKM option and support. Farewell old friend.peter1999-04-198-1262/+9
* unifdef -DVM_STACK - it's been on for a while for x86 and was checkedpeter1999-04-1921-476/+26
* Fix a braino from last commit.peter1999-04-192-8/+0
OpenPOWER on IntegriCloud