| Commit message (Expand) | Author | Age | Files | Lines |
* | Use __FBSDID rather than rcsid[]. | obrien | 2003-04-03 | 102 | -529/+262 |
* | Fix typo: On the relevant architectures, floppy drives are handled by | bmah | 2003-04-03 | 2 | -2/+2 |
* | Remove useless initialization. | mux | 2003-04-03 | 1 | -1/+0 |
* | Add support for the HP Smart Array 6400 EM | ps | 2003-04-03 | 1 | -3/+4 |
* | Retire the DIOCGMBR ioctl before anybody starts to use it. | phk | 2003-04-03 | 2 | -6/+0 |
* | Remove BIO_SETATTR from non-GEOM part of kernel as well. | phk | 2003-04-03 | 2 | -2/+0 |
* | Remove all references to BIO_SETATTR. We will not be using it. | phk | 2003-04-03 | 8 | -31/+0 |
* | Update the initializer for GEOM_MBREXT, I overlooked it previously. | phk | 2003-04-03 | 1 | -3/+2 |
* | Add #define for DOSPTYP_PMBR, and use it. | phk | 2003-04-03 | 2 | -1/+2 |
* | Add optimized block copy and zero functions using vis instructions, which | jake | 2003-04-03 | 2 | -0/+140 |
* | Fix fxp(4), this changed shouldn't have crept in. | mux | 2003-04-03 | 1 | -2/+2 |
* | Stop logging ``authpriv'' messages to the world-readable file | yar | 2003-04-03 | 1 | -1/+1 |
* | Add support for saving and restoring kernel floating point state. The state | jake | 2003-04-03 | 2 | -1/+45 |
* | - Add space for kernel floating point registers to the pcb. These will be | jake | 2003-04-03 | 3 | -10/+18 |
* | - Generally improve register usage in cpu_switch. Use the 'in' registers | jake | 2003-04-03 | 1 | -71/+63 |
* | <sys/disk.h> -> <geom/geom_disk.h> | des | 2003-04-03 | 1 | -1/+1 |
* | Don't assume the fp state is at offset 0 in the pcb. | jake | 2003-04-03 | 1 | -1/+1 |
* | Fix typos (don't use * when taking the size of an array). | jake | 2003-04-03 | 1 | -2/+2 |
* | Remove all the bogus volatile qualifiers from the structs definitions | mux | 2003-04-03 | 2 | -148/+146 |
* | MFi386: revision 1.188 | nyan | 2003-04-03 | 1 | -0/+2 |
* | MFi386: revision 1.561 | nyan | 2003-04-03 | 2 | -6/+66 |
* | Don't pull in geom_enc.c any more. | phk | 2003-04-03 | 1 | -3/+1 |
* | #include <sys/endian.h> as needed. | phk | 2003-04-03 | 2 | -0/+2 |
* | Remove geom_enc.c, a superset of these functions are now available in | phk | 2003-04-03 | 3 | -135/+0 |
* | Use <sys/endian.h> instead of geom_enc.c for endianess-agnostification. | phk | 2003-04-03 | 5 | -116/+119 |
* | Use sys/endian.h instead of geom_enc.c for endian-agnostfication. | phk | 2003-04-03 | 2 | -17/+19 |
* | Pointy hat commit: | phk | 2003-04-03 | 1 | -3/+3 |
* | Make sure we don't ignore error codes. | phk | 2003-04-03 | 1 | -32/+24 |
* | Use "unsigned char" instead of "u_char" to avoid trouble. | phk | 2003-04-03 | 1 | -12/+12 |
* | Add support for Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232 | phk | 2003-04-03 | 1 | -0/+13 |
* | Add inline functions {be,le}{16,32,64}{enc,dec}() for encoding decoding | phk | 2003-04-03 | 2 | -1/+147 |
* | NO_GEOM cleanup: Remove dkmakeminor(). | phk | 2003-04-03 | 1 | -32/+0 |
* | Don't use dkmakeminor(), create our own minor encoding instead. | phk | 2003-04-03 | 1 | -3/+2 |
* | Don't use dkmakeminor(), it has nothing to do with CDroms. | phk | 2003-04-03 | 1 | -6/+2 |
* | 2.x->3.0 upgrade tools are no longer needed. 5.x is unlikely to fit | imp | 2003-04-03 | 3 | -321/+0 |
* | Kill upgrade target docs. It too is stale. | imp | 2003-04-03 | 1 | -1/+0 |
* | Kill aout to elf upgrade path. From an old comment in the makefile: | imp | 2003-04-03 | 2 | -301/+0 |
* | MFp4 @27667: WARNS=5 cleanup on i386. | jmallett | 2003-04-03 | 5 | -15/+17 |
* | - Pass a ucontext_t to _set_curthread. If non-NULL the new thread is set | jake | 2003-04-03 | 5 | -11/+18 |
* | - Keep seperate statistics and run queues for different scheduling classes. | jeff | 2003-04-03 | 1 | -48/+134 |
* | Commit a partial lazy thread switch mechanism for i386. it isn't as lazy | peter | 2003-04-02 | 34 | -271/+900 |
* | - Don't overrun the ldt buffer. | jeff | 2003-04-02 | 1 | -2/+2 |
* | When kill(-1) returns ESRCH, it could be because the current process | rwatson | 2003-04-02 | 1 | -1/+1 |
* | Lock the process before sending it a SIGIO. Not doing so is a panic(2) | jhb | 2003-04-02 | 1 | -2/+7 |
* | Add handling for cancelled events in the g_call_me() methods. | phk | 2003-04-02 | 8 | -14/+43 |
* | Change events to have an array of "void *" references, and give the | phk | 2003-04-02 | 11 | -98/+90 |
* | If stat() on the terminal specified in utmp fails due to ENOENT, don't | rwatson | 2003-04-02 | 3 | -2/+21 |
* | Drop the silly notion that fd* entries have both `a' and `b' | ru | 2003-04-02 | 1 | -11/+0 |
* | Back out support for RFC3514. | mdodd | 2003-04-02 | 11 | -87/+4 |
* | Make disktab(5) MI (repo-copied from etc.i386/disktab). | ru | 2003-04-02 | 5 | -903/+1 |