| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Correct the comment for the last commit. | gibbs | 1999-05-17 | 1 | -1/+1 |
* | Fix whitespace. Correct a comment. | gibbs | 1999-05-17 | 1 | -15/+18 |
* | Add `xe', the Xircom PC Card Ethernet driver. | obrien | 1999-05-15 | 1 | -2/+3 |
* | Don't hardcode IRQ 13 for NPX. It's as good as hardwired in the hardware | peter | 1999-05-15 | 1 | -6/+11 |
* | Nuke ucmpdi2.c from i386/libkern to serve as a reminder that switch | gibbs | 1999-05-14 | 1 | -2/+1 |
* | * Define a new static method DEVICE_IDENTIFY which is called to add device | dfr | 1999-05-14 | 1 | -106/+36 |
* | Correct comment to refer to kget(8). | jkoshy | 1999-05-14 | 1 | -3/+3 |
* | Add ucmpdi2.c to the i386 libkern build. | gibbs | 1999-05-14 | 1 | -1/+2 |
* | Add the `xe' Xircom PC Card driver. | obrien | 1999-05-14 | 4 | -4/+10 |
* | Fixed 10 out of 40 lines of -Wcast-qual warnings/errors. 3 lines were | bde | 1999-05-13 | 2 | -18/+23 |
* | Renamed the private copies of strlen and strcpy to gdb_strlen and | bde | 1999-05-13 | 1 | -4/+3 |
* | Unbreak VESA on SMP. | luoqi | 1999-05-12 | 13 | -38/+42 |
* | VM86_FRAMESIZE is now the size of vm86 frame, not the number of 4-byte words. | luoqi | 1999-05-12 | 2 | -5/+5 |
* | Fix dev_t/minor problems | peter | 1999-05-12 | 3 | -23/+31 |
* | Fix dumpon. It passes a udev_t from userland to kernel, that needs a | phk | 1999-05-12 | 1 | -4/+4 |
* | Updated a comment (Crtat is no longer bogusly shared with syscons). | bde | 1999-05-12 | 1 | -2/+0 |
* | Divorce "dev_t" from the "major|minor" bitmap, which is now called | phk | 1999-05-11 | 8 | -16/+18 |
* | Yet another place I missed when increasing trapframe size, which causes problem | luoqi | 1999-05-11 | 2 | -3/+5 |
* | Do not hardcode size of struct vm86frame. | luoqi | 1999-05-11 | 2 | -4/+10 |
* | Trap frame size has increased by 4. | luoqi | 1999-05-11 | 1 | -3/+3 |
* | Make the driver work on HP8100 and the newer Philips that does not | sos | 1999-05-11 | 2 | -48/+6 |
* | Change the INIT_PATH option example to use colons instead of semi-colons | jb | 1999-05-11 | 2 | -4/+4 |
* | Fixed reset handling for motor off resets. I first fixed this together | bde | 1999-05-11 | 1 | -2/+3 |
* | The Intel Pentium Pro's performance counters are 40 bits wide. The Intel | alc | 1999-05-11 | 1 | -3/+3 |
* | Fixed checking for maddr/msize conflicts. It was complete nonsense, | bde | 1999-05-10 | 1 | -7/+6 |
* | correct params for sndmmap(). Don't bogo-initialize fields we don't | phk | 1999-05-10 | 1 | -3/+2 |
* | Add missing suspend/resume methods. | dfr | 1999-05-10 | 2 | -2/+10 |
* | Move the mfs_getimage() prototype to mfs_extern.h duplicating it | peter | 1999-05-10 | 1 | -8/+8 |
* | [Forgot to commit this in the batch a few days ago.] | bde | 1999-05-10 | 1 | -1/+3 |
* | Clean out some unused leftovers from before the split from the old isa.c. | peter | 1999-05-09 | 1 | -15/+3 |
* | Un-duplicate DO_SETBITS() (it was identical for both SMP and !SMP).. | peter | 1999-05-09 | 1 | -30/+16 |
* | For what it's worth, idelayed is declared as a volatile in the headers, | peter | 1999-05-09 | 2 | -4/+4 |
* | loadandclear() uses an atomic instruction (even on SMP, where it's an | peter | 1999-05-09 | 2 | -5/+5 |
* | #ifdef BRIDGE around a goto label used by the bridge code to silcence a | peter | 1999-05-09 | 2 | -2/+6 |
* | Move KERNEL?=kernel to top of the file where it's more obvious and add | peter | 1999-05-09 | 1 | -21/+18 |
* | Put an example of 'makeoptions KERNEL=foo' to replace the old | peter | 1999-05-09 | 2 | -2/+10 |
* | don't confuse units and devices. | phk | 1999-05-09 | 1 | -6/+4 |
* | Reserve 124 for USB Communications Class Drivers | n_hibma | 1999-05-09 | 1 | -1/+2 |
* | s/main/mi_startup/ for the kernel entry point so that egcs doesn't get | peter | 1999-05-09 | 2 | -4/+4 |
* | Move a couple of bits of (now) static content from config(8) (ie: %LOAD) | peter | 1999-05-09 | 1 | -8/+13 |
* | Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add: | peter | 1999-05-09 | 3 | -15/+3 |
* | Oops. If ROOTDEVNAME isn't defined, have -r call -a. | phk | 1999-05-09 | 1 | -1/+5 |
* | no longer used. | phk | 1999-05-09 | 1 | -134/+0 |
* | Major lobotomy of config(8). The | phk | 1999-05-09 | 6 | -29/+138 |
* | Fix a couple of warnings and some bitrot in comments. | peter | 1999-05-09 | 3 | -10/+7 |
* | Always use the module system, rather than in an #ifdef. | peter | 1999-05-09 | 1 | -10/+1 |
* | Quiet a warning, put a #if 0 around some (I believe) unused static structs. | peter | 1999-05-09 | 1 | -0/+2 |
* | Move opt_sio.h options to conf/options and activate in isa/sio.c | peter | 1999-05-09 | 1 | -4/+1 |
* | Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference between | phk | 1999-05-09 | 2 | -4/+4 |
* | add some amount of sanity to the way the gdb stuff finds its device. | phk | 1999-05-09 | 1 | -9/+2 |