| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some NOTES on the Comtrol Rocketport and the Digiboard drivers. | obrien | 2002-05-01 | 1 | -0/+37 |
* | Try using genwakecode.sh instead of the perl version. | peter | 2002-05-01 | 1 | -1/+1 |
* | Add a shell script to do what genwakecode.pl does. | peter | 2002-05-01 | 1 | -0/+21 |
* | Don't export timecounter structures under debug. with sysctl, they | phk | 2002-04-30 | 4 | -17/+0 |
* | Tidy up some loose ends. | peter | 2002-04-29 | 4 | -58/+8 |
* | For what it's worth, fix the compilation of an I386_CPU-only kernel | alc | 2002-04-27 | 1 | -1/+8 |
* | Don't call vm_map_growstack() from trapwrite() as vm_fault() now performs | alc | 2002-04-27 | 1 | -7/+4 |
* | Add a CAM interface to the aac driver. This is useful in case you should | scottl | 2002-04-27 | 1 | -0/+1 |
* | Remove the tc_update() function. Any frequency change to the | phk | 2002-04-26 | 3 | -5/+0 |
* | Don't use the symbol name to lookup the symbol value when we can use | marcel | 2002-04-25 | 1 | -11/+7 |
* | o Work around bugs in the powerof2 macro: It thinks that 0 is a power of | imp | 2002-04-24 | 2 | -24/+36 |
* | Fix a PNPID in a comment | imp | 2002-04-24 | 1 | -1/+1 |
* | Don't free(9) a pointer which has been modified. | phk | 2002-04-23 | 1 | -6/+7 |
* | Stylify (mainly line up macro EOL-continuation \'s), and add a dummy | markm | 2002-04-21 | 1 | -21/+28 |
* | Clean up: | alfred | 2002-04-19 | 1 | -4/+10 |
* | Since WITNESS doesn't just do mutexes, remove "mutex" from the WITNESS | rwatson | 2002-04-18 | 1 | -1/+1 |
* | o Call vm_map_growstack() from vm_fault() if vm_map_lookup() has failed | alc | 2002-04-18 | 1 | -17/+2 |
* | Fix typo in adjusted panic message. | tegge | 2002-04-17 | 3 | -3/+3 |
* | Update io_apic_ints array properly when revoking an irq mapping. | tegge | 2002-04-17 | 3 | -6/+6 |
* | Rework the kernel environment subsystem. We now convert the static | mux | 2002-04-17 | 3 | -8/+32 |
* | Pass vm_page_t instead of physical addresses to pmap_zero_page[_area]() | peter | 2002-04-15 | 1 | -9/+11 |
* | Make the MTRR code a bit more defensive - this should help people | dwmalone | 2002-04-14 | 1 | -30/+51 |
* | Move do_cpuid into the correct place in this file and make | dwmalone | 2002-04-10 | 1 | -10/+8 |
* | o In osigreturn(), restore all of the registers in one place. | alc | 2002-04-10 | 1 | -5/+9 |
* | Remove the hack for segsz_t from <sys/types.h>; use the normal | mike | 2002-04-10 | 1 | -0/+1 |
* | Add manifest constants: _LITTLE_ENDIAN, _BIG_ENDIAN, _PDP_ENDIAN, and | mike | 2002-04-10 | 1 | -6/+15 |
* | Round 2 of munging the MI/MD split in NOTES. Put almost all the device | jhb | 2002-04-09 | 1 | -383/+6 |
* | GC various bits and pieces of USERCONFIG from all over the place. | phk | 2002-04-09 | 6 | -14/+2 |
* | machine/uc_device.h was only here for USERCONFIG and kget(1). | phk | 2002-04-09 | 1 | -73/+0 |
* | Removed ispc98 sysctl completely. Applications should understand that | bde | 2002-04-08 | 1 | -3/+0 |
* | GC the "dumplo" variable, which is no longer used. | phk | 2002-04-07 | 1 | -1/+0 |
* | Move ICU_* defines into icu.h. | nyan | 2002-04-06 | 5 | -48/+32 |
* | Remove pc98 code. | nyan | 2002-04-06 | 1 | -4/+0 |
* | Spell "separate" correctly. | eric | 2002-04-05 | 1 | -1/+1 |
* | Embed a struct vmmeter in the per-cpu structure and add a macro, | dillon | 2002-04-04 | 1 | -1/+5 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 8 | -13/+13 |
* | Back out the previous commit. | brian | 2002-04-04 | 1 | -1/+0 |
* | Moved signal handling and rescheduling from userret() to ast() so that | bde | 2002-04-04 | 4 | -0/+8 |
* | Pre-declare bootpc_init() so that options BOOTP doesn't break the | brian | 2002-04-04 | 1 | -0/+1 |
* | First round at trying to split up NOTES into MI and MD portions. | jhb | 2002-04-03 | 2 | -1779/+5 |
* | Dike out a highly insecure UCONSOLE option. | ru | 2002-04-03 | 3 | -6/+0 |
* | Make the kernel dump header endianness invariant by always dumping | marcel | 2002-04-03 | 2 | -24/+14 |
* | - Move the MI mutexes sched_lock and Giant from being declared in the | jhb | 2002-04-02 | 1 | -10/+1 |
* | Retire the bogus ioctl DIOCGPART in toto. | phk | 2002-04-02 | 3 | -17/+0 |
* | Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter() | dillon | 2002-04-01 | 7 | -86/+138 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 16 | -26/+25 |
* | Remove references to KTR_EXTEND. | jhb | 2002-04-01 | 1 | -6/+3 |
* | Here follows the new kernel dumping infrastructure. | phk | 2002-03-31 | 2 | -0/+242 |
* | A couple of bits survived Dans nukage of CV_DEBUG in favour of INVARIANTS, | phk | 2002-03-31 | 1 | -1/+0 |
* | Centralize the "bootdev" and "dumpdev" variables. They are still pretty | phk | 2002-03-31 | 1 | -3/+0 |