summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-01-28Return to BUG if main() returns, rather than falling through the scheduler...Miod Vallat
2004-01-28Don't rely on vp->v_usecount to tell when we can dispose of our resourcesTodd C. Miller
2004-01-28Do not put the sample IndustryPack driver in GENERIC. This makes no real sense.Miod Vallat
2004-01-28Correctly protect against multiple inclusion...Miod Vallat
2004-01-28More clock handling cleanup:Miod Vallat
2004-01-28properly whine when password is too long instead of silently truncatingHenning Brauer
2004-01-28Better fix the typo for real, this time. Oops.Miod Vallat
2004-01-28install more stuff, and fake some, to please theo.Marc Espie
2004-01-28implementHenning Brauer
2004-01-28improve loggingHenning Brauer
2004-01-28some code refactoring.Marc Espie
2004-01-28KNFHenning Brauer
2004-01-28Add -L to record/enforce localbase.Marc Espie
2004-01-28be explicit about fake hooks.Marc Espie
2004-01-28Now that installboot is geometry-independent, FLOPPYSECS is notTom Cosgrove
2004-01-28syncTheo de Raadt
2004-01-28oh, i'll happily steal the commit. ok henning@, markus@, otto@ (iirc)Daniel Hartmeier
2004-01-28add some missing options/args to pkcs{7,8,12} that i missed earlier;Jason McIntyre
2004-01-28-rename pfkey_setkey to pfkey_sa_addHenning Brauer
2004-01-28Add new probe signature. From Alexey E. Suslikov <cruel@texnika.com.ua>.Alexander Yurchenko
2004-01-28fix pfkey_reply() logic:Henning Brauer
2004-01-28privilege separated tcpdump, joint work with otto@Can Erkin Acar
2004-01-28update and sort openssl pkcs{7,8,12};Jason McIntyre
2004-01-28catch SIGINT here as well so we can properly shut down if ^C'ed in debug modeHenning Brauer
2004-01-28STOP events for all sessions before we exit.Henning Brauer
2004-01-28missing free and fix memset misuse; From: Patrick Latifi <pat@eyeo.org>Henning Brauer
2004-01-28repair the bind() in session_connect; only used if local-addr was specifiedHenning Brauer
2004-01-28improve loggingHenning Brauer
2004-01-28knf; millert okTheo de Raadt
2004-01-28make new arch man dirsTheo de Raadt
2004-01-28oopsTheo de Raadt
2004-01-28we need a pfkey_init the gets us a PF_KEY socket before we drop privsHenning Brauer
2004-01-28label x86_64 as LETheo de Raadt
2004-01-28Repair build links for pegosos, and also build for amd64Theo de Raadt
2004-01-28Repair build links for pegosos, and also build for amd64Theo de Raadt
2004-01-28for make obj, enter x86_64; mickey okTheo de Raadt
2004-01-28call pfkey_auth_establish() on START eventsHenning Brauer
2004-01-28-struct peer_auth to store the SPIs, linked into struct peerHenning Brauer
2004-01-28don't pfkey_setkey() from here, claudio markus okHenning Brauer
2004-01-28initial support for SADB_DELETE; ok hshoexerMarkus Friedl
2004-01-28toast long lineTheo de Raadt
2004-01-28put all gcc2 specific stuff in the md.* filesTheo de Raadt
2004-01-28Use write-back mappings whenever possible again, but make sure thatMiod Vallat
2004-01-28Document the tftp bootloader, mention that the full-blown Sun-compatibleMiod Vallat
2004-01-28pfkey_setkey: sockaddr -> bgpd_addr; ok claudioMarkus Friedl
2004-01-28fix comment;Jason McIntyre
2004-01-28Add tftpboot to the mvme88k builds.Miod Vallat
2004-01-28Skip first argument on commandline, so we can try to actually boot theMiod Vallat
2004-01-28Fix a segv when patch cannot find a file and the user indicatesOtto Moerbeek
2004-01-28typo; from Ross L Richardson (PR 3655);Jason McIntyre