summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-11-20sgi tooTheo de Raadt
2004-11-20no tlp, we have dc.Brad Smith
2004-11-20When processing sysex stop bytes ensure the packet is not corruptedJonathan Gray
if we are building a new packet, from Alexandre Ratchov. ok deraadt@
2004-11-19regenDavid Gwynne
2004-11-19remove the atmel dwl120 since the product id appears to be a typo. reorderDavid Gwynne
the atmel section by product ids while here
2004-11-19remove the atmel dwl120 since its product ids dont seem to exist, it looksDavid Gwynne
like a typo. since the atmel at76c503a appears to be the real device we just remove the typo
2004-11-19cleanup includesDavid Gwynne
ok deraadt@
2004-11-19Be more conservative in openpic_enable_irq() and only reprogram the vectorMiod Vallat
register if it changes.
2004-11-19Better Raven PREP initialization, per the book, with an evil book mistakeMiod Vallat
corrected.
2004-11-19Better i8259 slave handling:Miod Vallat
- check for spurious interrupt conditions. - do not ack the slave irq on the master unless there are really no more interrupts to be serviced on the slave.
2004-11-19Write reject file in unified format if the original diff was inOtto Moerbeek
unified format. ok deraadt@
2004-11-19Allow for path names containing spaces and other funny chars (exceptOtto Moerbeek
tab) by scanning for the tab that separates the date from the pathname. If no tab is found, revert back to the old behaviour. Posix says there should be a space between the pathname and the date, but all known implementations of diff(1) use a tab. ok kurt@ deraadt@
2004-11-19repair display.focus pokus; from janjaap@ in pr#3990Michael Shalayeff
2004-11-19syncTheo de Raadt
2004-11-19remove superfluous m_tag_copy/m_tag_prepend, already covered by m_copym2()Daniel Hartmeier
reported by Joerg Sonnenberger, ok henning@
2004-11-19install pcvt fonts for amd64, alpha, and cats too; mickey ok, from pr3988Theo de Raadt
2004-11-19syncAlexander Yurchenko
2004-11-19SiS648FX AGP; from theoAlexander Yurchenko
2004-11-19syncTodd T. Fries
2004-11-19unbreak -t; ok jakob, henningMarkus Friedl
2004-11-19Rename struct as_filter to struct filter_as.Claudio Jeker
2004-11-19For consistency reasons rename struct as_filter to struct filter_as.Claudio Jeker
OK henning@
2004-11-19better wording;Jason McIntyre
ok jaredy@ deraadt@ henning@
2004-11-19Plug memory leak. Found by pat@. Thanks!Hans-Joerg Hoexer
ok myself markus@
2004-11-19Add NO_PEER to the list of well-known communities and use 65535 instead ofClaudio Jeker
0xffff. OK henning@
2004-11-19Make "set network 127.0.0.1" work and use = instead of |= for theClaudio Jeker
blackhole/reject case as $$ is not zeroed. This caused funny results in merge_filterset(). OK henning@
2004-11-19Only unlink and link the asp in nexthop_modify if the asp is linked.Claudio Jeker
OK henning@
2004-11-19More aggressive strip flags for non debug kernels; this is a noop on someMiod Vallat
architectures, but saves a few dozen KB on alpha and ppc. ok deraadt@
2004-11-19copyrightTheo de Raadt
2004-11-19return 0 from main, hppa cares :)Theo de Raadt
2004-11-19options sort and sync usage();Jason McIntyre
from wiz@netbsd
2004-11-19tweaks;Jason McIntyre
2004-11-18for loopback, set ia_dstaddr instead of ia_ifa.ifa_dstaddr in in_ifinit()Daniel Hartmeier
found by Ruslan Ermilov, ok markus@ http://marc.theaimsgroup.com/?l=freebsd-net&m=110072900204253
2004-11-18unsafe operations is better than impossible to update, especially since itMarc Espie
can go on anyways.
2004-11-18document @wantlib, @depend. Provide -P and -W flags to be able to specifyMarc Espie
those on the command line instead of having to generate a separate plist.
2004-11-18support depend (similar to libdepend and newdepend) and wantlib:Marc Espie
put lookup_library code in a separate routine, and add a `harder' mode for wantlib, that will also look in system libraries, and in the full tree of dependent packages.
2004-11-18add @wantlib and @depend keywordMarc Espie
2004-11-18use the filesystem based firmware loader; deraadt okDamien Bergamini
2004-11-18use hash and not hmac to calculate NAT-D payloads. Also add NAT-D payload forHans-Joerg Hoexer
the destination address first. Remove support for obsolete V1 NAT-T. This fixes interoperability problems with non-openbsd isakmpd implementations. "looks good" ho@, ok markus@ for hash/hmac testing by various people (thanks!)
2004-11-18embed two struct capabilities, one for the capas announced by the peer andHenning Brauer
one for the capas we announced him, into the session_up imsg to the RDE after brainstorming with claudio
2004-11-18Better and simpler check for negative offset; from Christer ObergTodd C. Miller
2004-11-18add an instance of struct capabilities to peer_conf, and inheritHenning Brauer
peer->capa.ann from this
2004-11-18cope with changes in capabilities announcement shitzHenning Brauer
2004-11-18s/Access/Address/ at IFT_CARPMarco Pfatschbacher
2004-11-18inside struct peer, replace the occurance of the older struct peer_capaHenning Brauer
by two instances of the new struct capabilities, one for announcements and one for the received capabilities
2004-11-18remove the global 'announce' flag from struct peer_capa, clearHenning Brauer
individual capability flags where needed
2004-11-18a few more codecs from nbsdMichael Shalayeff
2004-11-18add mii_phy_match() for table-driven lookup.Brad Smith
From NetBSD
2004-11-18Sync usage with man page; Paul de WeerdTodd C. Miller
2004-11-18Tell MVME2600 and MVME2700 apart.Miod Vallat