summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-04-20no need for any networking codeMichael Shalayeff
1999-04-20all the devices info is now in one tableMichael Shalayeff
1999-04-20fix disklabel position (temp to build ramdisks)Michael Shalayeff
1999-04-20add defines for the numbers of registersMichael Shalayeff
1999-04-20name changes, add stack frame, better USERMODE()Michael Shalayeff
1999-04-20more stuff from the booksMichael Shalayeff
1999-04-20add onfault handler and cache the space id into pcb; better coredumpMichael Shalayeff
1999-04-20define UADDR; change alignment to 8 bytesMichael Shalayeff
1999-04-20more headersMichael Shalayeff
1999-04-20add HPPA_FLEX()Michael Shalayeff
1999-04-20uvm names and definitionsMichael Shalayeff
1999-04-20name changes; more cpu_* functionsMichael Shalayeff
1999-04-20proper entry/exit; no place for va_args12-13Michael Shalayeff
1999-04-20Spelling error in comment.Tobias Weingartner
1999-04-20IMPORTANT CHANGE:Marc Espie
depends-list and package-depends now give out output suitable for tsort, so they are INCOMPATIBLE with the previous version. PACKAGE_NAME_AS_LINK disappears, functionality is replaced by FULL_PACKAGE_NAME, which makes more sense anyway. *This does fix the package dependencies problem* Still missing: mechanism to output a decent error message in case tsort finds out a cycle.
1999-04-20FIND as a known programMarc Espie
1999-04-20remove weird restriction on package repository name, and make delete-linksMarc Espie
safer.
1999-04-20Add SUPDISTFILES/SUPPATCHFILES functionality:Marc Espie
files that are not always needed for all builds, but that must be fetched for maintainance purposes (makesum, mirror...) Not to use for intl/usa programs, probably...
1999-04-20April 16, 1999 version of the "one true awk"--64-bit fixes and more.Todd C. Miller
1999-04-20Merge with EOM 1.50Niklas Hallqvist
author: niklas Heh forgot to comment out the boehm-gc defines
1999-04-20Merge with EOM 1.49Niklas Hallqvist
author: niklas Remove warnings when finding leaks with Boehm GC
1999-04-20math_2n.c: Merge with EOM 1.15Niklas Hallqvist
math_ec2n.c: Merge with EOM 1.9 author: niklas Plug potential memory leaks in case of memory allocation errors
1999-04-20Merge with EOM 1.10Niklas Hallqvist
author: niklas Use portable malloc+snprintf instead of asprintf
1999-04-20Merge with EOM 1.84Niklas Hallqvist
author: ho Style
1999-04-20make calls for current time to BIOS less often; toby -- okMichael Shalayeff
1999-04-20issetuid -> issetugid; deraadt@Aaron Campbell
1999-04-20Xr fingerd(8)Aaron Campbell
1999-04-20.Fn -> .Ft in SYNOPSIS for localtime() return typeAaron Campbell
1999-04-19./regress/x509/x509test.c: Merge with EOM 1.4Niklas Hallqvist
./dh.h: Merge with EOM 1.4 ./math_ec2n.c: Merge with EOM 1.8 ./crypto.c: Merge with EOM 1.25 ./ike_quick_mode.c: Merge with EOM 1.82 ./math_group.c: Merge with EOM 1.16 ./math_ec2n.h: Merge with EOM 1.4 Style. alloc error reporting. Math error propagation. Allocate right sizes.
1999-04-19./ui.c: Merge with EOM 1.31Niklas Hallqvist
Added timer_report Add call to transport_report 1999 copyrights
1999-04-19./isakmpd.c: Merge with EOM 1.31Niklas Hallqvist
Style. alloc error reporting. Math error propagation. Allocate right sizes. Log any SIGHUPs looking our way. 1999 copyrights
1999-04-19./ike_auth.c: Merge with EOM 1.29Niklas Hallqvist
Accept multiple CERT payloads. Some style nits. Style. alloc error reporting. Math error propagation. Allocate right sizes. Memory alloc. error reporting 1999 copyrights
1999-04-19./pf_encap.c: Merge with EOM 1.63Niklas Hallqvist
remove warning Simplify the checks of existing exchanges by moving it into exchange_establish. This means we need to change the finalize API. Try to make PF_ENCAP support handle multiple connections to a single security gateway. Sigh, log the SPIs in network byte order, please
1999-04-19./log.h: Merge with EOM 1.17Niklas Hallqvist
Added classes LOG_SA and LOG_EXCHANGE, converted many LOG_MISC to new classes, adjusted levels slightly. More SA logging. Move LOG_SIZE to log.h Add LOG_REPORT to always go to logchannel regardless of level; misc small fixes I did not need to do this but... style nits Add class and level to debug messages 1999 copyrights
1999-04-19./ike_phase_1.c: Merge with EOM 1.2Niklas Hallqvist
Style. alloc error reporting. Math error propagation. Allocate right sizes. Let's get aggressive!
1999-04-19./ipsec.c: Merge with EOM 1.101Niklas Hallqvist
Style. alloc error reporting. Math error propagation. Allocate right sizes. Let's get aggressive\! Added classes LOG_SA and LOG_EXCHANGE, converted many LOG_MISC to new classes, adjusted levels slightly. More SA logging. seconds are quad style Fix timer log message to show new lifetime Remove SA_FLAG_REPLACED settings from various parts in preparation of a grand unified setting in exchange_finalize. Fix sa_mark_replaced to not release a referance to the sa, and adjust the API as it won't get called as a finalize func anymore. Keep the original lifetime (before randomization) in the sa, if we sometime will create new proposals out of existing SAs. Add randomized decrease of ISAKMP SA lifetime
1999-04-19./transport.c: Merge with EOM 1.32Niklas Hallqvist
Add LOG_REPORT to always go to logchannel regardless of level; misc small fixes Nitpick: better english Move transport-independent reporting to transport_report instead. Also report the socket fd for UDP transports. A derived transport class is always aligned with the transport superclass, so there is no need to search for the udp_transport that matches a given transport. Add transport_report transport refcnt should start with 0 Garbage collect transports via refcounting. Fix commentary. 1999 copyrights
1999-04-19./exchange.h: Merge with EOM 1.22Niklas Hallqvist
Simplify the checks of existing exchanges by moving it into exchange_establish. This means we need to change the finalize API. Try to make PF_ENCAP support handle multiple connections to a single security gateway.
1999-04-19./sysdep/openbsd/Makefile.sysdep: Merge with EOM 1.3Niklas Hallqvist
Make PF_ENCAP and PF_KEY versions of OpenBSD support separated through the OS make variable of the top Makefile.
1999-04-19./timer.h: Merge with EOM 1.6Niklas Hallqvist
Added timer_report 1999 copyrights
1999-04-19./message.h: Merge with EOM 1.43Niklas Hallqvist
Add LOG_REPORT to always go to logchannel regardless of level; misc small fixes Make message_dump_raw public, for udp_report in udp.c Garbage collect transports via refcounting. Fix commentary. 1999 copyrights
1999-04-19./ike_main_mode.c: Merge with EOM 1.76Niklas Hallqvist
Let's get aggressive\!
1999-04-19./regress/asn/asntest.c: Merge with EOM 1.8Niklas Hallqvist
./regress/pkcs/pkcstest.c: Merge with EOM 1.7 1999
1999-04-19./Makefile: Merge with EOM 1.48Niklas Hallqvist
Let's get aggressive! Comments are not good at the end of an assignment line Make PF_ENCAP and PF_KEY versions of OpenBSD support separated through the OS make variable of the top Makefile. Add commented out usages of Boehm's GC library LDADD and DPADD should be appended to. 1999 (c). Style.
1999-04-19./message.c: Merge with EOM 1.120Niklas Hallqvist
Style. alloc error reporting. Math error propagation. Allocate right sizes. Add LOG_REPORT to always go to logchannel regardless of level; misc small fixes Deal with incoming informational exchanges Make message_dump_raw public, for udp_report in udp.c message_dump_raw logs with LOG_MESSAGE, was LOG_TRANSPORT Garbage collect transports via refcounting. Fix commentary.
1999-04-19./pf_key_v2.c: Merge with EOM 1.11Niklas Hallqvist
exchange_establish do checking of existing exchanges these days Remove SA_FLAG_REPLACED settings from various parts in preparation of a grand unified setting in exchange_finalize. Fix sa_mark_replaced to not release a referance to the sa, and adjust the API as it won't get called as a finalize func anymore.
1999-04-19./timer.c: Merge with EOM 1.11Niklas Hallqvist
Add LOG_REPORT to always go to logchannel regardless of level; misc small fixes Added timer_report 1999 copyrights
1999-04-19./asn.c: Merge with EOM 1.25Niklas Hallqvist
Style Style. alloc error reporting. Math error propagation. Allocate right sizes. Name change so we can #define free 1999 copyrights
1999-04-19./udp.c: Merge with EOM 1.38Niklas Hallqvist
Add LOG_REPORT to always go to logchannel regardless of level; misc small fixes Move transport-independent reporting to transport_report instead. Also report the socket fd for UDP transports. A derived transport class is always aligned with the transport superclass, so there is no need to search for the udp_transport that matches a given transport. Add udp_report for transport_report Garbage collect transports via refcounting. Fix commentary.
1999-04-19./sysdep/openbsd/sysdep-os.h: Merge with EOM 1.2Niklas Hallqvist
1999 copyrights