]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
27 years agoMade sure the string formated by strftime() is properly
Kazutaka YOKOTA [Fri, 7 Mar 1997 11:04:01 +0000 (11:04 +0000)]
Made sure the string formated by strftime() is properly
null-terminated.

Fixed a wrong if statement which should test a string is
empty where in fact it tested the string pointer was NULL.

Should go to RELENG_2_1 and RELENG_2_2.

Reviewed by guido@freebsd.org.

27 years agoMade sure the string formated by strftime() is properly
Kazutaka YOKOTA [Fri, 7 Mar 1997 10:54:19 +0000 (10:54 +0000)]
Made sure the string formated by strftime() is properly
null-terminated.

Should go to RELENG_2_1 and RELENG_2_2.

Reviewed by guido@freebsd.org.

27 years agoMade set_controller_command_byte() less verbose. It used to print a
Kazutaka YOKOTA [Fri, 7 Mar 1997 10:22:55 +0000 (10:22 +0000)]
Made set_controller_command_byte() less verbose. It used to print a
debug message whenever one of lock keys were pressed, if the system
was started with the `-v' option.

Removed a couple of lines of dead code too.

27 years agoFix a bogon in pcvt that caused a characterset designation to not take
Joerg Wunsch [Fri, 7 Mar 1997 08:56:00 +0000 (08:56 +0000)]
Fix a bogon in pcvt that caused a characterset designation to not take
effect immediately, but required a following (normally redundant) G0
into GL mapping.  This adds one layer of indirection (thus might make it
slower), but fixes the broken box character drawing in pcvt.

Hellmuth and Bruce are unfortunately too busy too review this right now,
but i wanna have it in 2.2 since it has often been asked in the past.

27 years agoFix the new (kbdio) keyboard layer to correctly work if PCVT_SCANSET == 2
Joerg Wunsch [Fri, 7 Mar 1997 08:53:16 +0000 (08:53 +0000)]
Fix the new (kbdio) keyboard layer to correctly work if PCVT_SCANSET == 2
even early in the boot process (boot -c or -d).

Submitted by: yokota@zodiac.mech.utsunomiya-u.ac.jp (Kazutaka YOKOTA)

27 years agoOops, had a couple of extra parens in a couple of lines.
Mike Pritchard [Fri, 7 Mar 1997 07:45:17 +0000 (07:45 +0000)]
Oops, had a couple of extra parens in a couple of lines.

27 years agoClean this man page up. Don't use hardcoded font escape codes.
Mike Pritchard [Fri, 7 Mar 1997 07:43:19 +0000 (07:43 +0000)]
Clean this man page up.  Don't use hardcoded font escape codes.
Other mdoc cleanup.

27 years agoFix (I hope) the NFS hole. This is only compile tested.
Gary Palmer [Fri, 7 Mar 1997 07:42:41 +0000 (07:42 +0000)]
Fix (I hope) the NFS hole. This is only compile tested.

Submitted by: (partly) davids@SECNET.COM via BUGTRAQ

27 years agoAdd a missing semi-colon.
Mike Pritchard [Fri, 7 Mar 1997 06:15:54 +0000 (06:15 +0000)]
Add a missing semi-colon.

Submitted by: jmg

27 years agoCatch up with the original.
Hiroyuki Hanai [Fri, 7 Mar 1997 04:56:58 +0000 (04:56 +0000)]
Catch up with the original.

27 years agoSome minor mdoc cleanup.
Mike Pritchard [Fri, 7 Mar 1997 03:32:31 +0000 (03:32 +0000)]
Some minor mdoc cleanup.

27 years agoadd missing cvs Id lines.
John-Mark Gurney [Fri, 7 Mar 1997 03:28:23 +0000 (03:28 +0000)]
add missing cvs Id lines.

27 years agoUpdate this man page to reflect how setattr manipulates time
Mike Pritchard [Fri, 7 Mar 1997 03:16:52 +0000 (03:16 +0000)]
Update this man page to reflect how setattr manipulates time
values after the Lite2 merge.

27 years agoadd missing cvs Id lines
John-Mark Gurney [Fri, 7 Mar 1997 02:53:37 +0000 (02:53 +0000)]
add missing cvs Id lines

27 years agoadd missing cvs Id lines.
John-Mark Gurney [Fri, 7 Mar 1997 02:50:01 +0000 (02:50 +0000)]
add missing cvs Id lines.

27 years agoTypo fix.
Mike Pritchard [Fri, 7 Mar 1997 01:58:56 +0000 (01:58 +0000)]
Typo fix.

27 years agoFix a couple of typos.
Mike Pritchard [Fri, 7 Mar 1997 01:48:24 +0000 (01:48 +0000)]
Fix a couple of typos.

27 years agoAdd a -s option for setting the current vty. This should make
Brian Somers [Fri, 7 Mar 1997 01:34:47 +0000 (01:34 +0000)]
Add a -s option for setting the current vty.  This should make
life easier if a PS/2 mouse locks up the keyboard (frequent-ish,
but not repeatable).
Tidy up code (a bit) and make it -Wall

Is this a 2.2 candidate ? (although it doesn't -Wall in 2.2 because
of the lack of sys/sysproto.h

27 years agoMove pcvt towards using kbdio (finally!).
Joerg Wunsch [Thu, 6 Mar 1997 22:34:24 +0000 (22:34 +0000)]
Move pcvt towards using kbdio (finally!).

Warning: this won't work yet with PCVT_SCANSET=2 along in early
console mode (boot -c, or boot -d).

A big thanks to Kazutaka, and a word of apologies for delaying the
review for that long time...

Submitted by: yokota@zodiac.mech.utsunomiya-u.ac.jp (Kazutaka YOKOTA)

27 years agoDon't clobber the TERM variable if it's already set (e.g. from /etc/ttys,
Joerg Wunsch [Thu, 6 Mar 1997 22:24:04 +0000 (22:24 +0000)]
Don't clobber the TERM variable if it's already set (e.g. from /etc/ttys,
or from a telnet session).  So basically, this setting will only get in
effect in the single-user shell.

Closes PR # 2395.

27 years agofix restarting http transfers and understanding response from server.
John-Mark Gurney [Thu, 6 Mar 1997 20:01:32 +0000 (20:01 +0000)]
fix restarting http transfers and understanding response from server.

Slight modification of patch by wollman.

Closes PR#2870

Reviewed by: wollman
Submitted by: Marc Slemko <marcs@znep.com>

27 years agoMerge Jason Thorpe's updated changer stuff into the actual system.
Joerg Wunsch [Thu, 6 Mar 1997 15:36:45 +0000 (15:36 +0000)]
Merge Jason Thorpe's updated changer stuff into the actual system.

Many things have been changing in the kernel since mid-1996, so there's
quite some amount of diffs here already.  It compiles, but i cannot
test it anywhere here.

2.2 candidate?

Closes PR # 1201.

27 years agoAcitvate chio(1).
Joerg Wunsch [Thu, 6 Mar 1997 15:30:53 +0000 (15:30 +0000)]
Acitvate chio(1).

27 years agoImport Jason Thorpe's contribution for an updated SCSI media changer
Joerg Wunsch [Thu, 6 Mar 1997 15:30:06 +0000 (15:30 +0000)]
Import Jason Thorpe's contribution for an updated SCSI media changer
device (now, finally!).

27 years agoAdded missing i8251 code.
KATO Takenori [Thu, 6 Mar 1997 15:07:04 +0000 (15:07 +0000)]
Added missing i8251 code.

Submitted by: H. Nokubi <h-nokubi@nmit.mt.nec.co.jp>

27 years agoFix the (commented out) example to prune the tree from core etc. files:
Joerg Wunsch [Thu, 6 Mar 1997 10:55:46 +0000 (10:55 +0000)]
Fix the (commented out) example to prune the tree from core etc. files:
don't ever attempt to prune readonly filesystems, and properly quote
*.core against the shell.

27 years agoProtect against missing initial @cwd. Closes PR#2893
Jordan K. Hubbard [Thu, 6 Mar 1997 10:21:57 +0000 (10:21 +0000)]
Protect against missing initial @cwd.  Closes PR#2893
Submitted-By: pius@iago.ienet.com
27 years agofix a couple problems with fetch:
John-Mark Gurney [Thu, 6 Mar 1997 10:01:54 +0000 (10:01 +0000)]
fix a couple problems with fetch:
. don't try to interpet a colon in the pathname as a port number
. don't report an errno message when one don't exist

27 years agoAdd Jun-ichiro Itoh <itojun@csl.sony.co.jp> for his milliard of
Satoshi Asami [Thu, 6 Mar 1997 08:48:05 +0000 (08:48 +0000)]
Add Jun-ichiro Itoh <itojun@csl.sony.co.jp> for his milliard of
multilingual nvi ports.

27 years agoMake COMMENT and DESCR variables (just like PLIST). Will be useful
Satoshi Asami [Thu, 6 Mar 1997 08:28:15 +0000 (08:28 +0000)]
Make COMMENT and DESCR variables (just like PLIST).  Will be useful
when you want to share all of PKGDIR except for one file.  (See upcoming
multilingual nvi ports.)

27 years agoReincarnate one occurance of RELEASEDIR, since the build depends on
Joerg Wunsch [Thu, 6 Mar 1997 07:51:40 +0000 (07:51 +0000)]
Reincarnate one occurance of RELEASEDIR, since the build depends on
it inside some Makefiles.  (Duh-oh, i've once included these references
there myself! :)

Noticed by akira@silvia.myaw.ei.meisei-u.ac.jp (Akira WATANABE), and by
my yesterday's build.

27 years agoFixed the incorrect "Original revision:" field.
Hiroyuki Hanai [Thu, 6 Mar 1997 07:25:47 +0000 (07:25 +0000)]
Fixed the incorrect "Original revision:" field.

27 years agoCatch up with the original.
Hiroyuki Hanai [Thu, 6 Mar 1997 07:10:37 +0000 (07:10 +0000)]
Catch up with the original.

27 years agoBring the .Nx (NetBSD) macro into line with NetBSD's version.
Mike Pritchard [Thu, 6 Mar 1997 07:06:32 +0000 (07:06 +0000)]
Bring the .Nx (NetBSD) macro into line with NetBSD's version.

Add the .Ox (OpenBSD) macro from OpenBSD.

27 years agoThe .Os macro was missing 2.1.6, 2.1.7 and 3.0.
Mike Pritchard [Thu, 6 Mar 1997 06:58:12 +0000 (06:58 +0000)]
The .Os macro was missing 2.1.6, 2.1.7 and 3.0.
The .Fx macro was missing 2.1.7.

Add 2.2.5 to both .Os and .Fx.  If I'm wrong about the version
number, no big deal - it can be removed later, but I wanted
to be able to get this into 2.2 so that when I'm using a
2.2 system ome months down the line, man pages intended for (what I
think will be the next 2.2 release) will be formatted properly.

Also fix a typo in a comment.

27 years agoAdd ports-korean.
Satoshi Asami [Thu, 6 Mar 1997 06:18:51 +0000 (06:18 +0000)]
Add ports-korean.

27 years agoAdd ports-korean.
Satoshi Asami [Thu, 6 Mar 1997 06:05:22 +0000 (06:05 +0000)]
Add ports-korean.

27 years agoAdd ports-korean [cv]sup target.
Satoshi Asami [Thu, 6 Mar 1997 05:55:09 +0000 (05:55 +0000)]
Add ports-korean [cv]sup target.

27 years agofix a couple misspellings, one of 'em closes pr 2892.
John-Mark Gurney [Thu, 6 Mar 1997 05:11:55 +0000 (05:11 +0000)]
fix a couple misspellings, one of 'em closes pr 2892.

27 years agoSync with the original.
Hiroyuki Hanai [Thu, 6 Mar 1997 03:25:53 +0000 (03:25 +0000)]
Sync with the original.

27 years agoOops! I've committed without confirming that make goes well.
Hiroyuki Hanai [Thu, 6 Mar 1997 03:19:16 +0000 (03:19 +0000)]
Oops! I've committed without confirming that make goes well.
Fix the SGML error, &S -> &amp;S.

27 years agoSync with the original.
Hiroyuki Hanai [Thu, 6 Mar 1997 03:06:51 +0000 (03:06 +0000)]
Sync with the original.
Submitted by: Yukihiro Nakai <nakai@PyroPolis.t.u-tokyo.ac.jp>

27 years agoimprove pcibus_check: Only assume PCI if at least one PCI to anything bridge
Stefan Eßer [Wed, 5 Mar 1997 20:52:00 +0000 (20:52 +0000)]
improve pcibus_check: Only assume PCI if at least one PCI to anything bridge
on bus 0.
This fixes problems with EISA-only systems mistakenly being assumed to support PCI.

27 years agoFix FTP_PROXY to use user@host[@port] for FTP proxy and eliminate
Bill Fenner [Wed, 5 Mar 1997 18:57:16 +0000 (18:57 +0000)]
Fix FTP_PROXY to use user@host[@port] for FTP proxy and eliminate
undocumented FTP_PROXY_USER
Make FTP file errors contian hostname and path.
Pass the FTP port to libftp.
Partially un-HTMLify error messages returned from server
Handle "HTTP NNN" instead of "HTTP/V.vv NNN" response sent by
pre-HTTP/1.0 servers

Reviewed by: wollman

27 years agoThis commit was generated by cvs2svn to compensate for changes in r23412,
Bruce Evans [Wed, 5 Mar 1997 17:51:21 +0000 (17:51 +0000)]
This commit was generated by cvs2svn to compensate for changes in r23412,
which included commits to RCS files with non-trunk default branches.

27 years agoAttempt to import Lite2's mount.
Bruce Evans [Wed, 5 Mar 1997 17:51:21 +0000 (17:51 +0000)]
Attempt to import Lite2's mount.

27 years agoAttempt to import Lite2's mount.
Bruce Evans [Wed, 5 Mar 1997 17:51:21 +0000 (17:51 +0000)]
Attempt to import Lite2's mount.

27 years agoTry a no-wait malloc first in clist_alloc_cblocks(). If this fails, then
Bruce Evans [Wed, 5 Mar 1997 16:45:01 +0000 (16:45 +0000)]
Try a no-wait malloc first in clist_alloc_cblocks().  If this fails, then
complain and blunder on.

Should be in 2.2, preferably with a better fix.

27 years agoMade FPU stuff conditional on npx as well as I586_CPU.
Bruce Evans [Wed, 5 Mar 1997 16:30:55 +0000 (16:30 +0000)]
Made FPU stuff conditional on npx as well as I586_CPU.

27 years agoSynchronize with sys/i386/isa/clock.c revision 1.79.
KATO Takenori [Wed, 5 Mar 1997 16:19:48 +0000 (16:19 +0000)]
Synchronize with sys/i386/isa/clock.c revision 1.79.

27 years agoAdded -mno-486 to CFLAGS to force smaller code in case someone compiles
Bruce Evans [Wed, 5 Mar 1997 15:43:03 +0000 (15:43 +0000)]
Added -mno-486 to CFLAGS to force smaller code in case someone compiles
with CC="cc -m486".  This doesn't fix PR2381, since PR2381 is for 2.1.x.

27 years agoNow that we can read from a worm device, handle their permissions as
Joerg Wunsch [Wed, 5 Mar 1997 14:04:00 +0000 (14:04 +0000)]
Now that we can read from a worm device, handle their permissions as
we do for other disk devices, too.

27 years agoForce null termination after 2 errant strncpy()s.
Bruce Evans [Wed, 5 Mar 1997 12:08:44 +0000 (12:08 +0000)]
Force null termination after 2 errant strncpy()s.

27 years agoFixed wrong magic numbers in scaling. hypotf() was very broken for large
Bruce Evans [Wed, 5 Mar 1997 11:54:00 +0000 (11:54 +0000)]
Fixed wrong magic numbers in scaling.  hypotf() was very broken for large
and small values:

    hypotf(2.3819765e+38, 2.0416943e+38) was NaN instead of 3.1372484e+38
    hypotf(-3.4028235e+38, 3.3886450e+38) was NaN instead of Inf
    hypotf(-2.8025969e-45, -2.8025969e-45) was 0 instead of 4.2038954e-45

Found by: ucbtest

27 years agomake the netatalk output routine matcy the prtotype used in the
Julian Elischer [Wed, 5 Mar 1997 09:17:38 +0000 (09:17 +0000)]
make the netatalk output routine matcy the prtotype used in the
protocol structure. Silences a warning from Gcc.

27 years agoAdd Dan Cross for his bsvc port.
Thomas Gellekum [Wed, 5 Mar 1997 08:33:23 +0000 (08:33 +0000)]
Add Dan Cross for his bsvc port.

27 years agoOnly print clock calibration messages if the system was booted with -v.
Bruce Evans [Wed, 5 Mar 1997 08:08:48 +0000 (08:08 +0000)]
Only print clock calibration messages if the system was booted with -v.

Submitted by: partly by gpalmer

27 years agoadd a bunch of comments to describe what's going on.
Julian Elischer [Wed, 5 Mar 1997 08:01:28 +0000 (08:01 +0000)]
add a bunch of comments to describe what's going on.
This is some of the worst code I've had to wade through in
ages and I don't want to have to start from scratch again next time.

(I have a 2.2 version of these comments, can I commit them?)

27 years agoAdd cities from Minnesota
Warner Losh [Wed, 5 Mar 1997 07:01:59 +0000 (07:01 +0000)]
Add cities from Minnesota

Submitted by: "Brent J. Nordquist" <bjn@visi.com>

27 years agoFixed splbio problems in vinvalbuf. Closes PR#2875, although fixed
David Greenman [Wed, 5 Mar 1997 04:54:54 +0000 (04:54 +0000)]
Fixed splbio problems in vinvalbuf. Closes PR#2875, although fixed
differently by me.

27 years agoSupply the mount point given to mfs_mount when getting a vnode for the
Mike Smith [Wed, 5 Mar 1997 01:57:54 +0000 (01:57 +0000)]
Supply the mount point given to mfs_mount when getting a vnode for the
mount.  This may have been a contributor to the 'null v_mount in
fsync()' problem

This is another, perhaps slightly less urgent, 2.2 last-minute candidate.

Reviewed by: sef

27 years agoCheck that vp->v_mount is non-null in fsync() before dereferencing it to
Mike Smith [Wed, 5 Mar 1997 01:42:14 +0000 (01:42 +0000)]
Check that vp->v_mount is non-null in fsync() before dereferencing it to
obtain the mountpoint's MNT_ASYNC flag.

This is a Very Definite Last-Minute 2.2 Bugfix Candidate.

Reviewed by: sef

27 years agoBack out the patch to break up the clock probe lines. Instead, follow
Gary Palmer [Wed, 5 Mar 1997 00:54:00 +0000 (00:54 +0000)]
Back out the patch to break up the clock probe lines. Instead, follow
Bruce's suggestion of deleting "relative to mc146818A clock ",
thus shortening the line ...

27 years agoFix typo introduced in 1.17.
Warner Losh [Tue, 4 Mar 1997 22:05:49 +0000 (22:05 +0000)]
Fix typo introduced in 1.17.

Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org>

27 years agoAdd CVS II: Parallelizing Software Development PSD:28
Wolfram Schneider [Tue, 4 Mar 1997 20:35:32 +0000 (20:35 +0000)]
Add CVS II: Parallelizing Software Development PSD:28

27 years agoFixed connection of vfs.ffs node to the sysctl tree.
Bruce Evans [Tue, 4 Mar 1997 18:35:15 +0000 (18:35 +0000)]
Fixed connection of vfs.ffs node to the sysctl tree.

27 years agoAttach vfs_sysctl() one level lower so that only the levels below
Bruce Evans [Tue, 4 Mar 1997 18:31:56 +0000 (18:31 +0000)]
Attach vfs_sysctl() one level lower so that only the levels below
VFS_GENERIC aren't done in the FreeBSD way.  The previous commit
broke the nfs sysctls.

27 years agoInstall RCS and CVS documents.
Wolfram Schneider [Tue, 4 Mar 1997 18:21:07 +0000 (18:21 +0000)]
Install RCS and CVS documents.

27 years agoAdd /usr/share/doc/psd/13.rcs and /usr/share/doc/psd/28.cvs. ..
Wolfram Schneider [Tue, 4 Mar 1997 17:06:23 +0000 (17:06 +0000)]
Add /usr/share/doc/psd/13.rcs and /usr/share/doc/psd/28.cvs.                 ..

27 years agoFormatting tweaks.
Doug Rabson [Tue, 4 Mar 1997 10:02:44 +0000 (10:02 +0000)]
Formatting tweaks.

27 years agoAdd Matthew Hunt for his angband port.
Thomas Gellekum [Tue, 4 Mar 1997 09:40:42 +0000 (09:40 +0000)]
Add Matthew Hunt for his angband port.

27 years agoSplit the rather long and line-wrapping clock probe messages on boot.
Gary Palmer [Tue, 4 Mar 1997 09:24:01 +0000 (09:24 +0000)]
Split the rather long and line-wrapping clock probe messages on boot.
(2.2?)

Submitted by: Mathew Dood <winter@jurai.net>

27 years agoTypo fix 'and' -> 'an'.
Daniel O'Callaghan [Tue, 4 Mar 1997 07:55:43 +0000 (07:55 +0000)]
Typo fix 'and' -> 'an'.

This is a 2.2 candidate.

27 years agoFixed devfs code. Old code remained in pc98 tree.
KATO Takenori [Tue, 4 Mar 1997 06:39:02 +0000 (06:39 +0000)]
Fixed devfs code.  Old code remained in pc98 tree.
Submitted by: URATA Shuichiro <s-urata@nmit.tmg.nec.co.jp>

27 years agoSynchronize with sys/i386/isa/syscons.c revision 1.205.
KATO Takenori [Tue, 4 Mar 1997 06:25:54 +0000 (06:25 +0000)]
Synchronize with sys/i386/isa/syscons.c revision 1.205.

27 years agoTypo police.
Mike Pritchard [Tue, 4 Mar 1997 06:20:48 +0000 (06:20 +0000)]
Typo police.

27 years agoSync with the original.
Hiroyuki Hanai [Tue, 4 Mar 1997 04:50:07 +0000 (04:50 +0000)]
Sync with the original.

27 years agoComment out _POSIX_THREAD_PRIORITY_SCHEDULING since it's not supported
Alexander Langer [Tue, 4 Mar 1997 01:30:50 +0000 (01:30 +0000)]
Comment out _POSIX_THREAD_PRIORITY_SCHEDULING since it's not supported
at this time.

Reviewed by: John Birrell <jb@cimlogic.com.au>

27 years agoBig usernames fixes
Andrey A. Chernov [Tue, 4 Mar 1997 00:33:56 +0000 (00:33 +0000)]
Big usernames fixes

27 years agoRemove words about lower limit needed (from BUGS section), we have
Andrey A. Chernov [Mon, 3 Mar 1997 23:50:55 +0000 (23:50 +0000)]
Remove words about lower limit needed (from BUGS section), we have
precise limit now

27 years agoOops, fix typo.
Andrey A. Chernov [Mon, 3 Mar 1997 23:02:43 +0000 (23:02 +0000)]
Oops, fix typo.

27 years agoDon't copy more than MAXLOGNAME bytes in getlogin() syscall,
Andrey A. Chernov [Mon, 3 Mar 1997 22:46:16 +0000 (22:46 +0000)]
Don't copy more than MAXLOGNAME bytes in getlogin() syscall,
it is stricter than padded s_login size check was there.

27 years agoImproved description of the device names.
Bruce Evans [Mon, 3 Mar 1997 18:47:38 +0000 (18:47 +0000)]
Improved description of the device names.

27 years agoUpdated descriptions of minor numbers and files.
Bruce Evans [Mon, 3 Mar 1997 18:38:37 +0000 (18:38 +0000)]
Updated descriptions of minor numbers and files.

Refer to pstat.

Don't attempt to list all the model numbers.

27 years agoThis is the current draft of my filesystem manpages. Some files are
Doug Rabson [Mon, 3 Mar 1997 18:01:01 +0000 (18:01 +0000)]
This is the current draft of my filesystem manpages.  Some files are
incomplete and some are just placeholders but I wanted to try to get
something at least into 2.2 on the grounds that what I have is a lot
better than nothing.  I also wanted to commit something which documents
the interfaces in 2.2 before I start updating the documentation for 3.0.

This is a definite 2.2 candidate and is also relavent to 2.1 if people
still care about that branch.

27 years agoFixed handling of input failure by the scanf family.
Bruce Evans [Mon, 3 Mar 1997 17:53:02 +0000 (17:53 +0000)]
Fixed handling of input failure by the scanf family.
- 0 was returned instead of EOF when an input failure occured while
  skipping white-space after 0 assignments.  This fixes PR2606.  The
  diagnosis in PR2606 is wrong.
- EOF was returned instead of 0 when an input failure occurred after
  zero assignments and nonzero suppressed assignments.
- EOF was spelled -1.

This should be in 2.2.

27 years agoDon't export kernel interfaces to applications. msdosfs_mount probably
Bruce Evans [Mon, 3 Mar 1997 17:36:11 +0000 (17:36 +0000)]
Don't export kernel interfaces to applications.  msdosfs_mount probably
didn't compile before this change.

Added idempotency ifdef.

27 years agoAdded missing #include, cleaned up #includes.
Bruce Evans [Mon, 3 Mar 1997 17:21:57 +0000 (17:21 +0000)]
Added missing #include, cleaned up #includes.

Print VFCF_UNICODE flag in the unlikely event that it is set.

27 years agoFixed struct access bug and style bugs in previous revision. The same
Bruce Evans [Mon, 3 Mar 1997 16:33:41 +0000 (16:33 +0000)]
Fixed struct access bug and style bugs in previous revision.  The same
fix as for syscons did not work because pcvt uses a struct where syscons
uses a struct pointer.

27 years agoRemoved unused flag IN_RECURSE and unused struct member i_lockcount.
Bruce Evans [Mon, 3 Mar 1997 16:25:46 +0000 (16:25 +0000)]
Removed unused flag IN_RECURSE and unused struct member i_lockcount.

27 years agoRemoved useless setting of IN_RECURSE. The (anti) locking for this needs
Bruce Evans [Mon, 3 Mar 1997 16:23:15 +0000 (16:23 +0000)]
Removed useless setting of IN_RECURSE.  The (anti) locking for this needs
to be done in a different way, if at all.

27 years agoMerged Cortex frame grabber entry from 2.2.
Bruce Evans [Mon, 3 Mar 1997 16:13:35 +0000 (16:13 +0000)]
Merged Cortex frame grabber entry from 2.2.

27 years agoUse .Sq Li \&\e0 rather than NUL to describe the character with no bits
Warner Losh [Mon, 3 Mar 1997 15:39:06 +0000 (15:39 +0000)]
Use .Sq Li \&\e0 rather than NUL to describe the character with no bits
set, as suggested by Garrett Wollman.   This is more consistant with how
things like strncpy are done, as well as harder to confuse NUL and NULL.

27 years agoUpdated mount_msdos to use the Lite2 getvfsbyname() interface.
Bruce Evans [Mon, 3 Mar 1997 13:23:54 +0000 (13:23 +0000)]
Updated mount_msdos to use the Lite2 getvfsbyname() interface.

27 years agoEnabled the Lite2 getvfsbyname(). It's actually named new_getvfsbyname()
Bruce Evans [Mon, 3 Mar 1997 13:08:33 +0000 (13:08 +0000)]
Enabled the Lite2 getvfsbyname().  It's actually named new_getvfsbyname()
for now so that we don't lose library compatibility.  Applications should
define _NEW_VFSCONF and use getvfsbyname() instead of new_getvfsbyname()
if they want the new vfsconf interface.  Parts of the old interface
(enough to load vfs modules, I hope) are still available.

27 years agoMerged Lite2's vfs_sysctl(). It doesn't fit very well into FreeBSD's
Bruce Evans [Mon, 3 Mar 1997 12:58:20 +0000 (12:58 +0000)]
Merged Lite2's vfs_sysctl().  It doesn't fit very well into FreeBSD's
(phk's) sysctl framework, and I needed special code to disambiguate
the VFS_GENERIC node from the VFS_VFSCONF leaf, so I only converted
the leaves to the FreeBSD framework.  The error handling isn't quite
right.  CSRGS's sysctls seem to return ENOTDIR too much and FreeBSD's
sysctls don't agree with the man page.

27 years agoAdd Itsuro Saito <saito@miv.t.u-tokyo.ac.jp> and Makoto Matsushita
Satoshi Asami [Mon, 3 Mar 1997 12:07:53 +0000 (12:07 +0000)]
Add Itsuro Saito <saito@miv.t.u-tokyo.ac.jp> and Makoto Matsushita
<matusita@ics.es.osaka-u.ac.jp> for their recent port submissions.

27 years agoFixed the getvfsbyname macro hack.
Bruce Evans [Mon, 3 Mar 1997 11:55:47 +0000 (11:55 +0000)]
Fixed the getvfsbyname macro hack.

27 years agoUse MAXLOGNAME for stricter size check in setlogin() syscall instead of
Andrey A. Chernov [Mon, 3 Mar 1997 10:15:48 +0000 (10:15 +0000)]
Use MAXLOGNAME for stricter size check in setlogin() syscall instead of
sizeof of padded s_login array

27 years agoUse stricter MAXLOGNAME now
Andrey A. Chernov [Mon, 3 Mar 1997 09:52:26 +0000 (09:52 +0000)]
Use stricter MAXLOGNAME now