summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-07-25forgot these ...Xavier Santolaria
2005-07-25KNF; mostly spaces vs. tabs; ok joris@ jfb@.Xavier Santolaria
2005-07-25common code for all device handling.Marc Espie
2005-07-25KNF; mostly spaces vs. tabs; ok joris@ jfb@.Xavier Santolaria
2005-07-25regenJonathan Gray
2005-07-25Correct the product id of "nForce2 400 AC-97 Audio" to not be thatJonathan Gray
of the ppb so it has some chance of working.
2005-07-25regenJonathan Gray
2005-07-25Give Smart Card part of TI PCI6515 a different product define so thisJonathan Gray
actually compiles.
2005-07-25regenJonathan Gray
2005-07-25Some devices found in marco@'s 915PM based Dell D810.Jonathan Gray
2005-07-25SID_ANSII_SCSI2 is a valid value of SID_ANSIIDavid Gwynne
ok marco@
2005-07-25ichpcib(4) support for 82801FB (ICH6) as found in marco@'s Dell d810.Jonathan Gray
Tested by and ok marco@, ok brad@
2005-07-25add missing comma to initializer.Christopher Pascoe
2005-07-25minor whitespace cleanupChristopher Pascoe
2005-07-25don't bother with printf in *_jalloc()Brad Smith
2005-07-25- mbuf external storage is of (caddr_t), not (caddr_t *).Brad Smith
- simplify code a bit and use MEXTADD macro.
2005-07-24add Broadcom BCM4322 support; reported and tested by Alexander TopolanekFederico G. Schwindt
(atopo at ocv dot org).
2005-07-24simplify error paths and add some missing ones; brad@ ok.Federico G. Schwindt
deallocation for jumbo memory left.
2005-07-24don't need to enable bus mastering in stge_attach().Brad Smith
2005-07-24do not bail out in client mode if the file is not on disk at all.Joris Vink
noticed and ok xsa@
2005-07-24"cvslog.*" should really be "cvslog*"Joris Vink
2005-07-24In _gethtent() ignore host.h_length if it is set to 0. PreviouslyTodd C. Miller
we only ignored it if host.h_addrtype was AF_UNSPEC. Set host.h_length to 0 in _gethtbyname2() since that function does not take a length argument. Problem found by jaredy@
2005-07-24don't call stge_init() when changing the MTU.Brad Smith
2005-07-24add "cvslog.*" to the ignore listJoris Vink
noticed by xsa@
2005-07-24some more `if (!var)' cleanup;Xavier Santolaria
2005-07-24use cvs_unlink() here too;Xavier Santolaria
2005-07-24use cvs_unlink();Xavier Santolaria
2005-07-24add cvs_unlink(); a wrapper to unlunk() w/ an error msg as it is used inXavier Santolaria
many places. Also handle -n and -t global options. ok joris@ jfb@.
2005-07-24do not use `if (!var)' unless it's boolean, better use an == check;Xavier Santolaria
ok jfb@ joris@.
2005-07-24Be more permissive when checking the interrupt vector for devices tied toMiod Vallat
the ISA interrupts; from NetBSD.
2005-07-24use correct function names in error messagesHans-Joerg Hoexer
2005-07-24we must start the ConnectRetry timer before calling session_connect inHenning Brauer
all cases, since session_connect can in turn cause events that cause state changes in the FSM that reset the ConnectRetryTimer. debugged with Leen Besselink <leen@consolejunkie.net> who was seeing errnously running ConnectRetryTimers in a case with localhost connections
2005-07-24postpone decision whether to replace already installed packages in -r mode,Marc Espie
so that we get to execute is_needed and actually comparing full signatures.
2005-07-24deal with a special case, where we are replacing files with changed md5:Marc Espie
in which case, we need to rename the files for the partial package, so the renaming phase won't fuck up.
2005-07-24prepare for combining SAs and flows in one single rule, no functional changeHans-Joerg Hoexer
yet.
2005-07-24split off mbrtowc functions, so that vfprintf won't pull the wholeMarc Espie
multibyte_sb.c contents. okay millert@
2005-07-24correct rval check for socket(). from alf schlichting. ok markus@marius eriksen
2005-07-24Fix a bug introduced in rev 1.58. When relookup() is called withTodd C. Miller
SAVESTART set in cn_flags, it will add an extra reference to the directory vnode pointer, but only when () succeeds. We were doing vrele() regardless of relookup()'s return value, which caused the reference count to be decremented on error when it shouldn't be. OK pedro@ tedu@
2005-07-23- no need to include sys/dkstat.hMartin Reindl
- some formatting fixes and KNF
2005-07-23vm_offset_t -> vaddr_tMartin Reindl
2005-07-23vm_offset_t -> {vaddr_t, bus_addr_t}Martin Reindl
2005-07-23Our dhclient.conf lives in /usr/src/etc.Kenneth R Westerback
ok henning@
2005-07-23fix remote remove command, gcc didn't even catch this misplaced bracket.Joris Vink
2005-07-23document automatic generation of reverse SA rules.Hans-Joerg Hoexer
2005-07-23add automatic creation of reverse SAs.Hans-Joerg Hoexer
A tcpmd5 rule like: tcpmd5 from 192.168.3.28 to 192.168.3.14 spi 0x2000:0x2001 \ key 0xbeefdead:0xdeadbeef expands now to: tcpmd5 from 192.168.3.28 to 192.168.3.14 spi 0x00002000 key 0xbeefdead tcpmd5 from 192.168.3.14 to 192.168.3.28 spi 0x00002001 key 0xdeadbeef
2005-07-23prepare for specifying both in and out key, not used yet.Hans-Joerg Hoexer
2005-07-23prepare for specifying incoming and outgoing SPIs, not used yet.Hans-Joerg Hoexer
2005-07-23regen.Federico G. Schwindt
2005-07-23Broadcom 4322.Federico G. Schwindt
2005-07-23tabbingMartin Reindl