ragge
87c706341d
#ifdef KSYMS_DEBUG should be #if NKSYMS.
2003-05-02 09:34:57 +00:00
tron
74905fd4b6
Fix build problems for kernel configurations without the "ksyms"
...
pseudo-device.
2003-05-02 09:19:51 +00:00
gmcgarry
13fbd917ba
section 2, not 3.
2003-05-02 09:11:52 +00:00
gmcgarry
3dac715ee8
Document MTRR. Addresses PR#14735.
2003-05-02 09:11:07 +00:00
gmcgarry
62bb6faae3
Expand documentation of emacs and vi modes. From
...
Jeremy C. Reed in PR#14578.
2003-05-02 09:00:14 +00:00
tron
8595228212
identd(8) must run as "root" to use TCPCTL_IDENT via sysctl(3). This fixes
...
PR bin/21261 by myself.
2003-05-02 08:51:08 +00:00
dsl
d91455ce26
Change return type of readdisklabel() to const char *
...
I hope I've found all the correct places!
2003-05-02 08:45:10 +00:00
gmcgarry
2b0514ca6b
Xref nls(7). Addresses PR#14576.
2003-05-02 08:35:42 +00:00
gmcgarry
733d836b9b
Add an explanation of the log format. From PR#14290.
2003-05-02 08:31:51 +00:00
gmcgarry
1f3b9df049
Clarify output. From PR#14290.
2003-05-02 08:26:46 +00:00
gmcgarry
6369566e8d
Document "stray interrupts". From Charles Hannum on netbsd-users@netbsd.org.
...
Addresses PR#12913.
2003-05-02 08:19:43 +00:00
gmcgarry
534f9a7a52
Document -I option. From Richard Rauch <rauch@math.rice.edu>
...
in PR#11890.
2003-05-02 08:09:35 +00:00
gmcgarry
7c8d3835be
Consistently describe I/O port page. Addresses PR#11793.
2003-05-02 08:05:14 +00:00
gmcgarry
e00d2f72dc
Some more ktruss documentation from Christian Biere <christianbiere@gmx.de>
...
in PR#17111.
2003-05-02 07:52:23 +00:00
gmcgarry
9256662c6b
Explain what ktruss does. Document -l, -R and -T options.
...
Addresses PR#10458.
2003-05-02 07:40:20 +00:00
gmcgarry
45f7813d26
Regen: NTT DoCoMO PALDIO 611S PCMCIA
2003-05-02 07:17:18 +00:00
gmcgarry
d9925c605d
Add NTT DoCoMO PALDIO 611S PCMCIA.
...
From PR#9768.
2003-05-02 07:16:40 +00:00
dyoung
af97927092
Fix typo.
2003-05-02 05:43:45 +00:00
thorpej
b393c94e79
Shuffle a bit to allow some compilers to optimize symbol references
...
more effectively.
From Ian Lance Taylor.
2003-05-02 04:29:03 +00:00
atatat
3685b7582e
Convert to using gettimeofday(2) instead of time(3) to get the current
...
time, and stuff as much precision as possible into as many places as
possible. This includes setting the atime, mtime, and ctime on inode
#2 of a freshly created file system, and the birthtime on a new ffs2
filesystem.
Previously these would all be left at zero, and since the birthtime
only gets set when the inode is allocated (and since inode #2 never
gets recycled), inode #2 would always have a birthtime of the epoch.
2003-05-02 03:26:11 +00:00
itojun
860a851ea8
KNF
2003-05-02 03:15:23 +00:00
itojun
e6eb2671ed
clear m_flags just for safety
2003-05-02 02:13:16 +00:00
perseant
e18585deb2
Correct arguments to check_dirty, ensuring that all pages in a block are
...
written if any of them are dirty. Pointed out by yamt.
2003-05-02 01:47:39 +00:00
fair
60ec1171ef
Add a full list of config(8) lines from sys/arch/*/conf/GENERIC
...
Add ms(4) and kbd(4) to SEE ALSO.
Correct Ud -> Ux in HISTORY.
Add links to zs.4 and zsc.4 to make this easier to find.
Mention "Zilog 8530" in the Nd so that the permuted index will find
this driver.
2003-05-02 00:42:40 +00:00
tsutsui
09c17d2c36
Initialize struct consdev more properly.
2003-05-01 23:25:52 +00:00
tsutsui
3077e80f76
KNF
2003-05-01 23:02:35 +00:00
fvdl
df29adfb0e
Don't reference channel_b if it's not a twin channel adapter.
...
From MINOURA Makoto.
2003-05-01 23:00:20 +00:00
martin
cf437d291f
Make _Qp_qtoui return the right value for inputs that do not fit into
...
an int value, but are valid unsigned ints. This should fix PR 21414.
The same problem exists for _Qp_qtoux, but there is no similar trivial
solution to that (I could think of).
Pointed out by David Laight.
2003-05-01 21:24:13 +00:00
ragge
b16f870314
Enable the ioctl's.
2003-05-01 20:46:20 +00:00
thorpej
c1e26c1b48
Free the mpt request structure before calling scsipi_done(), as
...
scsipi_done() may start another command which needs the request
structure being freed.
Patch from Stephan Uphoff, modified slightly by me.
2003-05-01 20:18:35 +00:00
fair
21f4f3ecc0
OK, remove the alpha bits because it has been converted to use
...
zstty(4) in -current, though NetBSD/alpha on the 1.6 branch is
still using scc(4). Mention this in the HISTORY section.
This should finally answer PR 19572, although the zstty(4) man page
is woefully inadequate.
2003-05-01 19:31:54 +00:00
fair
12f3ab83c8
Add Xr diskless 8 because Suns can netboot.
...
Remove "floppy" from the example list of things that can UltraSPARC
can boot from.
2003-05-01 18:44:11 +00:00
he
f8d1d53179
Move inclusion of "ksyms.h" up to above first test for NKSYMS, so that
...
this compiles again.
2003-05-01 18:38:54 +00:00
yamt
245e20c483
mdoc improvement.
...
(use the longest tag for width specifier)
2003-05-01 15:58:49 +00:00
briggs
e26a433705
Add amr.[04].
2003-05-01 15:50:00 +00:00
yamt
07993bf5b9
redo a half of the previous correctly.
...
('op' arg of VOP_ADVLOCK)
2003-05-01 15:42:51 +00:00
yamt
307d26d6a8
VOP_ADVLOCK:
...
F_{RD,WR,UN}LCK is not for 'flags'.
2003-05-01 15:30:35 +00:00
wiz
1f2ca5e686
Increase width now we mention flag arguments.
2003-05-01 15:29:24 +00:00
yamt
300627c9c0
- KNF.
...
- remove unneeded caddr_t casts.
2003-05-01 15:25:06 +00:00
jmmv
bee0be0e17
In the options list, show which ones require an argument.
...
New sentence, new line.
2003-05-01 15:10:58 +00:00
yamt
8565905ff8
use FREE instead of free for MALLOC'ed memory.
2003-05-01 14:59:51 +00:00
yamt
99411362c0
MP locking.
2003-05-01 14:36:43 +00:00
pk
5ac72273d9
Restore TLB flushes when removing level 2 & 3 page tables (these went missing
...
in revision 1.242).
2003-05-01 14:14:46 +00:00
wiz
63d39ddbe4
New sentence, new line. Some mdoc fixes.
2003-05-01 14:11:11 +00:00
wiz
b12c87185e
a -> an from jmc@openbsd. Add a comma while here.
2003-05-01 14:03:39 +00:00
wiz
876372d88e
a -> an from jmc@openbsd.
...
New sentence, new line while I'm here.
2003-05-01 14:01:39 +00:00
wiz
38107bb637
Grammar and mdoc fixes from jmc@openbsd.
2003-05-01 13:58:03 +00:00
wiz
dcc13ddb7d
Some grammar and punctuation fixes from jmc@openbsd.
2003-05-01 13:50:58 +00:00
dsl
5e53f766f8
Change a couple of .Em to .Ar
2003-05-01 13:36:25 +00:00
yamt
a2e9a85481
remove a part of comment that isn't true anymore.
2003-05-01 13:14:49 +00:00