summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2005-12-05Add older card to quirk table. This fixes the ccb timeout as reported byMarco Peereboom
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
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
2005-12-05Optimize rde_redistribute() a bit and remove two unneeded and way to verboseClaudio Jeker
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
2005-12-05syncTheo de Raadt
2005-12-04support for toggling thread viewing.Ted Unangst
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
2005-12-04Increase the receive buffer of the raw socket.Esben Norby
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
2005-12-04bye obsolete junk;Joris Vink
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
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
2005-12-04copy alpha atomic_lock implementation from libpthread.Brad Smith
2005-12-04add a powerpc implementation of rfork_thread().Brad Smith
2005-12-04copy powerpc atomic_lock implementation from libpthread.Brad Smith
2005-12-04Don't retry unsupported commands, or commands for invalidKenneth R Westerback
2005-12-04Allocate all scbs during initialization to avoid usingKenneth R Westerback
2005-12-04On the 82571 and newer chipset the ICR register is meaningful onlyBrad Smith
2005-12-03splimp -> splhighBrad Smith
2005-12-03splimp -> splvmBrad Smith
2005-12-03splimp -> splnetBrad Smith
2005-12-03strip any trailing slashes in the received DirectoryJoris Vink
2005-12-03RegenPedro Martelletto
2005-12-03Add ATI IXP200 Modem, from Bruno Oliveira Silvestre, okay deraadt@Pedro Martelletto
2005-12-03Replace simplelocks with __cpu_simple_locks for cmmu and pmap locking,Miod Vallat
2005-12-03Implement __cpu_simple_lock_t for m88k.Miod Vallat
2005-12-03Fast __HAVE_MUTEX implementation for m88k platforms.Miod Vallat
2005-12-03Dissociate pmap locks and spl usage; code will now do explicit spl processingMiod Vallat
2005-12-03Remove unused debug material.Miod Vallat