ad
63e35cb9ab
Create /dev/zfs and /dev/zpool/.
2009-05-23 22:29:14 +00:00
wiz
81ea280bf2
Sort options in SYNOPSIS.
2009-05-23 20:26:18 +00:00
he
c411502583
After the change from "struct device *" to "device_t", we now depend
...
on the definitions from <sys/device.h>, so include it here.
2009-05-23 19:11:19 +00:00
christos
7966578116
remove stray comma, from anon ymous.
2009-05-23 18:57:25 +00:00
ad
46205038ea
5.99.12 struct lwp changes for timecounter detachment
2009-05-23 18:28:26 +00:00
ad
3cb7a24bec
Make descriptor access and file allocation cheaper in many cases,
...
mostly by avoiding a bunch of atomic operations.
2009-05-23 18:28:05 +00:00
ad
f0545a5e5b
- Add lwp_pctr(), get an LWP's preemption/ctxsw counter.
...
- Fix a preemption bug in CURCPU_IDLE_P() that can lead to a bogus
assertion failure on DEBUG kernels.
- Fix MP/preemption races with timecounter detachment.
2009-05-23 18:21:20 +00:00
ad
fc7505ae27
Broken assertion.
2009-05-23 18:19:19 +00:00
mjf
27cb8d0e73
After a recent WARNS= bump on ld.elf_so it fails to build on hppa,
...
complaining that we're "discarding qualifier from pointer target
type".
Use const char * instead of caddr_t to avoid the warning and get
distribution building on hppa again.
2009-05-23 17:50:34 +00:00
ad
2fc2b08001
- Add lwp_pctr(), get an LWP's preemption/ctxsw counter.
...
- Fix a preemption bug in CURCPU_IDLE_P() that can lead to a bogus
assertion failure on DEBUG kernels.
- Fix MP/preemption races with timecounter detachment.
2009-05-23 17:08:04 +00:00
ad
a742b7d3d8
- Cosmetic change to previous.
...
- Add a comment.
2009-05-23 15:59:30 +00:00
ad
d4b01cb0fb
- Fix a race between umount()/mount() and nfssvc().
...
- Toss netexport state on nfsserver module unload.
2009-05-23 15:31:21 +00:00
ad
cb95ab6e35
Fix a crash observed when trying to load a corrupted ELF image.
2009-05-23 15:13:57 +00:00
ad
abc14f1bc4
Fix a crash when unloading nfsserver module.
2009-05-23 14:45:18 +00:00
ad
7839123ed3
Remove pointless error check.
2009-05-23 14:44:56 +00:00
stacktic
9cdc17cae0
Fixed strvisx usage (ok Christos@)
2009-05-23 14:43:36 +00:00
skrll
8edb76ef42
More help for mjf's machine.
2009-05-23 13:39:54 +00:00
mrg
4157d76654
fix a new -Wsign-compare bug.
2009-05-23 08:26:26 +00:00
mrg
ff1dab193c
normalise the previous
2009-05-23 07:12:39 +00:00
mrg
069a73b46b
note bozohttpd update
2009-05-23 07:11:52 +00:00
mrg
67eebf838c
fix a merge botch in previous
2009-05-23 06:45:28 +00:00
christos
6a9b5acd29
print the proper client address (ryo shimizu)
2009-05-23 03:24:51 +00:00
mrg
c6e75af28a
merge bozohttpd 20090522
2009-05-23 02:26:03 +00:00
mrg
36a7970f3c
import bozohttpd 20090522, which has these changes:
...
o close more leaking file descriptors for CGI and daemon mode
o add subdirs for build "debug" and "small" versions
o clean up a bad merge / duplicate code
o make mmap() usage portable, fixes linux & ranges: support
o document the -f option
o daemon mode now serves 6 files per child
2009-05-23 02:21:19 +00:00
martin
c131490c29
Use the new Elf_SOff (signed offset) type to fix a few signed/unsigned
...
problems.
2009-05-22 21:47:46 +00:00
martin
9628a349dd
Add a signed offset type
2009-05-22 21:44:50 +00:00
christos
fbb2acb8c2
change it from nonsense to english
2009-05-22 19:08:06 +00:00
christos
5ea3c00ef0
add uhmodem, uncomment wd* at umass
2009-05-22 18:57:40 +00:00
tnn
ce13d3aef1
fix build, #ifdef -> #if (hi christos)
2009-05-22 18:44:16 +00:00
christos
d421f645e5
make this work for big endian machines too.
2009-05-22 17:51:26 +00:00
pgoyette
8a01920225
Make the makedev step fail if either MAKEDEV or MAKEDEV.local need to
...
be updated. Patch from njoly@
2009-05-22 15:23:17 +00:00
pooka
3f019758ec
forward declare struct stat to avoid implicit header dependencies
2009-05-22 12:47:39 +00:00
yamt
89c1ff5632
rpst_insert_node1: fix an inverted condition.
2009-05-22 11:38:05 +00:00
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