summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* typos from wiz@netbsd (including one from a PR from Quentin Garnier);jmc2003-09-181-10/+14
* - missing .Eljmc2003-09-181-8/+13
* add .Bk/.Ek to SYNOPSIS;jmc2003-09-181-1/+3
* typo;jmc2003-09-181-2/+2
* add some space before lists;jmc2003-09-181-1/+5
* slight expansion of CAVEATS;jmc2003-09-181-1/+6
* replace NetBSD info with OBSD relevant stuff;jmc2003-09-181-15/+12
* more buffer allocation fixes; from Solar Designer; CAN-2003-0682; ok millert@markus2003-09-185-25/+33
* - move checks earlier to catch inexistent devices before testing for edd.fgsch2003-09-182-11/+11
* missing buffer_free(&encrypted); #662; zardoz at users.sf.netmarkus2003-09-181-1/+2
* protect against double free; #660; zardoz at users.sf.netmarkus2003-09-181-1/+2
* missing {}; bug #656; jclonguet at free.frmarkus2003-09-181-2/+3
* - pass the correct device to bios_getdisklabel().fgsch2003-09-181-4/+10
* from marc:henning2003-09-181-4/+4
* Excise unneeded, unused code.krw2003-09-181-20/+3
* Correctly document NMBCLUSTERS value.miod2003-09-171-5/+6
* More cleaning of the exception handling code, and collateral damage:miod2003-09-173-376/+205
* New sendmail prototype for OpenBSD with more features enabled thatmillert2003-09-171-27/+127
* Update to sendmail-8.12.10. This includes a fix for a buffer overflowmillert2003-09-1767-421/+1177
* remove ftp5.usa.openbsd.org for the time being until it gets moremillert2003-09-171-2/+1
* more malloc/fatal fixes; ok millert/deraadt; ghudson at MIT.EDUmarkus2003-09-163-10/+16
* Do not use | !FOO to mention undesirable flags, but rather & ~FOO - hopefullymiod2003-09-161-75/+16
* Remove unused material from include files, as well as the annoying U() macromiod2003-09-1615-458/+353
* Clean <machine/db_machdep.h> of unused material. Also, let this file bemiod2003-09-163-88/+33
* Provide more information about the CPU/CMMU configuration in the dmesgmiod2003-09-164-61/+109
* from millertderaadt2003-09-161-0/+4
* document extension support bitmap definition; requested by deraadt@.fgsch2003-09-162-3/+15
* do not expand buffer before attempting to reallocate it; markus okderaadt2003-09-161-5/+8
* tree unlock, as we move to 3.4-currentderaadt2003-09-151-3/+3
* permit ramdisks to buildderaadt2003-09-112-31/+28
* support new via c3 AES instruction; written by jasonderaadt2003-09-112-14/+383
* handle case where bios EDD support only supports a subset; from fgsch,deraadt2003-09-112-3/+10
* do not defer * matching; from drahn, with some input from mederaadt2003-09-091-4/+4
* Update sets sizes.miod2003-09-0911-107/+108
* Improve the upgrade helper scripts, which should now be tricky enough tomiod2003-09-091-24/+22
* fix potential int overflow found by blexim at hush.com. restrict root totedu2003-09-091-3/+3
* Remove old disklabel description text we have no real use for at this point.miod2003-09-092-90/+18
* pass the -a flag to grep so that it doesn't treat some info files as binarydavid2003-09-091-3/+4
* synch with reality.espie2003-09-091-2/+2
* update RFCs (from NetBSD);jmc2003-09-091-3/+13
* slight cleanup of man page and sync usage();jmc2003-09-092-16/+16
* update missing sysctls;jmc2003-09-091-647/+821
* remove unnecessary .Pp;jmc2003-09-091-3/+2
* sort the options in SYNOPSIS and sync usage();jmc2003-09-092-7/+6
* Remove DDB conditionals and always define T_KDB_*miod2003-09-091-5/+1
* mmap returns MAP_FAILED on failure. fixes hugh@'s crash. ok deraadt@tedu2003-09-091-2/+2
* add missing -o and sort options in usage();jmc2003-09-091-4/+4
* CMI can do mu-law encoding, don't use software emulation mode.kevlo2003-09-091-2/+2
* insufficient size for mib; andrushock@korovino.netderaadt2003-09-081-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...mickey2003-09-081-2/+2