Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-01 | Remove a now unused variable. | Marc Balmer | |
2008-07-01 | Stricter probing: Not only check for an AMD cpu with MSRs, but make sure | Marc Balmer | |
it is an AMD Geode LX before reading the GLD_MSR_CAP register. Problem reported by Paul Irofti, thanks. Tested by me and sthen. ok sthen. | |||
2008-07-01 | Do not use MINCLSIZE to figure out if a single mbuf or a mcluster should be | Claudio Jeker | |
used. Instead use MHLEN and MLEN acordingly because MINCLSIZE is bigger than a single mbuf now. OK mglocker@ | |||
2008-07-01 | Spacing. | Marcus Glocker | |
2008-07-01 | Send CR LF during protocol banner exchanges, but only for Protocol 2 only, | Darren Tucker | |
in order to comply with RFC 4253. bz #1443, ok djm@ | |||
2008-07-01 | Check ExitOnForwardFailure if forwardings are disabled due to a failed | Darren Tucker | |
host key check. ok djm@ | |||
2008-07-01 | Enable FFS2 on most of the larger RAMDISK media. | Brad Smith | |
ok deraadt@ | |||
2008-07-01 | Remove clauses 3 and 4 from BSD license owned by mickey, niklas, and NetBSD. | Ray Lai | |
OK niklas, mickey, deraadt. | |||
2008-07-01 | Remove clauses 3 and 4 from BSD license owned by mickey and NetBSD. | Ray Lai | |
OK mickey, deraadt. | |||
2008-07-01 | Initialize variable before checking against NULL. | Ray Lai | |
OK deraadt, otto, krw. | |||
2008-06-30 | set speed for writing tracks in TAO. | av | |
ok and tweaks by fgsch manual page by jmc | |||
2008-06-30 | regen. | Federico G. Schwindt | |
2008-06-30 | rename OZ7110 to OZ711Mx Misc as it's not really a cardbus controller. | Federico G. Schwindt | |
deraadt@ ok. | |||
2008-06-30 | Don't try to free a non-malloced address. Somehow this bit of code escaped | Owain Ainsworth | |
deletion when i killed the ifdefs around it. Problem noticed by Jason Meltzer and ckuethe@, thanks! | |||
2008-06-30 | Limit maximal number of mmap buffers to 32 (instead 256). | Marcus Glocker | |
2008-06-30 | - Free mmap buffer on close/detach. | Marcus Glocker | |
- Fix DPRINTF while here. | |||
2008-06-30 | Use int instead if bool in the arguments to upd_qs(). Sendmail itself | Anders Magnusson | |
uses -1, 0 and 1 which is one value too much for boolean. Ok krw@, millert@ | |||
2008-06-30 | clarify that eow@openssh.com is only sent on session channels | Damien Miller | |
2008-06-30 | only send eow@openssh.com notifications for session channels; ok! markus@ | Damien Miller | |
2008-06-30 | only pass channel requests on session channels through to the session | Damien Miller | |
channel handler, avoiding spurious log messages; ok! markus@ | |||
2008-06-30 | Include file order must be "monitor.h" before "extern.h" otherwise enum | Anders Magnusson | |
auth_ret is referenced before it is declared, which is not allowed by C99. Ok krw@, millert@, gilles@ | |||
2008-06-30 | Teach lii(4) how to clean up after itself. | Joel Sing | |
ok dlg@ | |||
2008-06-30 | explicitly disable conch options that could interfere with the test | Damien Miller | |
2008-06-30 | remove "set -e" left over from debugging | Damien Miller | |
2008-06-30 | shell portability: use "=" instead of "==" in test(1) expressions, | Damien Miller | |
double-quote string with backslash escaped / | |||
2008-06-30 | typo: s/constraint_date/constraint_data/ | Damien Miller | |
2008-06-30 | document that mquery(2) is non-standard; hint and ok deraadt@ | Otto Moerbeek | |
2008-06-30 | xref mquery | Otto Moerbeek | |
2008-06-30 | wrap logging code around WDC_DEBUG. shrinks kernel by ~4k. | Federico G. Schwindt | |
jsg@ krw@ miod@ ok. | |||
2008-06-30 | re* at cardbus? 'Put it in' brad@ 'Go for it' deraadt@ | Ian Darwin | |
2008-06-30 | sync | Theo de Raadt | |
2008-06-29 | Add RT2870 firmware with the same license as the rest of | Jonathan Gray | |
the Ralink firmware files. Discussed with Paul Lin at Ralink. | |||
2008-06-29 | repetition, spotted by <bsd@openbsd.rutgers.edu> | Pierre-Yves Ritschard | |
2008-06-29 | Use DEV_BSIZE (defined as 512) instead of 512 when initializing the | Kenneth R Westerback | |
disklabel's d_secsize. ok millert@ marco@ | |||
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. |