Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-06-06 | sync | 1 | -1/+1 | ||
2009-06-06 | INTMAX_TYPE / UINTMAX_TYPE are always in terms of long long. | 1 | -0/+5 | ||
reported by sturm@. fixes libarchive on mips64. ok millert@, miod@. tested by jasper@. | |||||
2009-06-06 | When getting a fault in the kernel, we checked for biglock and failed | 1 | -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-06 | If ntpd decides the clock has become unsynced, reset the number of saved | 1 | -2/+4 | ||
time corrections. Once the clock is synced again, start computing a fresh frequency correction. ok henning | |||||
2009-06-06 | Turns up the polling rate of sensors and makes ntpd calculate frequency | 1 | -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-06 | this one missed the last batch. | 1 | -2/+2 | ||
2009-06-06 | Get ready for including imsg.h from a lib, when it comes along. | 9 | -18/+18 | ||
2009-06-06 | In case of memory exhaustion, ypmatch_add may both leak memory and leave | 1 | -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-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 |