summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2003-09-16do not expand buffer before attempting to reallocate it; markus okTheo de Raadt
2003-09-15tree unlock, as we move to 3.4-currentTheo de Raadt
2003-09-11permit ramdisks to buildTheo de Raadt
2003-09-11support new via c3 AES instruction; written by jasonTheo de Raadt
2003-09-11handle case where bios EDD support only supports a subset; from fgsch,Theo de Raadt
2003-09-09do not defer * matching; from drahn, with some input from meTheo de Raadt
2003-09-09Update sets sizes.Miod Vallat
2003-09-09Improve the upgrade helper scripts, which should now be tricky enough toMiod Vallat
2003-09-09fix potential int overflow found by blexim at hush.com. restrict root toTed Unangst
2003-09-09Remove old disklabel description text we have no real use for at this point.Miod Vallat
2003-09-09pass the -a flag to grep so that it doesn't treat some info files as binaryDavid Krause
2003-09-09synch with reality.Marc Espie
2003-09-09update RFCs (from NetBSD);Jason McIntyre
2003-09-09slight cleanup of man page and sync usage();Jason McIntyre
2003-09-09update missing sysctls;Jason McIntyre
2003-09-09remove unnecessary .Pp;Jason McIntyre
2003-09-09sort the options in SYNOPSIS and sync usage();Jason McIntyre
2003-09-09Remove DDB conditionals and always define T_KDB_*Miod Vallat
2003-09-09mmap returns MAP_FAILED on failure. fixes hugh@'s crash. ok deraadt@Ted Unangst
2003-09-09add missing -o and sort options in usage();Jason McIntyre
2003-09-09CMI can do mu-law encoding, don't use software emulation mode.Kevin Lo
2003-09-08insufficient size for mib; andrushock@korovino.netTheo de Raadt