Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-24 | Add support for the SMBus controller for the Broadcom HT-1100 chipset | Theo de Raadt | |
to piixpm(4). from brad | |||
2009-06-24 | like I did for em(4) before, doubled error messages are silly | Theo de Raadt | |
from brad | |||
2009-06-24 | move the "pf_map_addr: selected address" printf up to -xnoisy. | Stuart Henderson | |
ok henning@ | |||
2009-06-24 | Install ntfs includes and add libkvm (fstat) support. ntfs bits | Todd C. Miller | |
adapted from NetBSD fstat. OK deraadt@ | |||
2009-06-24 | Remove extra psignal/wakeup in exit1() which can cause the parent to | Kurt Miller | |
receive SIGCHLD twice if scheduled before the reaper runs. diff by guenther@ and myself. okay guenther@ deraadt@ | |||
2009-06-24 | Reset the rebuild counter when initiating a rebuild. | Joel Sing | |
ok marco@ | |||
2009-06-24 | Abort the current rebuild if the rebuild chunk disappears. Whilst here also | Joel Sing | |
rename the abort flag so that it is more generalised. ok marco@ | |||
2009-06-24 | for the isp(4) driver, invert the meaning of the options which pull | Theo de Raadt | |
firmwares into the smaller (and larger) media ok krw | |||
2009-06-24 | Bring macppc install into the new age. Fewer questions, less verbiage, | Kenneth R Westerback | |
more action and safety. "reads ok" sthen@. ok deraadt@ | |||
2009-06-24 | turn off POOL_DEBUG as we go into release; pointed out by mpf | Theo de Raadt | |
2009-06-24 | Major update to isp driver, mostly from mjacob via FreeBSD. | Kenneth R Westerback | |
Everything that worked before should still work so in it goes. Newer boards (2300, 2400) may now work but are still a work in progress. Thanks to many testers but especially kettenis@ for finding a show stopper bug and stomping it. ok deraadt@ | |||
2009-06-24 | synchronize synopsis and usage; "-l", "-r", "-s" and "-x" are mutually | Igor Sobrado | |
exclusive; while here, slightly improve spacing in the source code so it fits on a 80-column display again. diff greatly improved by martynas@; ok jmc@, martynas@ | |||
2009-06-24 | tweak previous; | Jason McIntyre | |
2009-06-24 | Simplify the ioctl handling code. From Brad. | Stuart Henderson | |
Tested by nick@ | |||
2009-06-24 | Fix a typo | giovanni | |
"sure" sthen@ | |||
2009-06-24 | Constify utf8_width() function argument. | Nicholas Marriott | |
2009-06-24 | print RFv1/RFv2 for 8187L dmesgs; since code paths are very different | Martynas Venckus | |
also print 8187B/8187L rev. ids for unknown revisions and remove dots as suggested by jsg@. ok jsg@ | |||
2009-06-24 | sync to 1.7.20: minimum requirements for -mdoc documents; | Ingo Schwarze | |
while merging, avoid having two STRUCTURE sections; the fix for the latter problem was also submitted upstream | |||
2009-06-23 | fix three off-by-one errors in whitespace output | Ingo Schwarze | |
tweaked by and ok kristaps@ and included in 1.7.20 | |||
2009-06-23 | sync to 1.7.20: Document whitespace handling. | Ingo Schwarze | |
Currently, mandoc(1) produces French spacing, which is a bug and needs to be fixed, but document it anyway for the time being. While here, fix a few typos, also reported upstream. | |||
2009-06-23 | Mention LC_ALL, LC_CTYPE. | Nicholas Marriott | |
2009-06-23 | sync to 1.7.20: like for the -man case, add an nchild counter to the -mdoc | Ingo Schwarze | |
nodes, simplifying the validation code; no functional change | |||
2009-06-23 | sync to 1.7.20: -man documents must contain .TH and may contain tab characters | Ingo Schwarze | |
2009-06-23 | sync to 1.7.20: fix .br support in -man | Ingo Schwarze | |
2009-06-23 | sync to 1.7.20: root and text validation for -man | Ingo Schwarze | |
2009-06-23 | Add some common config file examples to the quick start section. | Nicholas Marriott | |
2009-06-23 | sync to 1.7.20: error reporting functions for -man | Ingo Schwarze | |
2009-06-23 | sync | Stuart Henderson | |
2009-06-23 | Add the PCI id for the EHCI controller on the AMD 8111 from the datasheet. | Stuart Henderson | |
From Brad. | |||
2009-06-23 | If a pane is "zombified" (remain-on-exit flag), don't continue to queue key and | Nicholas Marriott | |
mouse input for it (otherwise they are processed after respawn). | |||
2009-06-23 | Escape ) to make "C-x )" spaced correctly in key list. | Nicholas Marriott | |
"if it formats correctly, go for it" jmc@ | |||
2009-06-23 | getgrouplist(3) used to and ought to return 0 on success; | Ingo Schwarze | |
fixing a regression introduced in rev. 1.16 spotted by otto@; ok millert@ otto@ | |||
2009-06-23 | tweak previous; | Jason McIntyre | |
2009-06-23 | tweak previous; | Jason McIntyre | |
2009-06-23 | tweak previous; | Jason McIntyre | |
2009-06-23 | LC_ALL overrides LC_CTYPE and LANG. Comment was correct but the code | Nicholas Marriott | |
wrong. Pointed out by Hannah Schroeter, thanks. | |||
2009-06-23 | Make sure that the metadata level matches the requested assembly level when | Joel Sing | |
creating a volume. ok marco@ | |||
2009-06-23 | Fix some more whitespace issues. | Joel Sing | |
2009-06-23 | Add 82574L to the list of supported MACs. | Claudio Jeker | |
2009-06-23 | Add support for the 82574L chips and the bme1000 phy which is also used on | Claudio Jeker | |
some newer ICH* chips. All the hard work done by Dariusz Swiderski sfires (at) sfires.net, tested by myself, sthen@ and many more. Eyeballed and OK dlg@ kettenis@ | |||
2009-06-23 | Ignore the PCT if the PSS has zero entries, only became | Gordon Willem Klok | |
a problem after we started striking entires for containing junk and /* should never happen */ happened. Fixes PR 6175 confirmed by submiter: nick templeton nick @ nicktempleton.com ok marco@ | |||
2009-06-23 | - /dev/drum is long gone; sync comment with reality | Jasper Lievisse Adriaanse | |
ok thib@ | |||
2009-06-23 | Don't use == for string comparison. | Jonathan Gray | |
"looks good to me" jakemsr@ | |||
2009-06-22 | Sync the strict alignment with vr(4). Remove the if (1) and replace it with | Claudio Jeker | |
an #ifdef #else #endif dance. Reminded by Brad. | |||
2009-06-22 | Remove unneeded sotorawpcb() call, as the PCB is unmolested between | Bret Lambert | |
malloc()ing it and calling that macro. No functional change, just tightening things up a bit. ok claudio@ michele@ | |||
2009-06-22 | Check that the address family is appropriate before processing ICMPv4 and | Joel Sing | |
ICMPv6 messages. ok henning@ | |||
2009-06-22 | Always drop ICMPv6 in IPv4 datagrams, not only when compiled with INET6. | Joel Sing | |
Suggested by Max Laier. ok henning@ | |||
2009-06-22 | Tidy up promiscuous mode and multicast handling; tested by Simon Kuhnle | Stuart Henderson | |
and myself. From Brad. | |||
2009-06-22 | Fix scrub max-mss for IPv6 traffic. | Joel Sing | |
spotted by naddy@ ok henning@ | |||
2009-06-22 | Log a warning when "enforce remote-as" is triggered. ok claudio@ | Stuart Henderson | |