Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-10 | sync w/ netbsd; aaron@ ok | Michael Shalayeff | |
2001-02-10 | $OpenBSD$ | Federico G. Schwindt | |
2001-02-10 | new symbol handling in ddb for ELF, there is still a problem with hangman on ↵ | Niklas Hallqvist | |
alpha though.. | |||
2001-02-09 | use correct FREE() do dispose sillyrename on fail; deraadt@ ok | Michael Shalayeff | |
2001-02-09 | Tickle D0 power state so the cs4281 works after reboots from Windows 2000. | Aaron Campbell | |
From NetBSD, tested on a dual-boot IBM ThinkPad X20. | |||
2001-02-09 | Add PCI Power Management Control Register definitions; from NetBSD. | Aaron Campbell | |
2001-02-09 | check dev in cn_tab for sanity, better than pagefaulting | Michael Shalayeff | |
2001-02-09 | Fix BPF support. | Angelos D. Keromytis | |
2001-02-09 | Fix an uninitialized variable. | Aaron Campbell | |
2001-02-09 | constify static data | Michael Shalayeff | |
2001-02-09 | BOOT_CONFIG is already in conf/GENERIC and this includes it. | Artur Grabowski | |
2001-02-09 | Add support for loading the bootloader and kernel from an HFS filesystem, | Dale Rahn | |
using firmware. Mostly from NetBSD. This allows kernels to be booted directly from an HFS hard drive. (the rest of the files...) | |||
2001-02-09 | Add support for loading the bootloader and kernel from an HFS filesystem, | Dale Rahn | |
using firmware. Mostly from NetBSD. This allows kernels to be booted directly from an HFS hard drive. | |||
2001-02-09 | Bad aaron. Broke alpha. | Artur Grabowski | |
2001-02-09 | Handle vr_encap() failure. From FreeBSD. | Aaron Campbell | |
2001-02-09 | Sync with FreeBSD: | Aaron Campbell | |
- Bugfix: 'reg' variable in dc_apply_fixup() needs to be u_int32_t. - Bugfix: bzero() mediainfo structures after allocation. - Call dc_apply_fixup() in dc_setcfg() for the MII case. - Conditionalize some code in miibus_{read,write}reg to make non-mx98713 cards happy. | |||
2001-02-09 | Add support for parsing the media blocks from the SROM on the 21143 adapters. | Aaron Campbell | |
These changes should make the driver work with the built-in Ethernet on the Alpha Miata machines. From FreeBSD. To make sure I didn't break anything (and as a general test), I tested the modified driver with the following dc(4) variants: Macronix PMAC 98715, Lite-On PNIC, Lite-On PNIC-II, ADMtek AL981, and ADMtek AN983. | |||
2001-02-09 | return error from soaccept() upwards. part of accept(2) fix against RST | Jun-ichiro itojun Hagino | |
right after handshake. | |||
2001-02-08 | Capital punishment, just in case :-) | Niklas Hallqvist | |
2001-02-08 | witch raw ip6 socket code from NRL to kame. | Jun-ichiro itojun Hagino | |
makes upgrades/code sharing much easier. | |||
2001-02-08 | Use <scsi/scsi_message.h> defines rather than homegrown ones. | Kenneth R Westerback | |
2001-02-08 | implement upper limit to icmp6 redirects (experimental, turned off) | Jun-ichiro itojun Hagino | |
negative value to {mtudisc,redirect}_{hi,lo}wat will turn off the limitation. sync with kame. | |||
2001-02-08 | when chasing nd6_llinfo chain, make sure we do not touch dangling | Jun-ichiro itojun Hagino | |
pointer (due to RTM_DELETE during default router list management). from kame | |||
2001-02-08 | use timeout_xx() throughout sys/netinet6. sync with kame. | Jun-ichiro itojun Hagino | |
2001-02-08 | Actually give esym some storage. As it was, esym pointed | Artur Grabowski | |
into the memory of some other variable. How did this ever work? (well, the floppies didn't work, but they should now). | |||
2001-02-08 | Cause keypresses to reset the screen in case we are in scrollback (previously | Aaron Campbell | |
the screen was only restored if a new character was actually displayed on the screen); jcs@rt.fm. This brings us closer to the behavior of PCVT. Also, while I'm here, add some #ifdef so wskbd does not depend on wsdisplay (pointed out to me by fgsch@). | |||
2001-02-08 | kvtop() returns pa, not va | Michael Shalayeff | |
2001-02-08 | do not print stuff when not verbose | Michael Shalayeff | |
2001-02-07 | allow gif-less compile | Michael Shalayeff | |
2001-02-07 | fix debug case; from Mike Pechkin <mpech@prosoft.org.lv> | Michael Shalayeff | |
2001-02-07 | return ECONNABORTED, if the socket (tcp connection for example) | Jun-ichiro itojun Hagino | |
is disconnected by RST right before accept(2). fixes NetBSD PR 10698/12027. checked with SUSv2, XNET 5.2, and Stevens (unix network programming vol 1 2nd ed) section 5.11. | |||
2001-02-07 | turn off duplicated address detection when interface address gets deleted. | Jun-ichiro itojun Hagino | |
sync with kame | |||
2001-02-07 | by default, don't bark on inbound ND messages, as outsider may be able to | Jun-ichiro itojun Hagino | |
fill up /var with bogus packets. setting net.inet6.icmp6.nd6_debug will re-enable kernel messages on invalid ND packet and other occasions. improve icmp6 stats. | |||
2001-02-07 | We need to loose some weight. | Artur Grabowski | |
If someone feels very opposed to this, the code is left in the Attic. Just revive and _make_it_work_. | |||
2001-02-07 | XXX two horrible abuses of spl. | Artur Grabowski | |
2001-02-07 | Now that niklas has fixed ddb to not barf on elf symbols, there | Artur Grabowski | |
is no need to disable ddb. | |||
2001-02-07 | Add support for bus_space_write_region_[1248] bus_space_read_region_[1248] | Dale Rahn | |
as needed for some drivers, primarily drivers from NetBSD, where these defines came from. | |||
2001-02-07 | Some devices use NPBG others want PAGE_SIZE, and the related macros. | Dale Rahn | |
so provide both. | |||
2001-02-07 | ok, commit this since it most likely to work; i guess now it will get tested ↵ | Michael Shalayeff | |
a little bit sooner than in a few months; 10x brad@ | |||
2001-02-06 | missed ) in if() | Michael Shalayeff | |
2001-02-06 | i can be stooooopid | Michael Shalayeff | |
2001-02-06 | Committed by accident. | Artur Grabowski | |
2001-02-06 | Rename pcs_bus* to pci_swiz_bus* to reduce confusion and match NetBSD. | Artur Grabowski | |
2001-02-06 | I don't think there is a reason to enable IDE through isa now that | Artur Grabowski | |
we have pciide. | |||
2001-02-06 | ipf/ipnat check the securelevel in the original code, so don't do it twice. | Federico G. Schwindt | |
Also remove uneeded definition of ICMP_UNREACH_FILTER_PROHIB; this isn't needed. Why keep adding things to make diffs harder? | |||
2001-02-06 | Don't initialize ddb until I've committed elf support for ddb. | Artur Grabowski | |
2001-02-06 | spelling and KNF. | Federico G. Schwindt | |
2001-02-06 | Laptop ICH2 IDE | Chris Cappuccio | |
2001-02-06 | sync | Chris Cappuccio | |
2001-02-06 | Laptop ICH2 IDE | Chris Cappuccio | |