Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-27 | Repair FLT_ROUNDS operation. ok kettenis@ | Miod Vallat | |
2007-10-27 | Don't do unecessary work in cpu_switchto(). | Mark Kettenis | |
2007-10-27 | Rework option storing so the code is readable, and eliminate odd | Kenneth R Westerback | |
behaviour on several edge conditions. Feedback, suggestion & "I like the approach" millert@ "excellent" henning@. | |||
2007-10-27 | From master repo: Remove lineid() prototype. | Anders Magnusson | |
2007-10-27 | Sync with master repo: At least compiles now. | Anders Magnusson | |
2007-10-27 | Sync vith master repo: Remove lineid(), #ifdef for mirbsd wchar_t. | Anders Magnusson | |
2007-10-27 | From master repo: Allow for less than 4 register classes. | Anders Magnusson | |
2007-10-27 | Pull up changes from master repo: | Anders Magnusson | |
> Fix preprocessor number overflow check, by Jan Kryl. | |||
2007-10-27 | work around a chip bug on the ati ixp600 ahci controller. diff mostly from | David Gwynne | |
niklas@ and tested on hardware generously provided by paul de weird. | |||
2007-10-27 | fix: when a block is captured audio_rint() is called, we must | Alexandre Ratchov | |
consider that the ring buffer has overrrun if (used >= usedhigh) and not if (used >= usedhigh + blksize), otherwise recording doesn't work when large enough blocks are used ok jakemsr@ | |||
2007-10-27 | fix indentation | Marc Espie | |
2007-10-27 | new sentence, new line; | Jason McIntyre | |
2007-10-27 | Briefly mention the types of memory we currently decode. | Jonathan Gray | |
2007-10-27 | Mention "spdmem* at mem?" for macppc. | Jonathan Gray | |
2007-10-27 | the arc fimware can be configured with a password that is used to | David Gwynne | |
restrict changes to its configuration. in our case we want to be able to disable or enable the alarm. if a password is set though, the firmware will reject that request with a PASSWORD_REQUIRED response code. this change lets the kernel return EPERM instead of EIO in that case. if you dont have a password set on the firmware you can configure the alarm just fine. makes sense claudio@ | |||
2007-10-26 | add missing dependency | Marc Espie | |
2007-10-26 | Fix alignment issues on sparc64. Fixes pr 5608. | Moritz Jodeit | |
ok canacar@ | |||
2007-10-26 | Phillips -> Philips in comments | Martin Reindl | |
2007-10-26 | patch to improve vmstat(8) output: | Igor Sobrado | |
- the "fre" column width is increased - adds a whitespace between the "avm" and "fre" columns - aligns the "memory" and "traps" labels with their column sets ok millert@ | |||
2007-10-26 | remove "echo -E" crap that I added in last commit and use printf(1) for | Damien Miller | |
cases where we strictly require echo not to reprocess escape characters. | |||
2007-10-26 | Add emulated mono support. | Deanna Phillips | |
Tested ajacoutot, ok jakemsr | |||
2007-10-25 | Make sure to use unique target names so that make -j does not break; | Miod Vallat | |
feedback and ok espie@ | |||
2007-10-25 | Fix probability rules w/ numbers (e.g probability 0.4). | Marco Pfatschbacher | |
Add support for probablities of 0% and 100%. With and OK deraadt@ | |||
2007-10-25 | Don't forget the channel number; makes sure we don't always read channel 0 | Mark Kettenis | |
(and actually get reasonable values for the MB0 and MB1 sensors on the E250). | |||
2007-10-25 | Remove some coded that has been #ifdef'ed out for quite a while now. | Mark Kettenis | |
2007-10-25 | allocate 1 byte extra in getprop(), for the NUL that some callers like | Theo de Raadt | |
to place. This is a nightmare, and we must move away from these stupid wrapper APIs. ok kettenis | |||
2007-10-25 | sc->sc_pr.usedlow must be multiple of the block size, fix | Alexandre Ratchov | |
audio_calcwater() to do so ok jakemsr@ | |||
2007-10-25 | return POLLOUT as long as (lowat + 1) isn't reached. without this audio(4) | Alexandre Ratchov | |
is unusable with lowat = 1 ok jakemsr@ | |||
2007-10-25 | fix dependency. ok millert@, \_o< miod@ | Marc Espie | |
2007-10-25 | Cleanup pctr code: sort options, remove nasty return. | Mike Belopuhov | |
ok deraadt | |||
2007-10-25 | Be sure to enable interrupts on return from ddb if they were enabled before | Miod Vallat | |
the break. | |||
2007-10-25 | segement -> segment; from Denis Doroshenko | Jason McIntyre | |
plus an article fix whilst here | |||
2007-10-25 | Update to sudo 1.6.9p7 | Todd C. Miller | |
2007-10-25 | kill extraneous item macro, thus avoiding badness; | Jason McIntyre | |
2007-10-25 | Add -D makro=value as well so that all routing daemons are in sync. | Claudio Jeker | |
OK norby@ | |||
2007-10-25 | Support -D makro=value like bgpd and ripd. OK norby@ | Claudio Jeker | |
2007-10-25 | Max values are 255:31:7 not 256:32:8. | Tobias Stoeckmann | |
OK dlg@, kettenis@ | |||
2007-10-25 | Factor out common code to update the timedelta sensor into | Marc Balmer | |
mbg_update_sensor(). | |||
2007-10-25 | oops, forgot to clean up the manpage bits. | Pierre-Yves Ritschard | |
prompted by mpf | |||
2007-10-25 | sync logging with most other daemons. | Pierre-Yves Ritschard | |
ok mcbride@, mpf@ | |||
2007-10-25 | another case of product encoding is "Sun (TM) modelname", on the E250 | Theo de Raadt | |
2007-10-25 | expand range where we search for sensors | Theo de Raadt | |
2007-10-24 | Rely on 16 byte pcb alignment, and use double loads and stores during | Miod Vallat | |
context switches. Should have been commited ages ago (when pcb alignment was fixed). No functional change. | |||
2007-10-24 | Remove sir_lock, superseded by the atomic bit operations. | Miod Vallat | |
2007-10-24 | Turn curcpu() into an inline function instead of a macro relying on a GCC | Miod Vallat | |
extension. | |||
2007-10-24 | Make the packet buffer u_int8_t * everywhere. This is binary data and not | Claudio Jeker | |
a string. | |||
2007-10-24 | The metric is a 8bit value ranging from 1 to INFINITY (defined as a whopping | Claudio Jeker | |
16). So use u_int8_t everywhere. | |||
2007-10-24 | An u_int8_t is enough as prefixlen. Another lint warning gone. | Claudio Jeker | |
2007-10-24 | Document -D. Stolen from bgpd.8 | Claudio Jeker | |
2007-10-24 | Add the 5 needed lines to support -D makro=value option. Another surprising | Claudio Jeker | |
finding by lint. |