Commit Graph

176733 Commits

Author SHA1 Message Date
mhitch 3d65f643b9 fix dev_t printf formats. 2009-01-11 22:51:36 +00:00
christos c42a4332d6 bump versions for time_t 2009-01-11 22:42:39 +00:00
christos af8f3048ca fix dev_t printf formats. 2009-01-11 22:37:50 +00:00
pooka bf1857180f ... except we mostly need _HARD/SOFTKERNEL in assembly and we can't
include param.h from asm as such.  So wrap in #ifndef logore.
2009-01-11 22:29:02 +00:00
wiz 878e839563 New sentence, new line. 2009-01-11 22:03:56 +00:00
wiz 140f24c96f regen. 2009-01-11 22:03:15 +00:00
wiz 9492e5b9bf Make ready for HTML output, add comma. 2009-01-11 22:03:10 +00:00
wiz eaae165147 Mark up arguments with Ar and drop trailing whitespace. 2009-01-11 22:02:38 +00:00
oster 6d132f42c6 Implement DIOCCACHESYNC for RAIDframe too. 2009-01-11 21:58:41 +00:00
wiz e9f0e59ad6 Add a space. 2009-01-11 21:58:00 +00:00
wiz 2fd0883c1e New sentence, new line. 2009-01-11 21:57:14 +00:00
oster af47f33d5b Deal with new dev_t build lossage. Fix from lukem. 2009-01-11 21:55:45 +00:00
pooka 180d04d26b Currently _KERNEL can mean either a) use kernel C namespace or b)
code runs in priviledged mode.  Introduce _HARDKERNEL and _SOFTKERNEL
to be able to say if the code runs in priviledged mode.

Currently used by rump, but Xen should probably set them too.
2009-01-11 21:38:19 +00:00
christos 91306aae6f fix lutimes. 2009-01-11 21:23:22 +00:00
pooka 317dcf1496 regen: mount -o rump 2009-01-11 21:15:31 +00:00
pooka 4c643b2022 Note mount -o rump support. 2009-01-11 21:15:07 +00:00
tsutsui 9d90ca88ae Compat a.out stat structures should use compat struct timespec50.
Noticed by mhitch@.
2009-01-11 21:12:04 +00:00
martin 6f6ed4ddab Decode the fpu status bits into siginfo code values when signaling fpu
traps. This makes us pass all of our ieee regression tests.
2009-01-11 21:09:13 +00:00
martin f24aab6b37 Use PRIu64 format to printf major() and minor() values. 2009-01-11 21:04:59 +00:00
sketch b2b1aa5df6 typo 2009-01-11 21:02:36 +00:00
christos 3153db9a35 remove !NTP stub. 2009-01-11 21:00:11 +00:00
pooka b5d278fb51 document -o rump 2009-01-11 20:51:18 +00:00
christos 52ef6203ff *utimes should allow NULL tvp. 2009-01-11 20:46:53 +00:00
pooka 9ea72e7b8a Protect against nfssilly in RUMP_THREADS=0 2009-01-11 20:41:18 +00:00
martin 755cd7edcb Now that COMPAT_50 is needed inside the kernel for the time_t changes,
piggyback it and guard the copying of syscall return values on it. Our
libc has been fixed quite some time ago, time to get rid of the bogus copy.
2009-01-11 20:40:31 +00:00
pooka 694167d28f Support mount -o rump, which uses the rump server instead of using
the kernel service.  E.g. "mount -t efs -o rump /dev/sgidev /mnt"
runs effectively "rump_efs /dev/sgidev /mnt".
2009-01-11 20:39:34 +00:00
pooka bbf08a8acb Default to threading, non-threaded debug mode can be compiled separately.
Useful if running this from fstab.
2009-01-11 20:31:03 +00:00
pooka 86cc06cf64 -o resport, not -o resvport 2009-01-11 20:22:41 +00:00
pooka 547a80b5eb Fix noresport mount option parsing. 2009-01-11 20:22:11 +00:00
rumble 40019d9470 regen. 2009-01-11 20:00:14 +00:00
rumble 5e7d8a6495 Fix time_t change fallout. 2009-01-11 20:00:06 +00:00
rumble 159e3d7ff8 Make this compile. 2009-01-11 19:58:29 +00:00
christos cbac073161 regen. 2009-01-11 19:41:12 +00:00
christos 87e24cb708 fix lutimes. 2009-01-11 19:40:38 +00:00
christos 7fc37d6329 don't do size computations because g++ does not like it. 2009-01-11 19:09:29 +00:00
macallan 345fb25dfd fix format instead of casting wildly 2009-01-11 18:26:21 +00:00
christos 6df24a7d9e mention 32 bit time_t remnants 2009-01-11 18:25:17 +00:00
tsutsui acde3c90d0 Add casts to int to rdunit() and rdpart() macro to suppress a warning
since they are unlikely 64 bits.

XXX: actually these should be DISKUNIT() and DISKPART() in <sys/disklabel.h>.
2009-01-11 18:19:53 +00:00
dsl ff4ab241aa Add a note about make(1) .for loop processing. 2009-01-11 18:09:31 +00:00
christos d2f56df7fb don't truncate the print. 2009-01-11 18:02:39 +00:00
christos 8348a919d7 provide more details. 2009-01-11 18:00:04 +00:00
macallan d785e78bf2 deal with 64bit time_t
Noticed by Wojciech Galazka
2009-01-11 17:04:37 +00:00
pooka b555a5deca __rump_unavailable -> rump__unavailable 2009-01-11 16:19:35 +00:00
skrll e53ff1f7b0 It's "show uvmhist" not "uvmhist". 2009-01-11 16:15:37 +00:00
christos e625b403dd - fix leaked lock, thanks ad@ for noticing.
- remove unneeded cast.
2009-01-11 15:57:29 +00:00
christos 00a0ee995f fix COMPAT dependency. 2009-01-11 15:55:55 +00:00
dsl 40aa52653a Instead of stashing the body of every iteration of a .for loop, pass
Parse_SetInput() the name of a function to get the loop data blocks.
This should only be a change to the program logic.
2009-01-11 15:50:06 +00:00
christos 2d18fd40a7 - insert a space after the recognized string if it was an exact match
- initialize properly the string used for completion.
From Alex Bligh alex at alex dot org dot uk
- Make char constants consistent
2009-01-11 15:00:23 +00:00
christos f5b7a15147 fix christos-time_t info 2009-01-11 14:49:48 +00:00
mlelstv 8de4cc7236 Avoid crash under LOCKDEBUG by destroying a mutex correctly.
Also: move mutex init/destroy into attach/detach functions and
handle case where line discipline is closed before the irframe
device. Fixes PR kern/40271.
2009-01-11 14:28:13 +00:00