Commit Graph

18596 Commits

Author SHA1 Message Date
steve
e4dc8d0d85 Merge Lite2 mods. 1997-01-06 03:07:20 +00:00
ache
e881a25a8e FIx typing error .SRCDIR -> SRCDIR
Submitted by:  bde
1997-01-06 02:30:13 +00:00
steve
eac436398b Make the .y.c rule 'make -j n' friendly.
Inspired by: bde and brian@mediacity.com
1997-01-06 02:07:35 +00:00
steve
1b086b5eb3 Implement and document a '-o output_file_name' option to
allow the generated code to be written to a file other
than the default, y.tab.c.

Inspired by: bde and brian@mediacity.com
1997-01-06 02:05:28 +00:00
steve
774419801b Fix a problem that caused some foreground pipelines to die with:
tcsetpgrp failed, errno=1

Discovered and Reviewed by: joerg
1997-01-06 01:26:44 +00:00
se
9c95df7455 Fix NetBSD pr kern/3067, which also applies to FreeBSD:
NCR driver dies when "xmcd" accesses the CD-ROM drive

Restrict cacheing of INQUIRY results to LUN 0.

Thanks to Dave Huang <khym@bga.com> for reporting the problem
and suggesting a fix, though I chose a slightly different one.
1997-01-05 23:10:23 +00:00
nate
5ae941cca0 Fix minor typo. BIOSETIF -> BIOCSETIF 1997-01-05 22:15:59 +00:00
max
05e66c9259 Oops, there was a ] I forgot to erase. 1997-01-05 21:46:40 +00:00
max
749eb00eb2 Change wording of MAN?PREFIX description. 1997-01-05 21:41:09 +00:00
davidn
465c153c31 Move typedef for rlim_t into sys/types.h (as per NetBSD). 1997-01-05 18:32:00 +00:00
wollman
afa9804a34 Fix Makefile so that dependencies are actually right this time.
It is almost always the wrong thing to put .y and .l files directly
into the SRCS.
1997-01-05 18:25:53 +00:00
wollman
46c0a6d72c Kill another bogus inclusion of <netinet/if_ether.h>. 1997-01-05 18:14:12 +00:00
ache
17cdaa2f54 Disable isxdigit block until proper solution will be found
isxdigit(name[0]) gives false failures on short names which looks
like hexadecimal digits, f.e. "fade", "babe", "d133", etc.
1997-01-05 17:26:09 +00:00
ache
b8124e356b Use contrib version now 1997-01-05 16:19:58 +00:00
ache
ad809aa5ff Use SRCDIR to handle non-current directory docs
Use INFO* macros from bsd.own.mk
1997-01-05 15:33:36 +00:00
wosch
bfc29630fd Romania is not a Soc. Rep
fix umlaut converting for Zuerich
1997-01-05 14:36:23 +00:00
ache
16f4bc5c9f This commit was generated by cvs2svn to compensate for changes in r21336,
which included commits to RCS files with non-trunk default branches.
1997-01-05 13:01:53 +00:00
ache
c83c156e73 Add manpage from another bash directory 1997-01-05 13:01:53 +00:00
ache
f1a4fc90d8 Turn on PAREN_MATCHING 1997-01-05 12:33:45 +00:00
ache
1b80db90c4 Backup savestring as rl_savestring 1997-01-05 12:24:15 +00:00
mckay
c10b6ed605 A collection of spelling fixes and minor grammar corrections.
Safe for 2.2.
1997-01-05 12:13:38 +00:00
davidn
972eeb5510 Fix typos pointed out by bde (thanks!). 1997-01-05 09:06:32 +00:00
davidn
ced6786ae2 Adds optional NIS passwd file updating and optionally rebuilding
NIS maps.

Suggested by:	Peter Wemm
1997-01-05 07:15:37 +00:00
bde
cb09dd3d33 Don't depend only <stdio.h> bogusly including <sys/types.h>.
(<sys/types.h> is a prerequisite for <login_cap.h> mainly because
the latter wants to typedef rlim_t.  rlim_t is typedefed in
<sys/types.h> in NetBSD.)
1997-01-05 07:12:29 +00:00
kato
26bdeaf2d3 Undo RCS keyword change to keep the original `$NetBSD$'.
Pointed out by:	j@uriah.heep.sax.de (J Wunsch)
1997-01-05 07:10:19 +00:00
nate
72b34ab2b2 Minor white-space and comment cleanups. No functional change.
Submitted by:	Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1997-01-05 06:50:22 +00:00
adam
8b939582e8 actually apply submitted changes for Finland and Australia
Submitted by:	Ville.Eerola@vlsi.fi, danny@hilink.com.au
1997-01-05 06:34:19 +00:00
nate
0f44d3fe50 Fix for PR/2333 - psm0 panics if no mouse attached:
The problem is that `psmopen()' doesn't validate a pointer before
  using it.

Submitted by:	Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1997-01-05 06:29:40 +00:00
adam
a2603abeb3 Caribbean Islands moved from inter.phone to na.phone
partial sync with iso3166
2-letter country codes added to na.phone for Caribbean islands
(except Cayman Islands and Monserrat since the 2-letter codes clash with
Kentucky and Mississippi)
changed city codes in Finland (from Ville.Eerola@vlsi.fi)
changed city codes in Australia (from danny@hilink.com.au)
1997-01-05 06:28:16 +00:00
kato
d72b19ef51 Synchronize with sys/i386/isa/npx.c revision 1.36 (reenable
i586_optimized_copyin/out).
1997-01-05 05:05:43 +00:00
davidn
923b71f7ef Remove duplicated #include. 1997-01-05 04:54:24 +00:00
davidn
348fa0a6fc Fix reference /etc/acct/pw.conf -> /etc/pw.conf.
Pointed-Out-By: Peter Wemm.
1997-01-05 04:05:22 +00:00
davidn
f9d8d4f0d7 Add missing manpage for login.conf. 1997-01-05 03:24:45 +00:00
alex
4ba7365ee4 Typo police. 1997-01-04 23:29:56 +00:00
max
b9594631f1 Merge the en version changes made in 1.22 -> 1.23. 1997-01-04 22:49:32 +00:00
max
e5a4817896 Merge the en version changes made in 1.8 -> 1.9. 1997-01-04 22:46:58 +00:00
jfieber
741ece91da A nudge closer to ditching linuxdoc.
I now have a functioning, semi-automagic linuxdoc to docbook converter,
so once the docbook to (HTML|groff) converters are up to snuff,
linuxdoc will be history.  :)
1997-01-04 22:38:37 +00:00
jfieber
2855f90dc3 Add docbook. 1997-01-04 22:24:01 +00:00
ache
5d98671f25 Libreadline. 1997-01-04 22:09:20 +00:00
ache
3880fb335d This commit was generated by cvs2svn to compensate for changes in r21308,
which included commits to RCS files with non-trunk default branches.
1997-01-04 22:09:20 +00:00
mbarkah
6471025dfa Fixed cgi URL from /cgi-bin/ to /cgi/. 1997-01-04 20:43:55 +00:00
sos
2fa2ea00da Add the forgotten login_cap.h 1997-01-04 20:40:34 +00:00
mbarkah
b6cb264b29 Fixed cgi URLs from /cgi-bin/ to /cgi/. 1997-01-04 20:36:26 +00:00
kato
5276062f1b Fix collapse code included in #ifdef WDDEBUG: add `;' at the end of the
line, and `"' at the end of first argument of printf().

Submitted by:	Michio "Karl" Jinbo <karl@marcer.nagaokaut.ac.jp>
1997-01-04 20:13:41 +00:00
steve
5936b56fef Make sh(1) think and be in the same place at the same time. This closes
PR#2331: strange output of sh's pwd on symlinked directories.
1997-01-04 19:14:29 +00:00
kato
ef2c00943e Fix cursor address calculation.
Submitted by:	Michio "Karl" Jinbo <karl@marcer.nagaokaut.ac.jp>
1997-01-04 18:02:18 +00:00
davidn
592532aadc Library functions relating to the login class capabilities database,
including manpages.
See also login_cap.h.
1997-01-04 16:50:08 +00:00
davidn
4caa8a8a8d Header for login class capabilities handling. 1997-01-04 16:43:58 +00:00
mckay
262d4157e6 Fix a couple of typos.
Safe for 2.2.
1997-01-04 16:12:06 +00:00
bde
87362192e8 Reenabled i586_optimized_copyin/out yet again. 1997-01-04 13:57:17 +00:00