summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1999-06-22amiga and arc are not cpu, but machines.Marc Espie
Hence the #ifdef corresponds to the kernel Makefile. Hence no __
1999-06-22regenNiklas Hallqvist
1999-06-22ESS audio driver ported from NetBSD, some mixer problems with X-based mixersNiklas 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-22From NetBSD: SCTRL2 register number wrong.Jason Wright
1999-06-22need more room... bump RELOCJason Wright
1999-06-22commented-out aeon supportTheo de Raadt
1999-06-22sync. -mojMats O Jansson
1999-06-22Another Sound card... -mojMats O Jansson
1999-06-22RAMDISK is floppy only; remove tc supportTheo de Raadt
1999-06-21avoid another sparc egcs bug, apparentlyTheo de Raadt
1999-06-21RangeLAN2 wireless network cardDavid Leonard
1999-06-21sync -mojMats O Jansson
1999-06-21Added ALI MPEG card. -mojMats O Jansson
1999-06-21f_bavail can go negative when minfree is passedNiklas Hallqvist
1999-06-21unexpectedly working disasmMichael Shalayeff
1999-06-19From 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-18split out transforms; some debugging done but there may still be bugs inTheo de Raadt
the new key init/zero functions
1999-06-18do not include fpu regs into trapframe, according to theMichael 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-18regenMichael Shalayeff
1999-06-18shortify names a littleMichael Shalayeff
1999-06-17fix continuing from breakpoints on sparcArtur Grabowski
1999-06-17This is embarassing. (I have to start testing the code that I retype from ↵Artur Grabowski
the diffs)
1999-06-16On the off chance that something that is NOT the kernel includes thoseMarc Espie
files...
1999-06-16syncTheo de Raadt
1999-06-16another modemTheo de Raadt
1999-06-15do not mangle retval, makes return value sane; problem found by millertTheo de Raadt
1999-06-15Use proper defines for vendor id and device id (pci) instead of constants.Dale S. Rahn
1999-06-15handle multicast packets inside ipf too; darrenTheo de Raadt
1999-06-14syncTheo de Raadt
1999-06-14Symphony Labs, ISA BridgeTheo de Raadt
1999-06-14avoid future register_t vs int problems, if this becomes 64 bitTheo de Raadt
1999-06-13Transitional va-ppc.h that works with both egcs and gcc-2.8. It mayDale S. Rahn
be possible to have more optimial egcs support.
1999-06-13Support 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-13Update.Jason Downs
1999-06-13Don't need rd here...Jason Downs
1999-06-12hppa_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-12cleanup leftoversMichael Shalayeff
1999-06-12allow LIF-less volumes labels to be grokedMichael Shalayeff
1999-06-12microtime() is moving to locore.SMichael Shalayeff
1999-06-12no need for vmspace.vm_pmapMichael Shalayeff
1999-06-12no need for vmmap_pmapMichael Shalayeff
1999-06-12allocate kernel stack in .bssMichael 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-12fix displaying of variable value behaviorTodd T. Fries
1999-06-11removed TCPCOOKIE support.pattonme
1999-06-11oopsNiels Provos
1999-06-11fix pmap_remove_va() pasto, so it actually remove mappings (:Michael Shalayeff
map syscall gateway page in pmap_init() insert some debug printfs
1999-06-11Add Q900 compatible mode serial address.Jason Downs
1999-06-11egcs crapJason Downs
1999-06-10fix unaligned copy's end conditionMichael Shalayeff
1999-06-10Fill in mount_info in nfs_decode_argsTodd C. Miller
o that way zero fields in nfs_args get filled in o changes via mount -u become visible