summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-04-04regenMichael Shalayeff
2000-04-04make the comment and definition of HIFN_MAX_COMMAND more readableJason Wright
define HIFN_MAC_CMD_RESULT bit (append MAC to result buffer)
2000-04-04new cards supported by if_awi (new coming soon); also extraneous spaces removedMichael Shalayeff
2000-04-04Clarify IPv6 commentTodd C. Miller
2000-04-04re-order: group ssh1 vs. ssh2Markus Friedl
2000-04-04Update to ncurses-5.0-20000401:Todd C. Miller
o change unctrl() to render C1 characters (128-159) as ~@, ~A, etc. o trace() function is provided only if TRACE is defined, e.g., in the debug library. Modify related calls to _tracechar() to use unctrl() instead.
2000-04-04Add "expert mode" and don't prompt for fsize/bsize/cpg unless an expertTodd C. Miller
next_offset() now takes a pointer to the partition size as its second argument instead of a pointer to the partition. This allows us to get the offset earlier on and sort_partitions() will not try and include the partition we are trying to create in its list. In free_chunks() start looking for things at starting_sector, not 0, to avoid getting starting offsets that precede the start of the OpenBSD part of the disk.
2000-04-04Scan l and n sections as well.Marc Espie
Noticed by Hal Snyder.
2000-04-04missing free.Markus Friedl
2000-04-04ssh2 client implementation, interops w/ ssh.com and lsh servers.Markus Friedl
2000-04-04Register PLIST_SRC before dependencies and conflicts so that theMarc Espie
PLIST_CWD != PLIST_SRC hack works with dependencies present. Noticed and tested by Camiel.
2000-04-04Fix the leak for real (that's what I get for hacking when i can't sleep).Todd C. Miller
2000-04-04Make sure /etc/netstart references /etc/mail/sendmail.cf, notTodd C. Miller
/etc/sendmail.cf or on reboot sendmail will not be started.
2000-04-04Remove the -E flag from ipf as it is implicitly enabled and usingTodd C. Miller
the -E flag here causes the kernel to printf 'IP Filter: already initialized'.
2000-04-04Verbiage fix.Angelos D. Keromytis
2000-04-04Fix an fd leak if the read from /dev/arandom fails. Pointed out byTodd C. Miller
Markus Friedl.
2000-04-04remove accidentally comitted filesArtur Grabowski
2000-04-04regenMichael Shalayeff
2000-04-04i82802AB/AC firmware hubMichael Shalayeff
2000-04-04fleshTheo de Raadt
2000-04-04isa and pci pages, talking about legacy ISA interrupt routing...Theo de Raadt
2000-04-04close efd on eofMarkus Friedl
2000-04-04sync.jasoni
2000-04-04Implement Linux's pread(2) and pwrite(2).jasoni
2000-04-04Don't install sendmail internal libs and add some commentsTodd C. Miller
2000-04-04Part of the sendmail build procedure we don't useTodd C. Miller
2000-04-04Add MLINKs from sendmail.8 to smtpd.8, hoststat.1, purgestat.1Todd C. Miller
Convert man pages back to mandoc format.
2000-04-04Import tagging code and try to resolve locking problem.Steve Murphree
2000-04-04more details, and a UKC(8) linkTheo de Raadt
2000-04-04repair some mis-directed linksTheo de Raadt
2000-04-04Add smtpdTodd C. Miller
2000-04-04Add smtpd linkTodd C. Miller
2000-04-04support root drive detection for G4 powermac.Dale S. Rahn
2000-04-04MLINK srandomdevTodd C. Miller
2000-04-03Add srandomdev() from FreeBSD for use by sendmail and others.Todd C. Miller
2000-04-03Remove trailing whitespace.Aaron Campbell
2000-04-03put some DS/FH cards on some boot mediaTheo de Raadt
2000-04-03fix dmesg outputTheo de Raadt
2000-04-03Add man page for USB mass storage device driver.Aaron Campbell
2000-04-03ssh2 packet formatMarkus Friedl
2000-04-03DSA, keyexchange, algorithm agreement for ssh2Markus Friedl
2000-04-03syncTheo de Raadt
2000-04-03Plug two file descriptor leaksbrian
2000-04-03again, remind admins how to read man pagesTheo de Raadt
2000-04-03make DS pages point to DS, and same for FHTheo de Raadt
2000-04-03correct Xr to where we actually install the man pagesTheo de Raadt
2000-04-03add nsphyter man pageJason Wright
2000-04-03change overriding messageTheo de Raadt
2000-04-03described the modern cardsTheo de Raadt
2000-04-03channel layer support for ssh2Markus Friedl