summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diffdir.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-06-06syncderaadt1-1/+1
2009-06-06INTMAX_TYPE / UINTMAX_TYPE are always in terms of long long.martynas1-0/+5
reported by sturm@. fixes libarchive on mips64. ok millert@, miod@. tested by jasper@.
2009-06-06When getting a fault in the kernel, we checked for biglock and failedart1-5/+1
immediately when biglock wasn't held. But there is nothing inherently wrong with doing copyin/copyout faults without holding biglock, so just remove the check because it prevent us from doing copyin in syscall before we grab the biglock.
2009-06-06If ntpd decides the clock has become unsynced, reset the number of savedckuethe1-2/+4
time corrections. Once the clock is synced again, start computing a fresh frequency correction. ok henning
2009-06-06Turns up the polling rate of sensors and makes ntpd calculate frequencyckuethe1-3/+3
corrections more often. Due to physical effects crystal oscillators aren't really stable beyond 1000s or so - at least not the kind found in pc's. ok henning
2009-06-06this one missed the last batch.pyr1-2/+2
2009-06-06Get ready for including imsg.h from a lib, when it comes along.pyr9-18/+18
2009-06-06In case of memory exhaustion, ypmatch_add may both leak memory and leaveschwarze1-36/+28
invalid data on the list, inviting later NULL pointer access. noticed by deraadt@, algorithm proposed by millert, implemented by me; feedback and ok millert@
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