Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-06 | regen | Jonathan Gray | |
2005-12-06 | Add some devices from submitted demsgs. | Jonathan Gray | |
2005-12-06 | - new sentence, new line | Jason McIntyre | |
- improve lists - improve EXAMPLES | |||
2005-12-06 | no need for `.' at end of SEE ALSO | Jason McIntyre | |
2005-12-06 | properly escape space character; | Jason McIntyre | |
from daniel matic; | |||
2005-12-06 | knf; spaces vs. tabs; | Xavier Santolaria | |
2005-12-06 | add pthread_once. unfortunately, the public pthread.h header | Ted Unangst | |
defines the pthread_once_t internals, so we're stuck with them. | |||
2005-12-06 | can't build shared lib without shlib_version | Ted Unangst | |
Maxim Bourmistrov noticed. | |||
2005-12-06 | typo | Pedro Martelletto | |
2005-12-06 | back out -CC change. It breaks lint on most of our architectures | Theo de Raadt | |
because -CC is something that showed up in a later gcc. This is what happens when a pair of developers do not test on all our architectures. | |||
2005-12-05 | Remove duplicate declaration. | Miod Vallat | |
2005-12-05 | Avoid an out-of-bounds array access in editor_delete() for invalid partition | Miod Vallat | |
name; spotted by Laurent Coustet (ed, debian-fr net) ok deraadt@ otto@ | |||
2005-12-05 | - Run only the necessary code to transition from one speed to another. | Uwe Stuehler | |
- Don't clobber perflevel, instead leave it to the user requested value. precise description and ok drahn@ :) | |||
2005-12-05 | - repair cvs diff. my date fix was too naive. | Niall O'Higgins | |
2005-12-05 | hrmz.. | Xavier Santolaria | |
2005-12-05 | ooops, missed that in previous commit; unbreak; | Xavier Santolaria | |
2005-12-05 | correctly handle `-wfoo' and `-sbar' errors; OK joris@. | Xavier Santolaria | |
2005-12-05 | trendnet TE-CF100 support; tested and ok uwe@. | Federico G. Schwindt | |
2005-12-05 | regen. | Federico G. Schwindt | |
2005-12-05 | TRENDnet, CompactFlash Fast Ethernet Adapter, TE-CF100; from uwe@ | Federico G. Schwindt | |
2005-12-05 | Add support for tuning channel and channel set. This allows | Robert Nagy | |
the user to tune his bktr(4) card with radioctl(4). Also add a -v option prints out the available choices of channel sets. ok mickey@ | |||
2005-12-05 | Add older card to quirk table. This fixes the ccb timeout as reported by | Marco Peereboom | |
J.C. Roberts <unknown at abac dot com> on misc@. | |||
2005-12-05 | xr more pci pages from .9 | Michael Shalayeff | |
2005-12-05 | describe new tv tunning capability; for robert@ slacker (; | Michael Shalayeff | |
2005-12-05 | Add support to tune the channel and the channel sets via radio(4). | Robert Nagy | |
ok mickey@ | |||
2005-12-05 | kill unused var; | Xavier Santolaria | |
2005-12-05 | fix func name in the comments | Michael Shalayeff | |
2005-12-05 | make sure set_modes always get called for a `real' extraction. | Marc Espie | |
Problem noticed by sturm@ | |||
2005-12-05 | Optimize rde_redistribute() a bit and remove two unneeded and way to verbose | Claudio Jeker | |
log_debug() messages. OK norby@ | |||
2005-12-05 | oops: forgot to remind tedu to add -T to SYNOPSIS too... | Jason McIntyre | |
2005-12-05 | Ignore case on the file extension, to allow both .s and .S to be included | Dale Rahn | |
in SFILES for mkdep. Would also pick up .C files (but we dont allow with those in the kernel) ok deraadt@ | |||
2005-12-05 | sync | Theo de Raadt | |
2005-12-04 | support for toggling thread viewing. | Ted Unangst | |
ok brad, hints from jmc | |||
2005-12-04 | forgot to set P_THREAD for threaded processes | Ted Unangst | |
2005-12-04 | Increase ADJ_TMOUT to prevent loss of adjacency during bulk ls update | Esben Norby | |
transfers. ok claudio@ | |||
2005-12-04 | Increase the receive buffer of the raw socket. | Esben Norby | |
Prevents some of the retransmitting during bulk ls update transfers. ok claudio@ | |||
2005-12-04 | amd64 threads support. | Mark Kettenis | |
2005-12-04 | Document vn_access(), okay jmc@ | Pedro Martelletto | |
2005-12-04 | Add vn_access(), discussed with and okay uwe@ | Pedro Martelletto | |
2005-12-04 | Describe what keys are generated and give examples for X; tweaked by jmc@ | Uwe Stuehler | |
2005-12-04 | more code cleanup, remove useless flags and parts of code | Joris Vink | |
that never got used in the first place; | |||
2005-12-04 | bye obsolete junk; | Joris Vink | |
"go ahead" and "nuke them" niallo@, xsa@ | |||
2005-12-04 | Let cmmu_init() now return the cpuid of the master cpu. | Miod Vallat | |
2005-12-04 | In the 188 interrupt handler, only fiddle with the PSR once in the main loop. | Miod Vallat | |
2005-12-04 | Slight cmmu code cleanup; use shorter function names, remove parity_enable | Miod Vallat | |
and the DDB and DEBUG helpers which are of questionable usefulness, some stylistic changes. | |||
2005-12-04 | Simplify ptrace branch handling code. | Miod Vallat | |
2005-12-04 | Oops, simplelock leftover. | Miod Vallat | |
2005-12-04 | older gcc (like real C) does not let you declare local variables after | Theo de Raadt | |
doing functional code; ie. LIST_INIT() | |||
2005-12-04 | copy alpha atomic_lock implementation from libpthread. | Brad Smith | |
2005-12-04 | add a powerpc implementation of rfork_thread(). | Brad Smith | |
From Tim Wiess <tim at nop dot cx> ok drahn@ |