Commit Graph

190352 Commits

Author SHA1 Message Date
pooka a6795f6ae1 compress whitespace. no functional change. 2010-04-30 20:28:13 +00:00
pooka 9572163398 genfs_eopnotsuppify symlink, otherwise unlocky things happen! 2010-04-30 20:05:29 +00:00
njoly ea02939c73 Add per process cache values to the total name translations count. 2010-04-30 16:21:05 +00:00
skrll e0500f1dd9 Enable PA2.0 CPUs, elroy, astro, ssio and attachments. 2010-04-30 15:51:27 +00:00
skrll d931234868 Note the PA of pages when allocated.
Simplify mapping of pages by traversing segs rather than the pageq and
calling VM_PAGE_TO_PHYS.

Only use PMAP_NOCACHE when hppa_cpu_hastlbu_p.
2010-04-30 15:49:40 +00:00
skrll 8155d2b816 Add two DPRINTFs 2010-04-30 15:39:02 +00:00
skrll 34eccc83de Add HPPA_FTRS_TLBU to 7100LC and 7300LC CPUs. 2010-04-30 15:36:45 +00:00
skrll b04d97c264 Re-formatting. 2010-04-30 14:32:31 +00:00
joerg cf54378eb8 Fix rb_tree_iterate to get the min/max element of the tree for the
RBSMALL case.
2010-04-30 13:58:09 +00:00
njoly e7ebb0154e In vmstat display, add one more column to output memory values. Avoid
overflow with more than 100GB.
2010-04-30 13:49:22 +00:00
pooka a6d4a92768 Raise the blade, make the change, don't quite rearrange to where
it's sane.  But improves the non-monolithic kernel case anyway.
2010-04-30 13:48:55 +00:00
jruoho a293ac8fcc Rewrite the HISTORY section. 2010-04-30 10:24:02 +00:00
jruoho eecb0b5e2c Put the period outside the quotation marks. 2010-04-30 10:09:23 +00:00
jruoho cb375ee477 Add STANDARDS and CAVEATS. The latter notes the ambiguity of tdelete() when
deleting the root node.
2010-04-30 10:06:52 +00:00
pooka 6e3fa8db54 Add translation from vtype to dirent type. Convert rumpfs now.
I'll convert the rest of the file servers in need after the next
version bump to avoid the coding module crisis.
2010-04-30 10:03:13 +00:00
martin ffb5896ed4 Add a CTASSERT to make sure the cexp and ldavg arrays are kept in sync 2010-04-30 10:02:00 +00:00
pooka e7ad158bcf Get better results if initialize a field before calling strlen().
(can't believe that worked last night.  the stars must've been in
the "lottery, stupid" position)
2010-04-30 09:44:38 +00:00
jruoho 68cb312101 Remove the note about eaccess(); no such thing in NetBSD. 2010-04-30 09:41:59 +00:00
jruoho 42e4725801 Also: in the example EOVERFLOW is probably better than ENOMEM. 2010-04-30 07:16:35 +00:00
jruoho 67e69a6bf8 As err(3) instructs, use EXIT_FAILURE in the example. 2010-04-30 07:14:15 +00:00
jruoho 75d4d306c5 Steal the "malloc() vs. calloc()" -idiom from the OpenBSD's malloc(3).
While it may be debated how useful this is, good idiomatic usage examples
are exactly the kind of thing one would hope to see more in manual pages.
2010-04-30 07:00:51 +00:00
wiz 779fbbb100 Wording. 2010-04-30 06:54:16 +00:00
wiz 5a5627574d Sort errors. 2010-04-30 06:51:52 +00:00
wiz 0264ec21bd Merge two entries for the same error. 2010-04-30 06:48:20 +00:00
jruoho 54f0f8584b Use a SECURITY CONSIDERATIONS instead of the BUGS section, and steal this
section from FreeBSD (with minor modifications).
2010-04-30 06:34:23 +00:00
jruoho 1ad0e6c25b Put SECURITY CONSIDERATIONS as the last section. 2010-04-30 06:23:56 +00:00
jruoho 2f941c83c7 Fix the mess in the sections; someone went to sleep in the middle of a
sentence...
2010-04-30 06:22:28 +00:00
jruoho b0e9ddf609 They've finally made gets(3) obsolete (in POSIX, at least). 2010-04-30 06:00:14 +00:00
jruoho 1b80a21f09 Add HISTORY. 2010-04-30 05:56:14 +00:00
jruoho fba71b9825 Marked as legacy already in SUSv2; removed in POSIX 2001. 2010-04-30 05:50:46 +00:00
lukem df4f95e4a5 Fix MKDEBUG=yes library builds for sparc64 X11R7 2010-04-30 05:20:34 +00:00
jruoho d307542670 Deprecated in POSIX (rev. 2008). 2010-04-30 05:09:23 +00:00
jruoho 4078f3e9d1 Also tmpnam(3) and tempnam(3) are now obsolete in POSIX. 2010-04-30 04:55:10 +00:00
jruoho 92370ee67d Interestingly, the committees plan to remove also isascii(3) and toascii(3)
in the future.
2010-04-30 04:46:18 +00:00
jruoho 70d2311835 More obsolete things. These are all already deprecated in NetBSD, but it is
worth noting that also the standard has marked these as legacy.
2010-04-30 04:39:16 +00:00
jruoho a2ebffc113 Reference timeradd(3). 2010-04-30 04:17:45 +00:00
jruoho eccc1c42e1 Add STANDARDS section. Note that both functions were marked as obsolescent
in POSIX (2008); "timer_gettime(2) and timer_settime(2) should be used".
2010-04-30 04:15:49 +00:00
jruoho 71a03dd7f6 Small improvements to wording and markup. 2010-04-30 04:06:20 +00:00
jruoho c6d218be32 .Nm -> .Fn. 2010-04-30 03:52:13 +00:00
chs 981fdec25b add mpt. 2010-04-29 23:39:47 +00:00
sjg b4a3c0bec3 fflush stdout, before writing to stderr. 2010-04-29 23:12:21 +00:00
pooka e8ae82c755 p2k asserts get upset if VOP_ISLOCKED() doesn't reflect lock status.
So let genfs do its thing.
2010-04-29 22:45:40 +00:00
pooka cf3a71d4a7 Add rump_au-naturel, which instead of mounting a file system inside
the rump kernel just attaches to / in said rump kernel instance.
This is mostly useful in case wanting to see what nodes components
create (see Makefile).

not built without manual intervention
2010-04-29 22:42:48 +00:00
chs d178bb14d6 regen 2010-04-29 22:42:27 +00:00
chs 7654d6d482 enable TMPFS in all GENERICs that have MFS enabled. 2010-04-29 22:40:48 +00:00
pooka 30df4c9f8c If vfstype is MOUNT_RUMPFS, assume we don't actually want to mount
a file system, but attach to the root in the fs namespace of a rump
kernel.
2010-04-29 22:34:21 +00:00
pooka cea04129a0 add simple VOP_READDIR for rumpfs 2010-04-29 22:32:49 +00:00
wiz 55767fc891 Wording. 2010-04-29 21:34:04 +00:00
hubertf 81fae5271a Rename -w to -c by popular demand
(allow file 'c'reation - 'w'riting was always available, with some twist;
 plus there's already such a feature elsewhere, so let's try to not
 diverge needlessly)
2010-04-29 20:13:46 +00:00
wiz 45d13a5b07 Fix date strings. 2010-04-29 18:14:09 +00:00