rtr
1031fab56c
Removed "disklabel -I [-r] [-C] disk" from SYNOPSIS.
...
The code does not permit usage of the -I flag without either -e or -i.
2002-10-21 15:54:51 +00:00
scw
b7d8acc608
In switch_exit(), load the SP and FP from proc0's PCB instead of using
...
a "null" stack.
Also be sure to clear curproc, and update curpcb.
2002-10-21 15:37:20 +00:00
uwe
af2a75546d
Clean-up kbd driver layers a bit more. Lift common code into the upper layer.
...
Add some wskbd TODO remarks (hi, martin).
2002-10-21 15:36:35 +00:00
uwe
35ec23469c
Correct zstty interface attribute (cf files.sparc64 1.69).
...
Comment out unused kbd_tty and ms_tty attachments.
2002-10-21 15:25:42 +00:00
uwe
c33f6bd531
vuid_event.h is in dev/sun now.
2002-10-21 15:22:03 +00:00
fvdl
eb485a7e27
Use B_ASYNC in the !PGO_SYNCIO case. Gets back most, if not all, NFS
...
read throughput performance lost since the introduction of UBC. Spotted
by YAMAMOTO Takashi, many thanks to him.
2002-10-21 15:21:35 +00:00
soren
1e2dbbd422
Regen.
2002-10-21 14:45:19 +00:00
soren
7fe8894787
Correct name of TI 802.11 chip.
2002-10-21 14:45:00 +00:00
wiz
2944b39fd1
No catted pages in CVS.
2002-10-21 14:40:36 +00:00
wiz
cd2a9eb1c8
getch, not curses_getch.
2002-10-21 14:35:29 +00:00
wiz
cb3d21680a
curses_delch, not curses_deletech.
2002-10-21 14:34:20 +00:00
wiz
04944d75d4
curses_scanw, not curses_scan.
2002-10-21 14:33:49 +00:00
wiz
a2e19aabe5
Use \-1 instead of -1.
2002-10-21 14:31:36 +00:00
wiz
70161f4c57
No functions returning pointers in this man page.
2002-10-21 14:24:53 +00:00
wiz
c3d0728d04
Punctuation fixes.
2002-10-21 14:17:54 +00:00
wiz
4eb1546262
Sort SECTIONS. Punctuation fix.
2002-10-21 14:15:31 +00:00
wiz
7e7bd575a0
Sort SECTIONS.
2002-10-21 14:14:35 +00:00
wiz
8165073f28
Merge two SEE ALSO sections.
2002-10-21 14:12:35 +00:00
wiz
5f48f3f24d
Fix typo in Dt.
2002-10-21 14:11:52 +00:00
grant
982c281199
New sentence, new line.
2002-10-21 14:06:17 +00:00
wiz
2d2d45bde2
Drop trailing whitespace.
2002-10-21 13:59:52 +00:00
blymn
23b2be97b5
Added separate man pages for curses functions to provide better
...
documentation of the curses functions.
2002-10-21 13:55:12 +00:00
grant
70e6e04099
Fix date typo, Oct 27 -> 17.
...
While it would be nice to be able to add features ahead of time,
it is not possible yet :)
2002-10-21 13:55:11 +00:00
blymn
0741e5c935
Added separate man pages for curses functions to provide better
...
documentation of the curses functions.
2002-10-21 13:55:07 +00:00
grant
9c7cf018ff
regen
2002-10-21 13:41:12 +00:00
grant
f6e8b6f584
add D-Link 520+ wireless ethernet.
2002-10-21 13:40:14 +00:00
blymn
1441b806a6
Added curses man page links.
2002-10-21 13:36:04 +00:00
yamt
005c29fafb
fix a page locking deadlock problem for nfs.
...
add a flag that specify if the file can be truncated safely or not
to nfsm_loadattr and friends. when it isn't safe, just mark the nfsnode
as "should be truncated later".
ok'ed by Frank van der Linden and Chuck Silvers.
close kern/18036.
2002-10-21 12:52:32 +00:00
soren
75a75e1d7a
WI_PCI_CBMA belongs in dev/pci.
2002-10-21 11:57:25 +00:00
enami
b579228888
Fix whitespace usage.
2002-10-21 10:18:23 +00:00
enami
f594d61275
If utmpx support is enabled, use sockaddr field to get numeric address.
2002-10-21 10:10:26 +00:00
lukem
ad24ec889c
don't bother with cpio/tar links or compat symlinks for HOSTPROGs
2002-10-21 06:26:46 +00:00
lukem
2cc646d2d1
ipmon -D writes a pidfile; use it
2002-10-21 05:20:00 +00:00
lukem
f60d6abce0
don't depend upon 'cvs -kb' to preserve macppcboot.raw (et al).
...
instead, keep uuencoded versions in the repository.
(arguably /usr/sbin/installboot -m macppc should support -t cd9660,
at which point we'd nuke this macppc_installboot hack)
2002-10-21 05:08:23 +00:00
lukem
bc22c3f4d9
whitespace consistency cleanup
2002-10-21 04:14:47 +00:00
lukem
77607821ec
various cleanups inspired by etc.i386/MAKEDEV (some of which are
...
needed to fully support the "new distrib world order"):
* remove unnecessary trailing ;
* clean up whitespace
* remove unnecessary chown root or chgrp wheel directives; older code here
didn't bother doing this, so why be inconsistent
* don't barf when we have fdesc mounted; just skip the devices fdesc provides
* when making directories, don't use -p and don't redirect stdout to /dev/null
* add /dev/fd/* support [hp300]
* convert to new pty generation [hp300]
2002-10-21 03:58:38 +00:00
enami
7409653fdf
When printing filesystem specific parameters, also print the address and
...
port of server numerically.
2002-10-21 03:58:07 +00:00
lukem
b29e8cecdd
- replace 'sh -$- $0' with 'makedev' (missed this a while ago)
...
- TABify
2002-10-21 03:26:39 +00:00
lukem
f7cd7f0c9e
no need to chown root / chgrp wheel
2002-10-21 03:20:25 +00:00
lukem
307f4019a4
tweak usage now that multiple interfaces are supported...
2002-10-21 01:33:02 +00:00
wiz
832399f0d1
Update versions of bsd-family-tree.
2002-10-20 22:26:09 +00:00
rnestor
75cd879de4
Fixed problem initializing the Partition Map on a blank disk and added
...
a driver entry for an ATA driver used on Macs with IDE disks. Also did
some cleanup to facilitate use of code on the Macppc port.
2002-10-20 22:06:17 +00:00
thorpej
2649bcd277
Reinstate /usr/bin/tar and /usr/bin/cpio (they are symlinks to their
...
counterparts in /bin, for backwards-compatibility with things that
hard-code their pathnames, like binary packages).
2002-10-20 21:28:11 +00:00
thorpej
cf6763873c
Install compatibility symlinks for /usr/bin/tar (-> /bin/tar)
...
and /usr/bin/cpio (/bin/cpio). The pathname of tar(1) is hard-coded
into things like binary packages, and thus must be kept around
for backward compatibility.
2002-10-20 21:20:13 +00:00
martin
f19a67c55f
Allow hyphen in kernel names. Bump version.
...
Should fix PR 13429 and PR 18691.
2002-10-20 20:55:38 +00:00
gmcgarry
fa2f17c9b8
Some more xrefs.
2002-10-20 20:21:07 +00:00
junyoung
f8fbaf68be
netbsd-1-4 branch is EOL'ed.
2002-10-20 18:43:25 +00:00
junyoung
7c5f10a5e2
Pull in the latest from FreeBSD.
2002-10-20 18:40:14 +00:00
jdolecek
5773ad9bcc
/usr/include/walnut/autoconf.h isn't installed anymore, move it to obsolete
...
list
2002-10-20 18:21:29 +00:00
lukem
0643be82d1
build.sh -k kern
2002-10-20 15:57:46 +00:00