pooka
8fc8f3a7a3
g/c #if 0'd ubc_flush()
2008-11-27 08:46:09 +00:00
pooka
f50af27351
Move more vfs-related vm routines from rumpkern to rumpvfs.
2008-11-27 08:13:15 +00:00
pooka
2ee7b4e103
Remove the whole magic ubc window thingie. All file systems use
...
ubc_uiomove() now, so we can hook ourselves there.
2008-11-27 08:05:27 +00:00
joerg
252f7304b2
Another assym.h dependency.
2008-11-27 01:57:40 +00:00
joerg
d54a83bf7a
- ifconfig down support
...
- ALTQ support
2008-11-26 21:34:07 +00:00
reinoud
2a0c8a48e6
Fix typos in the manpage. Thanks for snj for the patch.
2008-11-26 21:04:56 +00:00
pooka
b4099c3e1d
Rototill all remaining file systems to use ubc_uiomove() instead
...
of the ubc_alloc() - uiomove() - ubc_release() dance.
2008-11-26 20:17:33 +00:00
pooka
6459cc14b9
Dynamically load ext2 support, since the linker can't handle more
...
that one file system module (ext2fs uses both ffs and itself).
2008-11-26 19:41:11 +00:00
wiz
b410c46dc5
I think ':' is called "colon", not "column" :)
2008-11-26 19:08:05 +00:00
wiz
11655fdf0f
Fix two mdoclint warnings.
2008-11-26 19:05:55 +00:00
wiz
81aac64da3
Improve grammar.
2008-11-26 19:00:34 +00:00
wiz
57d3e14026
New sentence, new line. Use more markup. The character is nul with one l.
2008-11-26 18:57:01 +00:00
wiz
70892e83d4
Fix part of previous, and add link to hz(9) so it will
...
not happen again.
2008-11-26 18:40:22 +00:00
wiz
3d0a66fece
Casing and punctuation improvements.
2008-11-26 18:37:11 +00:00
tsutsui
399241e435
- rename set list lkm.mi -> module.mi
...
- move obsolete lists of usr/lkm files to mi
2008-11-26 15:45:56 +00:00
pooka
23046e71b2
Add a few symbols required by nfsd
2008-11-26 15:04:02 +00:00
ginsbach
bfd03efd21
new sentence, new line
2008-11-26 15:03:47 +00:00
pooka
e40a46d006
regen
2008-11-26 15:02:05 +00:00
pooka
3c61b47d93
RUMP some syscalls required by nfsd.
2008-11-26 15:01:17 +00:00
pooka
31a36acc43
puffs_setfhsize() in init
2008-11-26 14:03:48 +00:00
pooka
a947a86fee
support:
...
a) readdir cookies and eofflag
b) file handle routines.
File handle routines are REALLY ugly and are not stable, i.e.
the file handle will be lost if the file server goes byebye.
They probably should be redone to not use getfh(), but for nullfs
I wanted to make them the same as when the file system is accessed
without the null layer. Well, turns out it doesn't pass anyway
since the kernel adds the fsid tags for fhandle_t. Anyway, it's
useful for some limited hacking purposes, so I'll commit this
since it works .. kinda.
2008-11-26 14:02:23 +00:00
tsutsui
7cad77bd7e
Add a section which describes struct bintime.
2008-11-26 13:11:34 +00:00
tsutsui
d54ffae702
Remove dup entries.
2008-11-26 11:41:07 +00:00
he
5d0260e67c
Adapt to the removal of exec_elf32 from the alpha port, necessitating
...
the module be added to all the other ports' md.* files.
Also add the compat_linux module for alpha.
2008-11-26 11:06:11 +00:00
he
89e03cd94e
Add the recently added filecorefs, msdosfs, nullfs, and umapfs modules.
2008-11-26 11:04:22 +00:00
pooka
762d8bce6b
Try to honor rump_threads by not creating iothreads if threads are off.
2008-11-26 07:20:22 +00:00
pooka
eaff187ca4
Add dummy pr_ctloutput. I'm sure I had one at some point, since
...
it's required for rump_nfs to work, but I guess I lost it somewhere.
(yes, it should actually be implemented also)
2008-11-26 07:19:48 +00:00
matt
6d863ad603
gpn, not gnp.
2008-11-26 05:30:50 +00:00
matt
ef77c48fb2
Add children of geminiipi
2008-11-26 05:25:27 +00:00
tsutsui
2c79796d32
Use binuptime(9) and emulate 1GiHz (2^30) counter rather than
...
nanouptime(9) and 1GHz counter to avoid extra rescaling.
Suggested and reviewed by kardel@.
2008-11-25 23:10:43 +00:00
bad
e564489300
Document my changes from 2008-11-08 and today.
2008-11-25 22:39:20 +00:00
bad
f798cbf18b
Avoid using MSG_NOSIGNAL as it is not available everywhere.
...
Ignore SIGPIPE instead.
2008-11-25 22:38:31 +00:00
matt
17f430185a
u_int32_t -> uint32_t
2008-11-25 22:18:17 +00:00
bad
d9c51cbeae
Ignore unspecified and looback addresses. Ignoring unspecified addresses
...
prevents racoon from trying to bind to the wildcard address and specific
addresses simultaneously after e.g. dhclient has changed an interface's
address to 0.0.0.0.
2008-11-25 22:00:15 +00:00
bad
e7c2314bc8
RTM_DELETE and RTM_IFINFO don't carry info for added or deleted addresses.
...
Ignore them silently.
2008-11-25 21:54:05 +00:00
bouyer
5a3b0bf2c9
npxdna(): even if there's no effective FPU context switch set ci_fpused;
...
FPU will be used and needs to be switched on next context switch.
Fix "panic: npxintr: wrong process" with Xen.
2008-11-25 21:53:50 +00:00
bad
6db1040de3
Ignoring an unsuitable address is not an error. Therefore log it as
...
informational.
Make it clear from the log message that a route message is not interesting.
2008-11-25 21:50:47 +00:00
bad
220cbdde75
Use insmyaddr() instead of open coding it.
2008-11-25 21:46:12 +00:00
bad
b8d42d186b
Do not return erroneously from isakmp_open() when setting IPV6_USE_MIN_MTU
...
fails.
2008-11-25 21:42:36 +00:00
bad
667107700d
Keep myaddr.sock at -1 when no socket is opened.
2008-11-25 21:37:11 +00:00
he
595bc8a159
Add dev/crmfbreg.h.
2008-11-25 20:48:01 +00:00
pooka
d6457e83e1
Make sockin radix-capable.
2008-11-25 20:42:01 +00:00
pooka
eebcd28057
Support PRU_BIND / PRU_LISTEN / PRU_ACCEPT in sockin.
2008-11-25 20:39:57 +00:00
pooka
50176705eb
Take reference for proc0 rootdir vnode.
2008-11-25 20:35:46 +00:00
christos
53200e2e77
PR/40026: Aleksej Saushev: make(1) doesn't document VPATH, document it.
2008-11-25 20:34:19 +00:00
pooka
e346dcad76
"Manually" call rn_init() to make sure it's done. The real kernel
...
hooks it up with domain constructors in a fascinating way.
2008-11-25 18:44:05 +00:00
christos
2e31951ce3
enable extensions for isblank() and solaris
2008-11-25 18:41:57 +00:00
christos
88bda1cea2
don't use signed chars for no reason.
2008-11-25 18:40:26 +00:00
pooka
ec538307e6
fix comment (no functional change)
2008-11-25 18:38:08 +00:00
pooka
922d39c2b2
Heave-ho radix.c from librumpnet_net to librumpnet.
2008-11-25 18:36:08 +00:00