Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2001-01-15 | update from netbsd: | Jason Wright | |
several fixes with regards to boundary cases and other fixes | |||
2001-01-15 | include <sys/buf.h> for B_READ that we need in the UVM case | Artur Grabowski | |
2001-01-15 | __asm__ and __volatile__ | Theo de Raadt | |
2001-01-15 | Use xs->stimeout instead of adding a struct timeout to ccb | Kenneth R Westerback | |
2001-01-15 | We boot elf and ecoff. Add the appropriate defines. | Artur Grabowski | |
2001-01-15 | Some ECOFF ifdefs and various fixes. | Artur Grabowski | |
From d@ | |||
2001-01-15 | Use __STRING() macro instead of manually trying to do the same thing. | Artur Grabowski | |
From d@ | |||
2001-01-15 | 'implement' bus_space_write_raw_region_{2,4}. | Artur Grabowski | |
From d@ | |||
2001-01-15 | Need a declaration for netbsd_sendisg. | Artur Grabowski | |
From d@ | |||
2001-01-15 | enable COMPAT_NETBSD | Artur Grabowski | |
2001-01-15 | Make this work with new alpha code. | Artur Grabowski | |
From d@ | |||
2001-01-15 | define the constants that COMPAT_NETBSD code needs in locore | Artur Grabowski | |
2001-01-15 | Make this code build. | Artur Grabowski | |
This could have never worked. XXX - do we need this at all now that we have native p{read,write}{,v}? | |||
2001-01-15 | Unbreak UNION code. | Artur Grabowski | |
2001-01-14 | Run wi_init() after setting/unsetting IFF_PROMISC (or any other flags, | Angelos D. Keromytis | |
for that matter). | |||
2001-01-14 | Complete move to UVM virtual memory system. More header fixes. | Steve Murphree | |
2001-01-13 | use md in_cksum | Michael Shalayeff | |
2001-01-13 | Driver for Cirrus Logic CS4281 sound chips. Originally written for NetBSD by | Aaron Campbell | |
Tatoku Ogaito, banged into shape for OpenBSD by me. Recording has not been tested yet, but mpg123 works fine. Sound still works after suspend/resume. XXX: On the IBM ThinkPad X20, must disable pcibios else the cs4281 won't generate interrupts. Cause yet unknown but probably not the driver's fault. YMMV on other laptops with this chip. | |||
2001-01-13 | Booting kernel with MACHINE_NEW_NONCONTIG. UVM code added but not working. | Steve Murphree | |
New stand config. Lots of header fixes. Can now cross-compile i386->m88k. | |||
2001-01-13 | s!UFS!FFS | Miod Vallat | |
2001-01-13 | own in_cksum version | Michael Shalayeff | |
2001-01-12 | no pmap_changebit no more; better barrier thing | Michael Shalayeff | |
2001-01-12 | fix PTE_BITS | Michael Shalayeff | |
2001-01-12 | move pmap_physseg back to vmparam.h where it belongs. | Michael Shalayeff | |
define PMAP_PREFER in pmap.h, as afar as i understand it works. no more pmap_changebit() grow USRIOSIZE in vmparam.h | |||
2001-01-12 | do not print pidr3,pidr4 which we do not use anyway | Michael Shalayeff | |