summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2005-02-28Fix confusion between KS_paragraph and KS_section; inspired from a PS/2Miod Vallat
2005-02-28add radiotap, monitor and promiscuous mode support.Damien Bergamini
2005-02-28do per-node rate adaptation. paves the way for ibss support.Damien Bergamini
2005-02-28Provide inittodr and resettodr for xscale, remove them from sa11x0, andUwe Stuehler
2005-02-28Fix minor KNF nit that hurts every time I analyse this code.Christopher Pascoe
2005-02-28another fix from netbsd pointed out by jsg@David Gwynne
2005-02-28Don't bother trying to load an empty firmware file.Patrick Latifi
2005-02-28Do not incorrectly emit "too many" message in debugging code.Christopher Pascoe
2005-02-28Remove unused variable if_flags in struct carp_softc, ok mickey@Ryan Thomas McBride
2005-02-27remove dead code of unsupported ioctls from FreeBSD. we do it in aReyk Floeter
2005-02-27Move wsdisplay-only prototypes declarations in the #if NWSDISPLAY > 0 blockMiod Vallat
2005-02-27Document how to set CONSCODE to point to an SGC device if one wants to forceMiod Vallat
2005-02-27Split sti softc in two structures, one device-related for regular deviceMiod Vallat
2005-02-27Invoke hp300_cninit() twice, with a global variable letting theMiod Vallat
2005-02-27Decide whether to force serial console on the 425e based upon the serviceMiod Vallat
2005-02-27Use the DMA defines from dev/ic/lsi64854reg.h whenever possible; no functionalMiod Vallat
2005-02-27support 'tagged' in translation rules, non-delayed tag lookupDaniel Hartmeier
2005-02-271. tcp_xmit_timer(): remove extra rtt decrement (t_rtttime is 0-basedMarkus Friedl
2005-02-27IBSS bits from NetBSD rtw.c -r 1.40Jonathan Gray
2005-02-27regenBrad Smith
2005-02-27MF -> MTBrad Smith
2005-02-27If test_unit_ready() in sdattach() returns EIO, try to spin up unitKenneth R Westerback
2005-02-26Fix a problem introduced with the recent lru cache change.Jonathan Gray
2005-02-25add support for the atheros ar5211 802.11A/B/g wireless chipset.Reyk Floeter
2005-02-25minor white spacingTheo de Raadt
2005-02-25Enable re(4) on alpha.Jonathan Gray
2005-02-25Correct usage of bus_dma which makes re(4) work on alpha.Jonathan Gray
2005-02-25Add support for software WEP.Jonathan Gray
2005-02-25syncTheo de Raadt
2005-02-25via is integrating s3 video components now..; maxim@chl.chalmers.seTheo de Raadt
2005-02-24fixes inspired by netbsd and pointed out by jsg@David Gwynne