summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-03-04Fix a variable name in a comment; from Clint <cruoho@gmail.com>; ok tdeval@Robert Nagy
2005-03-04- check th_ack against snd_una/max; from Raja Mukerji via hugh@Markus Friedl
2005-03-04Fix handling of names bigger than NCHNAMLEN in cache_enter(), okay tedu@Pedro Martelletto
2005-03-04add state's tag for IPv6, too. spotted by markus@Daniel Hartmeier
2005-03-04for consistency, use preempt(NULL)Martin Reindl
2005-03-04Put the dmamap for a transmission at the correct array index. Fixes aKenneth R Westerback
2005-03-04match a bunch more Nubus cards from NetBSD;Martin Reindl
2005-03-03Support APM_IOC_PRN_CTL, and machdep.apmwarn as documented in apm(4), andUwe Stuehler
2005-03-03Unbreak sun4/4c; my bad, spotted by nick@Miod Vallat
2005-03-03improve radiotap support, fix some minor bugs.Reyk Floeter
2005-03-03addtion of a generic function for allocating beacons: ieee80211_beacon_alloc().Damien Bergamini
2005-03-03sort devices and remove a duplicateDavid Gwynne
2005-03-03properly implement hardware wep support. mostly done by jesse off withDavid Gwynne
2005-03-03some mbuf handling fixes from netbsdDavid Gwynne
2005-03-03Sync a few comments with reality.Miod Vallat
2005-03-03Sort frame buffer section and remove rasops32 dependencies from cgfourteen,Miod Vallat
2005-03-03OQO model 01 internal wireless. help from many, ok by dlgJun-ichiro itojun Hagino
2005-03-03ethernet on OQO model 01 device cable. dlg okJun-ichiro itojun Hagino
2005-03-03regenJun-ichiro itojun Hagino
2005-03-03OQO model 01 devicesJun-ichiro itojun Hagino
2005-03-03when tagging, apply the same tag to all packets matching a state entryDaniel Hartmeier
2005-03-03Do not attempt to read past firmware data in rfx_initialize().Miod Vallat
2005-03-03If we couldn't register an interrupt, don't abort attaching - we'll justMiod Vallat
2005-03-03Do not let dma attach children if it could not initialize properly.Miod Vallat
2005-03-03Do not unmap more memory than we mapped earlier, in case of attachment failure.Miod Vallat
2005-03-02fix obviously wrong macro (unnoticed since it is currently unused)David Gwynne
2005-03-02Spaces.Alexander Yurchenko
2005-03-02regenXavier Santolaria
2005-03-02add Airport Extreme card found in powerbook 12", still unsupported though;Xavier Santolaria
2005-03-02Dmesg nitMiod Vallat
2005-03-02Support for SUNW,fas SCSI, currently restricted to the lower 8 targets dueMiod Vallat
2005-03-02Only allow superuser to set timeslots and ppp modes.Claudio Jeker
2005-03-02radiotap support largely based on NetBSD rtw.Jonathan Gray
2005-03-02(And remember to remove the block on filesystems > 128 GB)Tom Cosgrove
2005-03-02Add support for MS-DOS filesystems > 128 GB, by changing the way weTom Cosgrove
2005-03-02Make all the MS-DOS filesystem code ignore trailing dots and spaces, inTom Cosgrove
2005-03-01Display hardware name and display resolution at attach time, as done on sparc.Miod Vallat
2005-03-01Print display resolution as %dx%d, not %d x %d.Miod Vallat
2005-03-01use one uint64_t instead of two uint32_t in rx radiotap header.Damien Bergamini
2005-03-01make sure radiotap structures are packed.Damien Bergamini
2005-03-01Unbreak arp_input with carp; add back the call to carp_iamatch()Ryan Thomas McBride
2005-03-01- make large packets work without hanging the interfaceRyan Thomas McBride
2005-03-01only call eaio_l2() if kernel has support for pcxl2 compiled in; from weissma...Michael Shalayeff
2005-03-01Fix an integer overflow that prevented us from reading files >= 2 GBTom Cosgrove
2005-03-01The maximum file size on MS-DOS filesystems is 4 GB - 1 byte, soTom Cosgrove
2005-03-01Avoid 32-bit overflow by casting blk arg to lblktosize() to (off_t). SolvesAaron Campbell
2005-03-01fix the radiotap bpf listenerReyk Floeter
2005-03-01only use MAX_KMAPENT 2000 on i386 amd64 sparc64 and revert to 1000 on allHenning Brauer
2005-02-28Store interrupt state in one variable not two, remove inlines whichDale Rahn
2005-02-28Fix confusion between KS_paragraph and KS_section; inspired from a PS/2Miod Vallat