summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* ahc_pci.c:gibbs1999-04-234-234/+304
* staticize.gibbs1999-04-232-4/+4
* ahb.c:gibbs1999-04-234-52/+36
* bt.c:gibbs1999-04-232-10/+18
* Complete conversion to bus dma. This driver now works on the alpha.gibbs1999-04-234-435/+703
* Kill a compiler warning.gibbs1999-04-231-1/+2
* Release bus entries in the EDT when a path is released.gibbs1999-04-231-4/+14
* Make the register_intr() glue actually have a chance of working...peter1999-04-234-8/+12
* s/lkm(4)/kld(4)/peter1999-04-231-2/+2
* Make pmap_collect() an official pmap interface.dt1999-04-235-9/+6
* Moved cpu_set_fork_handler's prototype from <machine/cpu.h> to <sys/proc.h>.dt1999-04-234-7/+6
* Fixed several (not all) warnings.dt1999-04-2315-101/+45
* Reference kld(4).ghelmer1999-04-233-6/+6
* Update VM86 comment - it's used for VESA too.peter1999-04-233-6/+6
* Update #include statements to reflect the new location of "sioreg.h".jdp1999-04-222-4/+4
* Fix so that this driver works again when compiled with EGCS (whichdavidn1999-04-222-62/+62
* Return the port size from the probe.peter1999-04-223-6/+9
* Fix the promise_intr function, it should use 'lun' not 'unit'sos1999-04-221-2/+2
* Work around an egcs optimizer bug (i386). This should fix the active ftpluoqi1999-04-211-2/+4
* Update VERSREQ.dfr1999-04-212-4/+4
* Fix my breakage of BRIDGE compiling option without IPFIREWALL..peter1999-04-211-1/+5
* The function msgrcv() could copy larger data than it should dosada1999-04-211-3/+3
* 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
OpenPOWER on IntegriCloud