summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diff.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-10-19did not compile, sighderaadt1-1/+2
2004-10-19syncderaadt1-0/+39
2004-10-18'random-id' no longer applies only to outgoing packets.mcbride1-2/+2
2004-10-18Update to tzcode2004e from elsie.nci.nih.govmillert7-191/+438
2004-10-18Do not pass -print-map to the linker anymore, as we don't care about thismiod1-2/+2
output.
2004-10-18Update to tzdata2004e from elsie.nci.nih.govmillert6-44/+218
2004-10-18Move exec.h out from sgi to share it with other mips64 ports; withgrange2-187/+190
a tip from miod@. ok pefo@ miod@
2004-10-18fix a couple of wrongly used li's instead of dli's. spotted by as@gnu ;)pefo1-3/+3
2004-10-18syncderaadt1-0/+1
2004-10-18Documents @endfake and -Q semantics.espie2-2/+17
2004-10-18take window size into account.espie1-10/+47
window sizes changes are delayed, nothing to do about it, since perl keeps the signal around until it is safe to activate it...
2004-10-18quirks for the Creative Nomad from Michael Addadlg1-1/+9
push by deraadt@
2004-10-18syncdlg2-4/+11
2004-10-18Creative Nomad from Michael Addadlg1-1/+2
push by deraadt@
2004-10-18syncderaadt1-1/+0
2004-10-18experimental progress meter.espie4-18/+135
not active unless you specify -x for pkg_add/pkg_delete. (option is bound to change)
2004-10-18syncderaadt1-0/+2
2004-10-18reduce linecount in dmesgderaadt1-4/+5
2004-10-18another aue device found in tokyoderaadt1-1/+2
2004-10-18Don't show libspec checking unless very verbose.espie1-21/+28
Split addition into `parsing' and actual addition. Don't show parsing info unless verbose, so that pkg_add only displays the actual pkg addition...
2004-10-18use OpenBSD::Getopt so that we can do -v -v.espie3-34/+62
Be much terser by default, start showing dependency information and various things only with at least one -v. Build a `flattened tree' of dependencies information in pkg_add, and show why we install a given package (idea from deraadt@).
2004-10-18revert, -B funky semantics ?espie1-12/+16
2004-10-18fix report of final problemsespie1-3/+3
2004-10-18syncderaadt16-32/+32
2004-10-18syncderaadt16-25/+29
2004-10-18Implement command line evaluation of expressions by implementing the -e option.otto3-14/+46
ok weingart@
2004-10-18Do not embed an ip header with a decremented ttl into an icmp message.otto1-2/+3
Wait with the decrement until after the copy is done. Resolves checksum mismatches on the embedded header, as reported by tcpdump. ok markus@ itojun@
2004-10-18g/c ip6_flow_seq. found by mcbride. mcbride okitojun3-6/+3
2004-10-17model internal phy chunk on the one from rlphyderaadt1-1/+7
2004-10-17some unknown Altima phy..deraadt1-1/+4
2004-10-17shrink crudderaadt1-37/+38
2004-10-17another new Corega USB wireless (found in Tokyo)deraadt2-3/+5
2004-10-17syncderaadt3-43/+58
2004-10-17another vendor, another product..deraadt1-2/+3
2004-10-17another device (found in malaysia)deraadt1-1/+2
2004-10-17minor bump for new functionsmillert1-1/+1
2004-10-17implement strnunvis(3), a bounded version of strunvis(3). ok millert@otto3-6/+82
2004-10-17Reentrant versions of getprotoent(3) and getservent(3). Adapted frommillert9-143/+393
changes in NetBSD by Christos. OK otto@
2004-10-17Expose dl_iterate_phdr.kettenis1-1/+13
ok drahn@, millert@
2004-10-17Replace ifdef NATM with if NATM > 0grange1-2/+2
ok millert@ miod@
2004-10-17Add Adaptec AAR-1210SA, SiI3512, SiI3114.grange3-6/+10
2004-10-17Improve support for SiI3112 and add new controllers: SiI3512, SiI3114grange2-18/+871
and Adaptec AAR-1210SA (SiI3112 based). Mostly from NetBSD (work by thorpej@). Tested by me, Alexey E. Suslikov <cruel@texnika.com.ua>, tedu@, krw@, marc@, markus@.
2004-10-17Allow chip-map function to specify which bits must permanently presentgrange2-5/+14
in the dma command register. It's a no-op for now but sii3114 will need it. From NetBSD.
2004-10-17Don't touch dma registers directly, instead use callbacks thatgrange2-34/+82
can be overridden by chip-map function. It's a no-op for now but will be needed to support sata controllers which have a non-lenear dma registers space.
2004-10-17Bump wdc_chanarray as well.grange1-2/+2
2004-10-17Bump number of channels to PCIIDE_MAX_CHANNELS.grange1-2/+2
2004-10-17Constify channel name.grange1-2/+2
2004-10-17Stop bloating pciide_softc with chip-specific variables. Add one pointergrange4-33/+55
to chip private data and use it.
2004-10-17Move pciide_softc definition to pciidevar.h.grange2-52/+54
2004-10-17ansify and deregister; no change in obj code. ok millert@otto5-402/+284