ache
eea917b87e
make all chars above 127 legal
1999-07-31 14:57:13 +00:00
ache
0515b9ac0b
change prev. commit: emulate latin1 on ascii if latin1 chars are
...
in the text as groff authors suppose
1999-07-31 14:16:04 +00:00
hoek
6dfe0403e2
Comment change: "Be warned, this will update your installed system, except
...
for the configuration files in the /etc directory." .... and the kernel.
1999-07-31 13:47:23 +00:00
ache
deba43bd2e
Add more koi8-r chars
1999-07-31 13:17:47 +00:00
ache
5b271012aa
install msafer.7
1999-07-31 12:20:29 +00:00
ache
c215087713
Pick hardcoded latin1 chars definitions only if -Tlatin1
1999-07-31 12:00:58 +00:00
jkh
442264e39a
Reserve majors for arla.
1999-07-31 09:32:28 +00:00
rse
39fb552a02
Cleanups to the pthread header files.
...
Submitted by: Ralf S. Engelschall <rse@engelschall.com>
Reviewed by: John Birrell <jb@cimlogic.com.au>
1999-07-31 08:36:07 +00:00
grog
81f82c8a8c
Make intelligible:
...
Describe the command formats in English.
Add references to other programs (boot0cfg, fdisk).
Remove some old cruft, including FUD about single-level bootstraps.
Add example of output format.
Not-objected-to-by: msmith
rnordier
1999-07-31 08:11:58 +00:00
alc
5c6321aca5
vm_page_queue_init:
...
Remove the initialization of PQ_NONE's cnt and lcnt. They aren't
used.
vm_page_insert:
Remove an unnecessary dereference.
vm_page_wire:
Remove the one and only (and thus pointless) reference
to PQ_NONE's lcnt.
1999-07-31 04:19:49 +00:00
alc
20a1bb96df
Add parentheses for clarity.
...
Submitted by: dillon
1999-07-31 04:10:31 +00:00
mpp
d919189281
Remove troff formatting directive from the first line of the man page,
...
since it is no longer needed.
Pointed out by bde before I had a chance to fix it
1999-07-31 02:33:40 +00:00
msmith
8d698b77fd
As described by the submitter:
...
I did some tcpdumping the other day and noticed that GETATTR calls
were frequently followed by an ACCESS call to the same file. The
attached patch changes nfs_getattr to fill the access cache as a side
effect. This is accomplished by calling ACCESS rather than
GETATTR. This implies a modest overhead of 4 bytes in the request and
8 bytes in the response compared to doing a vanilla GETATTR.
...
[The patch comprises two parts] The first
is the "real" patch, the second counts misses and hits rather than
fills and hits. The difference is subtle but important because both
nfs_getattr and nfs_access now fill the cache. It also changes the
default value of nfsaccess_cache_timeout to better match the attribute
cache. IMHO, file timestamps change much more frequently than
protection bits.
Submitted by: Bjoern Groenvall <bg@sics.se>
Reviewed by: dillon (partially)
1999-07-31 01:51:58 +00:00
mdodd
599ae0bd07
Don't use at_shutdown() now that we have new_bus which lets us
...
specify a DEVICE_SHUTDOWN method instead.
Reviewed by: me, since nobody else seems to run this hardware in -CURRENT
1999-07-31 00:43:48 +00:00
jdp
36ac898832
When listing the installed packages, do it in alphabetical order.
1999-07-30 23:14:15 +00:00
nik
668aec5d3d
Document the "skey" command in telnet(1).
...
PR: docs/12360
Submitted by: kjm@rins.ryukoku.ac.jp (KOJIMA Hajime)
Nagged by: markm :-)
1999-07-30 21:24:03 +00:00
nik
2b32e5275a
Document that writev(2) can fail with ENOBUFS.
...
Text is a compromise based on messages from Wes Peters, Ville-Pertti
Keinonen, and Matt Dillon.
PR: docs/10512
Submitted by: Howard Goldstein <hgoldst@mpcs.com>
1999-07-30 21:20:09 +00:00
nik
5ccc55dc34
Reflect the change from the /etc/weekly to /etc/periodic/weekly/*.
...
PR: docs/12734
Submitted by: Alexey M. Zelkin <phantom@scorpion.crimea.ua>
1999-07-30 21:12:35 +00:00
nik
44986becca
dhclient-lease(8) -> dhclient.leases(5)
...
PR: docs/12619
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
1999-07-30 20:52:26 +00:00
nik
d7dde470bb
Correct reference to dhclient.conf(5) (was dhclient.conf(8)), as pointed
...
out in the PR. Correct typo on the same line, which was not pointed
out by the PR.
PR: docs/12619
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
1999-07-30 20:51:19 +00:00
imp
348bbbeb37
Add -S to nroff and troff invocations of man.
1999-07-30 19:35:56 +00:00
msmith
06014f564c
Reenable use of the APMIO_BIOS ioctl for now.
1999-07-30 19:35:21 +00:00
msmith
819d43daf6
Reenable the APMIO_BIOS ioctl and translate arguments into the new format
...
(which is more like the old than I thought).
Requested-by: imp
1999-07-30 19:35:03 +00:00
mpp
9d756f809f
Make direct calls to nroff work again. Rev 1.5 of contrib/gnu/nroff/nroff.sh
...
broke nroff because it added the '-S' option to the troff call, which
requires that the tmac.safer macro package be installed.
Since 90% of our *roff calls are probably generated by man(1), and
man(1) calls groff directly, I'm not really sure what rev 1.5 of nroff.sh
was trying to fix, but at least now nroff works again.
Broken by: imp
1999-07-30 19:15:16 +00:00
obrien
f844e40453
If "YYPARSE_PARAM" is defined, we need a different prototype for yyparse().
...
PR: gnu/12868
Submitted by: Vadim Chekan <vadim@gc.lviv.ua>
Obtained from: bison-1.26a (identical change was made there)
1999-07-30 17:23:44 +00:00
ache
e72fd6b32f
Sense $LANG only if $LC_CTYPE is not set
1999-07-30 16:34:06 +00:00
msmith
0425b8852b
Erk, more APMIO_BIOS stuff I missed. Temporarily disable the resume timer
...
support until I can implement it as an ioctl proper.
Submitted by: N.Dudorov <nnd@mail.nsk.ru>
1999-07-30 16:15:11 +00:00
obrien
a0aa5ed261
Revert the past 3 commits to what should have been the rev 1.18 -> rev 1.19
...
change. (doesn't anybody read commit logs and look at the diffs?)
1999-07-30 15:05:32 +00:00
des
ac38154cc5
Hyphens are not legal characters in a C identifier.
...
Broken by: hoek
1999-07-30 14:52:23 +00:00
mpp
2167e12923
Convert a table of function keys into mdoc format so that they
...
format properly. Previously the table came out all garbled up.
1999-07-30 14:12:12 +00:00
mdodd
6d3a90d7bc
Restore the pre-new_bus behavior of printing out the reserved resources
...
during device announcement. (irq, ioport, maddr)
Reviewed by: dfr, peter
1999-07-30 13:54:00 +00:00
newton
2c354bcb9e
Previous commit also removed some 'const' qualifiers on args for
...
svr4_sys_sendto() which probably shouldn't have been 'const'.
1999-07-30 13:44:43 +00:00
newton
9810ef40ca
Previous commit also finished cleaning up some dev_t -> udev_t transformations
...
related to the commit for rev 1.3 of svr4_stat.c.
svr4_sysvec.c also received a copyright message (which is why it grew by
28 lines).
1999-07-30 13:42:56 +00:00
newton
4f2b522ebc
Fix svr4_sys_poll(); SysV STREAMS produce return values from poll() which
...
BSD sockets don't. Guess at a correct emulation for those values (it seems
to work for telnet, ftp and friends)
1999-07-30 13:12:26 +00:00
hoek
eb38eb9c63
Even better fix for last commit: rename rcsid[] to _yacc-parser_rcsid[]
...
(one always gets these ideas just after the commit).
1999-07-30 13:04:19 +00:00
mpp
498d2c9ba8
Fix some typos.
1999-07-30 12:59:13 +00:00
hoek
32b04adb4f
Don't output rcsid into the output parser. It may have already been
...
defined in an input file such as src/bin/sh/arith.y. #if 0 it out. I did
not add $Id$ back into the comment header (as removed from last commit).
1999-07-30 12:53:21 +00:00
mpp
3f94dd50f8
Use the .At macro to reference versions of AT&T UNIX.
1999-07-30 12:52:21 +00:00
newton
3b57b22298
Initial checkin
1999-07-30 12:50:48 +00:00
newton
5f5a02888b
Add $Id$ tags.
...
Clean-up some unused (or to-be-used) variables in svr4_getcontext()
1999-07-30 12:47:17 +00:00
newton
5ac6d3874c
Clarify use of the 'streams' pseudo-device (i.e.: static or kld).
...
Trust me, this stuff will be in a real manpage before 4.0 ships :-)
1999-07-30 12:46:16 +00:00
newton
8cf6f8ca29
Add $Id$ tags
1999-07-30 12:45:21 +00:00
mpp
6f0fb2923f
Use the .At macro when referencing versions of AT&T UNIX.
...
Note: you need to install the current groff tmac macros for these
man pages to format correctly. Specifically, rev 1.21 of
contrib_groff/tmac/doc-syms in -current, or rev 1.17.24 for 3.2-stable
1999-07-30 12:45:20 +00:00
newton
a89467c275
Hmm - How did *that* get in there?
1999-07-30 12:44:49 +00:00
newton
39e910ef22
Fix panic caused when *stat64() family of syscalls try to fill-in
...
their svr4_stat64 structures with old dev_t values instead of udev_t's.
Panic was caused when major() and minor() were called with args which
weren't pointers. The panic was probably introduced in rev 1.51 of
kern_conf.c
1999-07-30 12:43:30 +00:00
newton
206f542fa4
Eliminate 'WARNING: "streams" is usurping "streams"'s cdevsw[]' messages
...
at boot
1999-07-30 12:39:49 +00:00
mpp
0b514b0abf
Teach the .At macro about releases v2, v3, v4, and v5 of AT&T UNIX.
1999-07-30 12:33:26 +00:00
kato
69ed2c5dc9
Sync with sys/i386/isa/clock.c revision up to 1.142.
1999-07-30 11:43:10 +00:00
kato
862e8ea982
Sync with sys/i386/i386/machdep.c revision 1.357.
1999-07-30 11:42:05 +00:00
kato
2aeb12accc
Removed apm_setup.s.
1999-07-30 11:40:55 +00:00