Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-09-06 | remove Xr to photuris | Theo de Raadt | |
2002-09-06 | more photuris bits by bye bye | Theo de Raadt | |
2002-09-06 | socklen_t and various other minor tweaks | Theo de Raadt | |
2002-09-06 | socklen_t | Theo de Raadt | |
2002-09-06 | support long names; henning ok | Theo de Raadt | |
2002-09-06 | assume that noone uses photurisd anymore. | Theo de Raadt | |
2002-09-06 | socklen_t | Theo de Raadt | |
2002-09-06 | no ; at end of CTL_IPXPROTO_NAMES | Theo de Raadt | |
2002-09-06 | ansi | Henning Brauer | |
ok deraadt@ | |||
2002-09-06 | bogus ; outside of function | Theo de Raadt | |
2002-09-06 | first cut at -Wall | Theo de Raadt | |
2002-09-06 | bit KNF | Henning Brauer | |
"commit that if you like" theo | |||
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 | |
this file should not exist. the code should be using <rpcsvc/yp.h> ones the differences are removed. | |||
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 | |
enabling it. pefo@ | |||
2002-09-06 | Serial console support for macppc. Serial console will work if the modem | Dale Rahn | |
has been replaced with a serial port adapter on any machine that has a real serial port internally. This will also power on the internal modem for keylargo based machines (tested on original PBG4) when the serial port is open. ok miod@ |