summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-07-20Add pa_bus to pci_attach_argsConstantine Sapuntzakis
2001-07-19Fix slave ATAPI device detect broken by last patchConstantine Sapuntzakis
2001-07-19make number of ptys configurable; deraadt@ okMichael Shalayeff
2001-07-19AMD766 support with UDMA/100. Thanks to Peter Galbavy for the patchConstantine Sapuntzakis
2001-07-19bogus comment.Artur Grabowski
2001-07-19No more need to define PMAP_NEW.Artur Grabowski
2001-07-19Missed one in PMAP_NEW fix.Artur Grabowski
2001-07-19Fix/complete the handling of the binary ops >< and <> to behaveKenneth R Westerback
2001-07-18build the kernel w/ all the warnings enabled; drahn@ okMichael Shalayeff
2001-07-18fix pf_get_rdr() for single port (dport2 == 0) rules. found by lebel@.Daniel Hartmeier
2001-07-18do not reset the volume after playback; landy@alumni.caltech.eduTheo de Raadt
2001-07-18fxp and de are fixed, enable vtophysMichael Shalayeff
2001-07-18fix vtophys usage, mainly ppc-required; art@ ok and tried to bribe^H^H^H^H^Hm...Michael Shalayeff
2001-07-18Enable reception of PCI abort interrupts and attempt to handle them.Jason Wright
2001-07-18Unconfuse UVM_UNLOCK_AND_WAIT. From NetBSD.Artur Grabowski
2001-07-18Correct the NetBSD tag.Artur Grabowski
2001-07-18Sync in more from NetBSD.Artur Grabowski
2001-07-18Change some annoying DIAGNOSTIC printfs to DEBUG.Artur Grabowski
2001-07-18minor sync to NetBSD, nothing changed.Artur Grabowski
2001-07-18Make uvm_wait take a const char *Artur Grabowski
2001-07-18Typo.Artur Grabowski
2001-07-18Fix prototype that art missed...Dale Rahn
2001-07-18avoid using malloc() during interupt context for multicast kludge entry.Jun-ichiro itojun Hagino
2001-07-18sort subr_pool into the right place.Artur Grabowski
2001-07-18Get rid of the PMAP_NEW option by making it mandatory for all archs.Artur Grabowski
2001-07-18sync with draft-ietf-ipngwg-p2p-pingpong-00.txt. apply special behaviorJun-ichiro itojun Hagino
2001-07-18zero tcp checksum field before calculating new value.Marco S Hyman
2001-07-17Remove one crash on PBG4. With this patch <PGUP> and <PGDN> are useable.Dale Rahn
2001-07-17support min-ttl, okay dhartmei@Niels Provos
2001-07-17normalize ip_off, make IP_DF stripping optional, return rst is a flag now.Niels Provos
2001-07-17syncTheo de Raadt
2001-07-17heck, call RCC ServerWorksTheo de Raadt
2001-07-17It takes a greek to put buffer overflow and unterminated stringTheo de Raadt
2001-07-17ip normalization codeNiels Provos
2001-07-17split ip normalization out into a separate file, okay dhartmei@Niels Provos
2001-07-17don't bother mapping the status registers, we don't use it.Jason Wright
2001-07-17Since normal malloc reports "data modified on free list" withArtur Grabowski
2001-07-17Use 64 bits integer for ipcomps_ibytes and ipcomps_obytes. 32 bits wasJean-Jacques Bernard-Gundol
2001-07-17i suk. needs &'s on the locks...mts
2001-07-17current netbsd's uvm_map uses a 3-parm SAVE_HINT to perform a test/swapmts
2001-07-17use pool allocator for knotes, adapted from lukem@netbsd, okay art@Niels Provos
2001-07-17addcom and pccom at addcom (commented out)Jason Wright
2001-07-17From NetBSD: driver for Addonics FlexPort 8SJason Wright
2001-07-17Rework exphymatch so that it uses positive logic. Makes more sense.Nathan Binkert
2001-07-16Move altq after pf; suggested by aaron@, kjc@ ok.Federico G. Schwindt
2001-07-16Addressing mode work by Jim Uhl:Hugh Graham
2001-07-16Ignore O_TRUNC on open() if we are not opening a regular file.Todd C. Miller
2001-07-16add support for the PHY on a 3c920 / 3c980C found on Tyan Thunder K7Peter Galbavy
2001-07-16regenPeter Galbavy
2001-07-16add 3com OUIPeter Galbavy