pooka
25c0857635
Support mounting post-time_t rump file systems on a pre-time_t host.
2009-05-22 10:53:59 +00:00
pooka
aeedc12a43
Add compat routines for vattr translation over time_t change.
2009-05-22 10:51:54 +00:00
pooka
d2895b1d1d
use compat syscalls if necessary
2009-05-22 08:59:53 +00:00
pooka
659f41e70a
Add handrolled stat30 compat syscalls for calling post-time_t rump
...
kernels from pre-time_t userlands.
2009-05-22 08:59:32 +00:00
pooka
ac42a021b0
Add rump_getversion(), which returns the version of NetBSD for the
...
rump kernel.
2009-05-22 08:34:14 +00:00
pooka
908a0b2534
fix __KERNEL_RCSID
2009-05-22 08:26:52 +00:00
he
266e29fe75
Remove a no-longer-needed include of <sys/device.h>, which now created
...
a build problem because dvl_mtx has an incomplete type when building
cacheops.o.
2009-05-22 08:08:36 +00:00
mrg
a149917d19
add two new functions for z8530tty: zs_chan_lock() and zs_chan_unlock(),
...
and use them instead of various spl's in the zs.c's.
reviewed by ad and martin.
2009-05-22 03:51:30 +00:00
agc
b6d342175b
CHANGES 1.99.2 -> 1.99.3
...
+ modified regression tests to make it easier to see status messages
+ modified --encrypt, --decrypt, --sign, and --clearsign as well as --cat
to respect the --output argument for the output file. Default behaviour
remains unchanged - if --output is not specified, standard file names
and suffixes apply. Note that --verify has not been changed - this is
for compatibility with gpg, POLA/POLS, and because --verify-cat/--cat
provides this behaviour
2009-05-22 02:28:54 +00:00
skrll
9214c21a6a
Add wax at uturn.
2009-05-21 20:59:41 +00:00
skrll
0ed670ef62
Add mjf's d390 to the list of machines that need help finding devices.
...
hmm.
2009-05-21 20:59:11 +00:00
wiz
cf1c67ea5b
<space> -> <tab> consistency.
2009-05-21 19:27:38 +00:00
dyoung
a0d0f249f9
Let us detach pcmcia0 and cardbus0 at cardslot0, and cardslot0 at
...
cardbus0.
2009-05-21 17:32:32 +00:00
wiz
272953ea5d
"if" does not accept an "el" (else); use "ie" instead.
2009-05-21 15:54:50 +00:00
plunky
9b85369a0a
use system provided MAX(a, b) macro instead of defining our own
2009-05-21 14:44:01 +00:00
martin
b808c7c6b8
Deja Vu: when preparing the initial trap frame for a new forked lwp,
...
explicitly clear condition code. Otherwise we might catch a signal
(handlers are inherited from the parent) before we ever return to
userland. The current trapframe is converted into a ucontext and after
the signal handler returns, the lwp stays in userland and directly
uses the ucontext to return to the fork call.
Fixes PR 41302.
2009-05-21 13:24:38 +00:00
dent
8051e74774
Capitalize NetBSD in one of the URIs to make a nbwww script happy.
2009-05-21 11:25:49 +00:00
wiz
a6bd8d398d
New sentence, new line. Get rid of superfluous Pp.
2009-05-21 09:23:50 +00:00
wiz
3f570851bc
New sentence, new line. Add ".An -nosplit" to AUTHORS section for better
...
formatting. Mark up filenames with .Pa. Remove trailing whitespace. Try
only using mdoc macros. Some other minor nits fixed.
2009-05-21 09:21:35 +00:00
wiz
f6b43a0c43
Markup improvements. No need to mark up numbers as defined values, math
...
did the definition for us ages ago. Make HTML-ready.
2009-05-21 09:13:35 +00:00
jnemeth
42d3e7ca09
pull in <sys/module.h>
2009-05-21 08:13:43 +00:00
jnemeth
3dd1df3ee7
add a dummy module_init_md()
...
XXX if we ever teach the boot loader to load module, we'll have to
make this actually do something
2009-05-21 08:07:18 +00:00
agc
2eb852f377
Get rid of a few TODO items that aren't needed.
2009-05-21 00:35:01 +00:00
agc
648b5a9919
CHANGES 1.99.1 -> 1.99.2
...
+ various minor cleanups
+ fix longstanding pasto where the key server preference packets are
displayed with the correct ptag information
+ up until now, there has been an asymmetry in the command line
options for netpgp(1) - whilst a file may have signature information
added to it with the "--sign" command, there has been no way to
retrieve the contents of the file without the signature. The new
"--cat" option does this (there are synonyms of "--verify-show" and
"--verify-cat") - the signature is verified, and if it matches, the
original contents of the file are sent to the output file (which
defaults to stdout, and can be set with the --output option on the
command line). If the signature does not match, there is no output,
and an EXIT_FAILURE code is returned.
+ revamped netpgp(1) to make it clear what commands are available, how
these commands relate to each other, and which commands take custom
options
2009-05-21 00:33:31 +00:00
dyoung
5f33bcda52
Install disk_begindetach.9 links.
2009-05-20 22:48:05 +00:00
christos
b19e027aab
fix signed/unsigned comparisons and const cast away (untested)
2009-05-20 22:31:46 +00:00
christos
f1dbbfab6d
Set endptr if the base is not supported. The opengroup spec does not special
...
case this condition. Note: glibc has the same problem.
2009-05-20 22:03:29 +00:00
christos
fd67370208
mention that these functions return 0 and set errno to ERANGE on invalid base.
2009-05-20 22:01:34 +00:00
ad
51a76d6f11
Add a reminder about ldd depending on ld.so.
2009-05-20 19:38:38 +00:00
plunky
60180f5cfb
adjust markup language according to mdoc(7)
...
.Fa for function arguments (instead of Ar)
.Va for variable names (errno)
.Ft for structure type
2009-05-20 17:22:56 +00:00
christos
e8266b2f6a
add /libexec versions of rtld.
2009-05-20 16:22:22 +00:00
christos
ebd7e1e10a
catch up with rtld changes
2009-05-20 16:20:01 +00:00
reinoud
b33f7bb0ef
Retire IN_CALLBACK_ULK flagging since its not used anymore and the old
...
assertions on it would trigger without cause.
2009-05-20 15:30:26 +00:00
pooka
d6c25c2b9b
wait() for dead ssh processes (but don't block, so we might have
...
one teeny zmobie in the system).
2009-05-20 15:04:36 +00:00
pooka
b5cb6a6ca0
Fix SNAFU in previous: connection handshake is already handled by
...
the connect routine now, so we're not required/allowed to do it twice.
Makes reconnect on dead link work again.
2009-05-20 14:39:42 +00:00
pooka
dac06153a9
Copyright year management. no functional change (unless sarah disagrees)
2009-05-20 14:08:21 +00:00
pooka
8ff915319e
Introduce -c [12], which can be used to open 1 or 2 ssh connections
...
to the server. If "2" is specified, a separate connection is used
for data and directory operations. Using two connections can
significantly increase directory operation performance on a saturated
link, at least up to 30x faster.
2009-05-20 13:56:36 +00:00
reinoud
2d212d801f
Descriptor version is 16 bit and not 8 so use udf_rw16() to access them.
...
UniqueID was written in the logical volume integrity without byteswapping for
bigendian machines.
2009-05-20 13:25:50 +00:00
dent
8347be3c0a
Fix some outdated info/other minor clean up.
2009-05-20 12:44:29 +00:00
yamt
89ff3f9c4f
- fix various bugs in the iteration code.
...
- add assertions.
- unittest: more tests. verify query results by comparing with linear search.
2009-05-20 10:56:29 +00:00
jnemeth
0633077892
keep up with changes subr_kobj.c
2009-05-20 08:32:35 +00:00
he
bf6708350b
Spread some 'const' to deal without warnings with string constants.
2009-05-20 08:16:52 +00:00
vanhu
f61fedc250
typo
2009-05-20 07:54:50 +00:00
wiz
be6de197c1
Punctuation nit and typo fix.
2009-05-20 06:38:39 +00:00
dyoung
3579e266f6
Describe disk_begindetach(9).
2009-05-20 03:50:39 +00:00
dyoung
ba38289d56
Revert part of last: .include <bsd.own.mk> for TOOL_SED / TOOL_AWK
...
definitions instead of using :Used / :Uawk alternates. Now,
'nbmake-i386 tags' works.
2009-05-20 03:41:25 +00:00
dyoung
3f9760ec8f
If TOOL_AWK or TOOL_SED are undefined, then use awk or sed,
...
respectively.
Use ${FINDCOMM} to avoid too-long arguments lists.
2009-05-20 03:36:36 +00:00
dyoung
85d8d1fcdd
On second thought, let's call disk_predetach() disk_begindetach().
...
Verbs are good.
2009-05-20 03:26:21 +00:00
christos
91805f2d22
Fix CVE-2009-1252: Buffer overflow in ntpd crypto code. A remote
...
attacker can send a specially constructed request packet that would
overflow the sprintf()'ed buffer causing ntpd to crash.
XXX: Pullup to 5.x
2009-05-20 01:37:36 +00:00
dyoung
36ee114227
Use disk_predetach().
2009-05-19 23:43:44 +00:00