Commit Graph

189963 Commits

Author SHA1 Message Date
pooka 794d5a7111 _KERNEL_OPT 2010-04-13 22:46:10 +00:00
macallan 294ad31cdd fix a bunch of typos, now 8 bit fonts work properly 2010-04-13 20:10:38 +00:00
jruoho 6d868497a0 Remove dead reference to scheduler(9). 2010-04-13 18:33:44 +00:00
jruoho 719e45f7e2 cpu_swapout(9) is no more. 2010-04-13 17:34:18 +00:00
jruoho 763451d1ab Sort. 2010-04-13 17:08:45 +00:00
tsutsui cde07f4f60 Misc KNF and cosmetics. 2010-04-13 13:30:37 +00:00
tsutsui 863aabbe23 Misc KNF. 2010-04-13 13:29:35 +00:00
ahoka 0edd676945 Remove bpfilter.h as not needed. 2010-04-13 13:09:46 +00:00
ahoka 8f356e922b Do not unload pf when enabled, not even manually. 2010-04-13 13:08:16 +00:00
jruoho 21f908ef6e Small changes to wording and markup. 2010-04-13 12:04:25 +00:00
ahoka d733b7a884 Revert my last change, it's not The Right Thing [tm]. 2010-04-13 11:54:43 +00:00
ahoka 3bca1c92ed change module class to driver. 2010-04-13 11:53:18 +00:00
tsutsui eb9963a857 Misc KNF. 2010-04-13 11:22:22 +00:00
jruoho 5548c53d9e Add HISTORY. 2010-04-13 11:01:22 +00:00
jruoho 9e8e2a3402 Hook rb(3) to the build. 2010-04-13 10:46:10 +00:00
wiz 957fbddadb Uncomment pdf link for paper. 2010-04-13 10:45:46 +00:00
pooka 994e33429b Build & install msdosfs snapshot test and deal with the happy happy
joy joy setlistdist etcetc. stuff.
2010-04-13 10:27:52 +00:00
pooka 33304497d7 Add msdosfs snapshot test. This one just slightly different from
the ffs test because msdosfs doesn't support VFS_SNAPSHOT, only
VFS_SUSPEND, i.e. we need external storage for the snapshot instead
of internal storage.
2010-04-13 10:21:47 +00:00
pooka 0d66aa2889 Split snapshot test into fs-independent backend and fs-specific frontend.
I really wish all our fs tests were like this (in principle, that
is.  I'm not talking about this hacky implementation).  I've been
wishing this for quite a few years now.  Seems like my wishes don't
come true.
2010-04-13 10:19:25 +00:00
pooka 4fe640bd4d polish previous 2010-04-13 10:12:43 +00:00
pooka b0e7c8b4f9 If getdisksize() fails (happens e.g. on fss block devices), don't
give up if we don't really need the information provided by it.
2010-04-13 10:11:08 +00:00
jruoho d107f4f33b Minor markup nits. 2010-04-13 10:06:43 +00:00
jruoho ac81adf1eb Fix roff warnings. Note btop() and btopr() on Solaris as an example. 2010-04-13 09:57:05 +00:00
tsutsui c1acd41f47 Include "ioconf.h" to declare struct cfdriver foo_cd. 2010-04-13 09:51:07 +00:00
tsutsui 6df3cee82c Remove a declaration of unused variable. 2010-04-13 09:49:54 +00:00
hannken bceb3e2b5b Add fstrans transactions to ufs_close(), ufs_getattr(), ufs_chmod()
and ufs_chown().  These functions change file system state.
2010-04-13 09:27:58 +00:00
jruoho 175f8fdaa8 Add the USENIX paper of Jonathan Lemon to SEE ALSO. 2010-04-13 09:24:09 +00:00
jruoho f21271de63 Split overly large paragraph. 2010-04-13 09:01:10 +00:00
jruoho c23d982d62 Document the ctod-family of macros from <sys/param.h>.
XXX: Someone may want to check if there is anything to add or correct.
2010-04-13 08:40:19 +00:00
jruoho b5156a256f Add a BUGS section. 2010-04-13 08:24:31 +00:00
hannken d4436d742d fss_softc_free: don't detach a disk that is not attached. Disk is
attached only if the backing store thread is running.

Resolves PR #43153: fss error branch error
2010-04-13 07:58:54 +00:00
jruoho e0fa2da951 As the cited setroot(9) was nonexistent, briefly document it here. 2010-04-13 07:32:31 +00:00
jruoho 39b9362274 Bump date for previous. 2010-04-13 07:16:31 +00:00
jruoho 34aa6cb261 Provide prototypes in SYNOPSIS; use only parameter names in FUNCTIONS. 2010-04-13 07:14:45 +00:00
jruoho 5151444312 Cosmetics. 2010-04-13 06:21:40 +00:00
jruoho 60f41fb8c3 Improvements to wording and markup. 2010-04-13 06:05:56 +00:00
jruoho a8e44989a9 Refer to cpu_switchto(9) instead of nonexistent cpu_switch(x). 2010-04-13 05:41:53 +00:00
jruoho daf86c0ae0 Briefly note also curlwp. 2010-04-13 05:40:12 +00:00
ahoka 66b5bc59ed Autoload modules with any class.
This fixes autoloading of pf, zfs and possibly others.
2010-04-13 01:15:56 +00:00
ahoka b9e768f315 Do not auto unload pf if it's enabled. 2010-04-13 01:02:43 +00:00
pooka 2c4f731dd6 tyop 2010-04-12 23:20:18 +00:00
pooka a9ac6f044d move check next to operation 2010-04-12 23:15:24 +00:00
christos 302c1e42ae void police! 2010-04-12 23:09:28 +00:00
pooka d32fe754d7 snapshot test -> setlists 2010-04-12 22:59:49 +00:00
pooka 5af2edd9e6 test for the very basic snapshot features 2010-04-12 22:58:53 +00:00
pooka db46f70b96 As long as humans have to edit these lists, use non-braindead sorting. 2010-04-12 22:38:36 +00:00
pooka 88938aaccd add rumpdev_fss to setlists 2010-04-12 22:34:17 +00:00
pooka 0b2753000a support file system snapshot device 2010-04-12 22:31:48 +00:00
pooka 536aa3a306 Ignore EEXIST from devsw_attach. This is not the optimal solution,
but it makes it possible to dynamically create device nodes for
fss before the fss module init runs by allowing to run devsw_attach
earlier.
2010-04-12 22:29:11 +00:00
pooka 90bd012fbe Support real file system transactions/suspension (vfs_trans.c)
instead of just stubbing it.
2010-04-12 22:19:17 +00:00