Age | Commit message (Expand) | Author |
2002-06-02 | knf, spaces, no \n in panic | Michael Shalayeff |
2002-06-02 | alpha does not have auvia and i386 needed a better decription | Michael Shalayeff |
2002-06-02 | correct fake nfs_boot_getfh(); ski@wuhjuhbuh.2y.net | Theo de Raadt |
2002-06-02 | Fix ordering and typo problem | Constantine Sapuntzakis |
2002-06-02 | KNF | Theo de Raadt |
2002-06-02 | minor KNF | Theo de Raadt |
2002-06-01 | exit(1) not exit(-1) | Theo de Raadt |
2002-06-01 | sync | Theo de Raadt |
2002-06-01 | exit 1 not -1 | Theo de Raadt |
2002-06-01 | more snprintf | Theo de Raadt |
2002-06-01 | missing return; jason@ackley.net | Theo de Raadt |
2002-06-01 | some KNF, and missing param on warnx(); jason@ackley.net | Theo de Raadt |
2002-06-01 | Add systrace(4). | Wilbern Cobb |
2002-06-01 | Document the systrace pseudo-device. | Wilbern Cobb |
2002-06-01 | size_t must be cast to (unsigned long) and printed using %lu | Theo de Raadt |
2002-06-01 | sync | Theo de Raadt |
2002-06-01 | fix mkr for libssl changes | Theo de Raadt |
2002-06-01 | Document ECN support, with input from dhartmei@. | Hugh Graham |
2002-06-01 | Update tests to reflect ECN support. | Hugh Graham |
2002-06-01 | ECN flag support for pf. Committed in consultation with Daniel. | Hugh Graham |
2002-06-01 | machtime() is 32bit quantity. | Jun-ichiro itojun Hagino |
2002-06-01 | i find more: a stderr print that makes no sense, and a part that was | Theo de Raadt |
2002-06-01 | cleanups | Theo de Raadt |
2002-06-01 | we do not need this to be Makefile.bsd-wrapper | Theo de Raadt |
2002-06-01 | spaces to tab | Brad Smith |
2002-06-01 | mkisofs goes away | Theo de Raadt |
2002-05-31 | we use mkhybrid for everything now | Theo de Raadt |
2002-05-31 | cleanup socklen_t | Jun-ichiro itojun Hagino |
2002-05-31 | recommit strlcpy/snprintf diff after i found my bug | Theo de Raadt |
2002-05-31 | split out two major function blocks which made the indentation horrible | Theo de Raadt |
2002-05-31 | remove unused portion of code (pidfile(3) alternative) | Jun-ichiro itojun Hagino |
2002-05-31 | plug fd_set overrun | Jun-ichiro itojun Hagino |
2002-05-31 | sync w/ latest kame. link id handling. | Jun-ichiro itojun Hagino |
2002-05-31 | respect rmx_mtu (cached PMTUD result) on outbound. deraadt/angelos ok | Jun-ichiro itojun Hagino |
2002-05-31 | use int32_t, not int, for on-disk format structure. | Jun-ichiro itojun Hagino |
2002-05-31 | do not declare int32_t and such locally. pull sys/types.h. | Jun-ichiro itojun Hagino |
2002-05-31 | de-auto | Paul Janzen |
2002-05-31 | put the right thing into the audio name; pt out by Sebastian Stark <seb@todes... | Michael Shalayeff |
2002-05-31 | use setproctitle(3). check for IPv6 ftp bounce attack. deraadt ok | Jun-ichiro itojun Hagino |
2002-05-31 | fix the auvia description for 8233; from Sebastian Stark <seb@todesplanet.de> | Michael Shalayeff |
2002-05-31 | don't write CVSvn.texi to src. | Wilbern Cobb |
2002-05-31 | Typo, "TMP_PW" used where "NEW_PW" was intended; fixes /etc/ptmp | Todd C. Miller |
2002-05-31 | KNF | Theo de Raadt |
2002-05-31 | ecn is disabled by default, so show the option enabled. | Federico G. Schwindt |
2002-05-31 | Allow IBSS creation on Symbol cards with station firmware >= 2.5 | Todd C. Miller |
2002-05-31 | pad received signature with leading zeros, because RSA_verify expects | Markus Friedl |
2002-05-31 | add comment: | Markus Friedl |
2002-05-31 | move Authmethod definitons to per-method file. | Markus Friedl |
2002-05-31 | extent ssh-keysign protocol: | Markus Friedl |
2002-05-31 | function prototypes shoulnd't carry variable name | Jun-ichiro itojun Hagino |