summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-01-23regenJonathan Gray
2005-01-23D-Link DWL-610 (cardbus rtw).Jonathan Gray
2005-01-23config option "Ciphers" should be case-sensitive; ok dtucker@Damien Miller
2005-01-23regenJonathan Gray
2005-01-23Intel 925X devices and Nvidia Quadro FX 330.Jonathan Gray
Found in a dmesg from Peter Hessler <phessler at theapt dot org>
2005-01-23Some additional Radeon 9600 Pro related ids.Jonathan Gray
Found in a dmesg from sri at freemail dot hu.
2005-01-23nForce2 memory controller found in a dmesg from jsilland at free dot fr.Jonathan Gray
2005-01-23Add the Askey WLL013. found by jsg in a dmesgDavid Gwynne
2005-01-23syncDavid Gwynne
2005-01-23Allow this to work on __STRICT_ALIGN archs, ok dhartmei@Dale Rahn
2005-01-23add the Askey WLL013 which is an atu device found by jsg in a dmesgDavid Gwynne
2005-01-23Kill redundant or unnecessary includes.Miod Vallat
2005-01-22Xr getenv 3;Jason McIntyre
from michael knudsen;
2005-01-22remove double macro;Jason McIntyre
2005-01-22Honour wsconsctl display.vblank setting.Miod Vallat
2005-01-22document `cvs edit' and `cvs unedit';Xavier Santolaria
input/ok jfb@ jmc@.
2005-01-22put -K in the right place;Jason McIntyre
-a and -c take args;
2005-01-22some fixes from netbsd, plus a few of my own;Jason McIntyre
ok krw@
2005-01-22PCI_PRODUCT_SIS_5513 -> PCI_PRODUCT_SIS_5597_IDEMartin Reindl
ok brad@
2005-01-22syncMartin Reindl
2005-01-22correct SiS 5597/5598 entriesMartin Reindl
ok brad@
2005-01-22do not clean-up shared items in pretend mode (for now, need extra logicMarc Espie
to pretend cleaning it up).
2005-01-22explicitly shows fragment names that were not found.Marc Espie
2005-01-22Reduce diff to NetBSD.Jonathan Gray
From part of rtw.c rev 1.42: Move the register access mode into struct rtw_regs. Change rtw_set_access, rtw_set_access1 to match.
2005-01-22add an exit command as an alias of quit; ok henning@Robert Nagy
2005-01-22Reduce diff to NetBSD.Jonathan Gray
From rtw.c rev 1.34: I like the tlp/atw-style names for software descriptors, txsoft, better than txctl. Change from rtw_txctl/rtw_rxctl to rtw_txsoft/rtw_rxsoft. Change the descriptor blocks' names to match: rtw_txctl_blk becomes rtw_txsoft_blk. Change the member-name prefixes for both software and hardware descriptors.
2005-01-22although arguments to `ip proto' and `ether proto' are keywords, and doJason McIntyre
need to be escaped, they are not shell keywords; this wording seems to have been introduced when the page was mdoc'd; it now matches (more or less) how it was, and {F,N}BSD pages; found by naddy@
2005-01-22Log source of connections denied by AllowUsers, DenyUsers, AllowGroups andDarren Tucker
DenyGroups. bz #909, ok djm@
2005-01-22Unbreak cats build. My apologies!Uwe Stuehler
ok drahn@
2005-01-22regenBrad Smith
2005-01-22add VIA VT8633Brad Smith
From martin@
2005-01-22typo; david l goodrich <dlg@dorkzilla.org>Peter Valchev
2005-01-21more portable code, stderr is not necessarily a constant.Marc Espie
2005-01-21Oops, revert changes not intended to be commited in previous commit.Miod Vallat
2005-01-21Overhaul of the pxa2x0_lcd code, to allow early (before autoconf) attachment,Miod Vallat
and collateral changes. Because this driver requires us_dma (and as such, vm services) to work, it can not be selected in consinit(). Instead, add a hook to the arm cpu_startup() which will, on zaurus, switch console from serial (selected in consinit()) to lcd. This also makes the zaurus-specific early pxa2x0_clkman() substitute code cleaner. While there, move boot -c handling later, after the glass console is set up. Tested by drahn@ and uwe@
2005-01-21fix missing list item: *(...); spotted by Frank Sander frksndr atOtto Moerbeek
gmx dot de. ok jmc@
2005-01-21be more consistent in terminology in commentsOtto Moerbeek
2005-01-21Warn in advance for password and account expiry; initialize loginmsgOtto Moerbeek
buffer earlier and clear it after privsep fork. ok and help dtucker@ markus@
2005-01-21Undo last change; if wi_pcmcia_attach failed we already freed up theTodd C. Miller
pcmcia resources and trying to do it again will cause problems. Just return silently if WI_FLAGS_ATTACHED is not set in wi_flags.
2005-01-20remove unused variables, extra declarations.Marc Espie
2005-01-20Enable apm/scoop drivers and report A/C power status correctly.Uwe Stuehler
ok drahn@
2005-01-20Fix i386 disassembler.Mark Kettenis
ok hshoexer@, it's my fault initially miod@
2005-01-20missing arch in .Dt;Jason McIntyre
2005-01-20missing arch in .Dt;Jason McIntyre
2005-01-20No need for cross nm/size in cross-env, our host tools are good enough.Alexander Yurchenko
ok mickey@
2005-01-20Use the packet's address family instead of the rule's when selecting aDaniel Hartmeier
replacement address for an rdr rule. Some rdr rules have no address family (when the replacement is a table and no other criterion implies one AF). In this case, pf would fail to select a replacement address and drop the packet due to translation failure. Found by Gustavo A. Baratto. ok mcbride@, henning@, markus@
2005-01-20sc->sc_sync_ifp = NULL if we fail to attach the multicast group.Ryan Thomas McBride
ok mpf@
2005-01-20Document syncif->syncdev change. Also fix order of syncdev optionRyan Thomas McBride
in ifconfig manpage.
2005-01-20Use syncdev instead of syncif in ifconfig, and modify ioctl struct pfsyncreqRyan Thomas McBride
in kernel code to match. Brings pfsync in line with carp, vlan and pppoe devices. Old syncif and -syncif options still work, will be removed later. ok markus@
2005-01-20add /usr/libdata/ldscripts/Jason McIntyre
description from miod;