Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-24 | kill unneeded exit(). log_fatal() already does it. ok hshoexer@ | Moritz Jodeit | |
2005-05-24 | Support second interface on FTDI 2232C based devices. | Christopher Pascoe | |
ok dlg@ | |||
2005-05-24 | unlink telnet from the builds. dead and buried. cleartext protocols | Theo de Raadt | |
must die. ok everyone, even grudgingly from millert (though we would have killed it anyways, irregardless of his opinion) | |||
2005-05-24 | Now that all "other" SADB_DUMP fields are zero, we don't have fix it here. | Hakan Olsson | |
2005-05-24 | Make sure all fields in the SADB_DUMP header are zeroed properly. hshoexer@ ok. | Hakan Olsson | |
2005-05-24 | no more 'ifconfig $if 0.0.0.0 up' only 'ifconfig $if up' since dhclient | Todd T. Fries | |
uses bpf exclusively ok deraadt@, henning@, claudio@ | |||
2005-05-24 | create the target directory when we receive either of the | Jean-Francois Brousseau | |
{Clear,Set}-{static-directory,sticky} responses ok joris | |||
2005-05-24 | typo | Moritz Jodeit | |
2005-05-24 | regen | Jonathan Gray | |
2005-05-24 | nForce4 devices found in a dmesg from Charly Tipton <ekop at flash.net>. | Jonathan Gray | |
2005-05-24 | actually delete the interface from the member list when it leaves the group | Henning Brauer | |
2005-05-24 | Remove some debugging cruft. | Hakan Olsson | |
2005-05-24 | initial 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-24 | more missing bounds checks. ok marius@ deraadt@ | Moritz Jodeit | |
2005-05-24 | When peers connect, have the master daemon look at in-kernel SAs and feed | Hakan Olsson | |
these to the new peer. Adds privsep as fetching SADB and SPD kernel data requires privileges. | |||
2005-05-24 | Better SA state reporting. markus@, hshoexer@ ok. | Hakan Olsson | |
2005-05-24 | keep a list of member interfaces in ifg_group | Henning Brauer | |
2005-05-24 | readd endpwent() | Moritz Jodeit | |
2005-05-24 | no need for endpwent() | Moritz Jodeit | |
2005-05-24 | some style nits from dmiller@, and use a fatal() instead of a printf()/exit | Anil Madhavapeddy | |
2005-05-24 | add aapic driver which currently is used to workaround errata on | Brad Smith | |
the AMD 8131 IO APIC. From NetBSD ok marco@ | |||
2005-05-24 | disable 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-24 | Ignore ICMP Source Quench messages meant for TCP connections. (Details in | Fernando Gont | |
http://www.gont.com.ar/drafts/icmp-attacks-against-tcp.html) ok markus frantzen | |||
2005-05-23 | fix rasops initialization when not acting as console; ok miod@ | Uwe Stuehler | |
2005-05-23 | add USER_PCICONF | Jason Wright | |
2005-05-23 | add support for draft-harris-ssh-arcfour-fixes-02 improved arcfour modes; | Damien Miller | |
ok markus@ | |||
2005-05-23 | change pool allocation of table entries, no longer use the oldnointr | Daniel 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-23 | loose is not lose. ok deraadt tdeval and a few more typos from jfb | Ted Unangst | |
2005-05-23 | Remove some unuseful debug code. | Jonathan Gray | |
2005-05-23 | Mention interface names can be used in Listen-on. OK hshoexer | Chad Loder | |
2005-05-23 | no need to byteswap for AES_ASM, from tom@ | Markus Friedl | |
2005-05-23 | First part of summary LSA origination. Not perfect but a start. | Claudio Jeker | |
OK norby@ | |||
2005-05-23 | we support headphones and volume now so the caveats no longer apply | David Gwynne | |
"i guess you can have the commit" pascoe@ | |||
2005-05-23 | -endpwent | Henning Brauer | |
2005-05-23 | useless use of endpwent | Henning Brauer | |
2005-05-23 | Cleanup leading and trailing whitespace. | Christopher Pascoe | |
2005-05-23 | useless endpwent | Henning Brauer | |
2005-05-23 | useless endpwent | Henning Brauer | |
2005-05-23 | one more endpwent | Henning Brauer | |
2005-05-23 | minor memset->bzero, clarify an error condition, and plug a leak. | Kjell Wooding | |
ok cloder@, unpronounceable@ | |||
2005-05-23 | no need for endpwent(0 here either | Henning Brauer | |
2005-05-23 | no need for endpwent() | Henning Brauer | |
(you lost, theo) | |||
2005-05-23 | Headphone 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 generation | Anil Madhavapeddy | |
- use strtonum instead of atoi where its easier - check some strlcpy overflow and fatal instead of truncate | |||
2005-05-23 | endpwent() not needed here, pointed out by theo. | Hakan Olsson | |
2005-05-23 | further cleanup: don't mimic ifnet and add hooks and the dohooks() stuff to | Henning 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-23 | Kill rt_dump_debug stuff as "ospfctl show rib [detail]" provides the same | Esben Norby | |
information. ok claudio@ | |||
2005-05-23 | endpwent() after last use. hshoexer@ ok | Hakan Olsson | |
2005-05-23 | Round the DMA block size, not the maximum buffer size. Addresses "request | Christopher Pascoe | |
with bad start address" errors. |