Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-12 | fix rcsid | Marco Peereboom | |
2006-10-12 | Massive ACPI changes | Jordan Hargrave | |
Fixed ACPI leaks new ACPI API ok marco@ | |||
2006-10-12 | Add a symbolic name parameter to cardbus_intr_establish(). | Alexander Yurchenko | |
Count cardbus devices interrupts in cbb(4) using evcount(9). ok deraadt@ | |||
2006-10-12 | Bump versions to note behaviour change of no longer trying | Kenneth R Westerback | |
to boot from NetBSD partitions. Requested by tom@. | |||
2006-10-12 | Don't try to boot from a NetBSD MBR partition when no OpenBSD MBR | Kenneth R Westerback | |
partition is found. Change error message to 'no OpenBSD partition'. | |||
2006-10-12 | regen | Brad Smith | |
2006-10-12 | add another ServerWorks HT-2100 PCIe bridge. | Brad Smith | |
dmesg from marco@ | |||
2006-10-12 | Since we no longer look in FreeBSD or NetBSD partitions for the | Kenneth R Westerback | |
disklabel, we shouldn't write the disklabel in such partitions either. Brings amd64, arm, i386, landisk, macppc, mvmeppc (which roll their own MBR search in writedisklabel()) into line with alpha, hppa, hppa64, mips64 (which use readdoslabel() in both reading and writing the disklabel). If all goes well, soon everyone will be using readdoslabel(). | |||
2006-10-11 | revert rev 1.54. This causes breakage with the PHY on a 5704 A3 chipset; | Brad Smith | |
the link comes up, there is activity with tcpdump, but it doesn't work as expected. Issue reported by kettenis. ok kettenis@ | |||
2006-10-11 | flush the cache before jumping into the just loaded kernel. | Dale Rahn | |
Now it succesfully gets into the kernel 100% | |||
2006-10-11 | Remove unused variable and simplify m_copym0(). Diff from bret.lambert at ↵ | Marco Pfatschbacher | |
gmail.com. Kill another unused variable in m_devget(). Pointed out by mcbride. Rename all offset variables from off0 to off. OK markus@, deraadt@ | |||
2006-10-11 | regenerate. ok brad | Chris Kuethe | |
2006-10-11 | add my Radeon X800 | Chris Kuethe | |
ok brad | |||
2006-10-11 | use SEEK_SET; chl@tuxfamily.org | Theo de Raadt | |
2006-10-11 | Oops, wrong size in struct cfattach. | Miod Vallat | |
2006-10-11 | more ether_sprintf()'s | Damien Bergamini | |
ok claudio@ | |||
2006-10-11 | fix a potential null deref and a memleak (both in error path). | Damien Bergamini | |
ok mglocker@ | |||
2006-10-11 | Build after compiler changed to hardfloat, and link against libgcc. ok miod@ | Dale Rahn | |
2006-10-11 | define some functions to go here, quiet warnings | Dale Rahn | |
2006-10-11 | Make the timedelta sensor appear right when a device is plugged-in, with a | Marc Balmer | |
status of SENSOR_S_UNKNOWN. Do not set the SENSOR_FINVALID bit, sysctl hw.sensors does not list sensors with this flags set and we want to the sensor when the device is present. ok henning | |||
2006-10-11 | Use __packed instead of __attribute__((packed)). OK mglocker@ | Claudio Jeker | |
2006-10-11 | udcf works here, so add it, ok mblamer | Henning Brauer | |
2006-10-11 | Use correct arguments in printfs. OK mglocker@ | Claudio Jeker | |
2006-10-11 | implement IP_MINTTL socket option fo tcp sockets | Henning Brauer | |
This is for RFC3682 aka the TTL security hack - sender sets TTL to 255, receiver checks no router on the way (or, no more than expected) reduced the TTL. carp uses that technique already. modeled after FreeBSD implementation. ok claudio djm deraadt | |||
2006-10-11 | implement IP_RECVTTL socket option. | Henning Brauer | |
when set on raw or udp sockets, userland receives the incoming packet's TTL as ancillary data (cmsg shitz). modeled after the FreeBSD implementation. ok claudio djm deraadt | |||
2006-10-11 | Allow the 'quick' keyword on an anchor. IFF there is a matching rule inside | Ryan Thomas McBride | |
the anchor, terminate ruleset evaluation when stepping out of the anchor. This means that if you absolutely want the anchor to be terminal, you probably want to use a 'block all' or 'pass all' rule at the start of the anchor. ok dhartmei@ henning@ deraadt@ | |||
2006-10-11 | regen | Brad Smith | |
2006-10-11 | add the NetXen vendor id. | Brad Smith | |
2006-10-11 | tsk, tsk | Dale Rahn | |
2006-10-11 | call xge_stop() at the top of xge_init(). | Brad Smith | |
2006-10-10 | - Only use the MAC address workaround for the Xframe chipset. | Brad Smith | |
- For the Xfrme II chipset, bring EOI out of reset before XGXS. - Check for the adapter status bit RIC_RUNNING before trying to access any registers with the Xframe II chipset. - Add new DTX_Control values for the Xframe II chipset to initialize the XGXS transciever. - Make sure to clear IFF_RUNNING/IFF_OACTIVE in xge_stop(). From Veena Parat @ Neterion | |||
2006-10-10 | add a few more ACPI device ids, as found on a Acer Aspire 1360. | Brad Smith | |
From Maxim Bourmistrov <maxim at student dot chalmers dot se> via marco@, ok marco@ | |||
2006-10-10 | Match the SH4 FPSCR bits. | Miod Vallat | |
2006-10-10 | revert the firmware synchronization change in rev 1.178, this is the cause | Brad Smith | |
of the first port of a dual port MAC to not work. | |||
2006-10-10 | bescon -> beacon, found by Maxim Bourmistrov, thanks. Since I am correcting | Marc Balmer | |
typos today... | |||
2006-10-10 | fix a small typo (in a comment). ok kettenis. | Marc Balmer | |
2006-10-10 | Typo in a comment. ok kettenis. | Marc Balmer | |
2006-10-10 | regen | Brad Smith | |
2006-10-10 | add two Pericom PCI bridges. | Brad Smith | |
2006-10-10 | Minor tweaks. | Miod Vallat | |
2006-10-10 | Don't spoof a Free/NetBSD MBR partition as the 'a' partition in a | Kenneth R Westerback | |
disklabel. Fixes 'double spoofing' of these partitions as both 'a' and something in the 'i' to 'p' range. OpenBSD changed its MBR partition type to 'A6' eight years ago. As a backward compatibility measure NetBSD and FreeBSD MBR partitions were still spoofed as 'a' partitions when no OpenBSD partition could be found. This bit of backward compatibility is no longer required. 'we can get rid of it' deraadt@ | |||
2006-10-10 | Add bus_space_barrier. | Brad Smith | |
Add DELAY in some busy loops to allow the DMA engine to actually do something (neccessary on fast processors). From ws@ & mycroft@ NetBSD Testing by deraadt@ nick@, ok deraadt@ | |||
2006-10-09 | Kill unused debug flag. | Marcus Glocker | |
2006-10-09 | Kill unused kthread struct. | Marcus Glocker | |
2006-10-09 | Change historical leftovers (tsleep "pftres" to "pgtres"). | Marcus Glocker | |
2006-10-09 | Add powerhooks. Tested with a Netgear WG511v1 on my X40. | Marcus Glocker | |
ok claudio@ | |||
2006-10-09 | The mickey (/brad) jumbo allocation avoidance patch triggers the same | Theo de Raadt | |
ami bug "on a particular machine" as the uvm anon change that needed to be backed out on jul 13. at least now you are getting close to knowing whether this is a uvm bug or an ami bug or somewhere else; something starves or cuts memory up badly enough to cause a big problem. | |||
2006-10-09 | tweaks; ok mickey | Jason McIntyre | |
2006-10-09 | Fix jump scroll glitch, reported by dim@ and Paul Stoeber. | Miod Vallat | |
2006-10-09 | bret lambert sent a patch removing register. i made it ansi. | Ted Unangst | |