Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-10 | Minor cleanup | Hans Insulander | |
2002-06-10 | Print ITLB/DTLB on usIII | Marcus Watts | |
2002-06-10 | kill __FUNCTION__ | Marc Espie | |
add __attribute__((format...) Fix one bad call. okay provos@ | |||
2002-06-10 | Kill __FUNCTION__. | Marc Espie | |
ok itojun@ | |||
2002-06-10 | -Wall cleanup | Hans Insulander | |
ok deraadt@ | |||
2002-06-10 | Pass 'ftp' or 'http' to install_url, rather than '-ftp' or '-http' and | Kenneth R Westerback | |
just assign $1 to _url_type rather than translating -ftp to ftp and -http to http in a case statement. Smaller. Simpler. Clearer. | |||
2002-06-10 | back-out header change for now. | Marc Espie | |
2002-06-10 | __FUNCTION__ -> __func__ | Marc Espie | |
2002-06-10 | Allow ports to be specified in nat rules, useful later on for individual | Daniel Hartmeier | |
proxy port ranges. | |||
2002-06-10 | document -p | Niels Provos | |
2002-06-10 | support attaching to a running process; some code by fries@ | Niels Provos | |
2002-06-10 | new ioctl that reports the current emulation a process uses; needed for | Niels Provos | |
attaching to a running process | |||
2002-06-10 | #include <sys/timeout.h>, from Chris Kuethe | Daniel Hartmeier | |
2002-06-10 | Honor DESTDIR | Hans Insulander | |
2002-06-10 | Actually commit all my changes... | Hans Insulander | |
Include path for moved kafs.h | |||
2002-06-10 | Add -I/usr/include/kerberosV to find kafs.h | Hans Insulander | |
2002-06-10 | No newline with warnx(3). ok hin@ | Thomas Nordin | |
2002-06-10 | Remove mention of dynamic loading | Hakan Olsson | |
2002-06-10 | The dlopen() stuff goes away. | Hakan Olsson | |
2002-06-10 | correct tcpdump on gif interface (inbound). reported by fries | Jun-ichiro itojun Hagino | |
2002-06-10 | Move kafs library to krb5 tree. | Hans Insulander | |
2002-06-10 | spelling; ok hin@ | Kevin Steves | |
2002-06-10 | correct comment. | Federico G. Schwindt | |
2002-06-10 | change RhostsRSAAuthentication and RhostsAuthentication default to no | Kevin Steves | |
since ssh is no longer setuid root by default; ok markus@ | |||
2002-06-10 | no more _NO_WEAK_ALIASES here. | Federico G. Schwindt | |
2002-06-10 | use convtime() to parse and validate key lifetime. can now | Kevin Steves | |
use '-t 2h' etc. ok markus@ provos@ | |||
2002-06-10 | easy error checks first. | Jun-ichiro itojun Hagino | |
2002-06-10 | Don't #include <sys/malloc.h> | Daniel Hartmeier | |
2002-06-10 | merge in stuff from my man page; ok markus@ | Kevin Steves | |
2002-06-10 | add __weak_alias define; miod@ ok | Federico G. Schwindt | |
2002-06-10 | display minimum RSA modulus in error(); ok markus@ | Kevin Steves | |
2002-06-10 | Move enum out of struct (gcc 3.1 wasn't happy), from David Krause | Daniel Hartmeier | |
2002-06-10 | save some entropy in random key generation. oked by angelos many moons ago | Kjell Wooding | |
2002-06-10 | some olde version piece crept into my diffski; pt out by dfa@ | Michael Shalayeff | |
2002-06-10 | put back in the assert changes for ISO C 99 (put __func__ in it) | Marc Espie | |
2002-06-10 | disable all auto* stuff explicitly, which is a heck of a lot easier to do | Marc Espie | |
now. | |||
2002-06-10 | ...and kill a few more files, corresponding to an update of gettext. | Marc Espie | |
With this, merge of texinfo 4.2 should be complete. | |||
2002-06-10 | texinfo 4.2 uses a new autoconf, those should be gone. | Marc Espie | |
2002-06-10 | Kill again zombi files reintroduced by cvs... | Marc Espie | |
2002-06-10 | explicitly pass DESTDIR=value on install line, instead of tweaking | Marc Espie | |
Makefiles to say DESTDIR?=. | |||
2002-06-10 | brain-dead cvs conflict merge | Marc Espie | |
2002-06-10 | TeXinfo 4.2, much more robust html (and other formats) output, and a few | Marc Espie | |
features that new FSF programs will need (e.g., gcc snapshots). looked at by fgs@, thanks. | |||
2002-06-10 | TeXinfo 4.2, much more robust html (and other formats) output, and a few | Marc Espie | |
features that new FSF programs will need (e.g., gcc snapshots). looked at by fgs@, thanks. | |||
2002-06-10 | Grammar. | Thomas Nordin | |
2002-06-10 | I do not care about commit count | Kjell Wooding | |
2002-06-10 | u_char -> {socklen_t, sa_family_t, in_port_t}. From form@. | Mike Pechkin | |
millert@ ok | |||
2002-06-10 | I love to fight | Kjell Wooding | |
2002-06-10 | prevent mbuf leak on icmp_do_error() failure. | Jun-ichiro itojun Hagino | |
NOTE: under 4.4BSD mbuf coding discipline, once you pass mbuf to a function like f(m), you no longer have ownership of the mbuf. the mbuf will always be freed by the called function f(). by keeping the programming rule you have less chance of memory leak. | |||
2002-06-10 | Theo's comments about airport security | Bob Beck | |
2002-06-10 | appletalk and NS are supported. not just IPv4 over IPv4. | Jun-ichiro itojun Hagino | |