summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-08-08Avoid overlap in USB hard and the soft interrupt bits, update commentsUwe Stuehler
to reflect the new allocation of IRQ bits, and zap duplicate definition of SI_TO_IRQBIT; help/test niallo@ ok drahn@
2005-08-08.Xr cvswrappers 5Xavier Santolaria
2005-08-08add cvswrappers doc; mucho input/ok jmc, ok jfb joris;Xavier Santolaria
2005-08-08connect ipsecctl regression testsHans-Joerg Hoexer
ok deraadt
2005-08-08no test "ipsec13" yetHans-Joerg Hoexer
2005-08-08zap unused var;Xavier Santolaria
2005-08-08some simple regression tests for static keyingHans-Joerg Hoexer
2005-08-08with -s, do not wait if we don't have any peers at all.Henning Brauer
From: Thomas Jarosch <thomas.jarosch@intra2net.com>
2005-08-08re-add write() error check in buf_close(). ok henning@Moritz Jodeit
2005-08-08use cvs_tmpdir; OK jfb@ joris@.Xavier Santolaria
2005-08-08pfkey pieces for static keying, enable static keyingHans-Joerg Hoexer
2005-08-08ciss and auixp into intro!; from jsg@Michael Shalayeff
2005-08-08add crypto transforms and static keying rulesHans-Joerg Hoexer
2005-08-08sftp prompt enhancements:Jared Yanovich
- in non-interactive mode, do not print an empty prompt at the end before finishing - print newline after EOF in editline mode - call el_end() in editline mode ok dtucker djm
2005-08-08lclint is not in the ports tree anymore, splint is. OK jmc@.Xavier Santolaria
2005-08-08Use unsigned integers for period and nperiod.Marc Balmer
ok henning@
2005-08-08function prototypes, spacing, KNF, and other readability fixesHenning Brauer
2005-08-08Try to do an SPF recalculation only if the LS DB changed.Claudio Jeker
This is still not perfect as on ABRs it is only necessary to recalculate the area that got changed and not all others too. More to come but it is a good start. OK norby@
2005-08-08Initial import of watchdogd, a daemon to retrigger the watchdog timerMarc Balmer
from userland (not yet linked to the build process). ok henning@
2005-08-08add missing `(' in function declaration;Xavier Santolaria
2005-08-08add rtag command aliases;Xavier Santolaria
2005-08-08zap unused vars;Xavier Santolaria
2005-08-08Add a few splassert() checks, okay art@Pedro Martelletto
2005-08-08prepare for static keyingHans-Joerg Hoexer
2005-08-08Correctly order LSA/route entries. Also prefer network vertices over routerClaudio Jeker
ones in the candidate list. Be more careful about LS_INFINITY as it is possible that the cost overflows in the calculation (checking for == is in some cases wrong). Simplify the code a bit. Tested and OK norby@
2005-08-08tab before newline.Claudio Jeker
2005-08-08zap remaining rcsid.Marc Espie
Kill old files that are no longer compiled. okay theo
2005-08-08syncTheo de Raadt
2005-08-08activate LC_CTYPE for 8 bits locale.Marc Espie
Make sure tolower/toupper use the whole 8 bits. okay deraadt@ thanks to everyone who tested
2005-08-08lots of cleanup, print lots of information based on new linkages betweenTheo de Raadt
devices provided by marco; ok marco
2005-08-08rename a bunch of bio/raid APIs to stop the bleeding in dlg andTheo de Raadt
my eyes; marco ok
2005-08-08Add devices to structures.Marco Peereboom
ok and help deraadt@
2005-08-08more xr auipx i missed to commit first roundMichael Shalayeff
2005-08-07make it betterTheo de Raadt
2005-08-07Xr auixp 4Theo de Raadt
2005-08-07undo unrelated commitMarc Espie
2005-08-07auixpMichael Shalayeff
2005-08-07auixp; fomr netbsdMichael Shalayeff
2005-08-07ati ixp audio; ported form ntbsd in <4h of boretime; testing by krw@ and ian@Michael Shalayeff
2005-08-07.PATH betterTheo de Raadt
2005-08-07remove some scsi bus warnings and gunk if on a ramdisk; semi-ok krwTheo de Raadt
2005-08-07zap rcsid.Marc Espie
okay deraadt@ (tested them all)
2005-08-07split off the code that handles dependencies proper, so that we can (later)Marc Espie
reuse it in pkg_info or lib-depends-check.
2005-08-07a bunch more ADB handler IDs, will be necessary in the futureMartin Reindl
from NetBSD
2005-08-07wrapper around Ustar that replaces long names/links with LongName#/LongLink#.Marc Espie
The archive will unpack correctly with tar, except that those names won't be preserved. The wrapper checks names against the packing-list to restore the correct names on the fly. Put into a separate file, as it is an extension of Ustar proper, and we're going to do more archive checking in the future. Lots of tests by Bernd Ahlers. Comments by Tom Cosgrove.
2005-08-07Do not blindly reset the state count to zero after a clear, as we may notChristopher Pascoe
have purged all states in the case when an interface name was specified. pf_purge_expired_states should decrease the count as appropriate. ok dhartmei
2005-08-07verify ticket in DIOCADDADDR, from Boris Polevoy, ok deraadt@Daniel Hartmeier
2005-08-07Reset kif->pfik_ifp to NULL before calling pfi_kif_unref(), similar changeChristopher Pascoe
to that in rev 1.40 for interface groups. ok henning
2005-08-07zap rcsid, tested there. okay deraadt@Marc Espie
2005-08-07move non-standard COMPATIBILITY section to HISTORY, which seems moreJason McIntyre
relevant anyway; ok jaredy@