summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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
2002-09-06Serial console support for macppc. Serial console will work if the modemDale Rahn
2002-09-06KNF.Dale Rahn
2002-09-06allow mapiodev to steal KVM addresses for early mappings likeDale Rahn
2002-09-06wscons display should have a console priority of INTERNAL, not REMOTE.Dale Rahn
2002-09-06use <> on include of machine/... files. also include bus.h so thatDale Rahn
2002-09-06yes, you can specify the address family in nat/rdr/binat rules.Henning Brauer
2002-09-06helps to put it in the MakefileTheo de Raadt
2002-09-06Share interrupts nicely. Add tag type.Steve Murphree
2002-09-06sizeof(pointer) is not what should be used here, should be sizeof(*pointer)Dale Rahn
2002-09-06KNF, get this out of my tree finally.Dale Rahn
2002-09-06add shared lib.Brad Smith
2002-09-05never append data to shutdown(s, SHUT_RD) socket. can lead to unexpectedJun-ichiro itojun Hagino
2002-09-05import openssl-0.9.7-beta3Markus Friedl