summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-05-04Apply bridge filter rules to incoming packets destined to the local machine.Can Erkin Acar
2004-05-04Move _bus_space_unmap() to machdep.c so it can be used notAlexander Yurchenko
2004-05-04Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.Alexander Yurchenko
2004-05-04Always ask the user for the root device if we are "swap generic" and theMiod Vallat
2004-05-04Fix my stupid bug with missing sata_setup_channel() call.Alexander Yurchenko
2004-05-04syncAlexander Yurchenko
2004-05-04A couple of Intel 6300ESB devices found in dmesg posted to misc@Alexander Yurchenko
2004-05-04Sort out the various Intel Pro/1000 IDs.Henric Jungheim
2004-05-04Sync.Henric Jungheim
2004-05-04Sort out the various Intel Pro/1000 device IDs.Henric Jungheim
2004-05-03Add COMPAT_35Todd C. Miller
2004-05-03regenTodd C. Miller
2004-05-03POSIX says the length parameter for semop(2) and shmget(2) should be size_t.Todd C. Miller
2004-05-03If wi@pcmcia fails in wiattach(), disestablish the interrupt andDale Rahn
2004-05-03Sync with NetBSD, Fixes a problem identified with regress/.../ieeefp/round.Dale Rahn
2004-05-03Remove OpenBSD/pegaos, this has been announced before but delayed untilDale Rahn
2004-05-03This file is long dead now.Miod Vallat
2004-05-03fix a stupid mistake in my previous commit.Kenjiro Cho
2004-05-03protecing with NONE means we must drop the wired count.Ted Unangst
2004-05-03Rev 1.4 was bogus (committed from the wrong tree), this repairs it.Todd C. Miller
2004-05-03some minor KNFTodd C. Miller
2004-05-01Fix a disk_unbusy() that was missing the 3rd argument; Georg SchwarzTodd C. Miller
2004-05-01Fix nasty bug where driver would not correctly catch and handle an rnrBob Beck
2004-04-30Unbreak building pfsync without carp. Found by marc@Ryan Thomas McBride
2004-04-30Correctly cope with unaligned memory pointers in d16_b*()Miod Vallat
2004-04-30allow for ccd on ramdisk; per weissmanndude's request and testingMichael Shalayeff
2004-04-30Fix logic botch resulting in a too optimistic openings value.Miod Vallat
2004-04-29Repair depend phaseMiod Vallat
2004-04-29Bugfix sync with mvme68k:Miod Vallat
2004-04-29TyposMiod Vallat
2004-04-29Continue factorizing m88k common code, this time files in <arch>/<arch>Miod Vallat
2004-04-29The data pointer passed to the transform function may not be properlyTodd C. Miller
2004-04-29luna88k needs a <machine/profile.h> as well, so share it with mvme88k.Miod Vallat
2004-04-29Correctly initialize the hardware's memory address on MVME376, it usesMiod Vallat
2004-04-28Sync userland sha2.c with kernel. The SHAXXX_End and SHAXXX_Data functionsTodd C. Miller
2004-04-28Some KNF, made bit count u_int64_t instead of u_int32_t (similar to libc).Hans-Joerg Hoexer
2004-04-28Add FLUSH CACHE EXT command from ATA/ATAPI-6 spec.Alexander Yurchenko
2004-04-28gcc3 shut up (from naddy@)Philipp Buehler
2004-04-28do not return herePhilipp Buehler
2004-04-28make return-rst work on pure bridges. ok dhartmei@ henning@ mcbride@Cedric Berger
2004-04-28Dont step into INET6 code, just because af != AF_INETPhilipp Buehler
2004-04-28remove mb_object*; ok teduMarkus Friedl
2004-04-28carp stats cleanup:Ryan Thomas McBride
2004-04-28Removing some erroneous \n junk and a little KNF. ok & tested krw@Marco Peereboom
2004-04-28spacingTheo de Raadt
2004-04-28pfsync stats fixups:Ryan Thomas McBride
2004-04-28Make carp(4) aware of its physical interface:Ryan Thomas McBride
2004-04-28point out that pfsync_send_bus and pfsync_sendout must be called in splnet()Philipp Buehler
2004-04-27validate the sequence numbers on TCP resets are an exact match. check is onlyMike Frantzen
2004-04-27Require NULL oldp when dropping a connection.Otto Moerbeek