Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-20 | sgi too | Theo de Raadt | |
2004-11-20 | no tlp, we have dc. | Brad Smith | |
2004-11-20 | When processing sysex stop bytes ensure the packet is not corrupted | Jonathan Gray | |
if we are building a new packet, from Alexandre Ratchov. ok deraadt@ | |||
2004-11-19 | regen | David Gwynne | |
2004-11-19 | remove the atmel dwl120 since the product id appears to be a typo. reorder | David Gwynne | |
the atmel section by product ids while here | |||
2004-11-19 | remove the atmel dwl120 since its product ids dont seem to exist, it looks | David Gwynne | |
like a typo. since the atmel at76c503a appears to be the real device we just remove the typo | |||
2004-11-19 | cleanup includes | David Gwynne | |
ok deraadt@ | |||
2004-11-19 | Be more conservative in openpic_enable_irq() and only reprogram the vector | Miod Vallat | |
register if it changes. | |||
2004-11-19 | Better Raven PREP initialization, per the book, with an evil book mistake | Miod Vallat | |
corrected. | |||
2004-11-19 | Better 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-19 | Write reject file in unified format if the original diff was in | Otto Moerbeek | |
unified format. ok deraadt@ | |||
2004-11-19 | Allow for path names containing spaces and other funny chars (except | Otto 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-19 | repair display.focus pokus; from janjaap@ in pr#3990 | Michael Shalayeff | |
2004-11-19 | sync | Theo de Raadt | |
2004-11-19 | remove superfluous m_tag_copy/m_tag_prepend, already covered by m_copym2() | Daniel Hartmeier | |
reported by Joerg Sonnenberger, ok henning@ | |||
2004-11-19 | install pcvt fonts for amd64, alpha, and cats too; mickey ok, from pr3988 | Theo de Raadt | |
2004-11-19 | sync | Alexander Yurchenko | |
2004-11-19 | SiS648FX AGP; from theo | Alexander Yurchenko | |
2004-11-19 | sync | Todd T. Fries | |
2004-11-19 | unbreak -t; ok jakob, henning | Markus Friedl | |
2004-11-19 | Rename struct as_filter to struct filter_as. | Claudio Jeker | |
2004-11-19 | For consistency reasons rename struct as_filter to struct filter_as. | Claudio Jeker | |
OK henning@ | |||
2004-11-19 | better wording; | Jason McIntyre | |
ok jaredy@ deraadt@ henning@ | |||
2004-11-19 | Plug memory leak. Found by pat@. Thanks! | Hans-Joerg Hoexer | |
ok myself markus@ | |||
2004-11-19 | Add NO_PEER to the list of well-known communities and use 65535 instead of | Claudio Jeker | |
0xffff. OK henning@ | |||
2004-11-19 | Make "set network 127.0.0.1" work and use = instead of |= for the | Claudio Jeker | |
blackhole/reject case as $$ is not zeroed. This caused funny results in merge_filterset(). OK henning@ | |||
2004-11-19 | Only unlink and link the asp in nexthop_modify if the asp is linked. | Claudio Jeker | |
OK henning@ | |||
2004-11-19 | More aggressive strip flags for non debug kernels; this is a noop on some | Miod Vallat | |
architectures, but saves a few dozen KB on alpha and ppc. ok deraadt@ | |||
2004-11-19 | copyright | Theo de Raadt | |
2004-11-19 | return 0 from main, hppa cares :) | Theo de Raadt | |
2004-11-19 | options sort and sync usage(); | Jason McIntyre | |
from wiz@netbsd | |||
2004-11-19 | tweaks; | Jason McIntyre | |
2004-11-18 | for 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-18 | unsafe operations is better than impossible to update, especially since it | Marc Espie | |
can go on anyways. | |||
2004-11-18 | document @wantlib, @depend. Provide -P and -W flags to be able to specify | Marc Espie | |
those on the command line instead of having to generate a separate plist. | |||
2004-11-18 | support 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-18 | add @wantlib and @depend keyword | Marc Espie | |
2004-11-18 | use the filesystem based firmware loader; deraadt ok | Damien Bergamini | |
2004-11-18 | use hash and not hmac to calculate NAT-D payloads. Also add NAT-D payload for | Hans-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-18 | embed two struct capabilities, one for the capas announced by the peer and | Henning Brauer | |
one for the capas we announced him, into the session_up imsg to the RDE after brainstorming with claudio | |||
2004-11-18 | Better and simpler check for negative offset; from Christer Oberg | Todd C. Miller | |
2004-11-18 | add an instance of struct capabilities to peer_conf, and inherit | Henning Brauer | |
peer->capa.ann from this | |||
2004-11-18 | cope with changes in capabilities announcement shitz | Henning Brauer | |
2004-11-18 | s/Access/Address/ at IFT_CARP | Marco Pfatschbacher | |
2004-11-18 | inside struct peer, replace the occurance of the older struct peer_capa | Henning Brauer | |
by two instances of the new struct capabilities, one for announcements and one for the received capabilities | |||
2004-11-18 | remove the global 'announce' flag from struct peer_capa, clear | Henning Brauer | |
individual capability flags where needed | |||
2004-11-18 | a few more codecs from nbsd | Michael Shalayeff | |
2004-11-18 | add mii_phy_match() for table-driven lookup. | Brad Smith | |
From NetBSD | |||
2004-11-18 | Sync usage with man page; Paul de Weerd | Todd C. Miller | |
2004-11-18 | Tell MVME2600 and MVME2700 apart. | Miod Vallat | |