]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
27 years agoSupport for -c, byte count.
Alexander Langer [Sun, 6 Apr 1997 00:54:27 +0000 (00:54 +0000)]
Support for -c, byte count.

27 years agomove top.1 -> top.local.1, and generate top.1 so that the man page
Peter Wemm [Sat, 5 Apr 1997 22:05:46 +0000 (22:05 +0000)]
move top.1 -> top.local.1, and generate top.1 so that the man page
is remotely useful

27 years agoInstead of testing for both SELDI and SELDO in SSTAT0 in the poll for work
Justin T. Gibbs [Sat, 5 Apr 1997 22:03:47 +0000 (22:03 +0000)]
Instead of testing for both SELDI and SELDO in SSTAT0 in the poll for work
loop, test for them separately.  The bug report from David Malone showed that
even though we had been reselected (SELDI was true), we sat in the poll for
work loop until the selection timeout timer expired.  It may be that the
SSTAT0 register doesn't like to have more than one bit tested at a time.
I've seen stranger things than this on these parts.

27 years agoFix a bug in the selection timeout handler that was introduced when the
Justin T. Gibbs [Sat, 5 Apr 1997 21:41:13 +0000 (21:41 +0000)]
Fix a bug in the selection timeout handler that was introduced when the
selection loop was merged with the poll_for_work loop.  We cannot assume
that the SCB for the selection timeout is the current SCB.  Instead we
must look at the SCB at the head of the waiting for selection list.

This fixes part of a problem reported by David Malone, but does not explain
why he was getting selection timeouts in the first place.

27 years agoChange IPX to use the pr_usrreqs structure.
John Hay [Sat, 5 Apr 1997 20:05:11 +0000 (20:05 +0000)]
Change IPX to use the pr_usrreqs structure.

27 years agoDisallow "-p" when linking, with a diagnostic that recommends using
John Polstra [Sat, 5 Apr 1997 16:19:08 +0000 (16:19 +0000)]
Disallow "-p" when linking, with a diagnostic that recommends using
"-pg" and gprof(1) instead.  FreeBSD does not support plain "-p" or
prof(1).

Plain "-p" is still allowed when just compiling.  In the compile
phase, "-p" is identical "-pg".  It is used by <bsd.lib.mk> for
building profiled object files.

27 years agoSynchronize with sys/i386/conf/options.i386 revision 1.39.
KATO Takenori [Sat, 5 Apr 1997 15:06:30 +0000 (15:06 +0000)]
Synchronize with sys/i386/conf/options.i386 revision 1.39.

27 years agoSynchronize with sys/i386/isa/sioreg.h revision 1.8.
KATO Takenori [Sat, 5 Apr 1997 15:05:16 +0000 (15:05 +0000)]
Synchronize with sys/i386/isa/sioreg.h revision 1.8.

27 years agoSynchronize with sys/i386/isa/sio.c revision 1.162.
KATO Takenori [Sat, 5 Apr 1997 15:04:32 +0000 (15:04 +0000)]
Synchronize with sys/i386/isa/sio.c revision 1.162.

27 years agoFix linux_getdents so that it can cope with filesystems which translate
Doug Rabson [Sat, 5 Apr 1997 14:50:56 +0000 (14:50 +0000)]
Fix linux_getdents so that it can cope with filesystems which translate
the directory format (ext2fs, cd9660).  For these filesystems, it must use
cookies to find the correct offset to use for subsequent reads.  Without it,
linux /bin/ls tends to loop re-reading the same block over and over again.

2.2 candidate.

27 years agoMoved COMCONSOLE, CONADDR and CONUNIT to defunct options.
Bruce Evans [Sat, 5 Apr 1997 13:21:08 +0000 (13:21 +0000)]
Moved COMCONSOLE, CONADDR and CONUNIT to defunct options.

27 years agoRemoved defaults for dead options CONADDR and CONUNIT.
Bruce Evans [Sat, 5 Apr 1997 13:15:50 +0000 (13:15 +0000)]
Removed defaults for dead options CONADDR and CONUNIT.

27 years agoUse device flags instead of options for serial console configuration
Bruce Evans [Sat, 5 Apr 1997 13:11:27 +0000 (13:11 +0000)]
Use device flags instead of options for serial console configuration
(see LINT).  There is a new low-level console type that is more suitable
for use with gdb-remote.

Fixed setting of speed at probe time for the serial console (if any).

Reviewed by: dfr

27 years agoDeclare issetugid()
Peter Wemm [Sat, 5 Apr 1997 13:03:15 +0000 (13:03 +0000)]
Declare issetugid()

Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>, PR#3200

27 years agoSupport NFS cookies in VOP_READDIR, allowing ext2fs filesystems to be
Doug Rabson [Sat, 5 Apr 1997 12:23:44 +0000 (12:23 +0000)]
Support NFS cookies in VOP_READDIR, allowing ext2fs filesystems to be
exported via NFS.

2.2 candidate.

27 years agoUpdate run - try and use the correct release numbers for everything.
Jordan K. Hubbard [Sat, 5 Apr 1997 08:38:48 +0000 (08:38 +0000)]
Update run - try and use the correct release numbers for everything.

27 years agoRecognize ZNYX 314 cards that have a MAC address with the low bit set.
Poul-Henning Kamp [Sat, 5 Apr 1997 07:59:41 +0000 (07:59 +0000)]
Recognize ZNYX 314 cards that have a MAC address with the low bit set.

27 years agoYAMF22
Jordan K. Hubbard [Sat, 5 Apr 1997 07:08:14 +0000 (07:08 +0000)]
YAMF22

27 years agoReplace Sf/Sb with AF/AB for terminals with ANSI colors
Andrey A. Chernov [Sat, 5 Apr 1997 02:51:19 +0000 (02:51 +0000)]
Replace Sf/Sb with AF/AB for terminals with ANSI colors

27 years agoImplement dkstats for worm devices so they show up in iostat et al.
Jordan K. Hubbard [Fri, 4 Apr 1997 22:12:55 +0000 (22:12 +0000)]
Implement dkstats for worm devices so they show up in iostat et al.
I got tired of not seeing my worm stats show up during a burn. :)
[Joerg, I just stapled in 1MB/sec for a bogus xfer rate and left seek = 1,
 as suggested - I'm not going to dynamically calculate the xfer rate from
 a known device spectable, OK? :-)]
Reviewed by: joerg

27 years agoSpeedup in case locale not used
Andrey A. Chernov [Fri, 4 Apr 1997 20:10:53 +0000 (20:10 +0000)]
Speedup in case locale not used

27 years agoSpeedup in case locale not used
Andrey A. Chernov [Fri, 4 Apr 1997 19:40:49 +0000 (19:40 +0000)]
Speedup in case locale not used

27 years agoAdd a 1ms delay in the XS_BUSY case. This is the same error code returned
Justin T. Gibbs [Fri, 4 Apr 1997 19:37:20 +0000 (19:37 +0000)]
Add a 1ms delay in the XS_BUSY case.  This is the same error code returned
for the QUEUE FULL condition.  This may help avoid wedging a device by
immediately requeeuing the transaction in this case.

27 years agoNow that we use AAP, we have to explicitly unpause the sequencer when
Justin T. Gibbs [Fri, 4 Apr 1997 19:36:04 +0000 (19:36 +0000)]
Now that we use AAP, we have to explicitly unpause the sequencer when
queueing an abort SCB.

27 years agoAdd missing Id that was lost when the sequencer file format changed.
Justin T. Gibbs [Fri, 4 Apr 1997 19:35:30 +0000 (19:35 +0000)]
Add missing Id that was lost when the sequencer file format changed.

27 years agoSpeedup in case locale not used
Andrey A. Chernov [Fri, 4 Apr 1997 19:16:08 +0000 (19:16 +0000)]
Speedup in case locale not used

27 years agoEliminate some function calls when locale not used
Andrey A. Chernov [Fri, 4 Apr 1997 19:08:19 +0000 (19:08 +0000)]
Eliminate some function calls when locale not used

27 years agoEliminate yet one function call when locale not used
Andrey A. Chernov [Fri, 4 Apr 1997 19:07:02 +0000 (19:07 +0000)]
Eliminate yet one function call when locale not used

27 years agoSpeedup in case locale not used
Andrey A. Chernov [Fri, 4 Apr 1997 18:44:19 +0000 (18:44 +0000)]
Speedup in case locale not used

27 years agoThis commit was generated by cvs2svn to compensate for changes in r24628,
Juli Mallett [Fri, 4 Apr 1997 18:41:29 +0000 (18:41 +0000)]
This commit was generated by cvs2svn to compensate for changes in r24628,
which included commits to RCS files with non-trunk default branches.

27 years agoImport OpenBSD m4 as of today.
Juli Mallett [Fri, 4 Apr 1997 18:41:29 +0000 (18:41 +0000)]
Import OpenBSD m4 as of today.

27 years agoSpeedup in case locale not used
Andrey A. Chernov [Fri, 4 Apr 1997 18:28:38 +0000 (18:28 +0000)]
Speedup in case locale not used

27 years agoFix various bugs in the locking protocol, allowing proper shared locks
Doug Rabson [Fri, 4 Apr 1997 17:49:35 +0000 (17:49 +0000)]
Fix various bugs in the locking protocol, allowing proper shared locks
to be used.  This should fix the lock panics that people are seeing.

27 years ago[Previous comment was incorrect for these files]
Doug Rabson [Fri, 4 Apr 1997 17:47:43 +0000 (17:47 +0000)]
[Previous comment was incorrect for these files]
Added calls to VFS lock debugging macros to make fixing filesystems' locking
easier.

27 years agoAdd a function vop_sharedlock which a copy of vop_nolock without the
Doug Rabson [Fri, 4 Apr 1997 17:46:21 +0000 (17:46 +0000)]
Add a function vop_sharedlock which a copy of vop_nolock without the
implementation #ifdef out.  This can be used for now by NFS.  As soon
as all the other filesystems' locking is fixed, this can go away.

Print the vnode address in vprint for easier debugging.

27 years agoAdd some debugging macros for tracing VFS locking bugs.
Doug Rabson [Fri, 4 Apr 1997 17:43:32 +0000 (17:43 +0000)]
Add some debugging macros for tracing VFS locking bugs.
Declare (hopefully short-lived) vop_sharedlock.

27 years agoDeleted <pc98/pc98/pc98_device.h>.
KATO Takenori [Fri, 4 Apr 1997 16:44:52 +0000 (16:44 +0000)]
Deleted <pc98/pc98/pc98_device.h>.

27 years agoSynchronize with sys/i386/isa/syscons.c revision 1.208.
KATO Takenori [Fri, 4 Apr 1997 15:23:55 +0000 (15:23 +0000)]
Synchronize with sys/i386/isa/syscons.c revision 1.208.

27 years agoSynchronize with sys/i386/isa/wd.c revision 1.128.
KATO Takenori [Fri, 4 Apr 1997 15:22:59 +0000 (15:22 +0000)]
Synchronize with sys/i386/isa/wd.c revision 1.128.

27 years agoFixed missing ${COPY} in install rule.
Bruce Evans [Fri, 4 Apr 1997 15:09:42 +0000 (15:09 +0000)]
Fixed missing ${COPY} in install rule.

27 years agoKilled unnecessary vp == NULL check after namei.
David Greenman [Fri, 4 Apr 1997 09:06:20 +0000 (09:06 +0000)]
Killed unnecessary vp == NULL check after namei.

27 years agoOops, only free component name buffer if namei() didn't. This bug has
David Greenman [Fri, 4 Apr 1997 07:30:06 +0000 (07:30 +0000)]
Oops, only free component name buffer if namei() didn't. This bug has
been in here since I wrote the code 3 years ago! Thanks, Bruce!

Submitted by: bde

27 years agoNOOP commit to correct the comment for the last commit:
Justin T. Gibbs [Fri, 4 Apr 1997 04:21:43 +0000 (04:21 +0000)]
NOOP commit to correct the comment for the last commit:
Bump the timeout for an "ordered tag" recovery action from 1 to 5 seconds.

Remove the multiple timeout panic.  Its very easy to get into a situation
where a timedout command will time out a second time even though the
recovery code is working fine.  A good example is:

1) Command times out during recovery
2) reset the timeout for the command
3) Recovery actions complete and all transactions are requeued
4) second timeout fires off which puts us back into recovery bogusly
5) another transaction that timedout once during the first recovery action
   times out causing the panic.

In essence, the correct solution to the problem is to put every transaction
back up into the work queue and have their timeout handling done in the same
way that all commands are handled.  The CAM layer makes this easy, so it
will have to wait until then.

27 years agoVarious fixes:
David Greenman [Fri, 4 Apr 1997 04:17:11 +0000 (04:17 +0000)]
Various fixes:

1. imgp->image_header needs to be cleared for the bp == NULL && `goto
   interpret' case, else exec_fail_dealloc would free it twice after
   an error.

2. Moved the vp->v_writecount check in exec_check_permissions() to
   near the end.  This fixes execve("/dev/null", ...) returning the
   bogus errno ETXTBSY.  ETXTBSY is still returned for attempts to
   exec interpreted files that are open for writing.  The man page
   is very old and wrong here.  It says that ETXTBSY is for pure
   procedure (shared text) files that are open for writing or reading.

3. Moved the setuid disabling in exec_check_permissions() to the end.
   Cosmetic.  It's more natural to dispose of all the error cases
   first.

...plus a couple of other cosmetic changes.

Submitted by: bde

27 years agoWhen not using SCB paging, we can always directly index the SCB of interest
Justin T. Gibbs [Fri, 4 Apr 1997 04:09:29 +0000 (04:09 +0000)]
When not using SCB paging, we can always directly index the SCB of interest
either by looking it up in the array of pending, per target, untagged
transactions, or by using the tag value passed in during the identify.  The
old code only direct indexed for tagged transactions.  This makes the
"findSCB" routine only necessary when SCB paging is enabled, so appropriately
conditionalize it.  This greatly simplifies the non SCB paging code flow.

27 years agoRemove the etc-magic target since we no longer install the
Mike Pritchard [Fri, 4 Apr 1997 02:42:53 +0000 (02:42 +0000)]
Remove the etc-magic target since we no longer install the
/etc/magic symlink.

27 years agoThe magic file now lives in /usr/share/misc.
Mike Pritchard [Fri, 4 Apr 1997 02:41:01 +0000 (02:41 +0000)]
The magic file now lives in /usr/share/misc.
Closes PR# 3187.

Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>

27 years agoBack out cd ${.CURDIR}, stale obj fault
Andrey A. Chernov [Fri, 4 Apr 1997 01:44:25 +0000 (01:44 +0000)]
Back out cd ${.CURDIR}, stale obj fault

27 years agoLose the vnode lock on a permissions failure.
David Greenman [Fri, 4 Apr 1997 01:30:33 +0000 (01:30 +0000)]
Lose the vnode lock on a permissions failure.

Submitted by: Tor Egge <Tor.Egge@idi.ntnu.no>

27 years agoFix a typo that prevented the proper flag from being set
Mike Pritchard [Fri, 4 Apr 1997 01:25:32 +0000 (01:25 +0000)]
Fix a typo that prevented the proper flag from being set
when USE_REFER is set.

Submitted by: Sandro Sigala <ssigala@globalnet.it>

27 years agoDocument the -u option.
Mike Pritchard [Fri, 4 Apr 1997 00:49:35 +0000 (00:49 +0000)]
Document the -u option.

Forgotten by: guido

27 years agoMake the default VERASE key the <-- key and remove root's
Brian Somers [Thu, 3 Apr 1997 21:42:42 +0000 (21:42 +0000)]
Make the default VERASE key the <-- key and remove root's
`stty's.  'nuff said.

Inventor: joerg@FreeBSD.org
Reviewer: sos@FreeBSD.org

27 years agoMake all this work under -current again.
Jordan K. Hubbard [Thu, 3 Apr 1997 13:44:59 +0000 (13:44 +0000)]
Make all this work under -current again.
Submitted-By: Chuck Robey <chuckr@glue.umd.edu>
27 years agoAdd manual page symlinks
Wolfram Schneider [Thu, 3 Apr 1997 12:32:42 +0000 (12:32 +0000)]
Add manual page symlinks
YP.4 -> yp.4
nis.4 -> yp.4
NIS.4 -> yp.4

27 years agoFix bug that can cuase a loop to become endless.
David E. O'Brien [Thu, 3 Apr 1997 11:24:59 +0000 (11:24 +0000)]
Fix bug that can cuase a loop to become endless.
The bug is triggered by attempts to copy in (-i) a file which happens
to have zero length.

27 years agoBmake Makefile for building info files for GNU cpio.
David E. O'Brien [Thu, 3 Apr 1997 11:20:39 +0000 (11:20 +0000)]
Bmake Makefile for building info files for GNU cpio.

27 years agoBmake Makefiles for GNU cpio.
David E. O'Brien [Thu, 3 Apr 1997 11:20:09 +0000 (11:20 +0000)]
Bmake Makefiles for GNU cpio.

27 years agoMake way for FreeBSD files with CPIO bits in src/contrib/cpio
David E. O'Brien [Thu, 3 Apr 1997 11:16:57 +0000 (11:16 +0000)]
Make way for FreeBSD files with CPIO bits in src/contrib/cpio

27 years agoFREEBSD-upgrade is now the "accpeted" name for the FreeBSD readme on
David E. O'Brien [Thu, 3 Apr 1997 10:47:21 +0000 (10:47 +0000)]
FREEBSD-upgrade is now the "accpeted" name for the FreeBSD readme on
contributed soruces.

27 years agoResolve conflicts created by import.
Darren Reed [Thu, 3 Apr 1997 10:47:12 +0000 (10:47 +0000)]
Resolve conflicts created by import.

27 years agoFreeBSD specific readme for contributed source.
David E. O'Brien [Thu, 3 Apr 1997 10:45:21 +0000 (10:45 +0000)]
FreeBSD specific readme for contributed source.

(FREEBSD-upgrade is now the "accpeted" filename for this).

27 years agoThis commit was generated by cvs2svn to compensate for changes in r24586,
Darren Reed [Thu, 3 Apr 1997 10:39:35 +0000 (10:39 +0000)]
This commit was generated by cvs2svn to compensate for changes in r24586,
which included commits to RCS files with non-trunk default branches.

27 years agoReally import sys/netinet changes for IP Filter 3.2alpha4 this time.
Darren Reed [Thu, 3 Apr 1997 10:39:35 +0000 (10:39 +0000)]
Really import sys/netinet changes for IP Filter 3.2alpha4 this time.

27 years agoThis commit was generated by cvs2svn to compensate for changes in r24583,
Darren Reed [Thu, 3 Apr 1997 10:22:02 +0000 (10:22 +0000)]
This commit was generated by cvs2svn to compensate for changes in r24583,
which included commits to RCS files with non-trunk default branches.

27 years agoImport IP Filter version 3.2alpha4 to bring in working LKM for 2.2
Darren Reed [Thu, 3 Apr 1997 10:22:02 +0000 (10:22 +0000)]
Import IP Filter version 3.2alpha4 to bring in working LKM for 2.2

27 years agoMoved prototypes of scsi_data, scsi_link and proc before scsi_adapter.
KATO Takenori [Thu, 3 Apr 1997 10:09:29 +0000 (10:09 +0000)]
Moved prototypes of scsi_data, scsi_link and proc before scsi_adapter.
If PC98 is defined, the type of the first argument of open_target_lu
is scsi_link structure.

27 years agoRemoved <mv/lock.h> and <mv/vm_map.h>.
KATO Takenori [Thu, 3 Apr 1997 09:59:03 +0000 (09:59 +0000)]
Removed <mv/lock.h> and <mv/vm_map.h>.

27 years agoSynchronize with sys/i386/confi/files.i386 revision 1.158.
KATO Takenori [Thu, 3 Apr 1997 09:55:26 +0000 (09:55 +0000)]
Synchronize with sys/i386/confi/files.i386 revision 1.158.

27 years agoIf flag 0x4000 (Sleephack) is defined, assume that the disk is sleeping
Poul-Henning Kamp [Thu, 3 Apr 1997 09:43:50 +0000 (09:43 +0000)]
If flag 0x4000 (Sleephack) is defined, assume that the disk is sleeping
if all registers are 0xff.

This allows me to run with flags 0xc0ff on my IBM-DMCA-21440 disk, which
gives 5MB/sec sequential read :-)

If you have a laptop, try adding flag 0x4000 to your disk, and tell me if
it makes any difference for you.

27 years agoput the german keys where they belong.
Søren Schmidt [Thu, 3 Apr 1997 09:10:37 +0000 (09:10 +0000)]
put the german keys where they belong.
Submitted by: Slaven Rezic

27 years agoThe code which recovered from a modified directory situation did not check
Doug Rabson [Thu, 3 Apr 1997 07:52:00 +0000 (07:52 +0000)]
The code which recovered from a modified directory situation did not check
for eof when re-caching the directory.  This could cause it to loop forever
if a directory was truncated.

27 years agoAdd libg++ 3.0
Jordan K. Hubbard [Thu, 3 Apr 1997 06:08:28 +0000 (06:08 +0000)]
Add libg++ 3.0

27 years agomake obj before building the aic7xxx assembler. This puts the object
Justin T. Gibbs [Thu, 3 Apr 1997 05:57:16 +0000 (05:57 +0000)]
make obj before building the aic7xxx assembler.  This puts the object
files in the right place.

The clean rule still isn't quite right since currently config doesn't
allow the specification of arbitrary clean rules.

27 years agoCFLAGS += -I. so that building in an obj directory works.
Justin T. Gibbs [Thu, 3 Apr 1997 05:56:00 +0000 (05:56 +0000)]
CFLAGS += -I. so that building in an obj directory works.

27 years agoReorganize elements of the inpcb struct to take better advantage of
David Greenman [Thu, 3 Apr 1997 05:14:45 +0000 (05:14 +0000)]
Reorganize elements of the inpcb struct to take better advantage of
cache lines. Removed the struct ip proto since only a couple of chars
were actually being used in it. Changed the order of compares in the
PCB hash lookup to take advantage of partial cache line fills (on PPro).

Discussed-with: wollman

27 years agoHonor the nouser/nogroup flag when determing if NULL should
Mike Pritchard [Thu, 3 Apr 1997 01:51:34 +0000 (01:51 +0000)]
Honor the nouser/nogroup flag when determing if NULL should
be returned if a cached uid/gid does not exist in the password
file.

27 years agoTypo.
Masafumi Max NAKANE [Thu, 3 Apr 1997 01:07:38 +0000 (01:07 +0000)]
Typo.
Submitted by: Mihoko TANAKA <mihoko@pa.yokogawa.co.jp>

27 years agoarg... add back the "stray" `-' (it is used by indent)
John-Mark Gurney [Thu, 3 Apr 1997 00:36:26 +0000 (00:36 +0000)]
arg...  add back the "stray" `-'  (it is used by indent)

27 years agoBase work to make gdbserver work with FreeBSD
Paul Traina [Thu, 3 Apr 1997 00:29:25 +0000 (00:29 +0000)]
Base work to make gdbserver work with FreeBSD

27 years agoUpdate to include details about the changes to setuid/setgid.
Peter Wemm [Wed, 2 Apr 1997 17:24:16 +0000 (17:24 +0000)]
Update to include details about the changes to setuid/setgid.

27 years agoBack out csu fix, because it was just fixed differently
Andrey A. Chernov [Wed, 2 Apr 1997 17:10:16 +0000 (17:10 +0000)]
Back out csu fix, because it was just fixed differently

27 years agoDon't incorrectly set P_SUGID in setre[ug]id() for no reason, as noticed
Peter Wemm [Wed, 2 Apr 1997 17:05:49 +0000 (17:05 +0000)]
Don't incorrectly set P_SUGID in setre[ug]id() for no reason, as noticed
by bde.
Don't return EPERM in setre[ug]id() just because the caller passes in
the current effective id in the second arg (ie: no change), as suggested
by ache.

27 years agoAllow "modern" syntax:
Poul-Henning Kamp [Wed, 2 Apr 1997 17:05:30 +0000 (17:05 +0000)]
Allow "modern" syntax:
route add -net 192.168.64.0/20 bla bla bla

27 years agocd ${.CURDIR} before installing, since no files in the obj directory
Andrey A. Chernov [Wed, 2 Apr 1997 16:56:56 +0000 (16:56 +0000)]
cd ${.CURDIR} before installing, since no files in the obj directory

27 years agounifdef CCITT, ISO & CRUFT.
Poul-Henning Kamp [Wed, 2 Apr 1997 16:52:45 +0000 (16:52 +0000)]
unifdef CCITT, ISO & CRUFT.

27 years agoFix an error in the previous revision that caused make world breakage.
John Polstra [Wed, 2 Apr 1997 16:49:18 +0000 (16:49 +0000)]
Fix an error in the previous revision that caused make world breakage.

27 years agoFor csu/i386 add "all" before "beforeinstall", because "beforeinstall"
Andrey A. Chernov [Wed, 2 Apr 1997 16:44:06 +0000 (16:44 +0000)]
For csu/i386 add "all" before "beforeinstall", because "beforeinstall"
wants to install "all" targets which not exist at this stage

27 years agoVariable name typo.
Wolfram Schneider [Wed, 2 Apr 1997 14:34:57 +0000 (14:34 +0000)]
Variable name typo.

Reviewed by: Guy Helmer <ghelmer@cs.iastate.edu
Submitted by: Paul Sandys <myj@nyct.net>

27 years agoSync up to current state of development.
Jordan K. Hubbard [Wed, 2 Apr 1997 12:13:35 +0000 (12:13 +0000)]
Sync up to current state of development.

27 years agoSync up to current state of development.
Jordan K. Hubbard [Wed, 2 Apr 1997 12:07:39 +0000 (12:07 +0000)]
Sync up to current state of development.

27 years agoMake "-o noxxx" work properly, allowing the user to clean e.g. the resvport
Doug Rabson [Wed, 2 Apr 1997 11:30:44 +0000 (11:30 +0000)]
Make "-o noxxx" work properly, allowing the user to clean e.g. the resvport
flag (which is now set by default).

27 years agoremove a stray `-'
John-Mark Gurney [Wed, 2 Apr 1997 11:26:59 +0000 (11:26 +0000)]
remove a stray `-'

27 years agominor stylistic change (NULL to '\0')
John-Mark Gurney [Wed, 2 Apr 1997 10:44:12 +0000 (10:44 +0000)]
minor stylistic change (NULL to '\0')

Submitted-by: Philippe Charnier <charnier@xp11.frmug.org>
Closes PR#2999

27 years agoadd comment about the brokeness of some termcap entires that require a
John-Mark Gurney [Wed, 2 Apr 1997 10:27:27 +0000 (10:27 +0000)]
add comment about the brokeness of some termcap entires that require a
`%' to be just that...

make tput just warn about an unknown type modifier instead of breaking...
this allows you to `tput init' on a tek4107...

27 years agomake it so that chat doesn't fail when it can't get terminal params..
John-Mark Gurney [Wed, 2 Apr 1997 09:55:26 +0000 (09:55 +0000)]
make it so that chat doesn't fail when it can't get terminal params..
this allows it to work on non-tty input...  also don't warn when this
happens as it could get noisy...

Silence is Acceptance

27 years agouncomment CD_Q_BCD_TRACKS flag, add xref to scsi(4)
John-Mark Gurney [Wed, 2 Apr 1997 09:41:16 +0000 (09:41 +0000)]
uncomment CD_Q_BCD_TRACKS flag, add xref to scsi(4)

27 years agoadd a cd quirk flag CD_Q_BCD_TRACKS, that will convert bcd2bin the track
John-Mark Gurney [Wed, 2 Apr 1997 09:05:43 +0000 (09:05 +0000)]
add a cd quirk flag CD_Q_BCD_TRACKS, that will convert bcd2bin the track
id's from broken scsi cdrom drives like my Chinon... plus update the quirk
entry for it :)

Closes my own PR#2423

27 years agoThe user_from_{uid,gid} routines would return garbage if the
Mike Pritchard [Wed, 2 Apr 1997 06:20:04 +0000 (06:20 +0000)]
The user_from_{uid,gid} routines would return garbage if the
uid/gid in question was in the cache, but did not exist
in the password file.  This causes the -nouser and -nogroup
options to find(1) to only print the first file owned by
an unknown user/group in some cases.

27 years agoFix spelling error.
Jordan K. Hubbard [Wed, 2 Apr 1997 06:03:52 +0000 (06:03 +0000)]
Fix spelling error.
Submitted by: Hiroyuki HANAI <hanai@astec.co.jp>

27 years agoGrammar police.
Mike Pritchard [Wed, 2 Apr 1997 05:52:22 +0000 (05:52 +0000)]
Grammar police.