summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-07-18Added pci_mapreg* interface from NetBSD.Constantine Sapuntzakis
Added PCI 2.2 stuff from NetBSD Modified if_de to use mapreg interface
1999-07-18indentTheo de Raadt
1999-07-18ugly CTheo de Raadt
1999-07-18SIS_85C503 misidenties itself; g.mcgarry@qut.edu.auTheo de Raadt
1999-07-18TIOCM{GET,SET,BIS,BIC}, and TCXONC supportTheo de Raadt
1999-07-17revert tcp_input.c to before 07/01/1999 - this seems to solve the mysteriousNiels Provos
data corruptions and panics that people have experienced. by reverting we loose tcp signatures and ipv6 cleanups, the code looked correct to me.
1999-07-17do not brelse() badlyTheo de Raadt
1999-07-17nice printing of sum^H^H^Huvmexp for uvmArtur Grabowski
1999-07-17Merge with EOM 1.6Niklas Hallqvist
author: niklas libdes not needed anymore
1999-07-17Merge with EOM 1.2Niklas Hallqvist
author: niklas RCD Id
1999-07-17regress/rsakeygen/Makefile: Merge with EOM 1.4Niklas Hallqvist
regress/rsakeygen/rsakeygen.c: Merge with EOM 1.8 regress/x509/Makefile: Merge with EOM 1.6 regress/x509/x509test.c: Merge with EOM 1.6 regress/Makefile: Merge with EOM 1.8 samples/VPN-east.conf: Merge with EOM 1.6 samples/VPN-west.conf: Merge with EOM 1.6 samples/singlehost-east.conf: Merge with EOM 1.3 samples/singlehost-west.conf: Merge with EOM 1.3 sysdep/openbsd/Makefile.sysdep: Merge with EOM 1.5 x509.h: Merge with EOM 1.6 x509.c: Merge with EOM 1.17 DESIGN-NOTES: Merge with EOM 1.46 Makefile: Merge with EOM 1.55 cert.c: Merge with EOM 1.11 cert.h: Merge with EOM 1.6 exchange.c: Merge with EOM 1.109 exchange.h: Merge with EOM 1.26 ike_auth.c: Merge with EOM 1.32 ike_phase_1.c: Merge with EOM 1.7 init.c: Merge with EOM 1.16 isakmpd.conf.5: Merge with EOM 1.27 README.PKI: Merge with EOM 1.1 author: niklas From Niels Provos, edited by me: certificate support using SSLeay
1999-07-17correct fork statistics for UVMArtur Grabowski
1999-07-17apps/certpatch/certpatch.c: Merge with EOM 1.2Niklas Hallqvist
apps/certpatch/Makefile: Merge with EOM 1.2 apps/Makefile: Merge with EOM 1.2 author: niklas From Niels Provos, edited by me: certificate support using SSLeay author: provos add a tool that takes a certificate and private key in PEM format, adds a subjectAltName extension to the certifcate and finally signs it with the private key, writing back the result.
1999-07-17Merge with EOM 1.41Niklas Hallqvist
author: niklas More stuff
1999-07-17regress/x509/certificate.txt: Merge with EOM 1.4Niklas Hallqvist
asn_useful.h: Merge with EOM 1.7 asn.c: Merge with EOM 1.28 asn.h: Merge with EOM 1.19 asn_useful.c: Merge with EOM 1.12 pkcs.c: Merge with EOM 1.21 pkcs.h: Merge with EOM 1.9 author: niklas From Niels Provos, edited by me: certificate support using SSLeay
1999-07-17Merge with EOM 1.3Niklas Hallqvist
author: niklas From Niels Provos, edited by me: certificate support using SSLeay author: ho Initial. author: ho file VPN-3way-template.conf was initially added on branch RELEASE_1_0.
1999-07-17Fix a bug that caused panic instead of error return with invalid diskConstantine Sapuntzakis
geometries. Make sure we don't brelse a buf that we don't have.
1999-07-17Fix a typobrian
Submitted by: Rich Wood <rich@chugaboom.net>
1999-07-17Add a warning that our implementation is different from other vendors (Solaris).Jason Downs
1999-07-17A good hashing function for IPsec SAs that should remove the risksNiklas Hallqvist
of running out of memory when adding SPIs.
1999-07-16do not reset, helps the serial consoleMichael Shalayeff
1999-07-16Sync with NetBSD:Jason Wright
o Implement asynchronous autonegotiation when driven by the MII tick (one-second clock). Prevents .5s delays every 5 seconds when the interface is up but there is no link. o Correct the sense of the PCR_FLINK100 bit in nsphy.c.
1999-07-16Merge with EOM 1.6Niklas Hallqvist
author: niklas Bugs found when interoperating with KAME: Inbound policy was not checked properly. Lifetime duration could be in long format. Main mode can carry different DH-groups.
1999-07-16almost all of themMichael Shalayeff
1999-07-16Merge with EOM 1.19Niklas Hallqvist
author: niklas Do not try to establish an encryption key for AH
1999-07-15o Set default line edit mode to emacs (VISUAL/EDITOR or user can override)Todd C. Miller
o Spell environment correctly
1999-07-15silence -WallTodd C. Miller
1999-07-15syncTheo de Raadt
1999-07-15oops, wrong type for cpu_classTheo de Raadt
1999-07-15this wraps anythingTheo de Raadt
1999-07-15use poll() instead, and generalize in case other programs want to use itTheo de Raadt
1999-07-15Fix the MOD_VFS macro to reflect reality.Artur Grabowski
Bump LKM_VERSION (Argh! I should have done that a few months ago!) Noted by rees@umich.edu
1999-07-15SPI 0 is the one we use for demand keying, IANA reserved SPIs are notNiklas Hallqvist
allowed
1999-07-15Protect better against rehashing make the kernel run out of resourcesNiklas Hallqvist
1999-07-15change /etc/host.random to /var/db/host.randomNiels Provos
1999-07-15move /etc/host.random to /var/db for readonly /, save the entropy stateNiels Provos
into /var/db/host.random at shutdown time, so we can make use of it during reboot to seed our random pool. ok millert@ angelos@ niklas@
1999-07-15From angelos@, edits by me, demand keying for PF_KEYNiklas Hallqvist
1999-07-15Don't destroy sysvshm if the vmspace is shared (only affects uvm)Artur Grabowski
1999-07-15vm_offset_t -> {v,p}addr_t ; vm_size_t -> {v,p}size_tArtur Grabowski
1999-07-15Back out the mis-commit of my development ISDN modifications.brian
1999-07-15Don't declare `end' if we aren't compiling radius support.brian
1999-07-14syncTheo de Raadt
1999-07-14put in a check for architectures that demand that partition A start at sector 0Theo de Raadt
1999-07-14put sub-class of architecture in SVR4_SI_PLATFORMTheo de Raadt
1999-07-14Explicitly used the phrase "proxy arp". Added examples.Kjell Wooding
1999-07-14Update for 2-beta3 versionAngelos D. Keromytis
1999-07-14pnpdevs.hTheo de Raadt
1999-07-14new modemTheo de Raadt
1999-07-14update man page to pdksh v5.2.14Aaron Campbell
1999-07-14Official fix for workaround in 1.18Todd C. Miller