Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-06-06 | make ntpd imsg-in-a-lib ready as well. extensive testing done, no | 6 | -132/+412 | ||
behavior change. ok eric@ | |||||
2009-06-06 | All caller of buf_acquire were doing bremfree before the call. | 9 | -22/+11 | ||
Just put it in the buf_acquire function. oga@ ok | |||||
2009-06-06 | - remove unused macro from iostat.c | 2 | -11/+4 | ||
- minor space nit in engine.c ok canacar@ | |||||
2009-06-06 | Since all callers of uvm_pagedeactivate did pmap_page_protect(.., VM_PROT_NONE) | 6 | -29/+10 | ||
just move that into uvm_pagedeactivate. oga@ ok | |||||
2009-06-06 | add LCD-4300U | 1 | -2/+3 | ||
2009-06-06 | regen | 2 | -4/+9 | ||
2009-06-06 | add another UDL device | 2 | -2/+4 | ||
- LCD-4300U (century corp.) ok mglocker@ | |||||
2009-06-06 | sync | 24 | -0/+70 | ||
2009-06-06 | Oops, forgot to pass dflags to diffreg. Now the flags work again. | 3 | -17/+19 | ||
OK millert | |||||
2009-06-06 | Pull changes from rcsdiff, similar to what was pulled into cvsdiff. | 3 | -92/+109 | ||
OK millert | |||||
2009-06-06 | Swedens National Day is today. ok jj@, halex@ and art@. -moj | 1 | -1/+2 | ||
2009-06-06 | remove unused variable prevlen and a second initialization of ifp. | 1 | -6/+2 | ||
adjusted from a diff from chl@; ok naddy, Brad agrees. | |||||
2009-06-06 | Sync some rcsdiff changes to cvsdiff. As a side effect, | 8 | -96/+120 | ||
cvs diff -t now works. There should be no functional change otherwise. OK millert | |||||
2009-06-06 | - supports rtl8187b | 1 | -3/+6 | ||
- list some more devices | |||||
2009-06-06 | when xflags got changed, tell the userland by routing sockets | 3 | -4/+6 | ||
ok henning@ | |||||
2009-06-06 | it fetches multiple urls; so usage was wrong. ok sthen@ | 2 | -7/+11 | ||
2009-06-06 | - implement support for rtl8187b | 2 | -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-06 | fix direct pkgpath case | 1 | -2/+2 | ||
2009-06-06 | unfuck the rest of the way. when we bind the scribble pages to the | 1 | -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-06 | unfuck slightly, offset was wrong. | 1 | -3/+4 | ||
2009-06-06 | quick path for pkg cfl: check whether the new package conflicts with | 1 | -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-06 | my $_, except for the server code, which could still run on older perl | 1 | -4/+4 | ||
2009-06-06 | make ospf6ctl/ospf6d imsg-in-a-lib ready too. | 12 | -313/+543 | ||
ospf6ctl is already broken in tree (not connected to build). ok pyr@ | |||||
2009-06-06 | shuffle code around to achieve 0 length diff nirvana between all the | 3 | -13/+13 | ||
currently synced daemons' imsg.c, imsg.h and buffer.c |