Age | Commit message (Expand) | Author |
2003-09-18 | new sentence, new line; | Jason McIntyre |
2003-09-18 | typos from wiz@netbsd (including one from a PR from Quentin Garnier); | Jason McIntyre |
2003-09-18 | - missing .El | Jason McIntyre |
2003-09-18 | add .Bk/.Ek to SYNOPSIS; | Jason McIntyre |
2003-09-18 | typo; | Jason McIntyre |
2003-09-18 | add some space before lists; | Jason McIntyre |
2003-09-18 | slight expansion of CAVEATS; | Jason McIntyre |
2003-09-18 | replace NetBSD info with OBSD relevant stuff; | Jason McIntyre |
2003-09-18 | more 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-18 | missing buffer_free(&encrypted); #662; zardoz at users.sf.net | Markus Friedl |
2003-09-18 | protect against double free; #660; zardoz at users.sf.net | Markus Friedl |
2003-09-18 | missing {}; bug #656; jclonguet at free.fr | Markus Friedl |
2003-09-18 | - pass the correct device to bios_getdisklabel(). | Federico G. Schwindt |
2003-09-18 | from marc: | Henning Brauer |
2003-09-18 | Excise unneeded, unused code. | Kenneth R Westerback |
2003-09-17 | Correctly document NMBCLUSTERS value. | Miod Vallat |
2003-09-17 | More cleaning of the exception handling code, and collateral damage: | Miod Vallat |
2003-09-17 | New sendmail prototype for OpenBSD with more features enabled that | Todd C. Miller |
2003-09-17 | Update to sendmail-8.12.10. This includes a fix for a buffer overflow | Todd C. Miller |
2003-09-17 | remove ftp5.usa.openbsd.org for the time being until it gets more | Todd C. Miller |
2003-09-16 | more malloc/fatal fixes; ok millert/deraadt; ghudson at MIT.EDU | Markus Friedl |
2003-09-16 | Do not use | !FOO to mention undesirable flags, but rather & ~FOO - hopefully | Miod Vallat |
2003-09-16 | Remove unused material from include files, as well as the annoying U() macro | Miod Vallat |
2003-09-16 | Clean <machine/db_machdep.h> of unused material. Also, let this file be | Miod Vallat |
2003-09-16 | Provide more information about the CPU/CMMU configuration in the dmesg | Miod Vallat |
2003-09-16 | from millert | Theo de Raadt |
2003-09-16 | document extension support bitmap definition; requested by deraadt@. | Federico G. Schwindt |
2003-09-16 | do not expand buffer before attempting to reallocate it; markus ok | Theo de Raadt |
2003-09-15 | tree unlock, as we move to 3.4-current | Theo de Raadt |
2003-09-11 | permit ramdisks to build | Theo de Raadt |
2003-09-11 | support new via c3 AES instruction; written by jason | Theo de Raadt |
2003-09-11 | handle case where bios EDD support only supports a subset; from fgsch, | Theo de Raadt |
2003-09-09 | do not defer * matching; from drahn, with some input from me | Theo de Raadt |
2003-09-09 | Update sets sizes. | Miod Vallat |
2003-09-09 | Improve the upgrade helper scripts, which should now be tricky enough to | Miod Vallat |
2003-09-09 | fix potential int overflow found by blexim at hush.com. restrict root to | Ted Unangst |
2003-09-09 | Remove old disklabel description text we have no real use for at this point. | Miod Vallat |
2003-09-09 | pass the -a flag to grep so that it doesn't treat some info files as binary | David Krause |
2003-09-09 | synch with reality. | Marc Espie |
2003-09-09 | update RFCs (from NetBSD); | Jason McIntyre |
2003-09-09 | slight cleanup of man page and sync usage(); | Jason McIntyre |
2003-09-09 | update missing sysctls; | Jason McIntyre |
2003-09-09 | remove unnecessary .Pp; | Jason McIntyre |
2003-09-09 | sort the options in SYNOPSIS and sync usage(); | Jason McIntyre |
2003-09-09 | Remove DDB conditionals and always define T_KDB_* | Miod Vallat |
2003-09-09 | mmap returns MAP_FAILED on failure. fixes hugh@'s crash. ok deraadt@ | Ted Unangst |
2003-09-09 | add missing -o and sort options in usage(); | Jason McIntyre |
2003-09-09 | CMI can do mu-law encoding, don't use software emulation mode. | Kevin Lo |
2003-09-08 | insufficient size for mib; andrushock@korovino.net | Theo de Raadt |