Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-27 | don't let anything outside route.c access the routing table heads directly, | Henning Brauer | |
but go through a provided wrapper. also provide rt_lookup() instead of doing the lookup manually in many places. ryan ok | |||
2005-11-27 | - checkin_init() IS now implemented; update comment with this happy | Niall O'Higgins | |
new reality. | |||
2005-11-27 | Move bpf_mtap() after trunk_*_input() so that we hopefull see only one | Ryan Thomas McBride | |
copy of the packet with bpf. ok reyk@ | |||
2005-11-27 | Attempt to accept a packet only once when operating in failover mode. | Ryan Thomas McBride | |
Makes trunk usable with hubs or switches which don't have actual trunk support. ok reyk@ | |||
2005-11-27 | Get rid of the `len' locator for VME devices, since mappings have a page | Miod Vallat | |
granularity anyway; devices who would want more than one page mapped in order to probe for the hardware can take appropriate action in their cfmatch routine anyway. | |||
2005-11-27 | Nuke autoconf.h commons. | Miod Vallat | |
2005-11-27 | ISOXXX/ISO-XXX -> ISO XXX | Jason McIntyre | |
2005-11-27 | Up 1024 -> Up to 1024 | Brad Smith | |
From NetBSD | |||
2005-11-27 | Don't set MNT_UPDATE and MNT_RELOAD before acquiring the mount point | Pedro Martelletto | |
lock. Fixes a race as seen on PR kern/4915. Okay miod@ and joris@, tested by krw@ and hshoexer@, thanks. | |||
2005-11-27 | regen | Brad Smith | |
2005-11-27 | - add Creative PCI ids for AWE64D, SoundBlaster Audigy 1/2/4, and another PCI | Brad Smith | |
joystick port. - mention the name Yukon for the Belkin Yukon entry. | |||
2005-11-27 | In the core of the idle loop, be sure to invoke spl0 more than once to | Miod Vallat | |
process soft interrupts; fixes luna88k hanging after the rootdev line. Tested aoyama@ martin@ and I | |||
2005-11-27 | remove trailing whitespace; | Jason McIntyre | |
2005-11-27 | Completly remove transition path INIT -> MASTER. | Marco Pfatschbacher | |
A bug introduced in -r 1.4 led lower priotorized hosts switching to MASTER state for a short time at bootup, if preemption was enabled. OK mcbride@ | |||
2005-11-27 | bit better description of -T; | Jason McIntyre | |
ok xsa@ | |||
2005-11-27 | .Xr vnconfig 8 | Jason McIntyre | |
2005-11-27 | make EXAMPLES a little more useful by providing some context; | Jason McIntyre | |
help/ok steven@ | |||
2005-11-27 | Sort the IP addresses in ascending order when doing the carp hmac; makes | Ryan Thomas McBride | |
alias address order on the interface irrelevant. prodding by henning@, ok mpf@ | |||
2005-11-27 | sanity check constraints for transforms. | Hans-Joerg Hoexer | |
ok deraadt@ | |||
2005-11-27 | Fix dereference of uninitialised pointer in trunk_input() error path. | Ryan Thomas McBride | |
ok reyk@ | |||
2005-11-27 | Make the trunk interface link state depend on the link states of the | Ryan Thomas McBride | |
trunkports (link is UP as long as at least one of the trunkports is up) ok reyk@ | |||
2005-11-27 | Don't use dmamap->dm_nsegs after calling bus_dmamap_unload() on | Kenneth R Westerback | |
dmamap. bus_dmamap_unload() invalidates dm_nsegs. Instead, use a saved value of dm_nsegs when calling bus_dmamem_free(). ok marco@ | |||
2005-11-27 | Prevent scsi pass-through busses from attaching when a board is marked | Marco Peereboom | |
broken. ok dlg@ | |||
2005-11-27 | Since reception of Jumbo frames is enabled by default; ensure proper | Brad Smith | |
alignment with m_adj() in em_get_buf() whether the MTU is bumped higher or not. | |||
2005-11-27 | Fix ami_freemem() by initializing segp before using it. | Kenneth R Westerback | |
ok marco@ | |||
2005-11-27 | truly permit auth/enc/comp expressions to be in any order | Theo de Raadt | |
hshoexer will add back in the contraint language | |||
2005-11-27 | Use pci_get_capability() to check if were on a PCI Express card or not. | Brad Smith | |
2005-11-27 | add initial support for ASF. | Brad Smith | |
this should allow IPMI BMC pass-through to work once the OS is running. From Doug Ambrisko on the FreeBSD net list. Based on the Linux tg3 driver. | |||
2005-11-26 | Now as kernfs is gone, tell people to use ipsecctl(8). Suggested by deraadt@ | Hans-Joerg Hoexer | |
ok jmc@ | |||
2005-11-26 | test for swapped rules | Hans-Joerg Hoexer | |
2005-11-26 | allow specficiation of encryption and authentication algorithms to be swapped. | Hans-Joerg Hoexer | |
Ie. both "enc 3des-cbc auth hmac-sha1" and " auth hmac-sha1 enc 3des-cbc" are valid. | |||
2005-11-26 | Frequency scaling for IBM 970FX. | Mark Kettenis | |
ok drahn@ | |||
2005-11-26 | get rid of some leftovers from a cleanup during c2k5. From Andrey Matveev | Hans-Joerg Hoexer | |
<evol at online dot ptt dot ru>, thanks! | |||
2005-11-26 | Get rid of an lvalue cast that was making lint angry. | Chad Loder | |
OK otto, deraadt | |||
2005-11-26 | Add test 4 (case ranges) and adjust output of other cases to reflect the | Chad Loder | |
fact that we have libraries now. | |||
2005-11-26 | fix interrupt moderation timer frequencies for Yukon and Yukon-II based | Brad Smith | |
chips. From Jeff Rizzo on NetBSD's tech-net list, based on the Marvell sk98lin Linux driver, and also matches what the Marvell FreeBSD does. | |||
2005-11-26 | set Ethernet flow control parameters in em_hardware_init() | Brad Smith | |
after the PBA size has been set. | |||
2005-11-26 | enable the bpf filter-drop option in dhclient | Reyk Floeter | |
ok henning@, tested by many others (tech@) | |||
2005-11-26 | Add some missing 'break;'s in auich and auixp that lint spotted. While | Kenneth R Westerback | |
here, use FALLTHRU or FALLTHROUGH to make lint even happier. ok marco@ miod@ | |||
2005-11-26 | Cut arm over to inf-ptrace.c, making fork following work. | Mark Kettenis | |
tested by todd@ | |||
2005-11-26 | Kill last traces of hp300h terminal emulation. | Miod Vallat | |
2005-11-26 | some cleanup from gordon | Ted Unangst | |
2005-11-26 | Move bus_dma from pa to dva. I wrote the initial diff with an ok from dlg@ | Marco Peereboom | |
krw@ removed all seg references and cleaned up htole32 a bit. | |||
2005-11-26 | typo from Daniel Matic <maticd at gmail dot com> | Marco Peereboom | |
2005-11-26 | BINMODE not needed here either | Theo de Raadt | |
2005-11-25 | Get rid of BROKEN_MMU_MASK, unnecessary now that bus_dmamap_sync() behaves | Miod Vallat | |
correctly. | |||
2005-11-25 | Replace utterly wrong bus_dmamap_sync() with a much better version. | Miod Vallat | |
2005-11-25 | Let the cache synchronization and invalidation functions report whether | Miod Vallat | |
they caused the entire cache to be processed. | |||
2005-11-25 | Prefer vaddr_t and paddr_t types, instead of void * and heavy casts. | Miod Vallat | |
Improves readability, no functional change. | |||
2005-11-25 | Need an explicit cast for atop() now. | Miod Vallat | |