Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-06-22 | amiga and arc are not cpu, but machines. | Marc Espie | |
Hence the #ifdef corresponds to the kernel Makefile. Hence no __ | |||
1999-06-22 | regen | Niklas Hallqvist | |
1999-06-22 | ESS audio driver ported from NetBSD, some mixer problems with X-based mixers | Niklas Hallqvist | |
otherwise OK (mixerctl works quite OK, very strange). At the moment it is polled only, but it works quite OK that way too. | |||
1999-06-22 | From NetBSD: SCTRL2 register number wrong. | Jason Wright | |
1999-06-22 | need more room... bump RELOC | Jason Wright | |
1999-06-22 | commented-out aeon support | Theo de Raadt | |
1999-06-22 | sync. -moj | Mats O Jansson | |
1999-06-22 | Another Sound card... -moj | Mats O Jansson | |
1999-06-22 | RAMDISK is floppy only; remove tc support | Theo de Raadt | |
1999-06-21 | avoid another sparc egcs bug, apparently | Theo de Raadt | |
1999-06-21 | RangeLAN2 wireless network card | David Leonard | |
1999-06-21 | sync -moj | Mats O Jansson | |
1999-06-21 | Added ALI MPEG card. -moj | Mats O Jansson | |
1999-06-21 | f_bavail can go negative when minfree is passed | Niklas Hallqvist | |
1999-06-21 | unexpectedly working disasm | Michael Shalayeff | |
1999-06-19 | From NetBSD: | Jason Wright | |
Don't clobber the error returned by uiomove() when starting the audio output (in case we got a partial block). | |||
1999-06-18 | split out transforms; some debugging done but there may still be bugs in | Theo de Raadt | |
the new key init/zero functions | |||
1999-06-18 | do not include fpu regs into trapframe, according to the | Michael Shalayeff | |
lazy fpu context switching it could be well saved into pcb. this brings trapframe to 256 bytes (including 5 spare words). adjust all the code to deal w/ moved fpu regs save area. | |||
1999-06-18 | regen | Michael Shalayeff | |
1999-06-18 | shortify names a little | Michael Shalayeff | |
1999-06-17 | fix continuing from breakpoints on sparc | Artur Grabowski | |
1999-06-17 | This is embarassing. (I have to start testing the code that I retype from ↵ | Artur Grabowski | |
the diffs) | |||
1999-06-16 | On the off chance that something that is NOT the kernel includes those | Marc Espie | |
files... | |||
1999-06-16 | sync | Theo de Raadt | |
1999-06-16 | another modem | Theo de Raadt | |
1999-06-15 | do not mangle retval, makes return value sane; problem found by millert | Theo de Raadt | |
1999-06-15 | Use proper defines for vendor id and device id (pci) instead of constants. | Dale S. Rahn | |
1999-06-15 | handle multicast packets inside ipf too; darren | Theo de Raadt | |
1999-06-14 | sync | Theo de Raadt | |
1999-06-14 | Symphony Labs, ISA Bridge | Theo de Raadt | |
1999-06-14 | avoid future register_t vs int problems, if this becomes 64 bit | Theo de Raadt | |
1999-06-13 | Transitional va-ppc.h that works with both egcs and gcc-2.8. It may | Dale S. Rahn | |
be possible to have more optimial egcs support. | |||
1999-06-13 | Support the Powerstack 4000 pci-isa bridge, it is the windbond part, | Dale S. Rahn | |
pci vendid 0x10ad, device id 0x0565. (these need to be added to the pcidevs properly, (Symphony Labs, ISA Bridge). | |||
1999-06-13 | Update. | Jason Downs | |
1999-06-13 | Don't need rd here... | Jason Downs | |
1999-06-12 | hppa_init() now takes an argument from locore, | Michael Shalayeff | |
meaning the start of available memory. cleanup machdep somewhat. fix vm_map.pmap vs vm_pmap isue; 10x art@ | |||
1999-06-12 | cleanup leftovers | Michael Shalayeff | |
1999-06-12 | allow LIF-less volumes labels to be groked | Michael Shalayeff | |
1999-06-12 | microtime() is moving to locore.S | Michael Shalayeff | |
1999-06-12 | no need for vmspace.vm_pmap | Michael Shalayeff | |
1999-06-12 | no need for vmmap_pmap | Michael Shalayeff | |
1999-06-12 | allocate kernel stack in .bss | Michael Shalayeff | |
fix vm_map.pmap vs vm_pmap issue; 10x art@ fix setrunqueue()'s DIAGNOSTIC section, also p_stat is a char p_md is a member, not a pointer. | |||
1999-06-12 | fix displaying of variable value behavior | Todd T. Fries | |
1999-06-11 | removed TCPCOOKIE support. | pattonme | |
1999-06-11 | oops | Niels Provos | |
1999-06-11 | fix pmap_remove_va() pasto, so it actually remove mappings (: | Michael Shalayeff | |
map syscall gateway page in pmap_init() insert some debug printfs | |||
1999-06-11 | Add Q900 compatible mode serial address. | Jason Downs | |
1999-06-11 | egcs crap | Jason Downs | |
1999-06-10 | fix unaligned copy's end condition | Michael Shalayeff | |
1999-06-10 | Fill in mount_info in nfs_decode_args | Todd C. Miller | |
o that way zero fields in nfs_args get filled in o changes via mount -u become visible |