Age | Commit message (Expand) | Author |
2005-12-03 | splimp -> splvm | Brad Smith |
2005-12-03 | The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is | Kenneth R Westerback |
2005-11-24 | add lint-specific hacks. at the same time, clean out a lot of ancient | Theo de Raadt |
2005-11-23 | Pick HP-IB describe structures changes from main kernel code here as well. | Miod Vallat |
2005-11-19 | Remove superfluous statement-ending semi-colons. i.e., "return foo;;" should | Aaron Campbell |
2005-11-18 | Protect biodone() with splbio(). | Miod Vallat |
2005-11-18 | Define the CS/80 identify structure only once and correctly, instead of | Miod Vallat |
2005-11-17 | kvtop() is not used anymore. Thanks for the fish. | Miod Vallat |
2005-11-17 | Factorize DMA cache flush code, use modern types and constants, ansify. | Miod Vallat |
2005-11-16 | Mention ipl in dmesg, for consistency with other devices. | Miod Vallat |
2005-11-16 | Overhaul the way HP-IB devices are probed. We will now do an exhaustive | Miod Vallat |
2005-11-15 | Only two `h' in threshold. | Miod Vallat |
2005-11-15 | More typos (especially indicies -> indices), checked with jmc@ | Miod Vallat |
2005-11-14 | Restore the disk blinkenlichten lost with the new scsi code, and hp300 users | Miod Vallat |
2005-11-14 | Use config_found_sm() in the probe machinery. This is simpler and allows us | Miod Vallat |
2005-11-14 | Make HDWAITC and HDRETRY overridable in the kernel configuration file; | Miod Vallat |
2005-11-14 | constuct -> construct | Miod Vallat |
2005-11-14 | hz is defined in <sys/kernel.h> | Miod Vallat |
2005-11-13 | Align _delay() on 8 bytes, not 2^8 bytes. | Miod Vallat |
2005-11-13 | Better error message layout. | Miod Vallat |
2005-11-13 | Fix timeout usage introduced during the timeout API change (better late | Miod Vallat |
2005-11-13 | move kgdb_connect and kgdb_panic into MI. looked by miod@ and kettenis@ | Federico G. Schwindt |
2005-11-12 | Pass a struct proc * to ISHPMMADDR instead of abusing curproc in it. | Miod Vallat |
2005-11-12 | Constify, and simplify hdgetinfo() which only gets called for known disks. | Miod Vallat |
2005-11-12 | Provide useful information if we panic due to looping interrupts. | Miod Vallat |
2005-11-12 | Print HP-IB disk geometry the same way we print SCSI disk geometries | Miod Vallat |
2005-11-06 | Factorize setregs() code to m68k-common location. | Miod Vallat |
2005-11-06 | Homogeneize all PSR field tests in user-provided structures. No functional | Miod Vallat |
2005-11-06 | Add keyboard bell support. | Miod Vallat |
2005-10-28 | convert the last m68k_btop() and m68k_ptob() macros | Martin Reindl |
2005-09-27 | Regen (3x2 frame buffer, 4 select codes). | Miod Vallat |
2005-09-27 | Identify HP 9000/362 and HP 9000/382 models, and attach frodo on them. | Miod Vallat |
2005-09-27 | Do not initialize physmem to a magic value at compile time. | Miod Vallat |
2005-09-25 | Define the symbolic register indexes in trapframe in <m68k/reg.h> only | Miod Vallat |
2005-09-21 | isbad() is only used on SMD disks on sparc; remove it on other platforms. | Miod Vallat |
2005-09-15 | get rid of MD m68k_trunc_page and m68k_round_page and replace by MI | Martin Reindl |
2005-09-12 | Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bit | Miod Vallat |
2005-09-06 | anomoly -> anomaly | Miod Vallat |
2005-08-06 | Model 360 does not have a PAC. | Miod Vallat |
2005-08-06 | If a process has trashed its stack, use sigexit() instead of psignal() to | Miod Vallat |
2005-08-05 | typo | Theo de Raadt |
2005-08-03 | enable safte and ses on all archs that appear to have real scsi busses | David Gwynne |
2005-08-01 | Factorize cachectl() accross m68k platforms, and make the CC_ constants | Miod Vallat |
2005-05-09 | Compile if no wsmouse device is configured in the kernel. | Miod Vallat |
2005-05-09 | Compile without option WSDISPLAY_COMPAT_RAWKBD | Miod Vallat |
2005-05-08 | For 4bpp and 6bpp frame buffers, advertize highligting and colors capabilities | Miod Vallat |
2005-05-06 | Keyboard maps for all international Domain keyboard layouts, reconstructed | Miod Vallat |
2005-05-06 | generate vim-compatible tag files, from netbsd | Pedro Martelletto |
2005-05-06 | Fix links target. | Marco Peereboom |
2005-05-01 | Bring raise-only semantics to splsoft* on m68k and m88k, as done elsewhere. | Miod Vallat |