summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-09-06remove Xr to photurisTheo de Raadt
2002-09-06more photuris bits by bye byeTheo de Raadt
2002-09-06socklen_t and various other minor tweaksTheo de Raadt
2002-09-06socklen_tTheo de Raadt
2002-09-06support long names; henning okTheo de Raadt
2002-09-06assume that noone uses photurisd anymore.Theo de Raadt
2002-09-06socklen_tTheo de Raadt
2002-09-06no ; at end of CTL_IPXPROTO_NAMESTheo de Raadt
2002-09-06ansiHenning Brauer
ok deraadt@
2002-09-06bogus ; outside of functionTheo de Raadt
2002-09-06first cut at -WallTheo de Raadt
2002-09-06bit KNFHenning Brauer
"commit that if you like" theo
2002-09-06default: needs statement after itTheo de Raadt
2002-09-06MD5Final() takes unsigned char *Theo de Raadt
2002-09-06compile with -ansiMiod Vallat
2002-09-06socklen_t use; pvalchev okTheo de Raadt
2002-09-06socklen_tTheo de Raadt
2002-09-06use more socklen_t; pvalchevTheo de Raadt
2002-09-06no , at end of enumTheo de Raadt
2002-09-06do not use //Theo de Raadt
2002-09-06use socklen_t more; henning okTheo de Raadt
2002-09-06no , at end of enumTheo de Raadt
2002-09-06Remove the gm driver, the MI gem works better at this point.Dale Rahn
2002-09-06socklen_t; henning okTheo de Raadt
2002-09-06socklen_t, not int.Henning Brauer
2002-09-06inline is not ansi C, and cast to right type for MD5Update()Theo de Raadt
2002-09-06md5.h needs types.h to be included firstTheo de Raadt
2002-09-06misuse of volatile, not even ansi CTheo de Raadt
2002-09-06do not pull in virtual.c, because ansi C does not permit empty filesTheo de Raadt
2002-09-06put some code after default:Theo de Raadt
2002-09-06no , at end of enum; maja okTheo de Raadt
this file should not exist. the code should be using <rpcsvc/yp.h> ones the differences are removed.
2002-09-06use socklen_tTheo de Raadt
2002-09-06no , at end of enumTheo de Raadt
2002-09-06fopen() does not return < 0Theo de Raadt
2002-09-06; after label:Theo de Raadt
2002-09-06use socklen_t where neededTheo de Raadt
2002-09-06ansi; ok millert pvalchevTheo de Raadt
2002-09-06no comma at end of enumTheo de Raadt
2002-09-06use socklen_t where needed; henning pvalchev okTheo de Raadt
2002-09-06undo signed vs unsigned confusionTheo de Raadt
2002-09-06no ; after INITQFNAMESTheo de Raadt
2002-09-06syncTheo de Raadt
2002-09-06spacesTheo de Raadt
2002-09-06cast nicely, for cbc_decode() and cbc_encode()Theo de Raadt
2002-09-06do not return voidTheo de Raadt
2002-09-06KNFTheo de Raadt
2002-09-06missing arg in a msglog(); silvio@big.net.auTheo de Raadt
2002-09-06remove last , in enumTheo de Raadt
2002-09-06Restore EE bit of MSR on return from exception, rather than blindlyDale Rahn
enabling it. pefo@
2002-09-06Serial console support for macppc. Serial console will work if the modemDale 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@