Age | Commit message (Expand) | Author |
2002-09-06 | default: needs statement after it | Theo de Raadt |
2002-09-06 | MD5Final() takes unsigned char * | Theo de Raadt |
2002-09-06 | compile with -ansi | Miod Vallat |
2002-09-06 | socklen_t use; pvalchev ok | Theo de Raadt |
2002-09-06 | socklen_t | Theo de Raadt |
2002-09-06 | use more socklen_t; pvalchev | Theo de Raadt |
2002-09-06 | no , at end of enum | Theo de Raadt |
2002-09-06 | do not use // | Theo de Raadt |
2002-09-06 | use socklen_t more; henning ok | Theo de Raadt |
2002-09-06 | no , at end of enum | Theo de Raadt |
2002-09-06 | Remove the gm driver, the MI gem works better at this point. | Dale Rahn |
2002-09-06 | socklen_t; henning ok | Theo de Raadt |
2002-09-06 | socklen_t, not int. | Henning Brauer |
2002-09-06 | inline is not ansi C, and cast to right type for MD5Update() | Theo de Raadt |
2002-09-06 | md5.h needs types.h to be included first | Theo de Raadt |
2002-09-06 | misuse of volatile, not even ansi C | Theo de Raadt |
2002-09-06 | do not pull in virtual.c, because ansi C does not permit empty files | Theo de Raadt |
2002-09-06 | put some code after default: | Theo de Raadt |
2002-09-06 | no , at end of enum; maja ok | Theo de Raadt |
2002-09-06 | use socklen_t | Theo de Raadt |
2002-09-06 | no , at end of enum | Theo de Raadt |
2002-09-06 | fopen() does not return < 0 | Theo de Raadt |
2002-09-06 | ; after label: | Theo de Raadt |
2002-09-06 | use socklen_t where needed | Theo de Raadt |
2002-09-06 | ansi; ok millert pvalchev | Theo de Raadt |
2002-09-06 | no comma at end of enum | Theo de Raadt |
2002-09-06 | use socklen_t where needed; henning pvalchev ok | Theo de Raadt |
2002-09-06 | undo signed vs unsigned confusion | Theo de Raadt |
2002-09-06 | no ; after INITQFNAMES | Theo de Raadt |
2002-09-06 | sync | Theo de Raadt |
2002-09-06 | spaces | Theo de Raadt |
2002-09-06 | cast nicely, for cbc_decode() and cbc_encode() | Theo de Raadt |
2002-09-06 | do not return void | Theo de Raadt |
2002-09-06 | KNF | Theo de Raadt |
2002-09-06 | missing arg in a msglog(); silvio@big.net.au | Theo de Raadt |
2002-09-06 | remove last , in enum | Theo de Raadt |
2002-09-06 | Restore EE bit of MSR on return from exception, rather than blindly | Dale Rahn |
2002-09-06 | Serial console support for macppc. Serial console will work if the modem | Dale Rahn |
2002-09-06 | KNF. | Dale Rahn |
2002-09-06 | allow mapiodev to steal KVM addresses for early mappings like | Dale Rahn |
2002-09-06 | wscons display should have a console priority of INTERNAL, not REMOTE. | Dale Rahn |
2002-09-06 | use <> on include of machine/... files. also include bus.h so that | Dale Rahn |
2002-09-06 | yes, you can specify the address family in nat/rdr/binat rules. | Henning Brauer |
2002-09-06 | helps to put it in the Makefile | Theo de Raadt |
2002-09-06 | Share interrupts nicely. Add tag type. | Steve Murphree |
2002-09-06 | sizeof(pointer) is not what should be used here, should be sizeof(*pointer) | Dale Rahn |
2002-09-06 | KNF, get this out of my tree finally. | Dale Rahn |
2002-09-06 | add shared lib. | Brad Smith |
2002-09-05 | never append data to shutdown(s, SHUT_RD) socket. can lead to unexpected | Jun-ichiro itojun Hagino |
2002-09-05 | import openssl-0.9.7-beta3 | Markus Friedl |