Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-03-09 | Some 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-08 | Add support for CPUID level 2. This is used to determine the L2 cache size | Jason 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-08 | reference docs | Jason Wright | |
1999-03-08 | Don't destroy the old server socket another ``set server'' | brian | |
call fails. | |||
1999-03-08 | put more example images on default home page. | Bob Beck | |
1999-03-08 | Some eye candy to stick on the default home page for people to use. | Bob Beck | |
1999-03-08 | pull in bsd.own.mk for NOPROFILE and NOPIC | Todd C. Miller | |
1999-03-08 | Fix stupid apache Configure date sillyness here - hopefully avoiding another ↵ | Bob Beck | |
resurfacing. | |||
1999-03-08 | Tweak horizontal frequency higher so that fringe case (basic SVGA + old | Marc Espie | |
picassoII) work. | |||
1999-03-08 | better string handling | Jason Wright | |
1999-03-08 | remove excess xname printing | Theo de Raadt | |
1999-03-08 | indent | Theo de Raadt | |
1999-03-08 | remove extra prints our isapnp subsystem does earlier | Theo de Raadt | |
1999-03-08 | remove confusing duplicate | Todd T. Fries | |
1999-03-08 | cleanup | Theo de Raadt | |
1999-03-08 | correct modes | Theo de Raadt | |
1999-03-08 | numlogs cannot be negative; karls@inet.no | Todd C. Miller | |
1999-03-08 | Handle comments that do not end in \n correctly; WHS <wouters@cistron.nl> | Marco S Hyman | |
1999-03-08 | Add 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-08 | sudo 1.5.8p2 | Todd C. Miller | |
1999-03-07 | don't fatal out on init if RSA doesn't work, so as not to die if an RSA | Bob Beck | |
libssl isn't installed and we only want to do http | |||
1999-03-07 | disable isp, enable adw/mx/vr | Theo de Raadt | |
1999-03-07 | Only throw away a line with an empty exports list if the list is empty | Todd C. Miller | |
due to unresolvable hostnames. | |||
1999-03-07 | Don't forget to call modem_Found() when connecting | brian | |
via an external program - otherwise we get no throughput stats and connection count increase. | |||
1999-03-07 | alberta area code split | Theo de Raadt | |
1999-03-07 | Synch | Marc Espie | |
1999-03-07 | Correctly drop existing connections when reopening the diagnostic | brian | |
socket. | |||
1999-03-07 | dkcksum() requires d_checksum cleared | Theo de Raadt | |
1999-03-07 | Read from fd[0] and write to fd[1] where `fd' is the | brian | |
result of a pipe(). This matters under OpenBSD. | |||
1999-03-07 | Use socketpair() instead of pipe()... pipe() doesn't return | brian | |
two bi-directional descriptors under OpenBSD. | |||
1999-03-07 | sync | Theo de Raadt | |
1999-03-07 | Never 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-07 | previous commit broke MLINKS install | Theo de Raadt | |
1999-03-07 | Reopen descriptor 0 as /dev/tty when in interactive mode | brian | |
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-06 | add examples | Todd C. Miller | |
1999-03-06 | typo | Todd C. Miller | |
1999-03-06 | match usage and man page | Theo de Raadt | |
1999-03-06 | Update IP pointer, when doing multiple transforms. | Angelos D. Keromytis | |
1999-03-06 | back out changes that should not have escaped my local tree | Todd C. Miller | |
1999-03-06 | mistype | Todd C. Miller | |
1999-03-06 | add missing reference to infocmp | Todd C. Miller | |
1999-03-06 | Wrong file, fixed. | Marc Espie | |
1999-03-06 | Forgot that one. | Marc Espie | |
1999-03-05 | better examples section wrt strncpy() | Todd C. Miller | |
1999-03-05 | bump cache timeout up a bit | Jason Wright | |
1999-03-05 | Make address cache expiration actually work and provide a knob | Jason Wright | |
for adjusting the timeout. | |||
1999-03-05 | Add forgotten file, espie@ has checked it compiles | Niklas Hallqvist | |
1999-03-05 | provide support for -- argument seperator | Theo de Raadt | |
1999-03-05 | Functionality moved to t-openbsd, where it belongs. | Marc Espie | |
1999-03-05 | Adjust configure.in & rerun autoconf. | Marc Espie | |