Commit Graph

190563 Commits

Author SHA1 Message Date
agc 651dd2889a use hexdump() where possible.
get rid of all traces of dmalloc - it's not used anymore. we can now g/c
initialisation functions which do not do anything.

also get rid of the pkeyid() functions, which just prints a
hexadecimal string
2010-05-08 00:33:28 +00:00
agc afcc02d5b5 use hexdump() function where appropriate.
change the way that we generate a detached signature file, so that ascii
armour is used if --armor is specified. addresses PR 43248 from Juan RP.
2010-05-08 00:31:07 +00:00
agc c31f7586f7 minor cosmetic indentation fixes - no functional change 2010-05-08 00:27:08 +00:00
agc 026af9fa14 don't try to be too clever and guess the signature file name from the
raw data - just conform to expected practice, and only infer names if
given an ascii armoured detached signature, or a binary detached
signature.
2010-05-08 00:26:39 +00:00
agc 3c9ac68a81 not much point in defining a function to dump in hexadecimal if we don't
use it.
2010-05-08 00:24:47 +00:00
christos 979605cffd specify bindir 2010-05-07 21:54:07 +00:00
christos b8f08142d6 change to mandoc 2010-05-07 20:43:40 +00:00
christos dcb0cbe948 bump crontab limit to 256K per the old manual page. 2010-05-07 20:43:27 +00:00
degroote ca38e323d1 Add support for pfs(8)
pfs(8) is a tool similar to ipfs(8) but for pf(4). It allows the admin to
dump internal configuration of pf, and restore at a latter point, after a
maintenance reboot for example, in a transparent way for user.

This work has been done mostly during my GSoC 2009

No objections on tech-net@
2010-05-07 17:41:57 +00:00
christos 8d5d5ded4d unhook old cron, hook new one. 2010-05-07 17:35:31 +00:00
christos 6611a4be6f remove the +1 second. Otherwise jobs that are supposed to run at 10:00:00,
run at 10:00:01 which is tolerable because cron has a 1 minute granularity,
but confusing. This restores the old behavior with the new timing logic.
2010-05-07 17:12:00 +00:00
kiyohara a5e8bd5f06 Enable gtidmac. 2010-05-07 17:06:32 +00:00
agc 2c8603b102 Sync with reality using patch provided by Juan RP in PR 43259. Thanks! 2010-05-07 16:29:09 +00:00
agc 24bfedc52f Don't rely on \r\n line endings when doing comparisons on strings for
the presence of ASCII armored signatures. Be consistent with the spelling
of certain transatlanticly-munged words.
2010-05-07 16:22:39 +00:00
agc 3644eb843e Overhaul the mechanism used to decide what is a detached signature, and
a detached armoured signature, as well as just a plain standard signed
file.

This is in response to PR 43245 from Juan RP, and addresses the
verification of detached armoured signatures, but in a different way
to the patch provided in the PR which is hopefully more generic, and
less reliant upon size of detached signature files.
2010-05-07 16:20:07 +00:00
kiyohara fca22c5f5d Use macro PCI_PRODUCT_MARVELL_MV64[34]60. 2010-05-07 14:25:07 +00:00
kiyohara be2f972784 Regen. 2010-05-07 14:21:43 +00:00
kiyohara ff34bddaa1 Add Marvell MV64460.
Rename Marvell GT64360 to MV64360.
2010-05-07 14:19:36 +00:00
is 4fd593c13f SUN X4140's version of this board. From FreeBSD. 2010-05-07 13:59:51 +00:00
skrll 29d7dc5cb2 Add usb 2010-05-07 06:42:25 +00:00
agc 4a8a90f84b Remove a duplicate example - from Juan RP in private mail - thanks! 2010-05-07 05:58:25 +00:00
agc 3b87f49f1b refer to the key fingerprint, and show how to find it in normal output. 2010-05-07 05:55:46 +00:00
christos c3f423a27c for posterity. 2010-05-06 23:19:56 +00:00
christos 32d0172f96 remember to restore the original timezone. 2010-05-06 22:38:14 +00:00
haad 4d91be73cd Disable uvm_reclaim_hook for userland builds. 2010-05-06 22:35:37 +00:00
haad ffca0f125a Fix difference btween solaris cv_timedwait and NetBSD one. NetBSD takes
offset from current time and solaris exact time from unix born.
2010-05-06 22:31:46 +00:00
haad 6e62dfc5b4 Fix zfs version 22 merge error. 2010-05-06 22:26:55 +00:00
christos c809afbc3f - change times to time_t
- use the correct time in job_add
- bring back CRON_TZ
2010-05-06 21:50:16 +00:00
joerg 875348d73b Limit mbuf clusters to 64MB. Forgotten part of the February commit. 2010-05-06 19:10:26 +00:00
drochner 3ad1f9ecb6 fix an operator precedence confusion which is harmless due to some luck 2010-05-06 19:00:08 +00:00
christos 02cccc79d4 mention cron 2010-05-06 18:59:50 +00:00
christos 1f7f15c404 Add build glue. 2010-05-06 18:58:45 +00:00
jruoho c713a498a5 Note POSIX compliance. 2010-05-06 18:55:34 +00:00
drochner 20f5933022 fix some operator precedence confusion (found by clang++)
Don't know whether this had a visible effect in practice, but the code
obviously didn't behave as expected.
2010-05-06 18:54:35 +00:00
christos b04439f4b7 lint friendly 2010-05-06 18:54:22 +00:00
christos 032a439890 apply our changes. 2010-05-06 18:53:17 +00:00
christos 0061c6a57d import cron 4.1 2010-05-06 18:50:28 +00:00
jruoho 70a5142faf Note POSIX compliance. Reword a little around the example. 2010-05-06 11:46:11 +00:00
jruoho 5686044fbd .Nm -> .Fn. 2010-05-06 11:09:39 +00:00
jruoho a9d1f49a49 Use standard section headers, as documented in mdoc.samples(7). 2010-05-06 10:49:53 +00:00
jruoho 5df5911ae4 Markup: .Ss -> .Sh, .Fa -> .Fn, offset indent, and use lists in two places
for clarity.
2010-05-06 10:40:43 +00:00
drochner 7399a74f7a mknative-gcc run to pick up gthr-posix.h change
(also picks up stpcpy() and stpncpy(), and gas weakref support)
2010-05-06 10:08:11 +00:00
drochner 8d2b0eb1d3 make the stdc++ headers usable for clang++. clang wants that __weakref__
declarations are "static", gcc-4.1 uses "extern" here.
(gcc-4.2 uses "static" as well, so this looks like a bug in gcc.)
approved by mrg
2010-05-06 10:01:20 +00:00
jruoho 7f1766c2e5 Small improvements to markup and wording. 2010-05-06 09:46:49 +00:00
jruoho fc240ff6c6 Small markup improvements. 2010-05-06 09:34:52 +00:00
jmmv e7f5cd53f8 Add missing debuglib libraries to fix MKDEBUGLIB=yes builds. 2010-05-06 09:25:00 +00:00
jruoho 2184425c2a Note that EBADF is optional for fileno() in POSIX. 2010-05-06 09:18:06 +00:00
jruoho dccc94a2b3 Put the historical note to its own section. Note that also the other
functions (except the _unlocked variants) were in early UNIX versions.
2010-05-06 09:01:34 +00:00
jruoho aa18298cd3 Note POSIX compliance. 2010-05-06 08:58:57 +00:00
jruoho 4c0553eda5 Correct the discussion about return values: fileno() may fail and return -1.
Note that in such cases the NetBSD implementation does not set errno to
EBADF, hence diverging from the standard in this small detail.
2010-05-06 08:14:08 +00:00