| Age | Commit message (Expand) | Author |
| 2008-08-12 | Increase number of menu options to 20. | sborrill |
| 2008-08-12 | Add new accelerated driver for SPX graphics found in some VAXstations, | hans |
| 2008-08-12 | actually implement smart battery support | macallan |
| 2008-08-12 | Fix thinko (brain fart) | matt |
| 2008-08-11 | Define _ASM_LS_CHAR as '!' on hppa. | skrll |
| 2008-08-11 | Fix copy{in,out}str on hppa by | skrll |
| 2008-08-10 | Don't forget to unload TX dmamap on failure (in !MEC_TXSTAT_SUCCESS case). | tsutsui |
| 2008-08-10 | In mec_intr() call mec_init() on errors for workaround. | tsutsui |
| 2008-08-10 | - no need to set the TXCMD_TXINT bit against the last enqueued TX packet | tsutsui |
| 2008-08-10 | Accept filters are cool, but it's not a reason to select them twice. | cube |
| 2008-08-10 | Use while(cond){} instead of for(;;){if(!cond)break;}. | tsutsui |
| 2008-08-10 | The last txdesc is now preserved, so also set IFF_OACTIVE properly. | tsutsui |
| 2008-08-10 | Specify PAGE_SIZE boundary for TX dmamaps. | tsutsui |
| 2008-08-10 | Add accept filters to GENERIC kernels where they exist. | tls |
| 2008-08-10 | - beggining -> beginning | cegger |
| 2008-08-10 | Add accept filters per request from port-xen: | cegger |
| 2008-08-08 | Improve a comment. | skrll |
| 2008-08-08 | Make "show uvmhist" available to all arches (not just sparc*) in ddb. | skrll |
| 2008-08-08 | Misc cosmetics: | tsutsui |
| 2008-08-08 | Bump BOOTINFO_MAGIC to prevent old kernels (including netbsd-4) crashing | tsutsui |
| 2008-08-08 | No WAPBL (ffs journaling) for memory-strapped machines. | hauke |
| 2008-08-08 | Make the console on com0 detection work again. | hannken |
| 2008-08-08 | Don't run off the end of the bootconf.desc[] array when printing out | simonb |
| 2008-08-08 | Remove an unneeded include to make it compile again. | hannken |
| 2008-08-08 | fix "warning: 'npv' may be used uninitialized in this function" | dogcow |
| 2008-08-07 | Comment out options MACE_NEEDS_DELAYS. | tsutsui |
| 2008-08-07 | - check TX_RING pointer in MEC_INT_STATUS in mec_rxintr() (from OpenBSD) | tsutsui |
| 2008-08-07 | In crime_attach(), call crime_watchdog_disable() rather than | tsutsui |
| 2008-08-07 | Fix a typo so that the crimedog is actually shut up. | tsutsui |
| 2008-08-07 | Use IF32_bits instead of I32_bit | F32_bit | matt |
| 2008-08-07 | Commit missing part of __HAVE_FAST_SOFTINTS support. | matt |
| 2008-08-07 | Remove unneeded cast. | matt |
| 2008-08-07 | Now that pmap allocates ncolors for memhook, use them to properly memory. | matt |
| 2008-08-07 | Only call dosoftints() is ci_intr_depth == 0 | matt |
| 2008-08-07 | Enable __HAVE_FAST_SOFTINTS | matt |
| 2008-08-07 | Do fast softint processing in DO_AST_AND_RESTORE_ALIGNMENT_FAULTS. | matt |
| 2008-08-06 | Change pv_entries to use SLIST. | matt |
| 2008-08-06 | Define IF32_bits as the union of I32_bit|F32_bit | matt |
| 2008-08-06 | Remove a few components of struct lwp that we do not touch any more. | martin |
| 2008-08-06 | We need socketvar.h now for struct sockopt. | martin |
| 2008-08-06 | Fix typo FP_ -> FE_ | matt |
| 2008-08-05 | Disable interrupts before shutdownhooks are run, as all other ports. | drochner |
| 2008-08-05 | Update <machine/ieeefp.h> to use the C99 FE_* definitions instead of the | matt |
| 2008-08-05 | For ARITH traps, set the siginfo code appropriately for FP related traps. | matt |
| 2008-08-05 | Add the AFLT_FLT* code for T_ARITHFLT. | matt |
| 2008-08-05 | Add PSL_{IV,FU,DV} bits. | matt |
| 2008-08-04 | struct cfdata -> cfdata_t | cegger |
| 2008-08-04 | Add accept filters, ported from FreeBSD by Coyote Point Systems. Add inetd | tls |
| 2008-08-04 | fix another botched device_t-ification | macallan |
| 2008-08-03 | Move some MD declarations from x86/pci/files.pci to x86/conf/files.x86, | joerg |