Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-25 | Workaround a stupid problem ATI SB600 revisions and ATI SB700 south | Theo de Raadt | |
bridge revisions A12 and A13. We really don't know what it does, but then noone else does. From NetBSD and Linux, via brad | |||
2009-06-24 | Compute OpenBSD area bounds as the largest area spanning all the OpenBSD | Miod Vallat | |
partitions; since all of them are DPME partitions, they might not be contiguous but that's the best we can do at the moment. | |||
2009-06-24 | Even more pci ethernet devices, based on a diff from Brad. | Miod Vallat | |
2009-06-24 | add some pci ethernet devices that some people, like miod, might be using | Theo de Raadt | |
2009-06-24 | enable softraid | Todd T. Fries | |
test built and booted by me ok marco@, deraadt@ | |||
2009-06-24 | Remove a semicolon at the end of an if statement that made the thread | Jonathan Gray | |
waiting for all the workqs to die wakeup more often than it should have. ok dlg@ tedu@ | |||
2009-06-24 | There are 3 reasons why the first block in apm_probe can fail, and in one | Theo de Raadt | |
case it is not OK to DPRINTF, so delete that code. Found by dhill ok marco dhill | |||
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 | 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 | 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 | Simplify the ioctl handling code. From Brad. | Stuart Henderson | |
Tested by nick@ | |||
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-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 | 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 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 | sync m_inithdr() with m_gethdr() after the | Thordur I. Bjornsson | |
addition of rdomain to struct pkthdr. "Doh!" claudio@ ok henning@ | |||
2009-06-21 | Use static for forward decl of static arrays instead of extern | Jonathan Gray | |
which made newer versions of gcc complain about mixing static and non-static decls. ok miod@ | |||
2009-06-21 | Disable memory above 2GB physical again, as we can end up with an unkillable | Miod Vallat | |
process waiting on getblk when all ATE are exhausted, despite the exhaustion being transient; I fear the only way to skirt this is to use bounce buffers. | |||
2009-06-21 | Remove the ioc interrupt probe code, the heuristic is correct; origin 300 | Miod Vallat | |
is still unhappy due to ``interferences'' between the L1 console and the brick's serial ports, unfortunately. | |||
2009-06-21 | Add a bunch of usb devices, per deraadt@'s pressure. | Miod Vallat | |
2009-06-21 | - add and enable stge(4) | Jasper Lievisse Adriaanse | |
"sure" miod@ | |||
2009-06-21 | simplify write_s16 routine and just use memory stack instead of two | Martynas Venckus | |
buffers. ok jsg@. tested by kevlo@ and myself | |||
2009-06-21 | fix rcs ids. ok sthen@ | Martynas Venckus | |
2009-06-20 | 4.6-BETA | Miod Vallat | |
2009-06-20 | Preserve more registers in sigcontext, and restore them in sigreturn. This | Miod Vallat | |
makes the sigreturn regress test pass, as well as todd@'s ``run sh -c "trap exit 2 3;while :; do sleep 120; done", then press ^C'' test pass. Since userland setjmp uses sigcontext, the kernel will still support the old layout for a while (until libc is fixed and a reasonable grace period is over). | |||
2009-06-20 | Remove unused global variables. | Miod Vallat | |
2009-06-20 | Remove unused struct ka410_cpu, long superseded by struct vs_cpu. | Miod Vallat | |
2009-06-20 | Rewrite the interface flag handling case code and update the receive | Christian Weisgerber | |
filter handling to take advantage of ac_multirangecnt and have correct IFF_ALLMULTI handling. From Brad. | |||
2009-06-20 | Force atapiscsi to depend upon wdc_base. This allows kernels to have | Miod Vallat | |
atapiscsi* at umass? without needing to have pciide or wdc attachments. | |||
2009-06-20 | First stab at state transitions. | Marco Peereboom | |
ok jsing | |||
2009-06-20 | Decrement routing socket count in MPLS detach case | Bret Lambert | |
While here, fix whitespace (spaces -> tabs) issue spotted by michele@ ok michele@, claudio@ | |||
2009-06-20 | Have hmestop() properly clear the RUNNING/OACTIVE flags and the interface | Stuart Henderson | |
watchdog timer. Copied over from MI hme(4). Tested by nick@. From Brad. | |||
2009-06-19 | Allow bge(4) to recognize the revisions of the 57780 ASICs. From Brad. | Christian Weisgerber | |