]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
29 years agoDocument getvfsent() and kin.
wollman [Sun, 25 Sep 1994 01:38:30 +0000 (01:38 +0000)]
Document getvfsent() and kin.

29 years agoFix so that people who don't have LKMs compiled in their kernels don't
wollman [Sun, 25 Sep 1994 00:48:27 +0000 (00:48 +0000)]
Fix so that people who don't have LKMs compiled in their kernels don't
get hosed: vfsisloadable() always returns false if /dev/lkm cannot be
opened for writing.

29 years agoWoops, include machine/exec.h, too.
dg [Sat, 24 Sep 1994 21:49:20 +0000 (21:49 +0000)]
Woops, include machine/exec.h, too.

29 years agoInclude imgact_aout.h rather than exec.h
dg [Sat, 24 Sep 1994 21:38:56 +0000 (21:38 +0000)]
Include imgact_aout.h rather than exec.h

29 years agoShuffled macros and definitions around to facilitate architecture
dg [Sat, 24 Sep 1994 21:37:01 +0000 (21:37 +0000)]
Shuffled macros and definitions around to facilitate architecture
independance.

29 years agoSAVE all fonts, if NO_HARDFONTS defined, not only 8x16
ache [Sat, 24 Sep 1994 21:29:38 +0000 (21:29 +0000)]
SAVE all fonts, if NO_HARDFONTS defined, not only 8x16

29 years agoNew file to contain a.out specific macros and definitions.
dg [Sat, 24 Sep 1994 21:09:18 +0000 (21:09 +0000)]
New file to contain a.out specific macros and definitions.

29 years agoTemporarily (?) disable block reallocation until either the real bug is
dg [Sat, 24 Sep 1994 18:31:45 +0000 (18:31 +0000)]
Temporarily (?) disable block reallocation until either the real bug is
found or we throw out the vfs cluster code entirely.

29 years ago1) Added "." and ".." entries.
dg [Sat, 24 Sep 1994 17:01:05 +0000 (17:01 +0000)]
1) Added "." and ".." entries.
2) Fixed directory size to return something reasonable.
3) Disabled "file" until the code is completed.
4) Corrected directory link counts.

29 years agoAdded support for p_textvp which stores the vnode pointer of the execed binary.
dg [Sat, 24 Sep 1994 16:58:43 +0000 (16:58 +0000)]
Added support for p_textvp which stores the vnode pointer of the execed binary.

29 years agoFixed bug caused by missing set of paranthesis when checking the modification
dg [Sat, 24 Sep 1994 16:52:42 +0000 (16:52 +0000)]
Fixed bug caused by missing set of paranthesis when checking the modification
time. This caused differences in the nanosecond portion of the time to
screwup the logic and made mtree think it should compare  the modtime even
though "time" wasn't specified. The end result is that mtree couldn't deal
with procfs because procfs sets the mtime with high accuracy via microtime().

29 years agoCall reduced (8-bit only) startup_setlocale()
ache [Sat, 24 Sep 1994 16:01:30 +0000 (16:01 +0000)]
Call reduced (8-bit only) startup_setlocale()

29 years agoMake not-so-space-eaten locale version:
ache [Sat, 24 Sep 1994 15:59:33 +0000 (15:59 +0000)]
Make not-so-space-eaten locale version:
split modules to bring only neccessary functions,
eliminate sprintf, make reduced startup_locale version.

29 years agoFix bug in %i format, second argument not incremented
ache [Sat, 24 Sep 1994 14:16:04 +0000 (14:16 +0000)]
Fix bug in %i format, second argument not incremented

29 years agoFix bug with scroll region parameters (x changed to y)
ache [Sat, 24 Sep 1994 14:15:16 +0000 (14:15 +0000)]
Fix bug with scroll region parameters (x changed to y)

29 years agoNuked splnet before sync. Not only is this unnecessary, but it appears
dg [Sat, 24 Sep 1994 12:22:47 +0000 (12:22 +0000)]
Nuked splnet before sync. Not only is this unnecessary, but it appears
to cause problems by making it impossible to sync NFS related buffers
when rebooting.

29 years agoDon't pass a filename to kvm_mkdb, it can figure out the correct file
wollman [Sat, 24 Sep 1994 03:42:08 +0000 (03:42 +0000)]
Don't pass a filename to kvm_mkdb, it can figure out the correct file
on its own.

29 years agoFix one more _PATH_UNIX.
wollman [Sat, 24 Sep 1994 03:18:32 +0000 (03:18 +0000)]
Fix one more _PATH_UNIX.

29 years agoAdded $Id$
dg [Sat, 24 Sep 1994 02:59:15 +0000 (02:59 +0000)]
Added $Id$

29 years agoAdd missing closing comment. I have taken the non-knf format
rgrimes [Sat, 24 Sep 1994 02:42:11 +0000 (02:42 +0000)]
Add missing closing comment.  I have taken the non-knf format
of this code up with the authors and they are looking at converting it,
but until then leave the format alone.

29 years agoIf sysctl() fails, return "/kernel" so as not to screw people who haven't
wollman [Sat, 24 Sep 1994 00:10:13 +0000 (00:10 +0000)]
If sysctl() fails, return "/kernel" so as not to screw people who haven't
updated their kernels yet.

29 years agoGet rid of _PATH_UNIX completely; use getbootfile(3) instead.
wollman [Sat, 24 Sep 1994 00:08:43 +0000 (00:08 +0000)]
Get rid of _PATH_UNIX completely; use getbootfile(3) instead.

DANGER WILL ROBINSON!
_PATH_UNIX is currently defined as the literal string "don't use this".
I am of two minds about this myself, but wanted to get something into the
tree as quickly as possible.

29 years agoAdded getbootfile(3), for an easy C interface to the kern.bootfile MIB
wollman [Fri, 23 Sep 1994 20:22:01 +0000 (20:22 +0000)]
Added getbootfile(3), for an easy C interface to the kern.bootfile MIB
variable.  This one's even documented!

29 years agoMake /dev/lkm as a part of `std'. Delete references to ancient `com' driver.
wollman [Fri, 23 Sep 1994 19:17:27 +0000 (19:17 +0000)]
Make /dev/lkm as a part of `std'.  Delete references to ancient `com' driver.

29 years agoAdd MIB variable kern.bootfile (R/W) giving the name of the booted kernel.
wollman [Fri, 23 Sep 1994 19:07:42 +0000 (19:07 +0000)]
Add MIB variable kern.bootfile (R/W) giving the name of the booted kernel.
Kernel variable is kernelname[].

29 years agoDocument more MIB variables.
wollman [Fri, 23 Sep 1994 19:04:02 +0000 (19:04 +0000)]
Document more MIB variables.

29 years agoroot must be remounted read/write fairly early in the startup procedure
dg [Fri, 23 Sep 1994 18:02:22 +0000 (18:02 +0000)]
root must be remounted read/write fairly early in the startup procedure
both for NFS diskless and for VFS LKMs.

29 years agoForgot to commit this change when making NFS loadable.
wollman [Fri, 23 Sep 1994 17:49:44 +0000 (17:49 +0000)]
Forgot to commit this change when making NFS loadable.

29 years agoInclude <sys/kernel.h> not <kernel.h>
dg [Fri, 23 Sep 1994 11:01:58 +0000 (11:01 +0000)]
Include <sys/kernel.h> not <kernel.h>

29 years agoDon't return the address of a stack variable.
dg [Fri, 23 Sep 1994 10:25:38 +0000 (10:25 +0000)]
Don't return the address of a stack variable.

29 years agogroups[] is of type gid_t.
dg [Fri, 23 Sep 1994 10:02:21 +0000 (10:02 +0000)]
groups[] is of type gid_t.

29 years agoFixed warnings about prototype mismatch by eliminating outc routine
dg [Fri, 23 Sep 1994 09:59:11 +0000 (09:59 +0000)]
Fixed warnings about prototype mismatch by eliminating outc routine
and calling putchar directly.

29 years agoSpell hierarchy correctly :-(.
rgrimes [Fri, 23 Sep 1994 09:01:20 +0000 (09:01 +0000)]
Spell hierarchy correctly :-(.

29 years agoConverted to use release/Makefile hieriarchy:.
rgrimes [Fri, 23 Sep 1994 08:36:37 +0000 (08:36 +0000)]
Converted to use release/Makefile hieriarchy:.

Disabled SUBDIR+= etc until I get done with the conversion.

29 years agoFixed a couple of compiler warnings related to wrong prototypes.
dg [Fri, 23 Sep 1994 08:28:43 +0000 (08:28 +0000)]
Fixed a couple of compiler warnings related to wrong prototypes.

29 years agoThis is the very small start of moving all the make release related stuff
rgrimes [Fri, 23 Sep 1994 08:28:25 +0000 (08:28 +0000)]
This is the very small start of moving all the make release related stuff
from etc/Makefile to release/Makefile.  Right now this has one
target (hieriarchy:) that replaces distrib-dirs:.

29 years agoFixed typo that caused make install to fall if SHARED=copies.
rgrimes [Fri, 23 Sep 1994 07:47:43 +0000 (07:47 +0000)]
Fixed typo that caused make install to fall if SHARED=copies.

29 years agoRevert to installing /etc/files from src/etc.
rgrimes [Fri, 23 Sep 1994 07:19:25 +0000 (07:19 +0000)]
Revert to installing /etc/files from src/etc.

29 years agofbtab: Pulled down from Attic, fixed spaces to tabs.
rgrimes [Fri, 23 Sep 1994 07:16:16 +0000 (07:16 +0000)]
fbtab: Pulled down from Attic, fixed spaces to tabs.

make.conf: Pulled in the following changes that had been commited
to share/examples/etc:
----------------------------
revision 1.6
date: 1994/09/20 22:30:33;  author: adam;  state: Exp;  lines: +3 -3
BOOTWAIT example converted to milliseconds calibration
----------------------------
revision 1.4
date: 1994/09/19 21:35:28;  author: wollman;  state: Exp;  lines: +7 -1
Document NO_SHARED_LIBCC_INT.
----------------------------
revision 1.3
date: 1994/09/19 21:28:11;  author: wollman;  state: Exp;  lines: +12 -17
Install /etc from the same source as /usr/share/examples/etc (mostly).
----------------------------
revision 1.2
date: 1994/09/19 02:05:08;  author: ache;  state: Exp;  lines: +1 -11
Remove STARTUP_LOCALE, obsoleted now
----------------------------
revision 1.1
date: 1994/09/08 19:08:59;  author: jkh;  state: Exp;
Add a sample make.conf.  Also document the new X11BASE variable, and
expand some of the documentation for other entries.
Submitted by:   jkh
----------------------------

manpath.config: Pulled down from Attic, and merged share/examples/etc
changes.

rc: Pulled in the following change from share/examples/etc:
----------------------------
revision 1.2
date: 1994/09/19 23:13:37;  author: ache;  state: Exp;  lines: +1 -2
Remove warning about adjkerntz /var/run file
----------------------------

29 years agofbtab: Pulled down from Attic, fixed spaces to tabs.
rgrimes [Fri, 23 Sep 1994 07:16:13 +0000 (07:16 +0000)]
fbtab: Pulled down from Attic, fixed spaces to tabs.

make.conf: Pulled in the following changes that had been commited
to share/examples/etc:
----------------------------
revision 1.6
date: 1994/09/20 22:30:33;  author: adam;  state: Exp;  lines: +3 -3
BOOTWAIT example converted to milliseconds calibration
----------------------------
revision 1.4
date: 1994/09/19 21:35:28;  author: wollman;  state: Exp;  lines: +7 -1
Document NO_SHARED_LIBCC_INT.
----------------------------
revision 1.3
date: 1994/09/19 21:28:11;  author: wollman;  state: Exp;  lines: +12 -17
Install /etc from the same source as /usr/share/examples/etc (mostly).
----------------------------
revision 1.2
date: 1994/09/19 02:05:08;  author: ache;  state: Exp;  lines: +1 -11
Remove STARTUP_LOCALE, obsoleted now
----------------------------
revision 1.1
date: 1994/09/08 19:08:59;  author: jkh;  state: Exp;
Add a sample make.conf.  Also document the new X11BASE variable, and
expand some of the documentation for other entries.
Submitted by:   jkh
----------------------------

manpath.config: Pulled down from Attic, and merged share/examples/etc
changes.

rc: Pulled in the following change from share/examples/etc:
----------------------------
revision 1.2
date: 1994/09/19 23:13:37;  author: ache;  state: Exp;  lines: +1 -2
Remove warning about adjkerntz /var/run file
----------------------------

29 years agoFixed the problem where "make depend" was mandatory for building kernel.
phk [Fri, 23 Sep 1994 07:01:59 +0000 (07:01 +0000)]
Fixed the problem where "make depend" was mandatory for building kernel.
moved vnode_if.o up before ${OBJS} in the SYSTEM_OBJS list.

29 years agoIncreased SHMMAXPGS from 512 to 1024 now that there is plenty of kernel
dg [Fri, 23 Sep 1994 07:00:12 +0000 (07:00 +0000)]
Increased SHMMAXPGS from 512 to 1024 now that there is plenty of kernel
virtual memory.

29 years agoDon't define LITTLE_ENDIAN is already defined.
dg [Fri, 23 Sep 1994 06:53:03 +0000 (06:53 +0000)]
Don't define LITTLE_ENDIAN is already defined.

29 years agoRemoved last vestige of MULTICAST option.
dg [Fri, 23 Sep 1994 06:22:58 +0000 (06:22 +0000)]
Removed last vestige of MULTICAST option.

29 years agoAdd -e option to mtree commands so that extra directories are ignored.
rgrimes [Fri, 23 Sep 1994 06:21:13 +0000 (06:21 +0000)]
Add -e option to mtree commands so that extra directories are ignored.
Change conditional around building usr/local to be MAKE_LOCAL instead of
CDROMDIST.  This was coped from src/Makefile and makes much more since.

29 years agoRevert the change that moved the /etc files to share/examples/etc, the
rgrimes [Fri, 23 Sep 1994 06:15:19 +0000 (06:15 +0000)]
Revert the change that moved the /etc files to share/examples/etc, the
files have been pulled down out of the Attic and updates will be applied
shortly.

29 years agoAdded *ran48 functions, and put them in the correct place this time.
wollman [Fri, 23 Sep 1994 00:37:55 +0000 (00:37 +0000)]
Added *ran48 functions, and put them in the correct place this time.

Obtained from: 1.1.5

29 years agoAdd PPP. NB: this is VERY VERY VERY green code, added to make it easier
wollman [Fri, 23 Sep 1994 00:14:11 +0000 (00:14 +0000)]
Add PPP.  NB: this is VERY VERY VERY green code, added to make it easier
to test things out.  It compiles, but I don't know if it works (yet).

29 years agoMake the kernel side of PPP compile.
wollman [Fri, 23 Sep 1994 00:13:22 +0000 (00:13 +0000)]
Make the kernel side of PPP compile.

29 years agoInitial revision
wollman [Fri, 23 Sep 1994 00:10:32 +0000 (00:10 +0000)]
Initial revision

29 years agoncftp added
ache [Fri, 23 Sep 1994 00:00:57 +0000 (00:00 +0000)]
ncftp added

29 years agoFinal (I hope) tuning
ache [Thu, 22 Sep 1994 23:53:00 +0000 (23:53 +0000)]
Final (I hope) tuning

29 years agoThis commit was generated by cvs2svn to compensate for changes in r3004,
ache [Thu, 22 Sep 1994 23:45:37 +0000 (23:45 +0000)]
This commit was generated by cvs2svn to compensate for changes in r3004,
which included commits to RCS files with non-trunk default branches.

29 years agoncftp 1.8.5
ache [Thu, 22 Sep 1994 23:45:37 +0000 (23:45 +0000)]
ncftp 1.8.5

29 years agoAdd left/right arrows to graphics entry for vt100 family
ache [Thu, 22 Sep 1994 23:30:38 +0000 (23:30 +0000)]
Add left/right arrows to graphics entry for vt100 family

29 years agoAdd semigraphics chars description to vt100 family
ache [Thu, 22 Sep 1994 23:18:43 +0000 (23:18 +0000)]
Add semigraphics chars description to vt100 family

29 years agoPass -q and -u flags to modload so that it shuts up and doesn't leave
wollman [Thu, 22 Sep 1994 22:36:57 +0000 (22:36 +0000)]
Pass -q and -u flags to modload so that it shuts up and doesn't leave
modules lying around.

29 years agoAdd two new flags:
wollman [Thu, 22 Sep 1994 22:35:53 +0000 (22:35 +0000)]
Add two new flags:
-q just shut up, will you?!
-u unlink output file after successful load

29 years agoAutomatically load NFS and a bevy of other filesystems.
wollman [Thu, 22 Sep 1994 22:17:02 +0000 (22:17 +0000)]
Automatically load NFS and a bevy of other filesystems.

29 years agoCreate NFS LKM.
wollman [Thu, 22 Sep 1994 22:12:59 +0000 (22:12 +0000)]
Create NFS LKM.

29 years agoMake NFS loadable.
wollman [Thu, 22 Sep 1994 22:10:49 +0000 (22:10 +0000)]
Make NFS loadable.

29 years agoPort host to FreeBSD
pst [Thu, 22 Sep 1994 21:52:03 +0000 (21:52 +0000)]
Port host to FreeBSD

29 years agoPort dig to FreeBSD
pst [Thu, 22 Sep 1994 21:51:49 +0000 (21:51 +0000)]
Port dig to FreeBSD

29 years agoPort nslookup to FreeBSD
pst [Thu, 22 Sep 1994 21:50:41 +0000 (21:50 +0000)]
Port nslookup to FreeBSD

29 years agoThis commit was generated by cvs2svn to compensate for changes in r2990,
pst [Thu, 22 Sep 1994 21:36:02 +0000 (21:36 +0000)]
This commit was generated by cvs2svn to compensate for changes in r2990,
which included commits to RCS files with non-trunk default branches.

29 years agonslookup(8) from BIND 4.9.3BETA9pl1
pst [Thu, 22 Sep 1994 21:36:02 +0000 (21:36 +0000)]
nslookup(8) from BIND 4.9.3BETA9pl1

29 years agoThis commit was generated by cvs2svn to compensate for changes in r2988,
pst [Thu, 22 Sep 1994 21:34:21 +0000 (21:34 +0000)]
This commit was generated by cvs2svn to compensate for changes in r2988,
which included commits to RCS files with non-trunk default branches.

29 years agohost(1) from BIND 4.9.3BETA9pl1
pst [Thu, 22 Sep 1994 21:34:21 +0000 (21:34 +0000)]
host(1) from BIND 4.9.3BETA9pl1

29 years agoThis commit was generated by cvs2svn to compensate for changes in r2986,
pst [Thu, 22 Sep 1994 21:33:31 +0000 (21:33 +0000)]
This commit was generated by cvs2svn to compensate for changes in r2986,
which included commits to RCS files with non-trunk default branches.

29 years agodig(1) from BIND 4.9.3BETA9pl1
pst [Thu, 22 Sep 1994 21:33:31 +0000 (21:33 +0000)]
dig(1) from BIND 4.9.3BETA9pl1

29 years agoPort BIND to FreeBSD.
pst [Thu, 22 Sep 1994 20:45:34 +0000 (20:45 +0000)]
Port BIND to FreeBSD.

29 years agoFix compilation error and formatting mistake.
wollman [Thu, 22 Sep 1994 20:21:59 +0000 (20:21 +0000)]
Fix compilation error and formatting mistake.

29 years agomake 8bit clean defaults
ache [Thu, 22 Sep 1994 19:51:43 +0000 (19:51 +0000)]
make 8bit clean defaults

29 years agoNAMED from BIND 4.9.3 BETA9 pl1 (no local changes)
pst [Thu, 22 Sep 1994 19:46:15 +0000 (19:46 +0000)]
NAMED from BIND 4.9.3 BETA9 pl1 (no local changes)

29 years agoThis commit was generated by cvs2svn to compensate for changes in r2980,
pst [Thu, 22 Sep 1994 19:46:15 +0000 (19:46 +0000)]
This commit was generated by cvs2svn to compensate for changes in r2980,
which included commits to RCS files with non-trunk default branches.

29 years agoMore loadable VFS changes:
wollman [Thu, 22 Sep 1994 19:38:41 +0000 (19:38 +0000)]
More loadable VFS changes:

- Make a number of filesystems work again when they are statically compiled
  (blush)

- FIFOs are no longer optional; ``options FIFO'' removed from distributed
  config files.

29 years agoMake iso_addr's output conform to modern conventions for NSAP
pst [Thu, 22 Sep 1994 19:31:29 +0000 (19:31 +0000)]
Make iso_addr's output conform to modern conventions for NSAP
representation.  Original code by pst but ported in as part of
enhancements to BIND 4.9.2 and returned to Vixie.

29 years agoFrom 1.1.5:
dg [Thu, 22 Sep 1994 14:44:16 +0000 (14:44 +0000)]
From 1.1.5:

>revision 1.8
>date: 1994/06/03 06:42:30;  author: davidg;  state: Exp;  lines: +2 -2
>Patch from Bruce Evans: npxintr() needs to mask softclock().

29 years agoRoot should NEVER have . in the path.
rgrimes [Thu, 22 Sep 1994 08:32:39 +0000 (08:32 +0000)]
Root should NEVER have . in the path.

29 years agoRevert the change that removed the -k flag from the ls alias, we have ls -k
rgrimes [Thu, 22 Sep 1994 08:23:02 +0000 (08:23 +0000)]
Revert the change that removed the -k flag from the ls alias, we have ls -k
again.

29 years agochange COOKIE directory from .CURDIR to WRKDIR since a user may not have
swallace [Thu, 22 Sep 1994 07:45:30 +0000 (07:45 +0000)]
change COOKIE directory from .CURDIR to WRKDIR since a user may not have
write permission to .CURDIR but write permission to WRKDIR.
Also, WRKDIR may be deleted and cookie still exist in CURDIR.

29 years agoAttention to all cc hackers, here workaround for gcc 2.6.0
ache [Thu, 22 Sep 1994 03:58:43 +0000 (03:58 +0000)]
Attention to all cc hackers, here workaround for gcc 2.6.0
optimizer bug (old code works without -O and don't works with -O)
old !(x & y) != !(a & b) changed to !!(x & y) != !!(a & b)

29 years agoFix mvcur typo bug from my previous fix
ache [Thu, 22 Sep 1994 03:09:04 +0000 (03:09 +0000)]
Fix mvcur typo bug from my previous fix

29 years agoVarious cleanup and fixes.
phk [Thu, 22 Sep 1994 02:49:24 +0000 (02:49 +0000)]
Various cleanup and fixes.

29 years agoFix stupid memory-allocation error.
wollman [Thu, 22 Sep 1994 02:17:26 +0000 (02:17 +0000)]
Fix stupid memory-allocation error.

29 years agoAutomatically load filesystem if not present in system and loadable.
wollman [Thu, 22 Sep 1994 02:15:34 +0000 (02:15 +0000)]
Automatically load filesystem if not present in system and loadable.

29 years agoUse getvfs* functions to map between VFS types and names.
wollman [Thu, 22 Sep 1994 02:07:33 +0000 (02:07 +0000)]
Use getvfs* functions to map between VFS types and names.
Automatically load UFS if it is not present but is loadable.
(This won't happen now, but could happen if we fix NFS diskless support.)

29 years agoCall ffs ``ufs'' for the benefit of poor, confused user-land programs.
wollman [Thu, 22 Sep 1994 01:57:27 +0000 (01:57 +0000)]
Call ffs ``ufs'' for the benefit of poor, confused user-land programs.

29 years agoBuild lsvfs.
wollman [Thu, 22 Sep 1994 01:26:58 +0000 (01:26 +0000)]
Build lsvfs.

29 years agoAdded lsvfs command to show loaded VFS modules (including statically-linked
wollman [Thu, 22 Sep 1994 01:25:57 +0000 (01:25 +0000)]
Added lsvfs command to show loaded VFS modules (including statically-linked
ones).

29 years ago1) Make ctype-aware expect chars in range 0200-0204 treated
ache [Thu, 22 Sep 1994 01:19:13 +0000 (01:19 +0000)]
1) Make ctype-aware expect chars in range 0200-0204 treated
as controls in any case.
2) Fix bug with incorrect column position when standouts occurse
3) Fix bug when last standouted char cause clearing next line
in standout

29 years agoAdded VFS functions: getvfsvbyname, getvfsbytype, getvfsent, setvfsent,
wollman [Thu, 22 Sep 1994 01:07:37 +0000 (01:07 +0000)]
Added VFS functions: getvfsvbyname, getvfsbytype, getvfsent, setvfsent,
endvfsent, vfsisloadable, vfsload.
Someday these will even be documented.

29 years agomount.h: Declare getvfs* functions from libc.
wollman [Thu, 22 Sep 1994 01:05:09 +0000 (01:05 +0000)]
mount.h: Declare getvfs* functions from libc.
vfs_init.c: Fix fs_sysctl() so that getvfs* functions actually work.

29 years agoBuild LKMs for all ``easy'' filesystems. (lfs can be done, but it's more
wollman [Wed, 21 Sep 1994 23:27:16 +0000 (23:27 +0000)]
Build LKMs for all ``easy'' filesystems.  (lfs can be done, but it's more
work; ditto NFS and it's even more work.)

29 years agoFix a few niggling little bugs:
wollman [Wed, 21 Sep 1994 23:22:52 +0000 (23:22 +0000)]
Fix a few niggling little bugs:

- set args->lkm_offset correctly so that VFS modules can be unloaded
- initialize _fs_vfsops.vfc_refcount correctly so that VFS modules can
  be unloaded
- include kernel.h in a few placves to get the correct definition of DATA_SET

29 years agoRemove bogus cast that was introduced in the previous commit.
bde [Wed, 21 Sep 1994 22:34:38 +0000 (22:34 +0000)]
Remove bogus cast that was introduced in the previous commit.

29 years agoRemove redundant declarations that were added in the previous commit.
bde [Wed, 21 Sep 1994 22:31:01 +0000 (22:31 +0000)]
Remove redundant declarations that were added in the previous commit.

29 years agoFix the consistent mistranslation of Linux's get_fs_word() and
bde [Wed, 21 Sep 1994 22:22:48 +0000 (22:22 +0000)]
Fix the consistent mistranslation of Linux's get_fs_word() and
put_fs_word() to fuword() and suword().  Linux words are 16 bits
but BSD words are 32-bits, at least on vax's.  Writing a too-large
word trashed the neighbouring short word.

Bruce

29 years agoFix compiler warnings.
bde [Wed, 21 Sep 1994 21:58:39 +0000 (21:58 +0000)]
Fix compiler warnings.

29 years agoMake ls ctype-aware
ache [Wed, 21 Sep 1994 20:23:07 +0000 (20:23 +0000)]
Make ls ctype-aware