Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-21 | sync router renumbering flag bit to conform to 2292bis-02 and RR RFC. | Jun-ichiro itojun Hagino | |
sync with latest kame rtadvd (again). mostly cosmetic. | |||
2001-01-21 | map and establish interrupts _after_ chip was initialized | Michael Shalayeff | |
and driver has allocated it's internal data structures. deraadt@ ok | |||
2001-01-21 | map and establish interrupt earlier in the attach routine, | Michael Shalayeff | |
instead of middle of the thread. behaviour remains the same. since interrupts are disabled in the controller until proper time this is safe to do this way. deraadt@ ok | |||
2001-01-20 | machine/alpha.h is only included in cpu.h and the name gives | Artur Grabowski | |
a collision in gcc build. merge alpha.h into cpu.h | |||
2001-01-20 | No need to include machine/alpha.h | Artur Grabowski | |
2001-01-20 | No need to include machine/alpha.h here. | Artur Grabowski | |
2001-01-20 | No need to include machine/alpha.h here. | Artur Grabowski | |
2001-01-20 | No need to include machine/alpha.h here. | Artur Grabowski | |
2001-01-20 | if using serial console, do not apply graphics rows/cols to tty settings; ↵ | Theo de Raadt | |
joost@c-lab.de | |||
2001-01-19 | validate gate targets; sommerfeld, mycroft | Theo de Raadt | |
2001-01-19 | as the rest of our systems, make the most common key return ^? not ^H; ↵ | Theo de Raadt | |
agreed with aaron | |||
2001-01-19 | pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted). | Jun-ichiro itojun Hagino | |
have sys/net/route.c:rtrequest1(), which takes rt_addrinfo * as the argument. pass rt_addrinfo all the way down to rtrequest, and ifa->ifa_rtrequest. 3rd arg of ifa->ifa_rtrequest is now rt_addrinfo * instead of sockaddr * (almost noone is using it anyways). benefit: the follwoing command now works. previously we need two route(8) invocations, "add" then "change". # route add -inet6 default ::1 -ifp gif0 remove unsafe typecast in rtrequest(), from rtentry * to sockaddr *. it was introduced by 4.3BSD-reno and never corrected. XXX is eon_rtrequest() change correct regarding to 3rd arg? eon_rtrequest() and rtrequest() were incorrect since 4.3BSD-reno, so i do not have correct answer in the source code. someone with more clue about netiso-over-ip, please help. | |||
2001-01-19 | sync | Aaron Campbell | |
2001-01-19 | ATI All-In-Wonder Radeon | Aaron Campbell | |
2001-01-18 | Support more than 256MB of physical memory. | Dale Rahn | |
Other pieces of the kernel need to be reviewed that 256+MB does not cause other problems with the kernel accessing memory via user sr registers, instead of via the BAT registers. when in kernel context, segment registers 0-7 should _NOT_ have user mappings in them. | |||
2001-01-18 | Only try VIA CLK66 bit code for VIA rev >= 6, | Chris Cappuccio | |
Only try UDMA on ALi rev >= 0x20 (as per Daniela Engert's ChipList.txt) After I fix a few more bugs I will re-enable the ALi code | |||
2001-01-18 | Remove some commented out stuff that will never be enabled. | Artur Grabowski | |
Remove eisa bus support because we are not including any eisa device support. I'm not sure if this will fit on a floppy yet. | |||
2001-01-18 | do not remove default route by mistake, on interface removal. | Jun-ichiro itojun Hagino | |
2001-01-18 | workaround; be sure to initialize nd6 interface information when IPv6 | Jun-ichiro itojun Hagino | |
interface address gets added. this will avoid presenting EMSGSIZE when outgoing interface is down (and never brought up). sync with kame. | |||
2001-01-18 | wrap too noisy warnings into #ifdef ND6_DEBUG | Jun-ichiro itojun Hagino | |
2001-01-18 | regen | Michael Shalayeff | |
2001-01-18 | via686a/acm and order entries in via byt their numeric id | Michael Shalayeff | |
2001-01-17 | Don't copy the inner header's TTL on the outer header. | Angelos D. Keromytis | |
2001-01-17 | IPF 3.4.16. | Federico G. Schwindt | |
2001-01-17 | include sys/timeout.h. | Federico G. Schwindt | |
2001-01-17 | Fix breakage from revision 1.20 that freaked my WaveLAN out. | Aaron Campbell | |
2001-01-17 | IPF 3.4.15. (IPv6 not working yet). | Federico G. Schwindt | |
Note: before building the userland part you need to do make includes. | |||
2001-01-17 | do not call extent_print() unless DDB || DIAGNOSTIC | Theo de Raadt | |
2001-01-17 | advance through buffer, leftovers from singular version; from Henric ↵ | Michael Shalayeff | |
Jungheim <henric@aimnet.com> | |||
2001-01-16 | "0x 2" -> "0x02" | David Leonard | |
2001-01-16 | fix VP3_PIRQ arg name, use I386_PCI_INTERRUPT_LINE_NO_CONNECTION; from netbsd | Michael Shalayeff | |
2001-01-16 | match on elsa xi300; from netbsd, no other visible changes in the driver | Michael Shalayeff | |
2001-01-16 | regen | Michael Shalayeff | |
2001-01-16 | Elsa products; from netbsd | Michael Shalayeff | |
2001-01-16 | limit the scsi_link.openings to 128 to be safe | Michael Shalayeff | |
2001-01-16 | Don't include machine/elf_machdep.h, not all archs have it yet. | Artur Grabowski | |
2001-01-16 | add timeout variable, alphabetize the var list; pointed out by Rob Francis ↵ | Michael Shalayeff | |
<rfrancis@slurb.com> | |||
2001-01-16 | Indentation nit. | Artur Grabowski | |
2001-01-16 | Add a check for MNT_NOEXEC that was in exec_elf.c but not here. | Artur Grabowski | |
I am not sure if it is necessary, but it will not hurt either. | |||
2001-01-16 | Allow use of ELFSIZE to get Elf_* types and macros instead of explicit ↵ | Artur Grabowski | |
Elf{32,64}_. From NetBSD This will probably let us unify a lot of code (exec_elf.c vs. exec_elf64.c). | |||
2001-01-16 | Print more diagnostics on bus_space_map failure. | Artur Grabowski | |
2001-01-16 | Use objcopy to build the bootblocks instead of a hairy dd. | Artur Grabowski | |
Bootblock built with elf utils work now. | |||
2001-01-16 | First shot at loading elf symbols. Not sure yet if it works correctly. | Artur Grabowski | |
2001-01-16 | Fix ELF64_MACHDEP_ID_CASES | Artur Grabowski | |
2001-01-16 | Fix cross-builds of the kernel. (ELF only). | Artur Grabowski | |
2001-01-16 | Add half of PT101 support: init codec, no mixer. And provide for | Marc Espie | |
audio/maestro without a functional mixer. Add hardware volume support, enable corresponding interrupt so that volume control works within cdio. | |||
2001-01-16 | s/ND6DEBUG/ND6_DEBUG/ to synchronize with other places | Jun-ichiro itojun Hagino | |
2001-01-16 | Don't define __indr_reference for ELF. | Artur Grabowski | |
2001-01-15 | - increase the amount of space mapped for dvma on sun4m | Jason Wright | |
- use a flag to specify allocations for 24 bit devices - compatibility macros to deal with the 32 bit devices This fixes the 'le at sbus' on sun4m problem (with the extent fixes earlier), and allows the Artecon ethernet cards to work in sun4m machines. | |||
2001-01-15 | Careful with bitmasks (henric@aimnet.com) | Angelos D. Keromytis | |