summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-02-27print out the ethernet address in the dmesg.Nathan Binkert
2003-02-27make packet classification for altq work in the IPv6 caseHenning Brauer
2003-02-27Repair IPv6 support for tables.Cedric Berger
2003-02-27regenMichael Shalayeff
2003-02-27add ENE cb1410 and sort out the EFFICIENTNETSMichael Shalayeff
2003-02-26Let this compile if no DDBMiod Vallat
2003-02-26Fix symbol clash that would prevent a kernel configured with both ncr5380Miod Vallat
2003-02-26minor fix in a debug printfMichael Shalayeff
2003-02-26Remove an unnecessary structure copy from useage of setfault(), callDale Rahn
2003-02-26Better support for the ps/2-style HIL keyboards (those with a real numericMiod Vallat
2003-02-26New hil child devices attachment framework, that allow them to be detachedMiod Vallat
2003-02-26Remove a poor error message which is emitted on perfectly fine MBR labeledDale Rahn
2003-02-26remove dependency upon NULL definitionMarc Espie
2003-02-26Volatile to prevent the optimizer from eliminating these, and fix theDale Rahn
2003-02-26split encap and txeof functions into ones for tigon1 and tigon2Nathan Binkert
2003-02-26don't do arithmetic on bus space handles. Instead, use bus_space functionsNathan Binkert
2003-02-26Add support for AirVast WN-100; nick@Todd C. Miller
2003-02-26regenTodd C. Miller
2003-02-26Add AirVast WN-100; from nick@Todd C. Miller
2003-02-26eliminate some useless checks. yichen xie's checker.Ted Unangst
2003-02-25move NULLification to end so it's useful.Ted Unangst
2003-02-25Correct the size of __reserved9 field in struct ataparams;Alexander Yurchenko
2003-02-25- Handle src and dst comparisons correctly for binat so that it worksRyan Thomas McBride
2003-02-25remove redundant check.Ted Unangst
2003-02-25Let pmap_remove_mapping() do its job correctly if option DIAGNOSTIC isMiod Vallat
2003-02-25In trap(), always initialize tts, even if TRAPDEBUG is not defined, as itMiod Vallat
2003-02-25set *vpp to NULL on entry. this provides a good example for other fs.Ted Unangst
2003-02-25remove useless check.Ted Unangst
2003-02-25correct bounds check. yichen xie's bounds checker catch.Ted Unangst
2003-02-25fix off by one signal checks. thanks yichen's checkerTed Unangst
2003-02-25Destaticize, and add RAMDISK_HOOK glue for bsd.rdMiod Vallat
2003-02-25fix two off by onesTed Unangst
2003-02-24correct check for the size of semitonesTed Unangst
2003-02-24Hammer the disklabel code once more: a few fixes, lots of simplifications,Miod Vallat
2003-02-24use M_MISCFSMNT instead of M_UFSMNT for mount dataTed Unangst
2003-02-24Use MAKEDISKDEV and DISKUNIT macros instead of rolling our own inline versionMiod Vallat
2003-02-24Do not redefine stuff already in <sys/disklabel.h>Miod Vallat
2003-02-24SADB_X_CALG_MAX is supposed to be the highest numbered supported algorithmJason Wright
2003-02-24Detypoing; henric@ and meAlexander Yurchenko
2003-02-24Add support for LZS compression (only usable by ipcomp at the moment)Jason Wright
2003-02-24more tcfs bye byeTheo de Raadt
2003-02-24Defer the iomem extent initialization until the MMU is enabled. This isMiod Vallat
2003-02-24Oops, forgot to commit that part of the pmap_kenter changes; spotted by art@Miod Vallat
2003-02-24correct typoTed Unangst
2003-02-24bye bye tcfsTheo de Raadt
2003-02-24For CMD chips call pciide_chan_candisable() for both channels to preventAlexander Yurchenko
2003-02-24Remove tcfs until this entire licensing mess is cleaned up. This isTheo de Raadt
2003-02-24Sync struct pcb and struct mdproc with what other m68k ports use. This willMiod Vallat
2003-02-24Prefer pmap_kenter_pa() rather than pmap_enter() for the buffers.Miod Vallat
2003-02-24Various typos.Miod Vallat