summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diff.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-09-07No COMPAT_10 SYSVSHM syscalls on sparc64; ok deraadt@miod1-4/+4
2003-09-07Fix "grep -number" support for multi-digit numbers. At issue ismillert1-10/+10
the fact that optind refers to the *next* argument to be consumed by getopt(), not the current one. This means we have to keep track of when we are working with a new argv entry by hand. OK hugh@
2003-09-07escape `.' to avoid a double space;jmc1-2/+2
2003-09-07typos from Brian Poole;jmc2-6/+6
ok deraadt@
2003-09-07 - add -P to SYNOPSISjmc2-13/+13
- remove "mutually exclusive" clause - -c produces 15 *'s, not a dozen - add -a to uage() - sync usage() with SYNOPSIS ok tedu@
2003-09-07try again at -u#. ok deraadt@tedu1-4/+15
2003-09-07The PTE bit used to flag wiring is zeroed behind our back on 88110, somiod1-2/+3
switch to another, safe, unused bit. From the MC88110UM via deraadt@
2003-09-07i386: Some more verbiage around i386 a.out -> ELF upgrades.krw2-6/+29
Sparc64: Mention Blade 100 problems with upgrading over the network vs non-serial console. ok miod@.
2003-09-07extend ascii test for more accuracy. ok deraadt@ pb@tedu1-8/+6
2003-09-07correct ascii file test. ok deraadt@ pb@tedu1-5/+4
2003-09-07fix crash. pr3454 from openbsd at rukh.net. ok deraadt@tedu1-2/+2
2003-09-07Fix system hangs some i386 machines experienced when booting with thekrw1-1/+3
'-a' option. Closes PR #2122 and #3437. From Thorsten Glaser. ok deraadt@ henning@ weingart@.
2003-09-07Narrow a conditional in non-88110 area...miod1-3/+3
2003-09-07better upgrade media; miod@ okmickey1-3/+2
2003-09-07Get rid of PREP2's SSBR parameter, since it does not have sense for 88110.miod1-29/+29
2003-09-07Wording; Martin Reindlmiod1-2/+2
2003-09-06cleanup.drahn1-11/+14
2003-09-06MD installation notes updates for 3.4, 3/3miod6-114/+415
Describe with much more details how to successfully boot from various devices, including non-built-in ethernet or SCSI controllers; also hint that most of the MVME147 and the MVME187 can not netboot at all. This should be much, much more understandable (but we need to run this through a drunk pvalchev@ to be sure).
2003-09-06Do the ssl/openssl directory/link dance in both places it could occur,krw1-12/+16
/usr/include and /usr/libdata/perl5/site_perl/*-openbsd. Allows both base34 and comp34 to be upgraded from a stock install. ok deraadt@.
2003-09-06standards compliant strxfrm. much simpler too. fixes sorting in glib2.tedu1-16/+4
ok deraadt@ espie@ marcm@
2003-09-06MD installation notes updates for 3.4, 2/3miod3-31/+6
Mostly cosmetos.
2003-09-06A couple of hppa-only changes, allowing siop to work on pci hppakrw3-3/+17
machines. Align siop_xfer on 128 byte boundary, and don't use on-board RAM. Aligning siop_xfer will be made general, post-3.4. From mickey@. ok deraadt@ mickey@.
2003-09-06MD Installation notes updates for 3.4, 1/3miod9-24/+103
This mainly includes an hopefully helpful section about i386 upgrades, which I urge knowledgeable people and native english speakers to check out, in order to polish it soon enough.
2003-09-06oopsmiod1-2/+2
2003-09-06.Xr;jmc1-3/+6
2003-09-06Various cosmetics.miod3-26/+23
2003-09-06Add mvme88k to the "allarchs" target.miod1-3/+3
2003-09-06Add wi_detach, use it in pcmcia so that the shutdownhook is properly removed.drahn3-7/+23
ok miod@ millert@ deraadt@
2003-09-06Disable AFS for m88k again - it's unlikely that libpthread/arla-lwp supportmiod1-1/+5
gets debugged in time for the release.
2003-09-06- interval specified with -i flag, not -wjmc2-9/+9
- no -M or -N options - sync usage() and SYNOPSIS from Jeff Ito (PRs 3452 and 2453)
2003-09-06fix a few errors; jmc@ okavsm1-3/+5
2003-09-06Fix boot -a, add protected cnpollc(). ok deraadt@drahn1-3/+14
2003-09-06Large cleaning of exception handling:miod3-303/+274
- faster code paths in eh.S, especially for 88110 cpus - do not service data access exceptions more than one time; also, be sure that interrupts are disabled while servicing them. - cleanup the 88110 trap handler in the same way the 88100 flavour has been cleaned recently. This spotted two bugs, which are fixed there as well: - add systrace support to the 88110 syscall code - add emulation support to the 88100 syscall code
2003-09-06restore undocumented -u# support for the old schoolers. :)tedu1-3/+3
noticed by itojun@, ok deraadt@
2003-09-06zap ?; jeffi@rcn.comderaadt1-3/+3
2003-09-06sync in fingerprints from p0f v2.0 release. a little bit sparse on the Win95frantzen1-64/+128
fingerprints, please go to http://lcamtuf.coredump.cx/p0f-help/ with any and all Win95 boxes. thanks!
2003-09-05cd(4) supports ATAPI as well as SCSI devices; from fgs@jmc2-7/+9
ok henning@ millert@ miod@
2003-09-05add a few fingerprints from J.Smith <lbalbalba AT hotmail.com> thanks!frantzen1-7/+10
2003-09-05Solaris 2.5.1 fingerprint. pcap from Alec.Thomas AT optus.net.au. thanks!frantzen1-1/+2
2003-09-05spacing;jmc1-1/+2
2003-09-05KNF nit pointed out by theohenning1-4/+4
2003-09-05no longer warn on '0' bound size, add new test for the negative caseavsm4-4/+12
2003-09-05dont error out when the input file is a symlink AND output goes to stdouthenning1-3/+4
inspired by PR3409, ckuethe@ualberta.ca, tho fixed differently matches gnu gzip behaviour ok millert@ tedu@ deraadt@
2003-09-05Stop the bounds checker warning on a bound of 0, so now it only triggersavsm1-1/+1
on negative values. Suppresses some warnings on code which is useless but legal. deraadt@ ok
2003-09-05Never enable interrupts just before processing data exceptions, but rathermiod1-64/+7
afterwards... and only if this is a wise thing to do!
2003-09-05Do not clean twice during make cleandirmiod1-2/+2
ok deraadt@
2003-09-05one check return from sysconf, one off by one vnsprintf, and one missing free.tedu1-3/+8
all from Patrick Latifi in pr3414
2003-09-05replace some groff macros with -mdoc versions;jmc1-45/+46
a .br survives until i work out what to do with it...
2003-09-05sync those shiny little markers telling you which drivers are (not)henning1-6/+6
on which floppy with reality; ok miod@
2003-09-05-t missing in synopsishenning1-2/+2
pr3444 jeffi@rcn.com ok jmc@