summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-08-22pci_machep from NetBSDArtur Grabowski
2001-08-22clock at ebus, auxio at ebus, PCIVERBOSEArtur Grabowski
2001-08-22first steps toward pciArtur Grabowski
2001-08-22glue for ebus found on ultra 5 and later. From NetBSD.Artur Grabowski
2001-08-22Too much cut 'n paste. sbus is not an ifnet.Artur Grabowski
2001-08-22psycho -> the pci host bridge on Ultra 5s.Artur Grabowski
2001-08-22sparc64 pci needs this.Artur Grabowski
2001-08-22regenArtur Grabowski
2001-08-22sun ebus.Artur Grabowski
2001-08-22Make it work correctly with our make. (including install).Artur Grabowski
2001-08-22rearrange includesArtur Grabowski
2001-08-22nostdincArtur Grabowski
2001-08-22netinet/if_ether.h, not net/if_ether.h.Artur Grabowski
2001-08-22NOMANArtur Grabowski
2001-08-22Consolidate svr4_waitsys with our wait4. Fixes gdt_get_slot panic, due to a ...Niklas Hallqvist
2001-08-22another dependency on make bugs.Artur Grabowski
2001-08-22Make it work with our make.Artur Grabowski
2001-08-22make it work with our make infrastructure.Artur Grabowski
2001-08-22Add IPCOMP setsockopt policy controls. While here fix the other policies tooNiklas Hallqvist
2001-08-22Make this work a bit better.Artur Grabowski
2001-08-22iobase is a bus_addr_tJason Wright
2001-08-22Better error catching (badly aligned iov's are EINVAL not ENOMEM)Jason Wright
2001-08-22setup the 'machine' commands for ddbJason Wright
2001-08-22default kernel is 'bsd' around hereJason Wright
2001-08-22Correct the setup of the intial TCP state window and pre-validate th_ackMike Frantzen
2001-08-22Fix panic in pf (was my fault) caused by a bad key compare optimizationMike Frantzen
2001-08-21Was lacking a cast.Miod Vallat
2001-08-21zs and all it's associated stuff (all from NetBSD).. Works on my ultra1,Jason Wright
2001-08-21syncTheo de Raadt
2001-08-21more; openbsd@davidkrause.comTheo de Raadt
2001-08-21No need to explicitely link with libgcc.aMiod Vallat
2001-08-21Recurse in mvmeppcMiod Vallat
2001-08-21Dumb Makefile to recurse in stand/ for mvmeppc land.Miod Vallat
2001-08-21KNFTheo de Raadt
2001-08-21add hme at sbusJason Wright
2001-08-21put bus independent part of hme in here so we don't conflict with the sparcJason Wright
2001-08-21sbus specific driver for hme (from netbsd)Jason Wright
2001-08-21bus independent part of hme driver from netbsdJason Wright
2001-08-212nd rule of comitting fixMichael Shalayeff
2001-08-21cut/pasto in rule flushing code (using wrong list); base on patch from Henk v...Jason Wright
2001-08-21rcsidJason Wright
2001-08-21pretty and add ss* and st* (I knew I was forgetting something)Jason Wright
2001-08-21esp/scsibus/sd/cd/uk goopJason Wright
2001-08-21esp driver from NetBSD (compiles and even probes disks =)Jason Wright
2001-08-21From NetBSD:Jason Wright
2001-08-21Art says it's ok for pmap_enter to effect no mapping change,Hugh Graham
2001-08-21Add support for SIOCADDMULTI & SIOCDELMULTI; NetBSDbrian
2001-08-21Get libkern to compile.Miod Vallat
2001-08-21Remove gcc warnings. Ok drahn@Matthieu Herrb
2001-08-21Don't check for BYPASS options in PCB on ip_output/ip6_output --- thisAngelos D. Keromytis