summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-03-09Some style issues, make stuff neded before depend be built by beforedepend.Niklas Hallqvist
Also make them prereq in the case of make includes
1999-03-08Add support for CPUID level 2. This is used to determine the L2 cache sizeJason Downs
on Intel processors; print out the correct CPU name and cache size at boot. Also clean up the feature flags, including PPro errata.
1999-03-08reference docsJason Wright
1999-03-08Don't destroy the old server socket another ``set server''brian
call fails.
1999-03-08put more example images on default home page.Bob Beck
1999-03-08Some eye candy to stick on the default home page for people to use.Bob Beck
1999-03-08pull in bsd.own.mk for NOPROFILE and NOPICTodd C. Miller
1999-03-08Fix stupid apache Configure date sillyness here - hopefully avoiding another ↵Bob Beck
resurfacing.
1999-03-08Tweak horizontal frequency higher so that fringe case (basic SVGA + oldMarc Espie
picassoII) work.
1999-03-08better string handlingJason Wright
1999-03-08remove excess xname printingTheo de Raadt
1999-03-08indentTheo de Raadt
1999-03-08remove extra prints our isapnp subsystem does earlierTheo de Raadt
1999-03-08remove confusing duplicateTodd T. Fries
1999-03-08cleanupTheo de Raadt
1999-03-08correct modesTheo de Raadt
1999-03-08numlogs cannot be negative; karls@inet.noTodd C. Miller
1999-03-08Handle comments that do not end in \n correctly; WHS <wouters@cistron.nl>Marco S Hyman
1999-03-08Add proxying & transparent proxying support (``alias proxy'').brian
Add PPTP packet aliasing (GRE fixed address) support (``alias pptp''). Add a 0 to the front of the mode to signify octal. Thanks to: Charles Mott <cmott@srv.net> & Dru Nelson <dnelson@redwoodsoft.com>
1999-03-08sudo 1.5.8p2Todd C. Miller
1999-03-07don't fatal out on init if RSA doesn't work, so as not to die if an RSABob Beck
libssl isn't installed and we only want to do http
1999-03-07disable isp, enable adw/mx/vrTheo de Raadt
1999-03-07Only throw away a line with an empty exports list if the list is emptyTodd C. Miller
due to unresolvable hostnames.
1999-03-07Don't forget to call modem_Found() when connectingbrian
via an external program - otherwise we get no throughput stats and connection count increase.
1999-03-07alberta area code splitTheo de Raadt
1999-03-07SynchMarc Espie
1999-03-07Correctly drop existing connections when reopening the diagnosticbrian
socket.
1999-03-07dkcksum() requires d_checksum clearedTheo de Raadt
1999-03-07Read from fd[0] and write to fd[1] where `fd' is thebrian
result of a pipe(). This matters under OpenBSD.
1999-03-07Use socketpair() instead of pipe()... pipe() doesn't returnbrian
two bi-directional descriptors under OpenBSD.
1999-03-07syncTheo de Raadt
1999-03-07Never break the source tree builds if a _non-default compilation option_Theo de Raadt
has an issue. Fix it right, without breaking the source tree.
1999-03-07previous commit broke MLINKS installTheo de Raadt
1999-03-07Reopen descriptor 0 as /dev/tty when in interactive modebrian
in OpenBSD as well as FreeBSD (I still don't know why). Add a debug diagnostic when creating a child process as a link.
1999-03-06add examplesTodd C. Miller
1999-03-06typoTodd C. Miller
1999-03-06match usage and man pageTheo de Raadt
1999-03-06Update IP pointer, when doing multiple transforms.Angelos D. Keromytis
1999-03-06back out changes that should not have escaped my local treeTodd C. Miller
1999-03-06mistypeTodd C. Miller
1999-03-06add missing reference to infocmpTodd C. Miller
1999-03-06Wrong file, fixed.Marc Espie
1999-03-06Forgot that one.Marc Espie
1999-03-05better examples section wrt strncpy()Todd C. Miller
1999-03-05bump cache timeout up a bitJason Wright
1999-03-05Make address cache expiration actually work and provide a knobJason Wright
for adjusting the timeout.
1999-03-05Add forgotten file, espie@ has checked it compilesNiklas Hallqvist
1999-03-05provide support for -- argument seperatorTheo de Raadt
1999-03-05Functionality moved to t-openbsd, where it belongs.Marc Espie
1999-03-05Adjust configure.in & rerun autoconf.Marc Espie