summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-02-12add wxJason Wright
2000-02-12flesh this out a bit more (more to come)Jason Wright
2000-02-12Let non-amiga build amiga manpages.Marc Espie
2000-02-12Let manpages be built if !amigaMarc Espie
2000-02-12Build amiga manpages, always.Marc Espie
2000-02-12Allow for iteconfig.8 to be built everywhere.Marc Espie
We don't currently care about atari... if ever we do, should scrape iteconfig_atari diffs into iteconfig.8, move the manpage to `generic' arch, and specify it only applies to atari/amiga...
2000-02-12Allow for manpage.Marc Espie
2000-02-12Build manpage even if !amigaMarc Espie
2000-02-12Correctly handle comments at the beginning of an assertion (noted byAngelos D. Keromytis
ho@openbsd.org)
2000-02-12handle direct lines correctly; reesTheo de Raadt
2000-02-12Fix a locking bug, and a size boundary conditionNiklas Hallqvist
2000-02-12parse mm/dd/yy correctly; tron@netbsd.org and matthieuTheo de Raadt
2000-02-12Merge with EOM 1.114Niklas Hallqvist
author: angelos Bad typo, the check should be inverted. Also, add a NOTIFY message being sent to the Responder if policy check fails at the initiator (and print a log message).
2000-02-12Sync.Angelos D. Keromytis
2000-02-12Simplify a couple of things in the lexer, make the compiler happy soAngelos D. Keromytis
-Wall doesn't complain at the lexers.
2000-02-11Let weak symbols take precedence over symbols read from 2nd hand libraries.Marc Espie
This fixes an important bug: libc now uses weak symbols a lot. Without this patch, dynamic linking with libraries that reference libc would mean those symbols would not be resolved, as weak symbols are good enough for linking, but 2nd hand libraries symbols are not. Not 100% sure this won't trigger problems later (nothing yet), but this fixes the immediate problem. Approved by niklas@ and millert@
2000-02-11man page for wx from FreeBSDJason Wright
2000-02-11add wxJason Wright
2000-02-11Add LIBKEYNOTE. (niklas@ ok)Hakan Olsson
2000-02-11Intel 82452 (Pro/1000) driver from mjacob@feral.comJason Wright
2000-02-11delay MD5 computation until client sends response, free() early, cleanup.Markus Friedl
2000-02-11Turn iff debugging code in attach, prolong a delay timer that made certainNiklas Hallqvist
cards hang at attach time. The driver still has problems though.
2000-02-11Merge with EOM 1.19Niklas Hallqvist
author: ho style... author: ho Think-o. Reword log msg again to match what happens here. author: ho (struct constant_map *) is not (char *), plus reword the log msg.
2000-02-11Merge with EOM 1.11Niklas Hallqvist
author: angelos Rename the "CN:" tag to "DN:", after Jorgen's suggestion. author: angelos Add an initiator attribute, and make the code amenable to be invoked by the initiator as well (for policy compliance checking). author: angelos Fix typo, noted by Jorgen.Granstam@abc.se
2000-02-11Merge with EOM 1.34Niklas Hallqvist
author: angelos Rename the "CN:" tag to "DN:", after Jorgen's suggestion.
2000-02-11Merge with EOM 1.113Niklas Hallqvist
author: angelos Rename the "CN:" tag to "DN:", after Jorgen's suggestion. author: angelos Do a policy check on the Initiator, when notified by the Responder on the SA selection. For efficiency, we should replicate this check on the first message sent by the Initiator (so we only send proposals we know we'll eventually accept).
2000-02-11Merge with EOM 1.16Niklas Hallqvist
author: angelos Do a policy check on the Initiator, when notified by the Responder on the SA selection. For efficiency, we should replicate this check on the first message sent by the Initiator (so we only send proposals we know we'll eventually accept). author: angelos Add an initiator attribute, and make the code amenable to be invoked by the initiator as well (for policy compliance checking).
2000-02-11regenMichael Shalayeff
2000-02-112 more c-media audio devicesMichael Shalayeff
2000-02-11Use .An and Aq constructsJason Wright
2000-02-11syncJason Wright
2000-02-11Intel 82452Jason Wright
2000-02-11Fix from jonathon.fletcher@pobox.comChris Cappuccio
Check $new_domain_name_servers not $nameserver
2000-02-10mark interrupt framesMichael Shalayeff
2000-02-10clkf_intr() implementation, better clkf_usermode()Michael Shalayeff
2000-02-10ack all ints along w/ masking 'em outi; on very early sys initMichael Shalayeff
2000-02-10moreDavid Leonard
2000-02-10its a stack, not a queueDavid Leonard
2000-02-10protect arguments to NdDavid Leonard
2000-02-10document existence of pthread_setcancelstate and pthread_setcanceltypeDavid Leonard
2000-02-10oopsDavid Leonard
2000-02-10add DUMP_INFO helper macroDavid Leonard
2000-02-10ident. fix comment.David Leonard
2000-02-10make mkdep -p work with newer gcc. okayed a very long time ago by fries@ (do ↵David Leonard
you remember, todd?) actually uses todd's relaxed regex
2000-02-10mention where to find the BT848 data sheet nowadays. handy for those serious ↵David Leonard
about understanding the driver.
2000-02-10stdcDavid Leonard
2000-02-10add PPPoE Discovery- and Session-Stage ETHERTYPEsJason Wright
2000-02-09bring in the latest document to sync with reality.Jun-ichiro itojun Hagino
2000-02-09revise extended scoped address format support. delimiter and the orderJun-ichiro itojun Hagino
is changed, based on discussion in ipngwg scoped address cabal. past code: fe80::1@de0 now: de0%fe80::1 this will be in sync with next extended address format proposal (which should be final - I don't want to make this kind of change again).
2000-02-09I need to get rid of local stuff of my tree. Here is an oldNiklas Hallqvist
patch to deal with machines with many interfaces, myself, I have 256 loopbacks on my laptop.