summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-12-06regenJonathan Gray
2005-12-06Add some devices from submitted demsgs.Jonathan Gray
2005-12-06- new sentence, new lineJason McIntyre
- improve lists - improve EXAMPLES
2005-12-06no need for `.' at end of SEE ALSOJason McIntyre
2005-12-06properly escape space character;Jason McIntyre
from daniel matic;
2005-12-06knf; spaces vs. tabs;Xavier Santolaria
2005-12-06add pthread_once. unfortunately, the public pthread.h headerTed Unangst
defines the pthread_once_t internals, so we're stuck with them.
2005-12-06can't build shared lib without shlib_versionTed Unangst
Maxim Bourmistrov noticed.
2005-12-06typoPedro Martelletto
2005-12-06back out -CC change. It breaks lint on most of our architecturesTheo 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-05Remove duplicate declaration.Miod Vallat
2005-12-05Avoid an out-of-bounds array access in editor_delete() for invalid partitionMiod 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-05hrmz..Xavier Santolaria
2005-12-05ooops, missed that in previous commit; unbreak;Xavier Santolaria
2005-12-05correctly handle `-wfoo' and `-sbar' errors; OK joris@.Xavier Santolaria
2005-12-05trendnet TE-CF100 support; tested and ok uwe@.Federico G. Schwindt
2005-12-05regen.Federico G. Schwindt
2005-12-05TRENDnet, CompactFlash Fast Ethernet Adapter, TE-CF100; from uwe@Federico G. Schwindt
2005-12-05Add support for tuning channel and channel set. This allowsRobert 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-05Add older card to quirk table. This fixes the ccb timeout as reported byMarco Peereboom
J.C. Roberts <unknown at abac dot com> on misc@.
2005-12-05xr more pci pages from .9Michael Shalayeff
2005-12-05describe new tv tunning capability; for robert@ slacker (;Michael Shalayeff
2005-12-05Add support to tune the channel and the channel sets via radio(4).Robert Nagy
ok mickey@
2005-12-05kill unused var;Xavier Santolaria
2005-12-05fix func name in the commentsMichael Shalayeff
2005-12-05make sure set_modes always get called for a `real' extraction.Marc Espie
Problem noticed by sturm@
2005-12-05Optimize rde_redistribute() a bit and remove two unneeded and way to verboseClaudio Jeker
log_debug() messages. OK norby@
2005-12-05oops: forgot to remind tedu to add -T to SYNOPSIS too...Jason McIntyre
2005-12-05Ignore case on the file extension, to allow both .s and .S to be includedDale Rahn
in SFILES for mkdep. Would also pick up .C files (but we dont allow with those in the kernel) ok deraadt@
2005-12-05syncTheo de Raadt
2005-12-04support for toggling thread viewing.Ted Unangst
ok brad, hints from jmc
2005-12-04forgot to set P_THREAD for threaded processesTed Unangst
2005-12-04Increase ADJ_TMOUT to prevent loss of adjacency during bulk ls updateEsben Norby
transfers. ok claudio@
2005-12-04Increase the receive buffer of the raw socket.Esben Norby
Prevents some of the retransmitting during bulk ls update transfers. ok claudio@
2005-12-04amd64 threads support.Mark Kettenis
2005-12-04Document vn_access(), okay jmc@Pedro Martelletto
2005-12-04Add vn_access(), discussed with and okay uwe@Pedro Martelletto
2005-12-04Describe what keys are generated and give examples for X; tweaked by jmc@Uwe Stuehler
2005-12-04more code cleanup, remove useless flags and parts of codeJoris Vink
that never got used in the first place;
2005-12-04bye obsolete junk;Joris Vink
"go ahead" and "nuke them" niallo@, xsa@
2005-12-04Let cmmu_init() now return the cpuid of the master cpu.Miod Vallat
2005-12-04In the 188 interrupt handler, only fiddle with the PSR once in the main loop.Miod Vallat
2005-12-04Slight cmmu code cleanup; use shorter function names, remove parity_enableMiod Vallat
and the DDB and DEBUG helpers which are of questionable usefulness, some stylistic changes.
2005-12-04Simplify ptrace branch handling code.Miod Vallat
2005-12-04Oops, simplelock leftover.Miod Vallat
2005-12-04older gcc (like real C) does not let you declare local variables afterTheo de Raadt
doing functional code; ie. LIST_INIT()
2005-12-04copy alpha atomic_lock implementation from libpthread.Brad Smith
2005-12-04add a powerpc implementation of rfork_thread().Brad Smith
From Tim Wiess <tim at nop dot cx> ok drahn@