summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-12remove a sentence from COLUMNS that says nothing; ok ottoJason McIntyre
2009-05-12switch wpi(4) and iwn(4) over to MCLGETI.Damien Bergamini
notice that i'm not using the per-ifp mbuf accounting/mitigation yet. for iwn(4), this means we wont' be able to support full 8KB AMSDU on machines without an IOMMU since >4KB clusters are not guaranteed to be physcontig. fortunately, we can program the hardware to do 4KB AMSDUs only. simplify {pwi,iwn}_dma_contig_alloc while i'm here: use BUS_DMA_ZERO
2009-05-12vcc(4)/vcctty(4)Mark Kettenis
2009-05-12fix EDIMAX attachment.Damien Bergamini
2009-05-12sort usb ids. i found a simpler way to keep them in sync with theDamien Bergamini
ralink linux driver.
2009-05-12we support hardware encryption/decryption of group addressed frames tooDamien Bergamini
so fix a sentence that was copied from iwn(4).
2009-05-12cleanup and simplify promiscuous/multicast setup (setmulti -> iff).Stuart Henderson
from Brad; ok dlg.
2009-05-12- tweak the description of -aJason McIntyre
- remove -SX from usage() ok ajacoutot
2009-05-12syncTheo de Raadt
2009-05-12zap double prototypeMarc Espie
2009-05-12- try to identify a "main input mixer"Jacob Meuser
- don't unmute input from a built-in mic on the main input mixer intended to stop possible feedback loops between buit-in speakers and built-in mics. built-in mics also tend to capture machine noise, especially fans. actual recording should not be affected.
2009-05-12fix obvious bug: .PHONY targets don't match files, so they're precious (weMarc Espie
don't even want to check for a matching file on the file system)
2009-05-12Cleanup and shave some bytes in hextodec()Alexander Hall
ok krw@, "If that works, commit it" deraadt@
2009-05-12Fix the URL for datasheets.Stuart Henderson
2009-05-12Add /var/db/sysmergeAntoine Jacoutot
ok deraadt@
2009-05-12update device list (add Sierra U881, Emobile D22HW)Yojiro Uo
2009-05-12add support for the sierra's Truinstlal enabled modems. (ex. Sierra 881U)Yojiro Uo
ok @jsg
2009-05-12Various mount point handling fixes, most originally from halex@.Kenneth R Westerback
Don't do fstabfile check everywhere. Always allocate and handle mount point arrays. Use fstabfile to control 'n' command and writing mount point info. Since mount points are primed from /etc/fstab now, prime origmountpoints so 'U' works. 'D' and 'z' now free current mount point info. 'U' will not lose undo info when repeatedly invoked. 'n' accepts existing mount point name as valid.
2009-05-11Make sure last, catch-all, auto-allocated partition ends on aKenneth R Westerback
cylinder boundary if SUN_CYLCHECK is defined. Don't bother rounding any partition size to cylinder boundary if SUN_CYLCHECK is not defined. Should fix warning message on sparc64 noticed by dlg@. ok deraadt@
2009-05-11very long lines in comments are uglyTheo de Raadt
2009-05-11Always save an fstab file, even if it is empty; ok krwTheo de Raadt
2009-05-11New variable VERBOSESTATUS (=1 by default).Ingo Schwarze
When set to 0, daily(8) won't send mail unless there is something to report. Using feedback from kettenis@ henning@ jmc@ OK sthen@ jmc@
2009-05-11run(4) celebrates its 98th USB ID!Damien Bergamini
2009-05-11regenDamien Bergamini
2009-05-11more RT3070 USB IDs, s/Pegasus/Pegatron/ while I'm here.Damien Bergamini
2009-05-11This commit adds a new feature to sysmerge(8), usable in '-a' mode.Antoine Jacoutot
From now on, checksums of reference files (sets and/or src) will be stored under /var/db/sysmerge/{etcsum,xetcsum,srcsum} . This allows for "remembering last choice" several people have requested. This deprecates the need for -X and -S which have been removed (these switches may come back at some point for the auto-patch feature which halex@ proposed). It will only compare files which reference sources have changed since the last run and will attempt to automatically upgrade them to the newest version provided that they have no local changes. i.e. first run should dislay differences, second run should not display anything except if something changed between old and new sets/src. This way sysmerge can also warn you from files which may have been obsoleted. General idea taken from Net/FreeBSD but we're doing things differently. Intensively discussed with oga@, sthen@ and halex@ ok oga@ sthen@
2009-05-11forgot one shit.Damien Bergamini
2009-05-11attach to more shits.Damien Bergamini
2009-05-11regenDamien Bergamini
2009-05-11various vendor/product ids for run(4) and otus(4).Damien Bergamini
Belkin ID for run(4) provided by robert@
2009-05-11remove an extraneous slash from the requested URL; some strict proxiesStuart Henderson
(and maybe http servers) have a problem with it. ok espie@
2009-05-11remove the mtx_enter_try() bits until the code goes back in;Jason McIntyre
ok weingart
2009-05-11attach to Edimax RT2860.Damien Bergamini
2009-05-11regenDamien Bergamini
2009-05-11add Edimax PCI vendor ID and Edimax RT2860 product IDs.Damien Bergamini
2009-05-11new PCI IDs for 6000 series.Damien Bergamini
2009-05-11regenDamien Bergamini
2009-05-11new PCI IDs for Intel Wifi Link 6000 2x2Damien Bergamini
2009-05-11fix for some 6000 adapters that have a One Time Programmable (OTP) ROMDamien Bergamini
instead of an EEPROM.
2009-05-11sync setting of the capinfo field of assoc req frames w/ net80211.Damien Bergamini
fixes association with APs that refuse non short slot time capable STAs.
2009-05-11properly set unicast to me mask in MAC_ADDR_DW1 register.Damien Bergamini
2009-05-11Make bgpctl show network print both AF_INET and AF_INET6 as mentioned in theClaudio Jeker
man page. Problem found by Rod Whitworth. OK sthen@
2009-05-11enable USB Rx stream mode (aggregation of muliple bulk xfers in a single one).Damien Bergamini
2009-05-11better scan.Damien Bergamini
2009-05-11Remind people that mountpoints must now be entered using the disklabelTheo de Raadt
command; the script does not ask afterwards. Note I am not adjusting the macppc or sgi install.md scripts. I ask their maintainers to clean them before I will maintain them further. Please
2009-05-11regenJonathan Gray
2009-05-11add some devices from submitted dmesgsJonathan Gray
2009-05-11in the case where mbufs had to be copied _and_ checksums were enabled,Stuart Henderson
m_head could be accessed after it had been freed, so do the access earlier. from chris@.
2009-05-11When probing for softraid chunks, ensure that a chunk has a valid metadataJoel Sing
signature, rather than just assuming that a partition of type RAID always has metadata. Add a similar test when validating native metadata. Whilst here, make sure that the metadata version is printed correctly. ok marco@
2009-05-11Move the discipline initialisation code into discipline specific functions,Joel Sing
rather than initialising everything in softraid.c. This makes a discipline more self-contained and reduces the number of function declarations needed in softraidvar.h. ok marco@