Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-29 | this stupid per-arch SIZEOF_BPF_HDR define is really really stupid, but | Theo de Raadt | |
for now add __sparc64__ to the list (ridiculous as it seems, but that is the best we know to do so far) ok miod | |||
2008-06-29 | Use C99, not gcc-specific variadics. Ok miod@. | Anders Magnusson | |
2008-06-29 | Don't fail compilation if APERTURE is not defined. | Anders Magnusson | |
Also, fail probe if APERTURE is not defined. Ok Marc Balmer. | |||
2008-06-29 | various macro/spelling/grammar fixes; | Jason McIntyre | |
2008-06-29 | typo | Miod Vallat | |
2008-06-29 | document the configuration directives for directories. | Pierre-Yves Ritschard | |
2008-06-29 | add usb2.0 to usb1.1(ohci/uchi) handover request to usb subsystem. | Yojiro Uo | |
add new quirk entry for uvideo which is required isoc transfer. Some usb2.0 devices use isochronous transfer but current usb subsystem does not support isoc transfer in ehci(usb2.0) bus. This patch introduce new psuedo usb hub request UHF_PORT_DISOWN_TO_1_1 to handover the device to ehci to usb1.1 bus(ohci or uhci). ok mglocker@ deraadt@ fgsch@ | |||
2008-06-29 | Simplify state creation code; merge state import/export code between pfsync | Ryan Thomas McBride | |
and the state-related pf(4) ioctls, and make functions in state creation and destruction paths more robust in error conditions. All values in struct pfsync_state now in network byte order, as with pfsync. testing by david ok henning, systat parts ok canacar | |||
2008-06-29 | protocol 2 key blobs are strings, not byte arrays | Damien Miller | |
2008-06-29 | documentation tweaks. | Igor Sobrado | |
2008-06-29 | +Belkin F5D9050C and sort the list; | Jason McIntyre | |
2008-06-29 | Split k8_powernow_setperf into two functions, the new function called | Gordon Willem Klok | |
k8pnow_transition handles the actual transition, this change is necessitated by some of the ACPI work which can involve dynamic changes in the available states in response to endogenous events such as removing the AC power. This new code is designed to cope with the current operating point not being among the newly available states in which case we recalculate what the current desired performance level coresponds to among the new states. Also fix a screw up with the acpi_states function (fix originally by Markus Hennecke in a diff to tech@ thanks) which resolves PR 5854. Diff tested by numerous people thanks! ok marco@ | |||
2008-06-29 | Revert 1.8, and reenable branch prediction on swift cpus. Ten years of trap.c | Miod Vallat | |
and locore.s changes have fixed the condition incorrectly blamed on branch prediction, and these processors run fine with it enabled. | |||
2008-06-29 | new belkin rum with california designed plastic | Theo de Raadt | |
2008-06-29 | sync | Theo de Raadt | |
2008-06-29 | another new belkin rum. says on it "designed in california, made in china". | Theo de Raadt | |
inside, it has a board designed by ralink in taiwan. i guess that people in california now have sunk so far in their skills they just "design" the plastic shrouds for the devices now. | |||
2008-06-28 | regen | Marcus Glocker | |
2008-06-28 | Move video(4) entry in MAKEDEV(8) from the "USB devices" section to the | Marcus Glocker | |
"Special purpose devices" section, since a hardware driver which uses video(4) also could be none-USB as long it uses the V4L2 API. OK todd@ | |||
2008-06-28 | Mention mmap(2) step. | Marcus Glocker | |
2008-06-28 | tweak; | Jason McIntyre | |
2008-06-28 | Comment in another video(4) reference. | Marcus Glocker | |
Noted by jmc@ | |||
2008-06-28 | Link to video(4). | Marcus Glocker | |
Spotted by deraadt@ | |||
2008-06-28 | Typos. | Marcus Glocker | |
2008-06-28 | sync | Theo de Raadt | |
2008-06-28 | First shot for the video(4) man page. | Marcus Glocker | |
OK deraadt@ | |||
2008-06-28 | document the protocol used by ssh-agent; "looks ok" markus@ | Damien Miller | |
2008-06-28 | reset global compat flag after processing a protocol 2 signature | Damien Miller | |
request with the legacy DSA encoding flag set; ok markus | |||
2008-06-28 | revert accidental commit (nearly 2 months ago!) that | Damien Miller | |
unconditionally enabled -Werror and -g | |||
2008-06-28 | refuse to add a key that has unknown constraints specified; | Damien Miller | |
ok markus | |||
2008-06-28 | very basic regress test against Twisted Conch in "make interop" | Damien Miller | |
target (conch is available in ports/devel/py-twisted/conch); ok markus@ | |||
2008-06-28 | no EOL between tcpsig and sack headers; ok jsing, frantzen | Markus Friedl | |
2008-06-28 | if the user supplied -A only checkout files again if a sticky tag | Joris Vink | |
was in fact set, instead of ALWAYS checking them out no matter what. spotted & diff tested by naddy@ | |||
2008-06-28 | add an underscore to argument name. | Igor Sobrado | |
2008-06-28 | spelling fixes | Damien Miller | |
2008-06-27 | Simply the version string and nuke unecessary variables used to build it. | Xavier Santolaria | |
ok joris | |||
2008-06-27 | Bump version; we're not going to stay with 1.0 forever. | Xavier Santolaria | |
ok joris | |||
2008-06-27 | documentation tweak. | Igor Sobrado | |
2008-06-27 | Remove again the old _dl_md_reloc() calls-through-plt workaround: it is | Miod Vallat | |
no longer necessary now that libgcc is built correctly, and it caused the elfbug regress test to fail. | |||
2008-06-27 | uvm_pglistalloc() works by walking the physical address range it gets invoked | Miod Vallat | |
with, trying to find free pages matching the callers requirement. However, on systems with noncontiguous memory and large gaps between segments, this is a disaster as soon as one of these gaps is hit. Rewrite the logic by iterating on the physsegs, and the on the intersection of the physseg range and the callers range. This also frees us from having to check whether a given page range crosses a physseg. | |||
2008-06-27 | Do not disallow kernel crash dumps on panic if swap encryption is enabled, | Miod Vallat | |
as dumpsys() will now clear the sensitive information. ok djm@ (and dumpsys changes too) | |||
2008-06-27 | Clear swap encryption keys before dumping a kernel image. | Miod Vallat | |
2008-06-27 | Hook up the blinkenleds. | Jonathan Gray | |
Lets cards like the 1261ML with SGPIO sideband on Mini SAS, control locator LEDs through bioctl. ok dlg@ | |||
2008-06-27 | synch with rest of work | Marc Espie | |
2008-06-27 | sort flags; align usage output. | Igor Sobrado | |
ok jmc@ | |||
2008-06-27 | Access the embedded controller according to the documentation referenced | Can Erkin Acar | |
from the hdaps linux driver, and update model detection. Now works on newer thinkpad models. Suggestions from jsg@, tested by many. | |||
2008-06-27 | Remove clauses 3 and 4 from license copyrighted by millert, deraadt, | Ray Lai | |
krw, and NetBSD. OK millert, krw, and deraadt | |||
2008-06-27 | More removal of clauses 3 and 4 from NetBSD licenses. | Ray Lai | |
OK deraadt@ and millert@ | |||
2008-06-27 | Add uvideo(4). | Brad Smith | |
ok mglocker@ | |||
2008-06-27 | add bio & bioctl | Todd T. Fries | |
ok deraadt@ | |||
2008-06-27 | sync | Todd T. Fries | |