Age | Commit message (Expand) | Author |
2003-02-25 | Destaticize, and add RAMDISK_HOOK glue for bsd.rd | Miod Vallat |
2003-02-25 | fix two off by ones | Ted Unangst |
2003-02-24 | correct check for the size of semitones | Ted Unangst |
2003-02-24 | Hammer the disklabel code once more: a few fixes, lots of simplifications, | Miod Vallat |
2003-02-24 | use M_MISCFSMNT instead of M_UFSMNT for mount data | Ted Unangst |
2003-02-24 | Use MAKEDISKDEV and DISKUNIT macros instead of rolling our own inline version | Miod Vallat |
2003-02-24 | Do not redefine stuff already in <sys/disklabel.h> | Miod Vallat |
2003-02-24 | SADB_X_CALG_MAX is supposed to be the highest numbered supported algorithm | Jason Wright |
2003-02-24 | Detypoing; henric@ and me | Alexander Yurchenko |
2003-02-24 | Add support for LZS compression (only usable by ipcomp at the moment) | Jason Wright |
2003-02-24 | more tcfs bye bye | Theo de Raadt |
2003-02-24 | Defer the iomem extent initialization until the MMU is enabled. This is | Miod Vallat |
2003-02-24 | Oops, forgot to commit that part of the pmap_kenter changes; spotted by art@ | Miod Vallat |
2003-02-24 | correct typo | Ted Unangst |
2003-02-24 | bye bye tcfs | Theo de Raadt |
2003-02-24 | For CMD chips call pciide_chan_candisable() for both channels to prevent | Alexander Yurchenko |
2003-02-24 | Remove tcfs until this entire licensing mess is cleaned up. This is | Theo de Raadt |
2003-02-24 | Sync struct pcb and struct mdproc with what other m68k ports use. This will | Miod Vallat |
2003-02-24 | Prefer pmap_kenter_pa() rather than pmap_enter() for the buffers. | Miod Vallat |
2003-02-24 | Various typos. | Miod Vallat |
2003-02-23 | initialize error | Ted Unangst |
2003-02-23 | typo in export_auth; ok ho@ | Markus Friedl |
2003-02-22 | don't use home grown timeval comparison when timercmp() is available; pointed... | Jason Wright |
2003-02-22 | always use %tick based microtime (ie. remove conditional for counter-timer) | Jason Wright |
2003-02-22 | check for a NULL tag in bus_space_render_tag() so that other debug code doesn... | Jason Wright |
2003-02-22 | rearrange allocations and such so that this actually attaches (still panics | Jason Wright |
2003-02-21 | Plug two mbuf leak on error bugs, one from dhartmei one from me. | Jason Wright |
2003-02-21 | remove useless assignment | Ted Unangst |
2003-02-21 | kill unused variables | Ted Unangst |
2003-02-21 | There's no cleaning necessary for deflate compression, so remove it from | Jason Wright |
2003-02-21 | Fix Manuel Bouyer's copyright, from NetBSD | Alexander Yurchenko |
2003-02-21 | remove unused variable | Ted Unangst |
2003-02-21 | Print the pa not ldxa(pa) | Jason Wright |
2003-02-21 | - kill several unnecessary static's | Jason Wright |
2003-02-20 | Fix a crash in the systrace found by form@ | Artur Grabowski |
2003-02-20 | knf | Theo de Raadt |
2003-02-20 | If there's no tag to be reset, don't reset it (avoids a NULL deref in the IPC... | Jason Wright |
2003-02-20 | no trailing newline in panic(); PR 3103 | Henning Brauer |
2003-02-20 | Fix the mask and sign extension for bl instruction which branch backwards. | Dale Rahn |
2003-02-20 | Eliminate unused parameter to scsi_free_xs(). | Kenneth R Westerback |
2003-02-20 | In typical linux style, set a magic bit that makes the floppy work on | Jason Wright |
2003-02-19 | - Bump size of MAX_RESULT by 4 to include compression result | Jason Wright |
2003-02-19 | Remove ddb machine commands, they are already available as "bo ha" and "bo re". | Miod Vallat |
2003-02-19 | Grr, forgot to commit this earlier: add ipcomps_minlen | Jason Wright |
2003-02-19 | add a counter for times ipcomp is skipped because the packet is below the | Jason Wright |
2003-02-19 | Sync if_vr code with FreeBSD. This makes the driver much better when it comes | Miod Vallat |
2003-02-19 | Regen | Miod Vallat |
2003-02-19 | Recognize ICS1893; from NetBSD | Miod Vallat |
2003-02-19 | intial -> initial | Jason McIntyre |
2003-02-19 | use a nop with I bit set at the end of the tx chain. This avoids a race | Jason Wright |