tsutsui
2d4bb67d40
Fix unexpected fallthrough in switch statement.
...
This should fix boot failure of the INSTALL kernel
on news3400 with serial console.
2003-04-19 12:33:35 +00:00
wiz
a41d0875b7
New sentence, new line; use \*[Gt] instead of > for HTML output;
...
bump date for latest major change.
2003-04-19 10:56:51 +00:00
martin
57fde84a63
More explicitly point to MSS-clamping, after explaining why the ifmtu
...
sysctl may not be enough. Hopefully this avoids users stoping after the
"but this does not work for you" phrase and makes them read the next
paragraph too.
2003-04-19 10:08:40 +00:00
bjh21
d5bf4c3e72
Line up columns.
2003-04-19 08:35:25 +00:00
scw
5c0b008779
Don't use ARM32_NEW_VM_LAYOUT or initarm_common() for now. It's not
...
quite ready for prime-time on evbarm.
2003-04-19 08:18:12 +00:00
tsutsui
fd46661ecf
Remove definitions of SIZE and STRIP which should be defined elsewhere.
2003-04-19 07:34:15 +00:00
christos
290d5e3632
don't use TRUE or FALSE
2003-04-19 01:40:36 +00:00
thorpej
ec678aa9cd
Use L1_S_MAPPABLE_P() and L2_L_MAPPABLE_P().
2003-04-18 23:46:12 +00:00
thorpej
8896997409
Gah, fix *another* typo.
2003-04-18 23:45:50 +00:00
uwe
7b16962da2
Quirk Pilotech CRW-600.
2003-04-18 23:38:18 +00:00
uwe
fa83041685
Regen for Pilotech CRW-600.
2003-04-18 23:31:43 +00:00
uwe
f700119cc7
Add Pilotech and its CRW-600 6-in-1 USB flash reader.
2003-04-18 23:28:09 +00:00
christos
4e4a4c7bc9
Make the mode of /proc/<pid>/fd dr-x------
2003-04-18 23:19:24 +00:00
thorpej
21e8a3bc0f
Oops, fix typo.
2003-04-18 22:44:54 +00:00
christos
cd174e0605
make the copy_statfs_args() function copy all the fields that are not
...
set by the filesystems. Before my changes, the statfs code depended
on calling it with mp->mnt_stat, and did not explicitly initialize
anything!
2003-04-18 22:44:45 +00:00
thorpej
08330568d0
Define two new macros to test if a mapping is mappable with an L1 Section
...
mapping or an L2 Large Page mapping.
2003-04-18 22:39:56 +00:00
thorpej
78b1b81e74
Add a comment indicating that the current method of enabling high vectors
...
requires that the CPU control vector be properly readable. I believe that
all CPUs that have high vector support have a readable CPU control register,
but if we ever encounter one that does not, then we'll have to adjust this
code.
2003-04-18 22:30:05 +00:00
christos
11cc5eb2c6
Make symlinks for directories that point to the actual directory.
...
Make symlinks to [kqueue] and [misc] for kqueue and misc fds.
2003-04-18 21:55:35 +00:00
nathanw
b7ac97b866
More agressive assertions. Change a number of detected conditions, which
...
officially have undefined behavior, from returning an error code to raising
an assertion failure.
Also, don't bother to explicitly test for (illegal) null pointers and return
an error; they'll bomb out soon enough.
2003-04-18 21:36:38 +00:00
nathanw
66fc73c7eb
Use a __predict_true() in the definition of pthread__assert().
2003-04-18 21:32:32 +00:00
scw
63deb1bd73
Cast __greg_t to/from caddr_t via intptr_t.
2003-04-18 21:07:35 +00:00
thorpej
8fc54c0008
Add ./usr/share/man/cat4/acorn32/asc.0
2003-04-18 20:54:59 +00:00
scw
9957a9bbe4
Now that UBC no longer creates writable virtual aliases (for PMAP_VIVT),
...
we no longer need to track mappings added by pmap_kenter_pa() for the
purpose of cache-alias detection.
2003-04-18 20:02:34 +00:00
scw
f97e7c222f
Need to bump uvmexp.intrs when taking a h/w interrupt.
2003-04-18 19:57:11 +00:00
thorpej
6f1c0df1ee
.WAIT before distrib, since distrib may need things built earlier
...
in the build process.
2003-04-18 19:14:39 +00:00
tsutsui
761db756a1
- remove definitions of SIZE and STRIP which should be defined elsewhere
...
- use mips/conf/stand.ldscript so that objcopy -O binary works
2003-04-18 19:12:01 +00:00
tsutsui
0b271b64a6
Use LEAF_NOPROFILE().
2003-04-18 18:52:27 +00:00
christos
b2ee3e403d
improve on previous. only adjust the length when it exceed the string length.
2003-04-18 18:46:26 +00:00
christos
c0b1f367f4
Recovery of vi files has been broken for a long while. This patch is a
...
stopgap measure to make vi recovery mostly functional on non-binary files.
The problem is that the db holding the recovery file can become corrupted,
in which case the data size of the line becomes huge. We use heuristics to
correct the size when we load a db in recovery mode. We could use a slightly
better heuristic (looking for ascii chars before correcting the length),
but it is not worth it. Another way would have been to trap the SEGV and
access data[len] and see if that worked, but that seemed exceedingly ugly.
2003-04-18 18:33:41 +00:00
thorpej
8a1fcff86a
MKSHARE -> MKDOC
2003-04-18 18:33:22 +00:00
thorpej
dc3fb4160a
* Control -> Configuration
...
* Note the new default for ACPI_PCI_FIXUP (off).
2003-04-18 17:05:17 +00:00
tsutsui
a34a62065c
Revert part of previous. sdstrategy() no longer calls
...
bounds_check_with_label() for RAW_PART.
2003-04-18 15:57:37 +00:00
yamt
8178e19cb6
fix a use of an uninitialized variable.
2003-04-18 15:19:02 +00:00
wiz
170f2084f5
New sentence, new line. Use \*[Lt],\*[Gt] for easier HTML conversion.
2003-04-18 15:15:12 +00:00
wiz
294b96ee5a
acorn32-kmem(4) now exists.
2003-04-18 15:05:34 +00:00
wiz
600cb54238
Link mem(4) to kmem(4), as it was for arm32.
2003-04-18 15:04:22 +00:00
wiz
9f71225a86
{cat4,html4,man4}/arm32 is obsolete.
2003-04-18 15:02:21 +00:00
wiz
ee5e5d4a77
Move some obsolete man pages from base/obsolete.mi to man/obsolete.mi.
2003-04-18 15:01:22 +00:00
wiz
71dd417eff
{cat4,html4,man4}/arm32 not needed any longer.
2003-04-18 14:54:57 +00:00
wiz
dab156a456
This command is not normally executed at boot time.
...
Closes PR 21225 by Aidan Kehoe.
2003-04-18 14:53:50 +00:00
christos
b8dae40722
Don't invoke the grep for cleandir and obj targets. Suggested by
...
Juergen Hannken-Illjes
2003-04-18 14:43:49 +00:00
bjh21
360968bcd9
Use <md5.h> rather than <sys/md5.h>. This is what the man page tells us to
...
do, and is required for cross-compiling since libnbcompat doesn't provide
<sys/md5.h>.
2003-04-18 14:16:42 +00:00
grant
22f8c6e106
note du(1) and df(1) -g arg.
2003-04-18 13:22:25 +00:00
grant
7cc8271010
add -g for output in gigabytes.
2003-04-18 13:16:50 +00:00
grant
1c5efa0509
humanize_number() actually prints 'K' as the suffix for 1024 ('k' is
...
used for 1000).
minor whitespace fix.
2003-04-18 13:09:22 +00:00
grant
eff007b21e
add -g to ENVIRONMENT.
2003-04-18 12:49:12 +00:00
grant
6321639a84
change -G arg to -g.
...
-G was chosen as SuSv2 specified -g was already used in ls(1), but ls
has no blocksize options like df/du, so this was redundant.
bump date in man page.
2003-04-18 12:48:25 +00:00
scw
98d49ded24
Add support for ARM32_PMAP_NEW and ARM32_NEW_VM_LAYOUT to the iq80321 port.
2003-04-18 12:01:32 +00:00
scw
3fe47173f5
Didn't mean to leave PMAP_DEBUG enabled ...
2003-04-18 11:55:26 +00:00
scw
ef4ac28e4e
Note addition of new arm32 pmap.
2003-04-18 11:20:19 +00:00