summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-04-21back out last (powerpc on bgpd build shows it is wrong)Theo de Raadt
2006-04-21implement outgoing interrupt pipes, lets my creative voip blaster workJolan Luff
from freebsd, ok dlg@
2006-04-21remove the ami_inquire prototype. the function doesnt exist and its notDavid Gwynne
used anywhere. thanks lint. thint.
2006-04-21switch -p handling to bitwise flags; OK ray@.Xavier Santolaria
2006-04-21add the Encore ENL832-TX-ICNT 10/100 M PCI adapter to the list.Brad Smith
From Oscar Mauricio <o-rodrig at uniandes dot edu dot co>
2006-04-21Document that amdpm supports the SMBus host interface of theGordon Willem Klok
AMD 756/766/768/8111 and NVIDIA nForce 1 chipsets, and the RNG of the AMD-768 and 8111 chipsets. ok jmc@, dlg@
2006-04-21recognize the BCM5752 A2Brad Smith
2006-04-21Fix crash when lint deals with break statements outside switch or loop.Chad Loder
This defect was introduced by me on my last commit and found by dlg@ when linting in kernel.
2006-04-21Regression test for lint crash dealing with break outside a switch or aChad Loder
loop. Found by dlg
2006-04-21back out my last commit.David Gwynne
art pointed out that timeout_set is the initializer of timeout structs. this means that the ONQUEUE flag could be set when timeout_set is given freshly allocated memory. my commit suddenly introduced the requirement that you bzero a timeout before initialising it. without the bzero we could generate false positives about the timeout being already queued. art did produce a diff that would walk the queues when the flag was set to see if it really was in the lists, but deraadt considers this too much of a hit.
2006-04-21syncTheo de Raadt
2006-04-20Switch from using pipes to socketpairs for communication betweenDamien Miller
sftp/scp and ssh, and between sshd and its subprocesses. This saves a file descriptor per session and apparently makes userland ppp over ssh work; ok markus@ deraadt@
2006-04-20Add a few more devices integrated on nForce4 chipsets.Mark Kettenis
2006-04-20print timedelta; ok dlgTheo de Raadt
2006-04-20open/close/cdevsw code goes bye bye; ok mbalberTheo de Raadt
2006-04-20add SENSOR_TIMEDELTA sensor; ok dlgTheo de Raadt
2006-04-20Document the rwlock() API, okay deraadt@Pedro Martelletto
2006-04-20Fix various printf() issues: too many arguments, not enough arguments, argumentMiod Vallat
order reversed, wrong modifiers. ok deraadt@ marco@ mickey@
2006-04-20Make these compile again.Miod Vallat
2006-04-20printf() calls with the format string spanning several lines should not haveMiod Vallat
trailing commas between string chunks, for this has unexpected effects.
2006-04-20Cast unsigned to signed when you want to check for negative values.Miod Vallat
2006-04-20no longer failure care; ok miodTheo de Raadt
2006-04-20unused variableTheo de Raadt
2006-04-20list must be sortedTheo de Raadt
2006-04-20add various tests for `rlog -r' (not enabled yet); OK ray@.Xavier Santolaria
2006-04-20Simplify the defaults handling. This is long overdue and necessary to addClaudio Jeker
auth-type et al. to the main and area blocks. OK norby@
2006-04-20use new LINTED keyword for a global which is perhaps not used, but mustTheo de Raadt
be there; ok cloder
2006-04-20Add a LINTUSED special comment which marks the following declared symbol(s)Chad Loder
as used so that lint2 doesn't complain. Prodded by deraadt
2006-04-20ANSI function declarationsMartin Reindl
prompted by brad@
2006-04-20adjust comments as to what keywords are legal; from fkrTheo de Raadt
2006-04-20Remove unused debug code that sneaked in by accident long agoPedro Martelletto
2006-04-20much -> mustPedro Martelletto
2006-04-20marco hates typedefs as much as i do, so he asked me to clean mfi like iDavid Gwynne
just did with ami. this gets rid of the typedef for the ccb lists. also uses TAILQ_FIRST to get ccbs off the freelist. this is a proactive fix for a lint teary.
2006-04-20return after goto wont be reached, so remove it. found by lint.David Gwynne
2006-04-20get rid of the ccb list typedef. while here switch to TAILQ_HEAD insteadDavid Gwynne
of TAILQ_TAIL when pulling ccbs off the free list since it does less "interesting" things with pointers. changes prompted by lint bitching.
2006-04-20remove some useless code found by lint.David Gwynne
2006-04-20change cvs_log() and cvs_vlog() return type to void; OK niallo@.Xavier Santolaria
2006-04-20Instead of printing useless metrics like recvpipe and sendpipe printClaudio Jeker
rmx_pksent in route get. This makes it possible to identify DoS targets even if you have a full routing table. OK henning@
2006-04-20- remove the 'needs-flag' from the udcf entry in files.usb and the #ifdef NUDCFMarc Balmer
idom in udcf.c - declare t1 to t7 as static to prevent the risk of name clashes - add two missing function prototypes help and ok miod@
2006-04-20simplify; ok djm@Markus Friedl
2006-04-20replace the last non-sig_atomic_t flag used in a signal handler with aDamien Miller
sig_atomic_t, unfortunately with some knock-on effects in other (non- signal) contexts in which it is used; ok markus@
2006-04-20remove an unneeded macro;Jason McIntyre
2006-04-20reinstate HISTORY, from cvsintro(7)...Jason McIntyre
suggested by xsa
2006-04-20add a compatibility note; suggested by and ok xsaJason McIntyre
2006-04-20constify char *infile here, too. noticed by lint.Hans-Joerg Hoexer
2006-04-20More delint. -mojMats O Jansson
2006-04-20kill trailing space;Jason McIntyre
2006-04-20fix SEE ALSO;Jason McIntyre
2006-04-20regenBrad Smith
2006-04-20add the Belkin F5D6020 802.11b WLAN card.Brad Smith