| Commit message (Expand) | Author | Age | Files | Lines |
* | Virgin import of Xircom PCCARD driver v1.13 | obrien | 1999-05-14 | 2 | -0/+2439 |
* | Previously directories were sync'ed every 10 seconds while bitmaps & | mckusick | 1999-05-14 | 2 | -6/+6 |
* | Add a hook to ffs_fsync to allow soft updates to get first chance at doing | mckusick | 1999-05-14 | 5 | -58/+210 |
* | Include <sys/systm.h> earlier as required by include changes. | msmith | 1999-05-14 | 1 | -2/+2 |
* | Remove unneeded line of code that got left behind when I converted this | wpaul | 1999-05-13 | 1 | -3/+2 |
* | Better English. | brian | 1999-05-13 | 1 | -2/+2 |
* | Removed an especially bogus cast. | bde | 1999-05-13 | 1 | -2/+2 |
* | Casting handles from void * to uintptr_t on the way to dev_t became | bde | 1999-05-13 | 1 | -3/+3 |
* | Fixed 10 out of 40 lines of -Wcast-qual warnings/errors. 3 lines were | bde | 1999-05-13 | 4 | -36/+46 |
* | Vinum doesn't compile right now. | phk | 1999-05-13 | 1 | -2/+5 |
* | Added ../sys/syscall.mk to targets. Back it up like all the other | bde | 1999-05-13 | 1 | -1/+2 |
* | Regenerated. | bde | 1999-05-13 | 6 | -8/+8 |
* | Fixed nonsense arg type `const caddr_t' in the prototype() for utrace(). | bde | 1999-05-13 | 2 | -5/+5 |
* | memcmp -> bcmp. memcmp doesn't exist in the kernel, but unfortunately | bde | 1999-05-13 | 2 | -4/+4 |
* | Renamed the private copies of strlen and strcpy to gdb_strlen and | bde | 1999-05-13 | 2 | -8/+6 |
* | Fixed printing of a dev_t in a panic message. Fixed the function name | bde | 1999-05-13 | 2 | -4/+4 |
* | Restored used include of <sys/systm.h>. -Wmissing-prototypes doesn't work | bde | 1999-05-13 | 2 | -2/+5 |
* | I'm told by the PR author that this page_size increment was in | jkh | 1999-05-13 | 1 | -2/+1 |
* | Device pager's handle is dev_t not udev_t. | luoqi | 1999-05-13 | 1 | -3/+3 |
* | dev is a pointer, printf it as such | peter | 1999-05-12 | 2 | -4/+4 |
* | Try and fix a dev_t/major/minor etc nit. | peter | 1999-05-12 | 1 | -3/+3 |
* | Try an fix a couple of dev_t/major/minor etc nits. | peter | 1999-05-12 | 3 | -7/+9 |
* | Unbreak VESA on SMP. | luoqi | 1999-05-12 | 24 | -77/+84 |
* | VM86_FRAMESIZE is now the size of vm86 frame, not the number of 4-byte words. | luoqi | 1999-05-12 | 3 | -7/+7 |
* | Fix (?) SPECHASH dev_t/major/minor/etc args | peter | 1999-05-12 | 2 | -4/+4 |
* | Fix dev_t/minor problems | peter | 1999-05-12 | 9 | -63/+91 |
* | When asked to get the current transfer settings go do a dev_refresh | mjacob | 1999-05-12 | 1 | -12/+26 |
* | be a bit more chatty about some speed negotiations | mjacob | 1999-05-12 | 1 | -2/+8 |
* | braino. | phk | 1999-05-12 | 1 | -3/+3 |
* | Fixed corruption of the kmemstatistcs list. The first malloc() | bde | 1999-05-12 | 1 | -5/+9 |
* | Produce compiler warning if dev_t and udev_t is confused. | phk | 1999-05-12 | 2 | -8/+12 |
* | Don't peek into dev_t | phk | 1999-05-12 | 2 | -4/+4 |
* | Fix a udev_t/dev_t mismatch which prevent paging from working. | phk | 1999-05-12 | 1 | -2/+2 |
* | Driver is now ported to NetBSD. | semenu | 1999-05-12 | 25 | -233/+505 |
* | Sync with sys/i386/isa/diskslice_machdep.c revision 1.34. | kato | 1999-05-12 | 2 | -4/+4 |
* | $ brucify sys/stat.h | phk | 1999-05-12 | 1 | -8/+8 |
* | #define udev_t dev_t in userland, so that programs which peek at | phk | 1999-05-12 | 1 | -1/+2 |
* | Fix dumpon. It passes a udev_t from userland to kernel, that needs a | phk | 1999-05-12 | 2 | -8/+8 |
* | Updated a comment (Crtat is no longer bogusly shared with syscons). | bde | 1999-05-12 | 1 | -2/+0 |
* | Removed global variable `Crtat'. This was once (bogusly) shared with | bde | 1999-05-12 | 1 | -6/+3 |
* | Divorce "dev_t" from the "major|minor" bitmap, which is now called | phk | 1999-05-11 | 71 | -209/+337 |
* | Oops, back out previous, it is not quite ready for commit and has nothing | dt | 1999-05-11 | 1 | -9/+2 |
* | Initialize bootifo.envp, so that the kernel environment can be used. | dt | 1999-05-11 | 3 | -6/+16 |
* | Yet another place I missed when increasing trapframe size, which causes problem | luoqi | 1999-05-11 | 6 | -10/+14 |
* | "fix" warning. This still needs to be kld-ified some day (or removed). | peter | 1999-05-11 | 1 | -1/+4 |
* | Do not hardcode size of struct vm86frame. | luoqi | 1999-05-11 | 3 | -5/+17 |
* | Trap frame size has increased by 4. | luoqi | 1999-05-11 | 1 | -3/+3 |
* | Quirk this drive- all luns show up the same. | mjacob | 1999-05-11 | 1 | -1/+11 |
* | Take a shot at handling INTR_FAST and INTR_EXCL for CY_PCI_FASTINTR. | peter | 1999-05-11 | 1 | -12/+21 |
* | Send subr_rlist.c off to the big Attic in the sky. It's been #if 0'ed | peter | 1999-05-11 | 3 | -364/+0 |