Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-22 | fix pretty printing | Theo de Raadt | |
2001-01-22 | this should make i850 and i860 hubs do RNG | Theo de Raadt | |
2001-01-22 | from NetBSD: only pass one byte for control register handle (Manuel Bouyer) | Chris Cappuccio | |
2001-01-22 | sync | Aaron Campbell | |
2001-01-22 | Another TI FireWire product. | Aaron Campbell | |
2001-01-22 | paste error in pdcopen, a few formatting cnages and use int for char | Michael Shalayeff | |
2001-01-22 | fix pretty print | Theo de Raadt | |
2001-01-22 | pretty print even during failure conditions | Theo de Raadt | |
2001-01-22 | sync | Theo de Raadt | |
2001-01-22 | more intel devices | Theo de Raadt | |
2001-01-22 | sync | Theo de Raadt | |
2001-01-22 | fix typo | Theo de Raadt | |
2001-01-22 | dirty trap should be handed w/ uvm_fault() as well | Michael Shalayeff | |
2001-01-22 | ATAPI CD-ROMs BCD-16X and BCD-24X have troubles starting and stopping their ↵ | Constantine Sapuntzakis | |
disks | |||
2001-01-22 | Reduce # of retries on scsi_test_unit_ready to 5. This means that devices | Constantine Sapuntzakis | |
that don't support it will only hang the system in boot-up for 50 seconds as opposed to 500 seconds. Return 0 from scsi_start if the device doesn't support START/STOP unit. | |||
2001-01-22 | repair printing | Theo de Raadt | |
2001-01-22 | keyboard led update lockup patch; pr 1432, smat@acm.org | Theo de Raadt | |
2001-01-22 | If ELFSIZE isn't explicitly defined, define it do ARCH_ELFSIZE | Artur Grabowski | |
2001-01-22 | Define ARCH_ELFSIZE that is the default elf size on this arch. | Artur Grabowski | |
2001-01-22 | gc NATIVE_ELF - not used any more and should not be set here anyway. | Artur Grabowski | |
2001-01-22 | NATIVE_ELF -> NATIVE_EXEC_ELF (just some leftovers) | Artur Grabowski | |
2001-01-22 | need wskbd | Artur Grabowski | |
2001-01-22 | Initialize xs->stimeout, even when polling | Kenneth R Westerback | |
2001-01-22 | fix router renumbering bit decl for little endian. KAME PR 320 | Jun-ichiro itojun Hagino | |
2001-01-22 | nobody has base station for fh, and this was not ever discussed, bad angelos | Michael Shalayeff | |
2001-01-21 | map the bios rom at both it's real address and | Michael Shalayeff | |
zero offset corresponding to the base of the rom. this solves a problem for roms referring to their internal tables by real addresses. brad@ testing, 10x | |||
2001-01-21 | UVM and PMAP_NEW are required. | Artur Grabowski | |
2001-01-21 | Some fixes to the size independent macros. | Artur Grabowski | |
Resolve the confusion about Rela and RelA. Add ELF_R_INFO. | |||
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 | |