| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | #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 | 1 | -0/+108 |
* | 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 |
* | - 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 |
* | 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 |
* | Back out support for RFC3514. | mdodd | 2003-04-02 | 6 | -49/+1 |
* | - Use the correct constant define. | mdodd | 2003-04-02 | 1 | -2/+3 |
* | Convert the fxp(4) driver to the busdma API. | mux | 2003-04-02 | 3 | -230/+453 |
* | Need to hold the same SMP lock for (knote) list traversal as for | hsu | 2003-04-02 | 1 | -1/+1 |
* | Only orphan things if the open/close actually succeeded. | phk | 2003-04-02 | 1 | -11/+10 |
* | Properly handle races between open/close and orphan. | phk | 2003-04-02 | 1 | -10/+34 |
* | Instead of not grapping a request binfinish(ENOMEM) it if malloc fails. | sos | 2003-04-02 | 1 | -1/+2 |
* | MFi386: revisions 1.556 and 1.557. | nyan | 2003-04-02 | 2 | -24/+18 |
* | Merged from sys/dev/syscons/syscons.c revision 1.400. | nyan | 2003-04-02 | 1 | -1/+1 |
* | Sync constant define with NetBSD. | mdodd | 2003-04-02 | 3 | -6/+7 |
* | - Make the interactivity calculator decay faster. | jeff | 2003-04-02 | 1 | -2/+2 |
* | - I meant divide by two and not shift by two in SCHED_PRI_NHALF. | jeff | 2003-04-02 | 1 | -1/+1 |
* | Implement cpu_thread_setup. Fix cpu_set_upcall. | jake | 2003-04-02 | 1 | -3/+9 |
* | - Make casuptr return the old value of the location we're trying to update, | jake | 2003-04-02 | 4 | -25/+25 |
* | - Add in support for KSEs with 0 slice values on the run queue. If we try | jeff | 2003-04-02 | 1 | -34/+90 |
* | - Fix UC_COPY_SIZE. Adding up the size of structure fields doesn't take | jake | 2003-04-01 | 1 | -4/+3 |
* | - Set the version number in the mcontext in get_mcontext and check it in | jake | 2003-04-01 | 1 | -6/+9 |
* | Observe conservation of packets when entering Fast Recovery while | hsu | 2003-04-01 | 3 | -6/+43 |
* | #include <geom/geom_disk.h> | phk | 2003-04-01 | 1 | -0/+1 |
* | Include <geom/geom_disk.h> not <sys/disk.h> | phk | 2003-04-01 | 1 | -1/+1 |
* | Remove the #define for bioqdisksort(), it's no longer needed. | phk | 2003-04-01 | 1 | -1/+0 |
* | I think the divorce successed, so stop #including <geom/geom_disk.h> | phk | 2003-04-01 | 1 | -2/+1 |
* | Add a crutch so that direct-mapped DMA works on alpha. This is a step | gallatin | 2003-04-01 | 1 | -0/+4 |
* | Use bioq_flush() to drain a bio queue with a specific error code. | phk | 2003-04-01 | 41 | -109/+61 |
* | Don't include <sys/disk.h>. | phk | 2003-04-01 | 1 | -2/+0 |
* | Start to split the GEOM/diskdriver specific bits into geom/geom_disk.h | phk | 2003-04-01 | 2 | -47/+94 |