| Commit message (Expand) | Author | Age | Files | Lines |
* | Lite2 bugfixes merge: | ache | 1999-04-24 | 1 | -3/+3 |
* | Minor nit. It is probably still incorrect, but at least don't | dcs | 1999-04-24 | 1 | -1/+1 |
* | Fix a braino in the v_id wraparound code. Give more (current) details | phk | 1999-04-24 | 1 | -9/+17 |
* | Move loader.conf.5, while it is still in it's first revision. | dcs | 1999-04-24 | 2 | -3/+3 |
* | Add loader.4th man page (worst man page I ever wrote -- reviews | dcs | 1999-04-24 | 3 | -3/+263 |
* | Fix spelling of '#if 0'. | dt | 1999-04-24 | 1 | -1/+1 |
* | Drop tty/net/bio/cam interrupt class labels, it's meaningless here now. | peter | 1999-04-24 | 3 | -237/+237 |
* | Drop the tty/net/bio/cam interrupt class labels, they are meaninless here | peter | 1999-04-24 | 2 | -60/+60 |
* | Use pointer arithmetic as appropriate. | dt | 1999-04-24 | 1 | -2/+2 |
* | postpone the sending of IGMP LEAVE msg to after deleting the | luigi | 1999-04-24 | 1 | -2/+8 |
* | Fixed printf format errors on alpha. | dt | 1999-04-24 | 3 | -9/+9 |
* | Use pointer arithmetic to do pointer arithmetic. | dt | 1999-04-24 | 1 | -3/+3 |
* | Modify the non-i386 version of disable_intr() and enable_intr() so that they | dt | 1999-04-24 | 2 | -6/+6 |
* | Back out parts of rev 1.4; making isa.c preserve the hints across a | peter | 1999-04-24 | 1 | -14/+15 |
* | Revert part of 1.9; we don't need to reset the port after release now that | peter | 1999-04-24 | 3 | -6/+3 |
* | Don't clear the hints on release, just the resource containers. | peter | 1999-04-24 | 2 | -14/+2 |
* | Typo, use SYS_RES_IRQ when releasing the irq resource, not SYS_RES_IOPORT. | peter | 1999-04-24 | 2 | -4/+4 |
* | Optimize better for space. | kato | 1999-04-24 | 1 | -3/+3 |
* | Commented out adv_isa.c. | kato | 1999-04-24 | 2 | -4/+4 |
* | - PC98 doesn't support 16bits bus I/F of adv deriver. | kato | 1999-04-24 | 1 | -1/+16 |
* | 1MB is not 1024 * 1024 * 1024 but 1024 * 1024. | kato | 1999-04-24 | 4 | -8/+8 |
* | ahc_pci.c: | gibbs | 1999-04-23 | 4 | -234/+304 |
* | staticize. | gibbs | 1999-04-23 | 2 | -4/+4 |
* | ahb.c: | gibbs | 1999-04-23 | 4 | -52/+36 |
* | bt.c: | gibbs | 1999-04-23 | 2 | -10/+18 |
* | Complete conversion to bus dma. This driver now works on the alpha. | gibbs | 1999-04-23 | 4 | -435/+703 |
* | Kill a compiler warning. | gibbs | 1999-04-23 | 1 | -1/+2 |
* | Release bus entries in the EDT when a path is released. | gibbs | 1999-04-23 | 1 | -4/+14 |
* | Make the register_intr() glue actually have a chance of working... | peter | 1999-04-23 | 4 | -8/+12 |
* | s/lkm(4)/kld(4)/ | peter | 1999-04-23 | 1 | -2/+2 |
* | Make pmap_collect() an official pmap interface. | dt | 1999-04-23 | 5 | -9/+6 |
* | Moved cpu_set_fork_handler's prototype from <machine/cpu.h> to <sys/proc.h>. | dt | 1999-04-23 | 4 | -7/+6 |
* | Fixed several (not all) warnings. | dt | 1999-04-23 | 15 | -101/+45 |
* | Reference kld(4). | ghelmer | 1999-04-23 | 3 | -6/+6 |
* | Update VM86 comment - it's used for VESA too. | peter | 1999-04-23 | 3 | -6/+6 |
* | Update #include statements to reflect the new location of "sioreg.h". | jdp | 1999-04-22 | 2 | -4/+4 |
* | Fix so that this driver works again when compiled with EGCS (which | davidn | 1999-04-22 | 2 | -62/+62 |
* | Return the port size from the probe. | peter | 1999-04-22 | 3 | -6/+9 |
* | Fix the promise_intr function, it should use 'lun' not 'unit' | sos | 1999-04-22 | 1 | -2/+2 |
* | Work around an egcs optimizer bug (i386). This should fix the active ftp | luoqi | 1999-04-21 | 1 | -2/+4 |
* | Update VERSREQ. | dfr | 1999-04-21 | 2 | -4/+4 |
* | Fix my breakage of BRIDGE compiling option without IPFIREWALL.. | peter | 1999-04-21 | 1 | -1/+5 |
* | The function msgrcv() could copy larger data than it should do | sada | 1999-04-21 | 1 | -3/+3 |
* | Sync with sys/i386/isa/isa_dma.c revision 1.2. | kato | 1999-04-21 | 2 | -4/+2 |
* | Sync with sys/i386/isa/clock.c revision 1.131. | kato | 1999-04-21 | 3 | -48/+36 |
* | Forgot one. | n_hibma | 1999-04-21 | 1 | -1/+1 |
* | Use ${.CURDIR} in `exists()' constructs. | jkoshy | 1999-04-21 | 1 | -4/+4 |
* | Merge a diff that Soren sent me to resolve some lun / unit problems. | peter | 1999-04-21 | 1 | -29/+20 |
* | pmap_ts_referenced(): set fault on {read|execute|write} bits on the page on, | dt | 1999-04-21 | 1 | -6/+8 |
* | Change type of a variable from u_int to size_t, so that pointer to it may be | dt | 1999-04-21 | 1 | -2/+2 |