Commit Graph

181320 Commits

Author SHA1 Message Date
yamt
75c4e4fde7 fd_free: reset fd_himap/lomap to make fd_checkmaps comfortable. PR/41487. 2009-05-29 00:10:52 +00:00
yamt
4f22237449 wrap a long line. 2009-05-28 22:17:04 +00:00
dyoung
ec6c5ec835 For the 'tags' target, use the right path to the Atheros HAL sources. 2009-05-28 18:13:46 +00:00
pooka
e7c8d3956a add a few noteworthy rump developments 2009-05-28 17:35:22 +00:00
njoly
c2d83ad5c5 Redo previous, by simply updating basep earlier, before label. 2009-05-28 15:21:26 +00:00
christos
3b9e5891ba fix typo (Silas Silva) 2009-05-28 14:57:42 +00:00
njoly
2a614502ab Make getdirentries(2) correctly fail with EINVAL for an invalid file
descriptor (not for a directory), by not updating basep syscall
argument on error.
2009-05-28 14:48:20 +00:00
joerg
a2e586eec3 Allow building with MKCRYPTO=no. 2009-05-28 10:44:29 +00:00
njoly
4c9ac951c7 Fix a crash while trying to read nodes on amd64, reported in PR/41494,
by not doing any transfert when offset exceed the actual data length.

From and ok by pooka@.
2009-05-28 10:07:06 +00:00
wiz
53b002f1fb Use Nx for NetBSD. 2009-05-28 09:41:05 +00:00
wiz
0810d3f67c Use Dv in more places. 2009-05-28 09:32:17 +00:00
joerg
93b14ea890 Import pkg_install-20090528:
Reenable extraction of ownership from tarballs.
2009-05-28 09:00:54 +00:00
kleink
478e3f5818 tz{code,data}2009h out; tzdata2009h imported. 2009-05-28 08:53:39 +00:00
kleink
88b2a9d183 Merge tzdata2009h. 2009-05-28 08:52:29 +00:00
kleink
bae9ec88c3 Import tzdata2009h. 2009-05-28 08:49:31 +00:00
skrll
7b0115494d Commit work-in-progress. 2009-05-28 08:41:29 +00:00
jnemeth
4d4e53194c clarify vnode locking for vn_rdwr() 2009-05-28 06:49:30 +00:00
agc
393ecd9217 CHANGES 1.99.6 -> 1.99.7
+ added to the regression tests
+ get rid of some magic constants, replace with more obvious names
+ zero out the memory used for a passphrase before freeing it in one place
2009-05-28 01:52:42 +00:00
lukem
2ae31d0241 regenerate 2009-05-28 00:32:07 +00:00
lukem
c26604cdeb wrap "copy the test file" in AT_CHECK 2009-05-28 00:29:06 +00:00
lukem
90194f6da2 libtool is in the builddir not the srcdir.
wrap "copy the test file" in AT_CHECK
2009-05-28 00:28:38 +00:00
lukem
47c3c476b0 sort main tests (arguable asthetic benefit) 2009-05-28 00:27:39 +00:00
lukem
8c3a3d0499 add new tests to TESTSUITE_DEPS 2009-05-28 00:27:03 +00:00
pooka
f731c31fa4 Use a bunch of weak symbols to determine which network components
are present.  This works in userspace as opposed relying in link
sets, which fail miserably.  Later, when the networking stack
becomes modularized, we can move to a dynamic scheme like with file
systems.

Also, this change allows us to do proper autoconfig, namely attach
the loopback interface iff it is present.
2009-05-28 00:02:16 +00:00
pooka
8027ac8f1f Make domaininit() take an argument which determines if it should
add the special PF_ROUTE domain or not (if available).
2009-05-27 23:44:35 +00:00
pooka
9523c2be23 Add a dummyif, which doesn't actually traffic any cargo, but since
it has no backend it can always be attached and is therefore
convenient for testing ifconfig.
2009-05-27 23:41:20 +00:00
jnemeth
6afeda9471 correct vn_stat definition and description 2009-05-27 23:01:27 +00:00
rjs
f4443cd34c Put back CVS header. 2009-05-27 23:01:07 +00:00
joerg
cef902d2d0 Import pkg_install-200927:
- pkg_info -r provides topological sorting
- sync license list with pkgsrc/mk/licenses.mk
2009-05-27 22:41:35 +00:00
agc
a95ce5ae7c More tests for netpgp 2009-05-27 22:13:06 +00:00
christos
e43c20ce1f PR/38260: Brian Seklecki: Improve carp logging. 2009-05-27 21:32:31 +00:00
wiz
973e99ea8b Merge two descriptions for same error code. 2009-05-27 19:28:42 +00:00
wiz
f9d41516bf New sentence, new line. 2009-05-27 19:27:59 +00:00
snj
54f1f9b7a6 Ficks some spelling mistakes and tyops. 2009-05-27 19:23:59 +00:00
wiz
b328cb4d6a Drop trailing whitespace. Sort SEE ALSO. Make HTML-ready. Fix Dt argument case. 2009-05-27 19:23:28 +00:00
dholland
e60ba8891a Add note about Postgres WRT the time_t change. 2009-05-27 18:02:57 +00:00
snj
d06e576b0d Fix a few spelling errors. 2009-05-27 17:47:46 +00:00
pooka
0f2034ae5e Make it possible to register delayed radix tree head inits which
will be processed when the radix "subsystem" is initialized -- all
users must be attached before any inits to know the max keylength.
Use of link sets is no longer required, and only attached domains
need to be considered.
2009-05-27 17:46:49 +00:00
dholland
135a0700ed Rearrange where the alternate definition of __dead goes.
It can't be before "include.h" as that includes a bunch of system headers,
but it can't be after either as it also includes a bunch of local headers.
Therefore, it needs to be *in* include.h.
2009-05-27 17:44:38 +00:00
pooka
9d2101a249 POOL_INIT -> pool_init 2009-05-27 17:41:03 +00:00
snj
a1602d4a22 Fix some longstanding typos and remove an entry that is both redundant
and wrong at the same time.
2009-05-27 17:17:03 +00:00
macallan
b538f79eb0 use pmf, while there do some cleanup, fix typos etc. 2009-05-27 15:13:22 +00:00
agc
334e533951 Add tests for detached signature creation and verification, and for
encryption and decryption via netpgp.
2009-05-27 14:42:07 +00:00
njoly
a88fd78513 Use correct linux_clock_t type for _stime, not native clock_t. 2009-05-27 12:20:37 +00:00
yamt
54d8e89b43 add comments on KSTACK_LOWEST_ADDR/KSTACK_SIZE. 2009-05-27 12:15:11 +00:00
yamt
851fd837b5 add a comment about USER_TO_UAREA/UAREA_TO_USER. 2009-05-27 12:08:35 +00:00
njoly
11f59e32e4 Fix warning, s/.lt/.It/ for list item. 2009-05-27 09:40:01 +00:00
skrll
dbb3f4b474 s/FLEX_MASK/HPPA_&/ for consistency.
No functional change.
2009-05-27 09:30:14 +00:00
lukem
9fe7631b77 Ensure we can't verify an unsigned file
Rename a test filename
Add some comments
2009-05-27 07:00:32 +00:00
lukem
0f17222c1c Provide a passphraseless test key for the testsuite.
Use gpg to import the test key until netpgp's key management is overhauled.

Per discussion with Alistair.
2009-05-27 06:47:57 +00:00