summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-09-06machine dependent defs from netbsd/sparcJason Wright
2001-09-06Oops, forgot rcsidJason Wright
2001-09-06installboot (from netbsd)Jason Wright
2001-09-06use some make magic (borrowed from macppc) to build {obj/}machineJason Wright
2001-09-06compile with native userlandJason Wright
2001-09-06Remove useless "\n%s" from the attach routine to match OpenBSD attach norms.Todd C. Miller
2001-09-061:1 bidrectional NAT (binat); ok dhartmei@ and frantzen@jasoni
2001-09-06sync up to NetBSD; reviewed by csapuntz@Christian Weisgerber
2001-09-06define BUS_DMA_RAWArtur Grabowski
2001-09-06COMPAT_NETBSD and glue for com at ebusArtur Grabowski
2001-09-06Some glue for COMPAT_NETBSDArtur Grabowski
2001-09-06Rewrite interrupt handler a bit... ack interrupts sooner.Jason Wright
2001-09-06missing machine/ieee.h from NetBSDTodd C. Miller
2001-09-05syncArtur Grabowski
2001-09-05Add some necessary MSG_COMPAT.Artur Grabowski
2001-09-05mode_t in netbsd is not the same as our mode_tArtur Grabowski
2001-09-05Will need netbsd_types.h very soon.Artur Grabowski
2001-09-05syncJason Wright
2001-09-05ElanSC520 Host-PCIJason Wright
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-09-05OF magic. From NetBSD.Artur Grabowski
2001-09-05fix pci_intr_map so that it uses the new interfaceNathan Binkert
2001-09-05add lgeNathan Binkert
2001-09-05Unbreak trace command on macppc, ddb passes -1 for count toDale Rahn
2001-09-05Pick up a bugfix from FreeBSD: In wx_hw_stop, a bogus additional writemjacob
2001-09-05use %ll instead of %qTheo de Raadt
2001-09-05Handle uh_sum == 0x0000 correctly. Before, UDP packet checksums wereDaniel Hartmeier
2001-09-05use dmamem/dmamap for allocating dmaable memory, since mallocMichael Shalayeff
2001-09-05Improve debugger usability on macppc, do backtrace accessesDale Rahn
2001-09-05kvm space is limited by by pmap_virtual_space, Do not play with theDale Rahn
2001-09-05s/pf_natlook/pfioc_natlook (ioctl parameter struct)Daniel Hartmeier
2001-09-05Stereo jitter suppressor.Marc Espie
2001-09-05Use __GLOBAL_OFFSET_TABLE_ consistently.Marc Espie
2001-09-05add intel ich3 ac97Niels Provos
2001-09-05syncNiels Provos
2001-09-05add 82801CA/CAM AC97 AudioNiels Provos
2001-09-04recognize intel pro/100 cards; okay deraadt@Niels Provos
2001-09-04syncTheo de Raadt
2001-09-04shortenTheo de Raadt
2001-09-04.ua keyboard; from Igor Grabin <violent@death.kiev.ua>Michael Shalayeff
2001-09-04Driver for the Level1 LXT1001 Gigabit Ethernet Chip.Nathan Binkert
2001-09-04add xfs; jason@ okTodd T. Fries
2001-09-04syncChris Cappuccio
2001-09-04Intel ICH3 (82801CA/CAM) IDEChris Cappuccio
2001-09-04enable pf and altq; jason@ okTodd T. Fries
2001-09-04rcsidJason Wright
2001-09-04better still, remove definition from here; suggest by drahnJason Wright
2001-09-04increase size of intrhand in here, too.Jason Wright
2001-09-04add entry to async faults to intrhand array (from netbsd)Jason Wright
2001-09-04Don't explicitly size the intrhand array in the extern declaration (from netbsd)Jason Wright