| Commit message (Expand) | Author | Age | Files | Lines |
* | typos from wiz@netbsd (including one from a PR from Quentin Garnier); |  jmc | 2003-09-18 | 1 | -10/+14 |
* | - missing .El |  jmc | 2003-09-18 | 1 | -8/+13 |
* | add .Bk/.Ek to SYNOPSIS; |  jmc | 2003-09-18 | 1 | -1/+3 |
* | typo; |  jmc | 2003-09-18 | 1 | -2/+2 |
* | add some space before lists; |  jmc | 2003-09-18 | 1 | -1/+5 |
* | slight expansion of CAVEATS; |  jmc | 2003-09-18 | 1 | -1/+6 |
* | replace NetBSD info with OBSD relevant stuff; |  jmc | 2003-09-18 | 1 | -15/+12 |
* | more buffer allocation fixes; from Solar Designer; CAN-2003-0682; ok millert@ |  markus | 2003-09-18 | 5 | -25/+33 |
* | - move checks earlier to catch inexistent devices before testing for edd. |  fgsch | 2003-09-18 | 2 | -11/+11 |
* | missing buffer_free(&encrypted); #662; zardoz at users.sf.net |  markus | 2003-09-18 | 1 | -1/+2 |
* | protect against double free; #660; zardoz at users.sf.net |  markus | 2003-09-18 | 1 | -1/+2 |
* | missing {}; bug #656; jclonguet at free.fr |  markus | 2003-09-18 | 1 | -2/+3 |
* | - pass the correct device to bios_getdisklabel(). |  fgsch | 2003-09-18 | 1 | -4/+10 |
* | from marc: |  henning | 2003-09-18 | 1 | -4/+4 |
* | Excise unneeded, unused code. |  krw | 2003-09-18 | 1 | -20/+3 |
* | Correctly document NMBCLUSTERS value. |  miod | 2003-09-17 | 1 | -5/+6 |
* | More cleaning of the exception handling code, and collateral damage: |  miod | 2003-09-17 | 3 | -376/+205 |
* | New sendmail prototype for OpenBSD with more features enabled that |  millert | 2003-09-17 | 1 | -27/+127 |
* | Update to sendmail-8.12.10. This includes a fix for a buffer overflow |  millert | 2003-09-17 | 67 | -421/+1177 |
* | remove ftp5.usa.openbsd.org for the time being until it gets more |  millert | 2003-09-17 | 1 | -2/+1 |
* | more malloc/fatal fixes; ok millert/deraadt; ghudson at MIT.EDU |  markus | 2003-09-16 | 3 | -10/+16 |
* | Do not use | !FOO to mention undesirable flags, but rather & ~FOO - hopefully |  miod | 2003-09-16 | 1 | -75/+16 |
* | Remove unused material from include files, as well as the annoying U() macro |  miod | 2003-09-16 | 15 | -458/+353 |
* | Clean <machine/db_machdep.h> of unused material. Also, let this file be |  miod | 2003-09-16 | 3 | -88/+33 |
* | Provide more information about the CPU/CMMU configuration in the dmesg |  miod | 2003-09-16 | 4 | -61/+109 |
* | from millert |  deraadt | 2003-09-16 | 1 | -0/+4 |
* | document extension support bitmap definition; requested by deraadt@. |  fgsch | 2003-09-16 | 2 | -3/+15 |
* | do not expand buffer before attempting to reallocate it; markus ok |  deraadt | 2003-09-16 | 1 | -5/+8 |
* | tree unlock, as we move to 3.4-current |  deraadt | 2003-09-15 | 1 | -3/+3 |
* | permit ramdisks to build |  deraadt | 2003-09-11 | 2 | -31/+28 |
* | support new via c3 AES instruction; written by jason |  deraadt | 2003-09-11 | 2 | -14/+383 |
* | handle case where bios EDD support only supports a subset; from fgsch, |  deraadt | 2003-09-11 | 2 | -3/+10 |
* | do not defer * matching; from drahn, with some input from me |  deraadt | 2003-09-09 | 1 | -4/+4 |
* | Update sets sizes. |  miod | 2003-09-09 | 11 | -107/+108 |
* | Improve the upgrade helper scripts, which should now be tricky enough to |  miod | 2003-09-09 | 1 | -24/+22 |
* | fix potential int overflow found by blexim at hush.com. restrict root to |  tedu | 2003-09-09 | 1 | -3/+3 |
* | Remove old disklabel description text we have no real use for at this point. |  miod | 2003-09-09 | 2 | -90/+18 |
* | pass the -a flag to grep so that it doesn't treat some info files as binary |  david | 2003-09-09 | 1 | -3/+4 |
* | synch with reality. |  espie | 2003-09-09 | 1 | -2/+2 |
* | update RFCs (from NetBSD); |  jmc | 2003-09-09 | 1 | -3/+13 |
* | slight cleanup of man page and sync usage(); |  jmc | 2003-09-09 | 2 | -16/+16 |
* | update missing sysctls; |  jmc | 2003-09-09 | 1 | -647/+821 |
* | remove unnecessary .Pp; |  jmc | 2003-09-09 | 1 | -3/+2 |
* | sort the options in SYNOPSIS and sync usage(); |  jmc | 2003-09-09 | 2 | -7/+6 |
* | Remove DDB conditionals and always define T_KDB_* |  miod | 2003-09-09 | 1 | -5/+1 |
* | mmap returns MAP_FAILED on failure. fixes hugh@'s crash. ok deraadt@ |  tedu | 2003-09-09 | 1 | -2/+2 |
* | add missing -o and sort options in usage(); |  jmc | 2003-09-09 | 1 | -4/+4 |
* | CMI can do mu-law encoding, don't use software emulation mode. |  kevlo | 2003-09-09 | 1 | -2/+2 |
* | insufficient size for mib; andrushock@korovino.net |  deraadt | 2003-09-08 | 1 | -3/+3 |
* | match size of fpreg w/ the save87 structs as figured in discussion w/ jason two months ago and the rediscovered by grange@ and then probably by some more other people in mongolia who had no inet to report it unfortunately; this also fixes problem w/ catching sigsegv after recent bcopy(,,sizeof) f... |  mickey | 2003-09-08 | 1 | -2/+2 |