summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-09-18greatly improved by jmc with some tweaks by yours trulyHenning Brauer
2004-09-18some delinting; ok ottoTheo de Raadt
2004-09-18jmc says S before s and not s before S, sssssssso we do.Henning Brauer
2004-09-18hierarchy is spelled hierarchy, from Jonathan GrayTed Unangst
2004-09-18off by one in checkTed Unangst
2004-09-18for unconfigured devices also print model numberMichael Shalayeff
2004-09-18Install the yacc(1) PSD. ok mickey@ jmc@Otto Moerbeek
2004-09-18gnu code will never, ever, EVER, get close to passing lintTheo de Raadt
2004-09-18My Bad.Bob Beck
Can I have my spanking now wurstchen?
2004-09-18implement -S to override earlier -s, requested by theoHenning Brauer
2004-09-18syncTheo de Raadt
2004-09-18say when we run settimeofday() with -s and when not, help from bobHenning Brauer
2004-09-18new fxp variant, noticed by freebsdBob Beck
ok brad@
2004-09-18back out my previous commit: beck@ says spamd-setup(8) is correct;Jason McIntyre
2004-09-18don't call settimeofday() when the offset is smaller than 180 seconds,Henning Brauer
adjtime() will fix that fast enough, from discussion in theo's living room ok mcbride beck
2004-09-18syncTheo de Raadt
2004-09-18match the new IDTheo de Raadt
2004-09-18new device supportedTheo de Raadt
2004-09-18unconditionally add -s to ntpd_flags in rc and suggest "" for normalHenning Brauer
use in the comment in rc.conf again, idea & ok theo
2004-09-18adjust comment for ntpd_flags, "-s" is the normal use in the rc scripts nowHenning Brauer
2004-09-18add a new -s option, that tells ntpd to set the time using settimeofday()Henning Brauer
once at startup. ntpd delays daemonizing until it has done the intial time setting (or ran into the timeout) in this mode to make sure stuff started later in rc is not subject to time jumps. this eleminates the need to run rdate -n beforehands. with some input from & ok ryan and bob, march music from mickey
2004-09-18Allow thread in FD{R,W}_WAIT states to be suspended.Marco S Hyman
Patch from Kurt Miller <truk at optonline.net> Commit reminder from millert@. OK brad@
2004-09-18regen w/ proper rcsids and constMichael Shalayeff
2004-09-18support microcode being const; krw@ okMichael Shalayeff
2004-09-18repair build that reused y.tab.h for two different parsersMichael Shalayeff
thus failing a build every other time. make generated arrays const and repair rcsid generation for output. allow one-step build; from krw@ krw@ ok
2004-09-18ARGSUSED signal handlerTheo de Raadt
2004-09-18ARGSUSED signal handlerTheo de Raadt
2004-09-18knfTheo de Raadt
2004-09-18regress for 'z' and 't' modifiersOtto Moerbeek
2004-09-18Add 'z' and 't' modifiers for printing size_t and ptrdiff_t.Otto Moerbeek
ok millert@ deraadt@
2004-09-18label a switch fallthroughTheo de Raadt
2004-09-18avoid aliasing over library symbolTheo de Raadt
2004-09-18cast not neededTheo de Raadt
2004-09-18MLINK to macros provided in wait.2Theo de Raadt
2004-09-18Oops, copy a pointer to ac_if, not the first bytes of the struct itself.Ryan Thomas McBride
Actually this doesn't matter right now, as the first bytes of struct ifnet are a pointer to the softc, which has ac_if at the beginning and thus by fluke the pointer is correct. This also makes the sc to ifp conversion for carp_macmatch6().
2004-09-18framework to be able to distinguish packages installed manually (and thusMarc Espie
wanted by the user) from packages installed automatically to satisfy a dependency.
2004-09-18full support for @shell: insert shells into /etc/shells if they'reMarc Espie
not already there, and remove them on deinstall.
2004-09-18document new @shell and @conflict.Marc Espie
2004-09-18slightly 64 bit improvedPer Fogelstrom
2004-09-18new-style conflicts that respect pkgspec.Marc Espie
2004-09-18do not bother overallocating and shrinking the pfd and idx2peer arrays,Henning Brauer
doesn't by us anything. discussed with ryan during dinner at original joe's
2004-09-18fix pr 3914, spamd doesn't log only incoming with -I,Bob Beck
and change to look only at S/SA so people logging all crud don't get slaughtered by entries. again from mike@tric.tomsk.gov.ru ok henning@
2004-09-18This should be info, from mike@tric.ruBob Beck
ok henning@
2004-09-18use ret0 instead of r28 to match how it's done later in the codeMichael Shalayeff
2004-09-18add puc; ok miodPeter Valchev
2004-09-18do not match on elroy and mercury bridgesMichael Shalayeff
2004-09-18Store the carp interface ifp in PACKET_TAG_CARP instead of a pointer toRyan Thomas McBride
carp_softc.
2004-09-18map rodata rdonly in case it gets pushed out of the text batcMichael Shalayeff
2004-09-18fix typo in puc(4) line comment (universial->universal)Peter Valchev
2004-09-18ARGSUSED on signal handlersTheo de Raadt