Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-12 | remove a sentence from COLUMNS that says nothing; ok otto | Jason McIntyre | |
2009-05-12 | switch 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-12 | vcc(4)/vcctty(4) | Mark Kettenis | |
2009-05-12 | fix EDIMAX attachment. | Damien Bergamini | |
2009-05-12 | sort usb ids. i found a simpler way to keep them in sync with the | Damien Bergamini | |
ralink linux driver. | |||
2009-05-12 | we support hardware encryption/decryption of group addressed frames too | Damien Bergamini | |
so fix a sentence that was copied from iwn(4). | |||
2009-05-12 | cleanup and simplify promiscuous/multicast setup (setmulti -> iff). | Stuart Henderson | |
from Brad; ok dlg. | |||
2009-05-12 | - tweak the description of -a | Jason McIntyre | |
- remove -SX from usage() ok ajacoutot | |||
2009-05-12 | sync | Theo de Raadt | |
2009-05-12 | zap double prototype | Marc 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-12 | fix obvious bug: .PHONY targets don't match files, so they're precious (we | Marc Espie | |
don't even want to check for a matching file on the file system) | |||
2009-05-12 | Cleanup and shave some bytes in hextodec() | Alexander Hall | |
ok krw@, "If that works, commit it" deraadt@ | |||
2009-05-12 | Fix the URL for datasheets. | Stuart Henderson | |
2009-05-12 | Add /var/db/sysmerge | Antoine Jacoutot | |
ok deraadt@ | |||
2009-05-12 | update device list (add Sierra U881, Emobile D22HW) | Yojiro Uo | |
2009-05-12 | add support for the sierra's Truinstlal enabled modems. (ex. Sierra 881U) | Yojiro Uo | |
ok @jsg | |||
2009-05-12 | Various 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-11 | Make sure last, catch-all, auto-allocated partition ends on a | Kenneth 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-11 | very long lines in comments are ugly | Theo de Raadt | |
2009-05-11 | Always save an fstab file, even if it is empty; ok krw | Theo de Raadt | |
2009-05-11 | New 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-11 | run(4) celebrates its 98th USB ID! | Damien Bergamini | |
2009-05-11 | regen | Damien Bergamini | |
2009-05-11 | more RT3070 USB IDs, s/Pegasus/Pegatron/ while I'm here. | Damien Bergamini | |
2009-05-11 | This 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-11 | forgot one shit. | Damien Bergamini | |
2009-05-11 | attach to more shits. | Damien Bergamini | |
2009-05-11 | regen | Damien Bergamini | |
2009-05-11 | various vendor/product ids for run(4) and otus(4). | Damien Bergamini | |
Belkin ID for run(4) provided by robert@ | |||
2009-05-11 | remove an extraneous slash from the requested URL; some strict proxies | Stuart Henderson | |
(and maybe http servers) have a problem with it. ok espie@ | |||
2009-05-11 | remove the mtx_enter_try() bits until the code goes back in; | Jason McIntyre | |
ok weingart | |||
2009-05-11 | attach to Edimax RT2860. | Damien Bergamini | |
2009-05-11 | regen | Damien Bergamini | |
2009-05-11 | add Edimax PCI vendor ID and Edimax RT2860 product IDs. | Damien Bergamini | |
2009-05-11 | new PCI IDs for 6000 series. | Damien Bergamini | |
2009-05-11 | regen | Damien Bergamini | |
2009-05-11 | new PCI IDs for Intel Wifi Link 6000 2x2 | Damien Bergamini | |
2009-05-11 | fix for some 6000 adapters that have a One Time Programmable (OTP) ROM | Damien Bergamini | |
instead of an EEPROM. | |||
2009-05-11 | sync 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-11 | properly set unicast to me mask in MAC_ADDR_DW1 register. | Damien Bergamini | |
2009-05-11 | Make bgpctl show network print both AF_INET and AF_INET6 as mentioned in the | Claudio Jeker | |
man page. Problem found by Rod Whitworth. OK sthen@ | |||
2009-05-11 | enable USB Rx stream mode (aggregation of muliple bulk xfers in a single one). | Damien Bergamini | |
2009-05-11 | better scan. | Damien Bergamini | |
2009-05-11 | Remind people that mountpoints must now be entered using the disklabel | Theo 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-11 | regen | Jonathan Gray | |
2009-05-11 | add some devices from submitted dmesgs | Jonathan Gray | |
2009-05-11 | in 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-11 | When probing for softraid chunks, ensure that a chunk has a valid metadata | Joel 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-11 | Move 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@ |