Age | Commit message (Expand) | Author |
2003-02-27 | print out the ethernet address in the dmesg. | Nathan Binkert |
2003-02-27 | make packet classification for altq work in the IPv6 case | Henning Brauer |
2003-02-27 | Repair IPv6 support for tables. | Cedric Berger |
2003-02-27 | regen | Michael Shalayeff |
2003-02-27 | add ENE cb1410 and sort out the EFFICIENTNETS | Michael Shalayeff |
2003-02-26 | Let this compile if no DDB | Miod Vallat |
2003-02-26 | Fix symbol clash that would prevent a kernel configured with both ncr5380 | Miod Vallat |
2003-02-26 | minor fix in a debug printf | Michael Shalayeff |
2003-02-26 | Remove an unnecessary structure copy from useage of setfault(), call | Dale Rahn |
2003-02-26 | Better support for the ps/2-style HIL keyboards (those with a real numeric | Miod Vallat |
2003-02-26 | New hil child devices attachment framework, that allow them to be detached | Miod Vallat |
2003-02-26 | Remove a poor error message which is emitted on perfectly fine MBR labeled | Dale Rahn |
2003-02-26 | remove dependency upon NULL definition | Marc Espie |
2003-02-26 | Volatile to prevent the optimizer from eliminating these, and fix the | Dale Rahn |
2003-02-26 | split encap and txeof functions into ones for tigon1 and tigon2 | Nathan Binkert |
2003-02-26 | don't do arithmetic on bus space handles. Instead, use bus_space functions | Nathan Binkert |
2003-02-26 | Add support for AirVast WN-100; nick@ | Todd C. Miller |
2003-02-26 | regen | Todd C. Miller |
2003-02-26 | Add AirVast WN-100; from nick@ | Todd C. Miller |
2003-02-26 | eliminate some useless checks. yichen xie's checker. | Ted Unangst |
2003-02-25 | move NULLification to end so it's useful. | Ted Unangst |
2003-02-25 | Correct the size of __reserved9 field in struct ataparams; | Alexander Yurchenko |
2003-02-25 | - Handle src and dst comparisons correctly for binat so that it works | Ryan Thomas McBride |
2003-02-25 | remove redundant check. | Ted Unangst |
2003-02-25 | Let pmap_remove_mapping() do its job correctly if option DIAGNOSTIC is | Miod Vallat |
2003-02-25 | In trap(), always initialize tts, even if TRAPDEBUG is not defined, as it | Miod Vallat |
2003-02-25 | set *vpp to NULL on entry. this provides a good example for other fs. | Ted Unangst |
2003-02-25 | remove useless check. | Ted Unangst |
2003-02-25 | correct bounds check. yichen xie's bounds checker catch. | Ted Unangst |
2003-02-25 | fix off by one signal checks. thanks yichen's checker | Ted Unangst |
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 |