Søren Schmidt
7c4eadc07b
Fix typo..
1997-01-06 13:51:15 +00:00
Jordan K. Hubbard
1c2b09d5b2
DTRT for the 2nd CDROM and cdrom.inf automatically.
1997-01-06 11:45:01 +00:00
Jordan K. Hubbard
fb25893d57
Add extra tweak for -current compilation and some debugging.
1997-01-06 11:32:44 +00:00
Jordan K. Hubbard
29d851f6c2
Do a better job of CDROM detection.
...
Use consistent spelling throughout.
Remove unmount in fixit_common() since that's bogus in the CDROM case and
properly "shut down" the media device instead.
1997-01-06 11:10:25 +00:00
Nate Williams
16a960917f
- A pass at staticizing things.
...
- Try to have all output go through the routines in util.c [logerr(),
log_1s(), die()]
- Add *some* code in util.c to allow pccardd to run out of sysinstall.
Submitted by: Mostly me, but some by Tatsumi Hosokawa <hosokawa@jp.FreeBSD.org>
1997-01-06 08:35:06 +00:00
Nate Williams
dc9d5eda2a
Alphabetize the sources in the Makefile (this will help us to sync with
...
the Nomad sources in the future).
1997-01-06 08:11:23 +00:00
Masafumi Max NAKANE
bf8474cf73
Typo (maybe), config(1) -> config(8).
1997-01-06 08:04:25 +00:00
Bruce Evans
e58b89de25
Fixed DPADD to match LDADD.
1997-01-06 07:14:41 +00:00
Bruce Evans
856a02a96f
Updated DPADD to match LDADD.
1997-01-06 07:05:08 +00:00
Bill Paul
cb73ffc8b7
Eek: the 'check for / in map names' test I added a while back detects
...
slashes in map names but doesn't return failure if it finds them. Add
missing return(1) to fix this.
1997-01-06 06:27:55 +00:00
Nate Williams
6951277803
Minor modifications to the PCCARD startup files and comments.
...
Submitted by: The Nomads
1997-01-06 06:26:01 +00:00
Nate Williams
3a9b8d5000
Remove an un-needed static declaration.
1997-01-06 06:09:13 +00:00
Nate Williams
e46ea891b4
Re-write the driver to use getopt(), add the new display suspend
...
function of the kernel, and other assorted misc. cleanups.
Submitted by: nate & HOSOKAWA, Tatsumi <hosokawa@jp.FreeBSD.org>
1997-01-06 06:04:42 +00:00
Nate Williams
16d2ae1333
- Cleanup up the driver (remove un-needed parameters, white-space,
...
etc..), plus add a better display suspend function.
- Changed the Copyright's to reflect the new 'jp.FreeBSD.org' email
address.
Submitted by: nate & HOSOKAWA, Tatsumi <hosokawa@jp.FreeBSD.org>
1997-01-06 06:02:03 +00:00
John Fieber
e579a0d9e2
Marching on...
...
Lots of tweaks and new functionality. This now handles pretty much
everything that the linuxdoc to docbook translator generates. Output
is still a single (very large in the case of the handbaak) file but now
has minimal internal navigation links.
1997-01-06 05:24:35 +00:00
Nate Williams
d1cde7ab69
Remove un-necessary comment.
1997-01-06 04:27:21 +00:00
Mike Smith
fa3da92ad6
- Add a BSD-style copyright. (Should have done that before.)
...
- Be more intelligent about library-like objects that are actually
symlinks. (Suggested by Steve Price)
- Complain about nonexistent libraries referenced by executables (instead
of creating a library called 'not' and putting them there. (oops)
- Fix a few typos.
1997-01-06 04:18:32 +00:00
Steve Price
610a365e2d
Merge Lite2 mods.
1997-01-06 03:07:20 +00:00
Andrey A. Chernov
f91ef3d095
FIx typing error .SRCDIR -> SRCDIR
...
Submitted by: bde
1997-01-06 02:30:13 +00:00
Steve Price
e10e3950fa
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 Price
55f61394b6
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 Price
938ddab485
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
Stefan Eßer
4fe8838383
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 Williams
14acc8410d
Fix minor typo. BIOSETIF -> BIOCSETIF
1997-01-05 22:15:59 +00:00
Masafumi Max NAKANE
585cb7093e
Oops, there was a ] I forgot to erase.
1997-01-05 21:46:40 +00:00
Masafumi Max NAKANE
c0f4f1717e
Change wording of MAN?PREFIX description.
1997-01-05 21:41:09 +00:00
David Nugent
7431589cd8
Move typedef for rlim_t into sys/types.h (as per NetBSD).
1997-01-05 18:32:00 +00:00
Garrett Wollman
01754f1159
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
Garrett Wollman
ca6642fc76
Kill another bogus inclusion of <netinet/if_ether.h>.
1997-01-05 18:14:12 +00:00
Andrey A. Chernov
64cf8d66e2
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
Andrey A. Chernov
42446c543a
Use contrib version now
1997-01-05 16:19:58 +00:00
Andrey A. Chernov
8a1590b4dc
Use SRCDIR to handle non-current directory docs
...
Use INFO* macros from bsd.own.mk
1997-01-05 15:33:36 +00:00
Wolfram Schneider
453d2467e0
Romania is not a Soc. Rep
...
fix umlaut converting for Zuerich
1997-01-05 14:36:23 +00:00
Andrey A. Chernov
78a2c7ec41
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
Andrey A. Chernov
b29a08bf10
Add manpage from another bash directory
1997-01-05 13:01:53 +00:00
Andrey A. Chernov
e81daeb40a
Turn on PAREN_MATCHING
1997-01-05 12:33:45 +00:00
Andrey A. Chernov
6b1a8f7590
Backup savestring as rl_savestring
1997-01-05 12:24:15 +00:00
Stephen McKay
61afd5bb22
A collection of spelling fixes and minor grammar corrections.
...
Safe for 2.2.
1997-01-05 12:13:38 +00:00
David Nugent
5023ac7251
Fix typos pointed out by bde (thanks!).
1997-01-05 09:06:32 +00:00
David Nugent
f1d684fad9
Adds optional NIS passwd file updating and optionally rebuilding
...
NIS maps.
Suggested by: Peter Wemm
1997-01-05 07:15:37 +00:00
Bruce Evans
b488c451de
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 Takenori
1a6a2fcd2d
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 Williams
f0b608a75e
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 David
61b44de40f
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 Williams
99642b0121
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 David
65cc7f99c2
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 Takenori
a4e2f35f5a
Synchronize with sys/i386/isa/npx.c revision 1.36 (reenable
...
i586_optimized_copyin/out).
1997-01-05 05:05:43 +00:00
David Nugent
c7fefa0352
Remove duplicated #include.
1997-01-05 04:54:24 +00:00
David Nugent
9d8caa0abd
Fix reference /etc/acct/pw.conf -> /etc/pw.conf.
...
Pointed-Out-By: Peter Wemm.
1997-01-05 04:05:22 +00:00
David Nugent
561d61ca90
Add missing manpage for login.conf.
1997-01-05 03:24:45 +00:00