summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-09-19buffer_dump only if PACKET_DEBUG is defined; Jedi/Sector One; pr 3471Markus Friedl
2003-09-19whack getopt ? matching; jeffi@rcn.comTheo de Raadt
2003-09-19- some bios return a valid geometry for inexistent hd's so beforeFederico G. Schwindt
2003-09-19add debug info around #41; toby@ ok.Federico G. Schwindt
2003-09-19When sanity checking signal numbers, error out on signal >= NSIG,Todd C. Miller
2003-09-19Sync with 'modernization' changes to macppc. Also fix a couple of whitespaceKenneth R Westerback
2003-09-19Excise more unused code.Kenneth R Westerback
2003-09-19Put in a couple of sanity checks to ensure that the AN_DEFAULT_*Anil Madhavapeddy
2003-09-18realloc spring cleaning, simplifies the code someAnil Madhavapeddy
2003-09-18expand on the realloc no-no section to include adjusting a length beforeTed Unangst
2003-09-18make this test look for spaces as well, to match other casesBob Beck
2003-09-18if length is 1, don't try to null memory that doesn't belong to us.Federico G. Schwindt
2003-09-18Not all address types have a mask.Cedric Berger
2003-09-18remove /var/spool/newsNikolay Sturm
2003-09-18comment spelling, from jonathon grayTed Unangst
2003-09-18fix early free (subtle); marius@monkey.orgTheo de Raadt
2003-09-18A few signedness fixes for harmless situations; markus@ okMiod Vallat
2003-09-18spacing;Jason McIntyre
2003-09-18standard C lint library lives in llib-lstdc.ln, not llib-lc.ln;Jason McIntyre
2003-09-18typos from Aleksander Piotrowski;Jason McIntyre
2003-09-18typo in error;Jason McIntyre
2003-09-18 - move `-d' to comparison options, rather then output optionsJason McIntyre
2003-09-18new sentence, new line;Jason McIntyre
2003-09-18typos from wiz@netbsd (including one from a PR from Quentin Garnier);Jason McIntyre
2003-09-18- missing .ElJason McIntyre
2003-09-18add .Bk/.Ek to SYNOPSIS;Jason McIntyre
2003-09-18typo;Jason McIntyre
2003-09-18add some space before lists;Jason McIntyre
2003-09-18slight expansion of CAVEATS;Jason McIntyre
2003-09-18replace NetBSD info with OBSD relevant stuff;Jason McIntyre
2003-09-18more buffer allocation fixes; from Solar Designer; CAN-2003-0682; ok millert@Markus Friedl
2003-09-18- move checks earlier to catch inexistent devices before testing for edd.Federico G. Schwindt
2003-09-18missing buffer_free(&encrypted); #662; zardoz at users.sf.netMarkus Friedl
2003-09-18protect against double free; #660; zardoz at users.sf.netMarkus Friedl
2003-09-18missing {}; bug #656; jclonguet at free.frMarkus Friedl
2003-09-18- pass the correct device to bios_getdisklabel().Federico G. Schwindt
2003-09-18from marc:Henning Brauer
2003-09-18Excise unneeded, unused code.Kenneth R Westerback
2003-09-17Correctly document NMBCLUSTERS value.Miod Vallat
2003-09-17More cleaning of the exception handling code, and collateral damage:Miod Vallat
2003-09-17New sendmail prototype for OpenBSD with more features enabled thatTodd C. Miller
2003-09-17Update to sendmail-8.12.10. This includes a fix for a buffer overflowTodd C. Miller
2003-09-17remove ftp5.usa.openbsd.org for the time being until it gets moreTodd C. Miller
2003-09-16more malloc/fatal fixes; ok millert/deraadt; ghudson at MIT.EDUMarkus Friedl
2003-09-16Do not use | !FOO to mention undesirable flags, but rather & ~FOO - hopefullyMiod Vallat
2003-09-16Remove unused material from include files, as well as the annoying U() macroMiod Vallat
2003-09-16Clean <machine/db_machdep.h> of unused material. Also, let this file beMiod Vallat
2003-09-16Provide more information about the CPU/CMMU configuration in the dmesgMiod Vallat
2003-09-16from millertTheo de Raadt
2003-09-16document extension support bitmap definition; requested by deraadt@.Federico G. Schwindt