summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2001-09-06missing machine/ieee.h from NetBSDTodd C. Miller
2001-09-05syncArtur Grabowski
2001-09-05Add some necessary MSG_COMPAT.Artur Grabowski
Fix some mode_t vs. netbsd_mode_t (more needed) add issetugid
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
db_stack_trace_cmd() as "all entries", however db_expr_t is a signed variable.
2001-09-05Pick up a bugfix from FreeBSD: In wx_hw_stop, a bogus additional writemjacob
to WXREG_IMASK enabled *all* interrupt causes while we were trying to *disable* them all. Oops.
2001-09-05use %ll instead of %qTheo de Raadt
2001-09-05Handle uh_sum == 0x0000 correctly. Before, UDP packet checksums wereDaniel Hartmeier
broken by NAT/RDR when unset by the sender. Fixes ntpdate behind NAT.
2001-09-05use dmamem/dmamap for allocating dmaable memory, since mallocMichael Shalayeff
can produce physically non-contiguous memory space, and thus trash the innocent pages. also make use of pci_mapreg_map and other `usefull' stuff (; import a reliability kludge from netbsd, the one to mark all buffers GMAC_OWN after rint is done. drahn@ ok
2001-09-05Improve debugger usability on macppc, do backtrace accessesDale Rahn
with setfault, to prevent double fault conditions. Add hex address on symbol translation. respect count field for db_stack_trace_cmd().
2001-09-05kvm space is limited by by pmap_virtual_space, Do not play with theDale Rahn
kvm min and max addresses.
2001-09-05s/pf_natlook/pfioc_natlook (ioctl parameter struct)Daniel Hartmeier
2001-09-05Stereo jitter suppressor.Marc Espie
Idea from FreeBSD. This code was not put in initially because I had no problematic card to test. Thanks to Chris Kuethe <ckuethe@pyxis.cns.ualberta.ca> for having such a card and testing this code.
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
From FreeBSD
2001-09-04add xfs; jason@ okTodd T. Fries
add tcx to MAKEDEV
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
2001-09-04clean up error handling for psycho_bus_[a|b]Jason Wright
move DEBUG defines to after includes to avoid pollution add more debugging information if DEBUG is defined.
2001-09-04Register definitions for the PCI error registers (borrowed from linux).Jason Wright
2001-09-04Select between MII/GMII/TBI in the mii_mediachg function instead of in theNathan Binkert
interrupt handler since it is more reliable. Pointed out by wpaul
2001-09-04Don't forget tty_attach. Should fix the timeout related panics.Artur Grabowski
2001-09-04Add skip steps for interface (ifp).Daniel Hartmeier
2001-09-04#define empty PFLOG_PACKET correctly (no side effects). Closes PR2044.Daniel Hartmeier
From Claus Assmann.
2001-09-04Fix mask for callout unitNathan Binkert
2001-09-04Make it compile without option BPF.Angelos D. Keromytis
2001-09-03Zero pages before handing them over to the VM layer.Dale Rahn
This seems to improve the reliablity of the system. Thanks to those who tested this.
2001-09-03pretty this upTheo de Raadt
2001-09-03do not screw up the reference countsTheo de Raadt
2001-09-02Fix typos, update vtophys() prototype.Miod Vallat