Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-06 | Somehow I missed comitting this. | Artur Grabowski | |
2009-06-06 | Update est.c, make it capable of using ACPI if the PSS is available but | Gordon Willem Klok | |
still support all different methods of getting states without e.g. (highest/lowest state), and on i386 use the tables. The only change should be the deletion of the mV from the printf at boot. ok jsg@ | |||
2009-06-06 | make it possible to abort transfers of broken ftp servers. first | Martynas Venckus | |
interrupt will do the standard abort procedure per rfc959. second interrupt will force the abort, and close the connection. done after email from halex@ couple of months ago. liked by many "I like this a lot" marco@. ok halex@, millert@, phessler@ | |||
2009-06-06 | Consolidate error handling in read case. | Bret Lambert | |
ok thib@ | |||
2009-06-06 | ipi_reloadcr3 uses CPUVAR, so it needs to set up %fs in order to | Philip Guenthe | |
work if it interrupts userspace ok kettenis@ "you haven't committed that yet?" art@ | |||
2009-06-06 | change the imsg header fields a bit to prepare for upcoming changes. | Eric Faurot | |
add a flag field, use u_int32_t for pid_t and extend type to 32 bits for padding. ok pyr@ | |||
2009-06-06 | Reorder IMSG types to put the "exported" ones further down so they do not | Claudio Jeker | |
change that often anymore. | |||
2009-06-06 | We need miod's no-coredumps-on-ramdisks diff, because we have grown the | Theo de Raadt | |
media just a wee bit too much. | |||
2009-06-06 | Fix bgpctl show rib prefix/len command. Problem reported by Insan Praja. | Claudio Jeker | |
2009-06-06 | mention that the timeout is in milliseconds... because i always forget. | Chris Kuethe | |
2009-06-06 | Disable interrupts durring the lock step frequency/voltage change. Generic | Gordon Willem Klok | |
IPIs are handled without blocking interrupts. This solves the random lockups people have been seeing with apmd -C, thanks to marco@ for showing me how to reliably recreate this hang, and claudio@ for telling me it was also affecting his Athlon64 machine so I stopped chasing bugs in est. ok oga@, weingart@ | |||
2009-06-06 | Uninitialized variable causing havoc on flush. Found by rivo nurges | Claudio Jeker | |
2009-06-06 | - don't mess with assert()/__assert(), use KASSERT() instead | Jasper Lievisse Adriaanse | |
ok jsg@ thib@ | |||
2009-06-06 | sync | Theo de Raadt | |
2009-06-06 | INTMAX_TYPE / UINTMAX_TYPE are always in terms of long long. | Martynas Venckus | |
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 | Artur Grabowski | |
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 | Chris Kuethe | |
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 | Chris Kuethe | |
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. | Pierre-Yves Ritschard | |
2009-06-06 | Get ready for including imsg.h from a lib, when it comes along. | Pierre-Yves Ritschard | |
2009-06-06 | In case of memory exhaustion, ypmatch_add may both leak memory and leave | Ingo Schwarze | |
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 | Pierre-Yves Ritschard | |
behavior change. ok eric@ | |||
2009-06-06 | All caller of buf_acquire were doing bremfree before the call. | Artur Grabowski | |
Just put it in the buf_acquire function. oga@ ok | |||
2009-06-06 | - remove unused macro from iostat.c | Jasper Lievisse Adriaanse | |
- minor space nit in engine.c ok canacar@ | |||
2009-06-06 | Since all callers of uvm_pagedeactivate did pmap_page_protect(.., VM_PROT_NONE) | Artur Grabowski | |
just move that into uvm_pagedeactivate. oga@ ok | |||
2009-06-06 | add LCD-4300U | Yojiro Uo | |
2009-06-06 | regen | Yojiro Uo | |
2009-06-06 | add another UDL device | Yojiro Uo | |
- LCD-4300U (century corp.) ok mglocker@ | |||
2009-06-06 | sync | Theo de Raadt | |
2009-06-06 | Oops, forgot to pass dflags to diffreg. Now the flags work again. | Ray Lai | |
OK millert | |||
2009-06-06 | Pull changes from rcsdiff, similar to what was pulled into cvsdiff. | Ray Lai | |
OK millert | |||
2009-06-06 | Swedens National Day is today. ok jj@, halex@ and art@. -moj | Mats O Jansson | |
2009-06-06 | remove unused variable prevlen and a second initialization of ifp. | Stuart Henderson | |
adjusted from a diff from chl@; ok naddy, Brad agrees. | |||
2009-06-06 | Sync some rcsdiff changes to cvsdiff. As a side effect, | Ray Lai | |
cvs diff -t now works. There should be no functional change otherwise. OK millert | |||
2009-06-06 | - supports rtl8187b | Martynas Venckus | |
- list some more devices | |||
2009-06-06 | when xflags got changed, tell the userland by routing sockets | Rainer Giedat | |
ok henning@ | |||
2009-06-06 | it fetches multiple urls; so usage was wrong. ok sthen@ | Martynas Venckus | |
2009-06-06 | - implement support for rtl8187b | Martynas Venckus | |
- 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 | Marc Espie | |
2009-06-06 | unfuck the rest of the way. when we bind the scribble pages to the | Owain Ainsworth | |
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. | Owain Ainsworth | |
2009-06-06 | quick path for pkg cfl: check whether the new package conflicts with | Marc Espie | |
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 | Marc Espie | |
2009-06-06 | make ospf6ctl/ospf6d imsg-in-a-lib ready too. | Eric Faurot | |
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 | Pierre-Yves Ritschard | |
currently synced daemons' imsg.c, imsg.h and buffer.c | |||
2009-06-06 | forgot to cvs add the file | Pierre-Yves Ritschard | |
2009-06-06 | make ripctl/ripd imsg-in-a-lib ready too. | Eric Faurot | |
ok pyr@ | |||
2009-06-06 | make ldpd imsg-in-a-lib ready too. | Pierre-Yves Ritschard | |
2009-06-06 | In SIOCS80211SCAN, fail if the interface is not up *and* running. | Damien Bergamini | |
There are cases where the interface can be up but not running, for instance if the driver's if_init routine fails halfway for whatever reason (firmware file not found, hardware switch turned off etc...) This is because in sys/net/if.c, the returned code of the driver is ignored for SIOCSIFFLAGS and the IFF_UP flags is left set. netintro(4) does not say anything about values returned by SIOCSIFFLAGS, so I don't know whether it is the expected behavior or not. pointed out by halex@ and jacekm@ who noticed it was possible to trigger a scan on wpi(4) even when the hardware switch was turned off. | |||
2009-06-06 | mechanical rename of ``priv'' to ``file_priv'' in the one function where | Owain Ainsworth | |
it had to be fucking different. This has been irritating me. |