summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diff.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-06-06Sync some rcsdiff changes to cvsdiff. As a side effect,ray8-96/+120
cvs diff -t now works. There should be no functional change otherwise. OK millert
2009-06-06- supports rtl8187bmartynas1-3/+6
- list some more devices
2009-06-06when xflags got changed, tell the userland by routing socketsrainer3-4/+6
ok henning@
2009-06-06it fetches multiple urls; so usage was wrong. ok sthen@martynas2-7/+11
2009-06-06- implement support for rtl8187bmartynas2-87/+878
- change state properly in urtw_stop. disable interrupts, rx, and tx. fixes scanning, ifconfig down, and some other issues - fix rxgain; for ver. 2 - remove delays; that have been removed 8185 -> 8187 new one tested by jsg@, a bunch of people on tech@, and myself old one tested by nick@
2009-06-06fix direct pkgpath caseespie1-2/+2
2009-06-06unfuck the rest of the way. when we bind the scribble pages to theoga1-2/+8
aperture, skip over dcache on i810 chipsets and stolen memory on later chips. I didn't notice this before because I mostly used this code with GEM code, which doesn't use the stolen memory.
2009-06-06unfuck slightly, offset was wrong.oga1-3/+4
2009-06-06quick path for pkg cfl: check whether the new package conflicts withespie1-3/+7
installed stuff first. If that's the case, and we're not in replacement mode, we don't really need to scan all the installed packages.
2009-06-06my $_, except for the server code, which could still run on older perlespie1-4/+4
2009-06-06make ospf6ctl/ospf6d imsg-in-a-lib ready too.eric12-313/+543
ospf6ctl is already broken in tree (not connected to build). ok pyr@
2009-06-06shuffle code around to achieve 0 length diff nirvana between all thepyr3-13/+13
currently synced daemons' imsg.c, imsg.h and buffer.c