summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diff.c (unfollow)
Commit message (Expand)AuthorFilesLines
2003-09-18- missing .Eljmc1-8/+13
2003-09-18add .Bk/.Ek to SYNOPSIS;jmc1-1/+3
2003-09-18typo;jmc1-2/+2
2003-09-18add some space before lists;jmc1-1/+5
2003-09-18slight expansion of CAVEATS;jmc1-1/+6
2003-09-18replace NetBSD info with OBSD relevant stuff;jmc1-15/+12
2003-09-18more buffer allocation fixes; from Solar Designer; CAN-2003-0682; ok millert@markus5-25/+33
2003-09-18- move checks earlier to catch inexistent devices before testing for edd.fgsch2-11/+11
2003-09-18missing buffer_free(&encrypted); #662; zardoz at users.sf.netmarkus1-1/+2
2003-09-18protect against double free; #660; zardoz at users.sf.netmarkus1-1/+2
2003-09-18missing {}; bug #656; jclonguet at free.frmarkus1-2/+3
2003-09-18- pass the correct device to bios_getdisklabel().fgsch1-4/+10
2003-09-18from marc:henning1-4/+4
2003-09-18Excise unneeded, unused code.krw1-20/+3
2003-09-17Correctly document NMBCLUSTERS value.miod1-5/+6
2003-09-17More cleaning of the exception handling code, and collateral damage:miod3-376/+205
2003-09-17New sendmail prototype for OpenBSD with more features enabled thatmillert1-27/+127
2003-09-17Update to sendmail-8.12.10. This includes a fix for a buffer overflowmillert67-421/+1177
2003-09-17remove ftp5.usa.openbsd.org for the time being until it gets moremillert1-2/+1
2003-09-16more malloc/fatal fixes; ok millert/deraadt; ghudson at MIT.EDUmarkus3-10/+16
2003-09-16Do not use | !FOO to mention undesirable flags, but rather & ~FOO - hopefullymiod1-75/+16
2003-09-16Remove unused material from include files, as well as the annoying U() macromiod15-458/+353
2003-09-16Clean <machine/db_machdep.h> of unused material. Also, let this file bemiod3-88/+33
2003-09-16Provide more information about the CPU/CMMU configuration in the dmesgmiod4-61/+109
2003-09-16from millertderaadt1-0/+4
2003-09-16document extension support bitmap definition; requested by deraadt@.fgsch2-3/+15
2003-09-16do not expand buffer before attempting to reallocate it; markus okderaadt1-5/+8
2003-09-15tree unlock, as we move to 3.4-currentderaadt1-3/+3
2003-09-11permit ramdisks to buildderaadt2-31/+28
2003-09-11support new via c3 AES instruction; written by jasonderaadt2-14/+383
2003-09-11handle case where bios EDD support only supports a subset; from fgsch,deraadt2-3/+10
2003-09-09do not defer * matching; from drahn, with some input from mederaadt1-4/+4
2003-09-09Update sets sizes.miod11-107/+108
2003-09-09Improve the upgrade helper scripts, which should now be tricky enough tomiod1-24/+22
2003-09-09fix potential int overflow found by blexim at hush.com. restrict root totedu1-3/+3
2003-09-09Remove old disklabel description text we have no real use for at this point.miod2-90/+18
2003-09-09pass the -a flag to grep so that it doesn't treat some info files as binarydavid1-3/+4
2003-09-09synch with reality.espie1-2/+2
2003-09-09update RFCs (from NetBSD);jmc1-3/+13
2003-09-09slight cleanup of man page and sync usage();jmc2-16/+16
2003-09-09update missing sysctls;jmc1-647/+821
2003-09-09remove unnecessary .Pp;jmc1-3/+2
2003-09-09sort the options in SYNOPSIS and sync usage();jmc2-7/+6
2003-09-09Remove DDB conditionals and always define T_KDB_*miod1-5/+1
2003-09-09mmap returns MAP_FAILED on failure. fixes hugh@'s crash. ok deraadt@tedu1-2/+2
2003-09-09add missing -o and sort options in usage();jmc1-4/+4
2003-09-09CMI can do mu-law encoding, don't use software emulation mode.kevlo1-2/+2
2003-09-08insufficient size for mib; andrushock@korovino.netderaadt1-3/+3
2003-09-08match 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...mickey1-2/+2
2003-09-08Revert the changes reordering the data access exception processing in themiod2-30/+43