Garrett Wollman
45d17740c2
Make the kernel side of PPP compile.
1994-09-23 00:13:22 +00:00
Garrett Wollman
2980d1306a
Initial revision
1994-09-23 00:10:32 +00:00
Andrey A. Chernov
47ef074259
ncftp added
1994-09-23 00:00:57 +00:00
Andrey A. Chernov
b2b074c133
Final (I hope) tuning
1994-09-22 23:53:00 +00:00
Andrey A. Chernov
6bea800e77
This commit was generated by cvs2svn to compensate for changes in r3004,
...
which included commits to RCS files with non-trunk default branches.
1994-09-22 23:45:37 +00:00
Andrey A. Chernov
b7b69dce5b
ncftp 1.8.5
1994-09-22 23:45:37 +00:00
Andrey A. Chernov
d021b04329
Add left/right arrows to graphics entry for vt100 family
1994-09-22 23:30:38 +00:00
Andrey A. Chernov
d63dc3e95e
Add semigraphics chars description to vt100 family
1994-09-22 23:18:43 +00:00
Garrett Wollman
d5ebbcdf85
Pass -q and -u flags to modload so that it shuts up and doesn't leave
...
modules lying around.
1994-09-22 22:36:57 +00:00
Garrett Wollman
9d1275ccf4
Add two new flags:
...
-q just shut up, will you?!
-u unlink output file after successful load
1994-09-22 22:35:53 +00:00
Garrett Wollman
d599144d24
Automatically load NFS and a bevy of other filesystems.
1994-09-22 22:17:02 +00:00
Garrett Wollman
42477d75d0
Create NFS LKM.
1994-09-22 22:12:59 +00:00
Garrett Wollman
e21fa31a8e
Make NFS loadable.
1994-09-22 22:10:49 +00:00
Paul Traina
d475634fe5
Port host to FreeBSD
1994-09-22 21:52:03 +00:00
Paul Traina
c3a4ccf2fb
Port dig to FreeBSD
1994-09-22 21:51:49 +00:00
Paul Traina
1546342f02
Port nslookup to FreeBSD
1994-09-22 21:50:41 +00:00
Paul Traina
835ce5a154
This commit was generated by cvs2svn to compensate for changes in r2990,
...
which included commits to RCS files with non-trunk default branches.
1994-09-22 21:36:02 +00:00
Paul Traina
ab9d9cc096
nslookup(8) from BIND 4.9.3BETA9pl1
1994-09-22 21:36:02 +00:00
Paul Traina
9e39976ac1
This commit was generated by cvs2svn to compensate for changes in r2988,
...
which included commits to RCS files with non-trunk default branches.
1994-09-22 21:34:21 +00:00
Paul Traina
ef442cfcd3
host(1) from BIND 4.9.3BETA9pl1
1994-09-22 21:34:21 +00:00
Paul Traina
10423ead10
This commit was generated by cvs2svn to compensate for changes in r2986,
...
which included commits to RCS files with non-trunk default branches.
1994-09-22 21:33:31 +00:00
Paul Traina
8dda8471c2
dig(1) from BIND 4.9.3BETA9pl1
1994-09-22 21:33:31 +00:00
Paul Traina
52d4aac42c
Port BIND to FreeBSD.
1994-09-22 20:45:34 +00:00
Garrett Wollman
022ad531ed
Fix compilation error and formatting mistake.
1994-09-22 20:21:59 +00:00
Andrey A. Chernov
b6b51eb3b0
make 8bit clean defaults
1994-09-22 19:51:43 +00:00
Paul Traina
735b43167c
NAMED from BIND 4.9.3 BETA9 pl1 (no local changes)
1994-09-22 19:46:15 +00:00
Paul Traina
1b263d8ab3
This commit was generated by cvs2svn to compensate for changes in r2980,
...
which included commits to RCS files with non-trunk default branches.
1994-09-22 19:46:15 +00:00
Garrett Wollman
c9b1d6048d
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.
1994-09-22 19:38:41 +00:00
Paul Traina
af2c9cfd5b
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.
1994-09-22 19:31:29 +00:00
David Greenman
6ce81dd1b2
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().
1994-09-22 14:44:16 +00:00
Rodney W. Grimes
9093632c7d
Root should NEVER have . in the path.
1994-09-22 08:32:39 +00:00
Rodney W. Grimes
50db970974
Revert the change that removed the -k flag from the ls alias, we have ls -k
...
again.
1994-09-22 08:23:02 +00:00
Steven Wallace
5df5c6ab16
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.
1994-09-22 07:45:30 +00:00
Andrey A. Chernov
fd437b2bb2
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)
1994-09-22 03:58:43 +00:00
Andrey A. Chernov
8354392e6b
Fix mvcur typo bug from my previous fix
1994-09-22 03:09:04 +00:00
Poul-Henning Kamp
b7e9accbaa
Various cleanup and fixes.
1994-09-22 02:49:24 +00:00
Garrett Wollman
5ba34297b9
Fix stupid memory-allocation error.
1994-09-22 02:17:26 +00:00
Garrett Wollman
fed2752194
Automatically load filesystem if not present in system and loadable.
1994-09-22 02:15:34 +00:00
Garrett Wollman
c974f9c6a6
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.)
1994-09-22 02:07:33 +00:00
Garrett Wollman
862cdb8eb6
Call ffs ``ufs'' for the benefit of poor, confused user-land programs.
1994-09-22 01:57:27 +00:00
Garrett Wollman
839f16ab63
Build lsvfs.
1994-09-22 01:26:58 +00:00
Garrett Wollman
2a136300ac
Added lsvfs command to show loaded VFS modules (including statically-linked
...
ones).
1994-09-22 01:25:57 +00:00
Andrey A. Chernov
c8939366a1
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
1994-09-22 01:19:13 +00:00
Garrett Wollman
8e2331ca34
Added VFS functions: getvfsvbyname, getvfsbytype, getvfsent, setvfsent,
...
endvfsent, vfsisloadable, vfsload.
Someday these will even be documented.
1994-09-22 01:07:37 +00:00
Garrett Wollman
dff55bb5c2
mount.h: Declare getvfs* functions from libc.
...
vfs_init.c: Fix fs_sysctl() so that getvfs* functions actually work.
1994-09-22 01:05:09 +00:00
Garrett Wollman
4b1e44f14a
Build LKMs for all ``easy'' filesystems. (lfs can be done, but it's more
...
work; ditto NFS and it's even more work.)
1994-09-21 23:27:16 +00:00
Garrett Wollman
67bfdf835b
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
1994-09-21 23:22:52 +00:00
Bruce Evans
0e4885ff09
Remove bogus cast that was introduced in the previous commit.
1994-09-21 22:34:38 +00:00
Bruce Evans
9fb420314e
Remove redundant declarations that were added in the previous commit.
1994-09-21 22:31:01 +00:00
Bruce Evans
f6d370a798
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
1994-09-21 22:22:48 +00:00