Commit Graph

18638 Commits

Author SHA1 Message Date
wollman
29b06bf9e8 Checkpoint the beginnings of the new kernel interface for
multicast group memberships.  This is not actually operative
at the moment (a lot of other code still needs to be changed), but
this seemed like a useful reference point to check in so that
others (i.e. Bill Fenner) have fair warning of where we are going.
1997-01-07 19:15:32 +00:00
pst
f09376055c Some buffer overrun fixes and removed check for username starting with "-"
(replacied it with a getopt stopper (--) instead, which is more correct).

Obtained from: OpenBSD
1997-01-07 19:00:52 +00:00
davidn
ed6c38947e Various bugfixes. 1997-01-07 16:28:12 +00:00
nate
a4cd3aa306 > The extra include of <sys/time.h> is because apm uses microtime() and my
> <sys/param.h> doesn't include <sys/time.h>
>
> I removed the NAPM check since it's wasteful to check twice.  apmprobe()
> checks the unit number, and that's the right check.

Submitted by:	bde
1997-01-07 15:36:34 +00:00
davidn
c62dbf5cf7 Consistency check: refs to ~/.login.conf should be ~/.login_conf. 1997-01-07 14:29:50 +00:00
davidn
dc34793667 Commit the right version this time. :-) 1997-01-07 13:32:04 +00:00
davidn
a1aeb51bcb Fix for login_getclass(NULL) case. 1997-01-07 13:29:21 +00:00
max
0194d2b074 Added proff@suburbia.net (Julian Assange) for doing strobe port. 1997-01-07 13:11:58 +00:00
davidn
220feab87c Typo fix. 1997-01-07 13:04:38 +00:00
asami
11630c3c11 Typo, "%d" -> "%s". This caused tar to print things like
tar: Can't change to directory 282656 : No such file or directory
1997-01-07 10:43:40 +00:00
ache
d210e974f1 Fix bugs in runes data handling
Should go into 2.2
Submitted by: Mitsuru IWASAKI <iwasaki@pc.jaring.my>
1997-01-07 09:58:32 +00:00
jkh
2a88580058 Remove bogus redeclaration of setenv().
Fixes make world failure #3 for today (part of an ongoing series).
1997-01-07 06:26:19 +00:00
wpaul
e029a91736 yp_server.c:
- Fail YPPROC_ALL requests when we hit the child process limit. This
  is a little harsh, but it helps prevent the parent from blocking
  and causing other requests to time out.

yp_dnslookup.c:
- Check for duplicate RPC transaction IDs that indicate duplicate
  requests sent due to RPC retransmissions. We don't want to send
  a second DNS request for the same data while an existing request
  is in progress.

- Fix small formatting bogon in snprintf() in yp_async_lookup_addr().
1997-01-07 06:07:21 +00:00
jkh
f6d914e806 Fix bogosity with gdb documentation path.
Submitted-By: Chuck Robey <chuckr@glue.umd.edu> (with fix from me)
1997-01-07 04:41:18 +00:00
jfieber
7a622eabf1 Handle footnotes in a useful manner.
Letter appendicies rather than number them.
Brief descriptive comments for each element.
Lots of cleanup.
1997-01-07 04:39:15 +00:00
jkh
3560c67399 Add yacc to lib-tools target, now that it's been changed. 1997-01-07 02:28:57 +00:00
ache
e3ed8d89d9 Merge vt* entries with Eric's database
Add vt300-340 entries
1997-01-07 01:27:59 +00:00
bde
5ba56f4227 Made minimal changes to make this work again (it depended on devconf).
swapgeneric.c hasn't had anything to do with swapping for some time.
It just makes the -a boot option actually work, and breaks the static
configuration of rootdev and dumpdev.  It should be reorganized to
only support -a.
1997-01-07 01:12:18 +00:00
ache
38267c71c8 Add -f to ln 1997-01-06 19:27:17 +00:00
ache
881b7a42ab Use rlim_t for rlim_cur, rlim_max as supposed 1997-01-06 18:22:28 +00:00
wollman
ec8d66056d This commit was generated by cvs2svn to compensate for changes in r21378,
which included commits to RCS files with non-trunk default branches.
1997-01-06 17:24:50 +00:00
wollman
8de1ca1a49 Quoth Vern:
ftp.sgi.com:sgi/src/routed.tar.Z has a fix that has been cooking for a week
or so and that fixes a problem in the new hash tables for zillions of
interface aliases.  The bug was that interfaces that come and go, such
as for SLIP and PPP, would get permanently lost.

Submitted by:	Vernon J. Schryver <vjs@mica.denver.sgi.com>
1997-01-06 17:24:50 +00:00
nate
38ecbe4fe9 Fix typo I introduced in the DEBUG code last night. 1997-01-06 17:12:00 +00:00
asami
33f0ac464e pkg/DISPLAY -> pkg/MESSAGE
Reported by:	Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
1997-01-06 14:03:00 +00:00
sos
88d646901d Fix typo.. 1997-01-06 13:51:15 +00:00
jkh
6f3298515b DTRT for the 2nd CDROM and cdrom.inf automatically. 1997-01-06 11:45:01 +00:00
jkh
8222ad864b Add extra tweak for -current compilation and some debugging. 1997-01-06 11:32:44 +00:00
jkh
cffde3367c 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
5a6259c4d5 - 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
cb9e42f13d 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
max
38d51e120b Typo (maybe), config(1) -> config(8). 1997-01-06 08:04:25 +00:00
bde
fd3fea4f71 Fixed DPADD to match LDADD. 1997-01-06 07:14:41 +00:00
bde
f23cc98243 Updated DPADD to match LDADD. 1997-01-06 07:05:08 +00:00
wpaul
e30a436ab9 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
15c22aa671 Minor modifications to the PCCARD startup files and comments.
Submitted by:	The Nomads
1997-01-06 06:26:01 +00:00
nate
817e759560 Remove an un-needed static declaration. 1997-01-06 06:09:13 +00:00
nate
54b49f1564 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
61076a3cf5 - 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
jfieber
1fa2dd3e5a 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
bd7ca7ec94 Remove un-necessary comment. 1997-01-06 04:27:21 +00:00
msmith
e6bbccc2df - 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
7206c5f238 Merge Lite2 mods. 1997-01-06 03:07:20 +00:00
ache
cadcc976ee FIx typing error .SRCDIR -> SRCDIR
Submitted by:  bde
1997-01-06 02:30:13 +00:00
steve
f3c6081ec6 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
3e12b8a0fb 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
d8f6e783a9 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
aa6a07a6db 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
1f9ef34eac Fix minor typo. BIOSETIF -> BIOCSETIF 1997-01-05 22:15:59 +00:00
max
69e8f7ce1f Oops, there was a ] I forgot to erase. 1997-01-05 21:46:40 +00:00
max
a864564316 Change wording of MAN?PREFIX description. 1997-01-05 21:41:09 +00:00