summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diff.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-06-06make ntpd imsg-in-a-lib ready as well. extensive testing done, nopyr6-132/+412
behavior change. ok eric@
2009-06-06All caller of buf_acquire were doing bremfree before the call.art9-22/+11
Just put it in the buf_acquire function. oga@ ok
2009-06-06- remove unused macro from iostat.cjasper2-11/+4
- minor space nit in engine.c ok canacar@
2009-06-06Since all callers of uvm_pagedeactivate did pmap_page_protect(.., VM_PROT_NONE)art6-29/+10
just move that into uvm_pagedeactivate. oga@ ok
2009-06-06add LCD-4300Uyuo1-2/+3
2009-06-06regenyuo2-4/+9
2009-06-06add another UDL deviceyuo2-2/+4
- LCD-4300U (century corp.) ok mglocker@
2009-06-06syncderaadt24-0/+70
2009-06-06Oops, forgot to pass dflags to diffreg. Now the flags work again.ray3-17/+19
OK millert
2009-06-06Pull changes from rcsdiff, similar to what was pulled into cvsdiff.ray3-92/+109
OK millert
2009-06-06Swedens National Day is today. ok jj@, halex@ and art@. -mojmaja1-1/+2
2009-06-06remove unused variable prevlen and a second initialization of ifp.sthen1-6/+2
adjusted from a diff from chl@; ok naddy, Brad agrees.
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