summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-05-24kill unneeded exit(). log_fatal() already does it. ok hshoexer@Moritz Jodeit
2005-05-24Support second interface on FTDI 2232C based devices.Christopher Pascoe
ok dlg@
2005-05-24unlink telnet from the builds. dead and buried. cleartext protocolsTheo de Raadt
must die. ok everyone, even grudgingly from millert (though we would have killed it anyways, irregardless of his opinion)
2005-05-24Now that all "other" SADB_DUMP fields are zero, we don't have fix it here.Hakan Olsson
2005-05-24Make sure all fields in the SADB_DUMP header are zeroed properly. hshoexer@ ok.Hakan Olsson
2005-05-24no more 'ifconfig $if 0.0.0.0 up' only 'ifconfig $if up' since dhclientTodd T. Fries
uses bpf exclusively ok deraadt@, henning@, claudio@
2005-05-24create the target directory when we receive either of theJean-Francois Brousseau
{Clear,Set}-{static-directory,sticky} responses ok joris
2005-05-24typoMoritz Jodeit
2005-05-24regenJonathan Gray
2005-05-24nForce4 devices found in a dmesg from Charly Tipton <ekop at flash.net>.Jonathan Gray
2005-05-24actually delete the interface from the member list when it leaves the groupHenning Brauer
2005-05-24Remove some debugging cruft.Hakan Olsson
2005-05-24initial import of a trunking (link aggregation and link failover)Reyk Floeter
implementation. it currently supports round robin mode with link state checking, additional modes will be added later. ok brad@, deraadt@
2005-05-24more missing bounds checks. ok marius@ deraadt@Moritz Jodeit
2005-05-24When peers connect, have the master daemon look at in-kernel SAs and feedHakan Olsson
these to the new peer. Adds privsep as fetching SADB and SPD kernel data requires privileges.
2005-05-24Better SA state reporting. markus@, hshoexer@ ok.Hakan Olsson
2005-05-24keep a list of member interfaces in ifg_groupHenning Brauer
2005-05-24readd endpwent()Moritz Jodeit
2005-05-24no need for endpwent()Moritz Jodeit
2005-05-24some style nits from dmiller@, and use a fatal() instead of a printf()/exitAnil Madhavapeddy
2005-05-24add aapic driver which currently is used to workaround errata onBrad Smith
the AMD 8131 IO APIC. From NetBSD ok marco@
2005-05-24disable TX HW checksumming, some revs of the chip can cause packet corruption.Brad Smith
Issue with NFS reported by Han Boetes <han at mijncomputer dot nl> ok pvalchev@
2005-05-24Ignore ICMP Source Quench messages meant for TCP connections. (Details inFernando Gont
http://www.gont.com.ar/drafts/icmp-attacks-against-tcp.html) ok markus frantzen
2005-05-23fix rasops initialization when not acting as console; ok miod@Uwe Stuehler
2005-05-23add USER_PCICONFJason Wright
2005-05-23add support for draft-harris-ssh-arcfour-fixes-02 improved arcfour modes;Damien Miller
ok markus@
2005-05-23change pool allocation of table entries, no longer use the oldnointrDaniel Hartmeier
allocator and two pools, but PR_WAITOK when called from non-interrupt context (ioctl). add configurable hard limits for tables and table entries (set limit tables/table-entries), defaulting to 1000/100000. ok aaron@, henning@, mcbride@, art@
2005-05-23loose is not lose. ok deraadt tdeval and a few more typos from jfbTed Unangst
2005-05-23Remove some unuseful debug code.Jonathan Gray
2005-05-23Mention interface names can be used in Listen-on. OK hshoexerChad Loder
2005-05-23no need to byteswap for AES_ASM, from tom@Markus Friedl
2005-05-23First part of summary LSA origination. Not perfect but a start.Claudio Jeker
OK norby@
2005-05-23we support headphones and volume now so the caveats no longer applyDavid Gwynne
"i guess you can have the commit" pascoe@
2005-05-23-endpwentHenning Brauer
2005-05-23useless use of endpwentHenning Brauer
2005-05-23Cleanup leading and trailing whitespace.Christopher Pascoe
2005-05-23useless endpwentHenning Brauer
2005-05-23useless endpwentHenning Brauer
2005-05-23one more endpwentHenning Brauer
2005-05-23minor memset->bzero, clarify an error condition, and plug a leak.Kjell Wooding
ok cloder@, unpronounceable@
2005-05-23no need for endpwent(0 here eitherHenning Brauer
2005-05-23no need for endpwent()Henning Brauer
(you lost, theo)
2005-05-23Headphone output and volume control support.Christopher Pascoe
ok dlg@
2005-05-23- Fix some big-endian issues.Brad Smith
- Centralize the interrupt bits for the 3 registers where they are being used. - Replace magic numbers for power management control with PCI_PMCSR* macros. - The flow control registers are 16 bits wide, not 32. - Create the Tx DMA maps with a size large enough for a jumbo Ethernet frame. - Oops, make Rx interrupt deferral actually work. From NetBSD
2005-05-23- removes signed/unsigned comparisons in moduli generationAnil Madhavapeddy
- use strtonum instead of atoi where its easier - check some strlcpy overflow and fatal instead of truncate
2005-05-23endpwent() not needed here, pointed out by theo.Hakan Olsson
2005-05-23further cleanup: don't mimic ifnet and add hooks and the dohooks() stuff toHenning Brauer
pf's interface abstraction, just attahc a linked list of the dynaddrs to the respective kifs. makes things way easier and will be needed for the next step, ryan jajajaja
2005-05-23Kill rt_dump_debug stuff as "ospfctl show rib [detail]" provides the sameEsben Norby
information. ok claudio@
2005-05-23endpwent() after last use. hshoexer@ okHakan Olsson
2005-05-23Round the DMA block size, not the maximum buffer size. Addresses "requestChristopher Pascoe
with bad start address" errors.