summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-06-07missed from last ci, all is from netbsd of courseMichael Shalayeff
2001-06-07no longer need to set sc_prism2 manuallyTodd C. Miller
2001-06-07probe prism2 chips based on the probed card id, not cisMichael Shalayeff
2001-06-07fix typo in wi* at pciTodd C. Miller
2001-06-07Actually, don't re-insert X509 certs which we acquired from our storeAngelos D. Keromytis
2001-06-07No need to allocate/free X509 policy information -- the certs areAngelos D. Keromytis
2001-06-07Get rid of useless x509_policy_asserts[]Angelos D. Keromytis
2001-06-07Get rid of the main policy session (unnecessary).Angelos D. Keromytis
2001-06-07Add an X509 cert in the policy session even if it was found in ourAngelos D. Keromytis
2001-06-07use faster arc4random() instead of get_random_bytes(); jason@ okMichael Shalayeff
2001-06-07Correctly initialize the policy_id field on SA structures, such thatAngelos D. Keromytis
2001-06-07Add some log_print()Angelos D. Keromytis
2001-06-07syncTheo de Raadt
2001-06-06remove debug message; Darren.Moffat@eng.sun.comMarkus Friedl
2001-06-06typo in commentArtur Grabowski
2001-06-06cleanup, remove old codeMarkus Friedl
2001-06-06in bridge_filter(), pullup hlen, not sizeof(struct ip); ok jason@jasoni
2001-06-06NUL-terminate passphrase.Angelos D. Keromytis
2001-06-06be more consistant in codec i/o debug printsMichael Shalayeff
2001-06-06Call doshutdownhooks() in boot(). ok jj@ niklas@Miod Vallat
2001-06-06Reorder and tidy; partly from mpech@prosoft.org.lvPaul Janzen
2001-06-06Better formatting; removed extraneous right parenthesis.Paul Janzen
2001-06-06Let set_pkg kill trailing / in pkgname.Marc Espie
2001-06-06reorder sections, minor tidying; mpech@prosoft.org.lvPaul Janzen
2001-06-06remove unnecessary quotes; mpech@prosoft.org.lvPaul Janzen
2001-06-06Do not dump core on empty commentMarc Espie
2001-06-06Use pool(9) for some of the structures, and splimp/splx to protectAngelos D. Keromytis
2001-06-06We now disable interrupts in the bus-specific attach routine.Todd C. Miller
2001-06-06wi* @ pciTodd C. Miller
2001-06-06PCI shim for if_wi.c as promised. Magic for setting the PLX upTodd C. Miller
2001-06-06regenTodd C. Miller
2001-06-06Add products based on the PLX 905x that act as dumb PCI -> PCMCIA bridgesTodd C. Miller
2001-06-06In -p mode, set directory times in post-order pass since otherwise theTodd C. Miller
2001-06-06more cleaningArtur Grabowski
2001-06-06cleaningArtur Grabowski
2001-06-06Replace all 'if (_dl_debug) _dl_printf(...)' with a macro.Artur Grabowski
2001-06-06No need to extern _dl_debug here.Artur Grabowski
2001-06-06more cleanupArtur Grabowski
2001-06-06Cleanup.Artur Grabowski
2001-06-06missing bus linkage. ok, niklas@David Leonard
2001-06-06Don't bother migrating software sessions, as this might lead toAngelos D. Keromytis
2001-06-06Don't forget to make it compile.Angelos D. Keromytis
2001-06-05Allow boot -c to change number of gre devices. -moj ok angelos@Mats O Jansson
2001-06-05Call doshutdownhooks() in boot(). Cleanup code path a little.Miod Vallat
2001-06-05comment out automatic startup of netatalk if installed; pointed out by deraadt@Christian Weisgerber
2001-06-05Don't forget to init b_dep.Artur Grabowski
2001-06-05make kqueue behave like selectNiels Provos
2001-06-05send note_revoke to knotes when vnode goes away, okay art@Niels Provos
2001-06-05PF_KEY identity extensions are NUL-terminated. Now, also calculateHakan Olsson
2001-06-05make kqueue work on ext2fsNiels Provos