Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-26 | Add USB ID for the CACE AirPcap Nx dongle, which is an otus(4). | Damien Bergamini | |
For the richest people only, since the dongle+software cost $698 USD. | |||
2009-03-26 | Change amd64 bus_space_{map,unmap} to be the same as i386. While | Owain Ainsworth | |
theoretically the current solution of using the direct (and direct uncached) maps is better for tlb pressure, two direct maps is dangerous, especially when we support Page Attribute Tables (soon), since that will cause illegal cache aliases. When that work is done a clever solution may be worked out. "reluctant ok, the uncached direct map is evil" art@ | |||
2009-03-26 | "Logging dirname" needs to be properly shown when running log/rlog. | Joris Vink | |
spotted by deraadt@ | |||
2009-03-26 | Remove cpu_wait(). It's original use was to be called from the reaper so | Owain Ainsworth | |
MD code would free resources that couldn't be freed until we were no longer running in that processor. However, it's is unused on all architectures since mikeb@'s tss changes on x86 earlier in the year. ok miod@ | |||
2009-03-26 | sync | Reyk Floeter | |
2009-03-26 | two more ubsec devices | Reyk Floeter | |
2009-03-26 | argh, do not reuse the global trans_as flag to be applied to the peer | Henning Brauer | |
specific or we had to widen the peer specific flags without need. defien PERRFLAG_TRANS_AS instead and use that | |||
2009-03-26 | Convert splvm() + simplelock(&uvm.hashlock); around the page hash table | Owain Ainsworth | |
into a IPL_VM blocking mutex, also slightly extend the locked area so that it actually protects access to the page array (as the comment on the lock declaration says it should). ansify a few functions while i'm in the file. "ok, even though you're sneaking in ansification in a diff. You dirty you." art@ | |||
2009-03-26 | fix a few typographical errors found by spell(1). | Igor Sobrado | |
ok dtucker@, jmc@ | |||
2009-03-26 | The drm_* allocation functions have been #defined to not use most of | Owain Ainsworth | |
their arguments for a while. Actually go through the code and remove the extraneous arguments. Makes things easier to read. | |||
2009-03-26 | sync | Theo de Raadt | |
2009-03-25 | Nuke old useless define. Miod was ok with the idea. | Tobias Weingartner | |
2009-03-25 | switch our file and directory lists to RB trees (see tree(3)), | Joris Vink | |
so we can benefit from faster lookup times while recursing. | |||
2009-03-25 | Deinline softintr_schedule(). Also fix softintr priorities I got inverted after | Miod Vallat | |
adding splsoftassert(). | |||
2009-03-25 | Deinline softintr_schedule(). | Miod Vallat | |
2009-03-25 | prevent a very difficult to reach, but possible use after free. | Joris Vink | |
ok tobias@ | |||
2009-03-25 | Remove LK_SLEEPFAIL | Owain Ainsworth | |
2009-03-25 | ntfs was the last user, LK_SLEEFAIL can die now. | Owain Ainsworth | |
ok blambert@ | |||
2009-03-25 | remove unused functions, definitions and outdated comments | Joris Vink | |
from the stone ages. | |||
2009-03-25 | Add support for the watchdog timer. | Michael Knudsen | |
``just have the balls and commit it'' deraadt | |||
2009-03-25 | convert lockmgr over to rwlock in ntfs, mostly trivial. | Owain Ainsworth | |
Tested by a couple of people, no regressions. | |||
2009-03-25 | regen | Marcus Glocker | |
2009-03-25 | Add "Chen-Source CM12402 Eagle IR Cam" uvideo(4) device. | Marcus Glocker | |
From Kenji Aoyama. OK deraadt@ | |||
2009-03-25 | Move all of the pseudo-inline functions in uvm into C files. | Owain Ainsworth | |
By pseudo-inline, I mean that if a certain macro was defined, they would be inlined. However, no architecture defines that, and none has for a very very long time. Therefore mainly this just makes the code a damned sight easier to read. Some k&r -> ansi declarations while I'm in there. "just commit it" art@. ok weingart@. | |||
2009-03-25 | sdmmc(4) is not an SD host controller. | Michael Knudsen | |
Input from deraadt, grange, and kettenis. | |||
2009-03-25 | Regen | Miod Vallat | |
2009-03-25 | Move drm from ``console ports'' to ``special purpose devices'' section. | Miod Vallat | |
2009-03-25 | Several cleanups: | Antoine Jacoutot | |
* constistency in redirections (and fix a wrong one) * enclose variables * several UPPER -> lowercase rewordings * add "" on conditionals (suggested by jared r r spiegel a while ago) * use cmp instead of md5 for sets comparison (from sthen@) * some man page rewordings from sthen@ ok sthen@ | |||
2009-03-25 | recognise encoding "646" as an alias of "ascii", similar to a change | Stuart Henderson | |
made in our port of libiconv. Fixes a problem seen by James Wright on ports@. looks fine to espie, ok jasper | |||
2009-03-25 | add new umsm(4) device. Emobile D21LC (longcheer's OEM product) | Yojiro Uo | |
ok jsg@, fgsch@ | |||
2009-03-25 | add new umsm(4) device, Emobile D21LC (longcheer's OEM product) | Yojiro Uo | |
ok jsg@ fgsch@ | |||
2009-03-25 | regen | Yojiro Uo | |
2009-03-25 | add new umsm(4) device (Emobile D21LC, longcheer's OEM product) | Yojiro Uo | |
2009-03-25 | punctuation must be space separated here; | Jason McIntyre | |
2009-03-25 | You can now feed sysmerge with an etcXX and/or xetcXX tarball(s) | Antoine Jacoutot | |
corresponding to your current snapshot or release. Any file that was modified between this old reference and the new one *and* that you did not change locally will automatically be updated to the new version. Make sure we don't compare files that have not changed between old and new tarball (from Alexander Hall). man page flushing, tweaking, rewording and enhancing from jmc@ Several people came up with this request or alike, thanks to them. looked over and tested by several ok weerd@ | |||
2009-03-25 | With redistribute connected set, announce the prefix on the interface | Michele Marchetto | |
with address belonging to that prefix. Don't skip it. ok claudio@ | |||
2009-03-25 | add support for AES-CBC with the BCM5823 (or newer, but we don't support newer | Reyk Floeter | |
variants yet). ok deraadt@ dlg@ | |||
2009-03-25 | sync | Reyk Floeter | |
2009-03-25 | add the BCM5862 (an unsupported ubsec(4) device) | Reyk Floeter | |
2009-03-25 | clarify wording of examples for subpackages, pointed out by Lajos Boróczki | Stuart Henderson | |
2009-03-25 | -q hasnt been the default verbosity mode in ages. | Joris Vink | |
2009-03-25 | Revert 1.119 bulk crash workaround, because it breaks Logitech QuickCam | Marcus Glocker | |
9000 devices. Add a XXX comment that we need to fix the bulk issue properly instead. | |||
2009-03-25 | Lying is bad, so stop lying about functionality that was removed ages | Owain Ainsworth | |
ago. ok blambert (who had a similar diff a few days ago) | |||
2009-03-24 | increase maxproc | Nikolay Sturm | |
ok deraadt, millert | |||
2009-03-24 | link to newish firmware package (3.1). | Damien Bergamini | |
i have absolutely no idea what this new firmware is supposed to fix. actually, even the Intel people have no idea according to this thread: http://marc.info/?l=linux-wireless&m=123791786426974&w=2 | |||
2009-03-24 | report Michael MIC failures to net80211 (can't happen yet since we do | Damien Bergamini | |
crypto in software.) increment if_ierrors in Rx error paths. | |||
2009-03-24 | Change the behaviour of redistribute default. | Michele Marchetto | |
Now a default route have to be present in the fib to be correctly advertised. Spotted and tested by Steven Surdok on ripd. ok claudio@ | |||
2009-03-24 | +otus(4) | Jason McIntyre | |
2009-03-24 | fix Rx rate in radiotap. | Damien Bergamini | |
implement SIOCS80211CHANNEL ioctl. | |||
2009-03-24 | AR9101 is MIMO 1x2, not 1x1. | Damien Bergamini | |