summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-06-19Remove redundant address family check -- sam@errno.comAngelos D. Keromytis
2002-06-19add an undo insert record on insert-file. this makes insert-file undoable.Vincent Labrecque
ok deraadt@
2002-06-19syncTheo de Raadt
2002-06-19syncJason Wright
2002-06-19add magma dma4 serial board (thanks Matt!)Jason Wright
2002-06-19- set the size correctly.Federico G. Schwindt
- a few minor cosmetical changes.
2002-06-19natyposMiod Vallat
2002-06-19sbus pcmcia bridge driver (nell); from NetBSD.Federico G. Schwindt
2002-06-19remove custom CFLAGS; ok deraadt, millert, beckPeter Valchev
2002-06-19move initialization a bit later.Federico G. Schwindt
2002-06-19init goodhostsEric Jackson
2002-06-19Since we can no longer count on isprint() to tell us whether or notTodd C. Miller
a character is 7-bit ASCII, check the high bit by hand when deciding whether to print a WEP key as ASCII or hex.
2002-06-19remove __BROKEN_INDIRECT_CONFIG cruft.Federico G. Schwindt
2002-06-19do not syslog from libraries!Theo de Raadt
2002-06-19make the monitor sync the transfer ssh1 session key;Markus Friedl
transfer keycontext only for RC4 (this is still depends on EVP implementation details and is broken).
2002-06-19"Enabled for Ss" -> "Enabled for D days HH:MM:SS", ok frantzen@Daniel Hartmeier
2002-06-19more careful buffer handling; pointed out by deraadt@Niels Provos
2002-06-19more cleanup for timed.Eric Jackson
use queue.h instead of these badly hand done lists functionalize more common code remove some unused code/declarations use strlcpy minor KNF deraadt@ ok
2002-06-19decode embedded scopeid on -inalv multicast address printingJun-ichiro itojun Hagino
2002-06-19Update license based on lite2 versionTodd C. Miller
2002-06-19Sync.Mike Pechkin
#include -> .include naddy@, espie@ ok
2002-06-19this was derived from UCB if_sl. therefore, we can update the UCB if_slTheo de Raadt
copyright contained in this. a license problem remains, of course...
2002-06-19mark which nlist[] kmem entries are not needed in the sysctl case, and which areTheo de Raadt
2002-06-19disable trsp, nothing uses itTheo de Raadt
2002-06-19ansiTheo de Raadt
2002-06-19use more snprintfTheo de Raadt
2002-06-19kill sprintfTheo de Raadt
2002-06-19Remove BUGS section as it no longer applies.Miod Vallat
Reported by Peter Philipp (pphilipp at mac dot com)
2002-06-19Fix compilation error if option DEBUG is defined.Miod Vallat
Reported by Peter Philipp (pphilipp at mac dot com)
2002-06-19rename variable so that scoping is more obviousNiels Provos
2002-06-19Poach a commit; error(1) groks yacc output now...Todd C. Miller
2002-06-19have yacc spit out c compiler-like error messages, so that utilities whichTheo de Raadt
expect those can cope. I've wanted this for >12 years.
2002-06-19re-enable both crypto operationsTheo de Raadt
2002-06-19regress for the kqueu for randomMichael Shalayeff
2002-06-19add kqfilter for random, regress is comingMichael Shalayeff
2002-06-19cdev_ugen_init does not need to be, it's just a usbdev, just like any other ↵Michael Shalayeff
usb device
2002-06-19using cdev_ugen_init for all sorts of usb devices is just one pint less ↵Michael Shalayeff
wrong than using cdev_decl_random for the same purpose
2002-06-19Updates from lite2 via NetBSD; fixes license.Todd C. Miller
2002-06-19kq: it did not work like this and it seem to be working, from the denver ↵Michael Shalayeff
whereabouts
2002-06-19KNF, -Wall, and other cleanups. still does not failover 100% correctlyTheo de Raadt
for operations when /dev/crypto is missing, for instance in chroot
2002-06-19stupid stupid bug ja ja ja jaTheo de Raadt
2002-06-19stretch some ugly while();Theo de Raadt
2002-06-19correct size_t printingTheo de Raadt
2002-06-19KNF done automatically while reading....Theo de Raadt
2002-06-18pull in missing includesTheo de Raadt
2002-06-18size_t cleanupsTheo de Raadt
2002-06-18gcc -Wall (pass this one up, hin)Theo de Raadt
2002-06-18string.hTheo de Raadt
2002-06-18oops, forgot to commit this when gpr was added.Federico G. Schwindt
2002-06-18Style.Angelos D. Keromytis