wosch
228404de16
Undo last commit.
...
Uncomment abuse, security, and ftp aliases.
Add aliases ftp-bugs -> ftp. ftp-bugs is the default email address
which print our ftp daemon if a user type the command 'rhelp'.
Reviewed by: joerg
1997-08-19 17:16:14 +00:00
peter
a8d415c851
Mention PPP_DEFLATE and PPP_BSDCOMP for kernel ppp.
1997-08-19 17:11:35 +00:00
peter
735ad993ea
Remove some stray extra prototypes
1997-08-19 17:07:07 +00:00
peter
9d4e276477
Use two NetBSD-style options (PPP_DEFLATE and PPP_BSDCOMP) to control
...
whether or not to compile the two ppp compression methods.
1997-08-19 17:05:26 +00:00
pst
b004d0b139
Change local_cron to local_periodic.
...
Submitted by: bde
1997-08-19 16:49:35 +00:00
jlemon
43bf2d9479
Require all compatability options to begin with '-'.
...
PR: 4145
1997-08-19 15:58:15 +00:00
peter
a8cf70da32
Temporarily move these to the Attic so that there's no confusion over
...
mixed up versions. Also, these were imported onto the 1.1.2 branch
(since the last one was imported there, sigh) and that causes cvsup in
checkout mode some problems (there isn't any 1.1.1 branch at all!!).
1997-08-19 14:36:54 +00:00
jlemon
4963345d55
Permit hex/octal parameters to cmp, to match what the manual page says.
...
PR: 3850, 3855
1997-08-19 14:34:04 +00:00
peter
b3ff1f59fe
Initial revision
1997-08-19 14:29:39 +00:00
peter
61f3d632c1
Update kernel parts of pppd from 2.2.0 to 2.3.0. I've yet to look at the
...
2.3.0 -> 2.3.1 changes, but I seem to recall that there are certain
"issues" with 2.3.1 (I'm not sure if it's just pppd or the whole lot, I
am not quite that far). The present pppd seems to work with it just fine
for the time being.
Among the changes are that zlib (aka LZ77 aka deflate aka gzip) compression
is implemented as well as the original compress(1) LZW style.
1997-08-19 14:10:50 +00:00
peter
9b19f8e604
oops, missed a debug printf somehow..
1997-08-19 11:29:01 +00:00
danny
0b06abdfea
Spelling police.
1997-08-19 11:27:00 +00:00
peter
8e8ecf72ba
Redo the $CVSHeader$ support to use code similar to that from David Dawes
...
but adapted to run within cvs instead of rcs.
The stuff I hacked together didn't strip out "/Attic/" for files
on branches when the HEAD version was cvs rm'ed.
1997-08-19 11:21:34 +00:00
danny
7a74e61412
Typo fixes.
1997-08-19 11:18:34 +00:00
peter
80910347c6
Redo the $CVSHeader$ support to use code from David Dawes as in XFree86.
...
The stuff I hacked together didn't strip out "/Attic/" for files
on branches when the HEAD version was cvs rm'ed.
1997-08-19 11:17:37 +00:00
peter
16525c303e
Manpage for getsid(2).
1997-08-19 07:19:43 +00:00
peter
efdef6c426
Forgot to mention what getpgid(0) does.
1997-08-19 07:04:43 +00:00
peter
17a924131e
Manpage for getpgid(2), wording taken from NetBSD.
1997-08-19 07:00:53 +00:00
peter
894d286270
Syscall stubs for getpgid()/getsid().
1997-08-19 06:23:45 +00:00
peter
ed7dc25832
Prototypes for getsid() and getpgid(). Also, prefix type names in
...
setpgrp() prototype with _ as per style(9).
1997-08-19 06:19:45 +00:00
peter
6f9f313ea5
Implement XPG/SYSV-style getpgid()/getsid() syscalls. getpgid() uses the
...
same syscall number as NetBSD/OpenBSD. The getpgid() came from NetBSD
(I think) originally, but it's basically cut/paste/edit from the other
simple get*() syscalls.
1997-08-19 06:00:27 +00:00
peter
118255d366
Regenerate
1997-08-19 05:57:04 +00:00
peter
de34cbf045
SVR4/XPG-style getpgid()/getsid() syscalls.
1997-08-19 05:53:48 +00:00
asami
581db96bb2
Be consistent with other utilities in spelling "Kbytes". (Actually,
...
there even was one of them about ten lines above in the same file.)
Reminded by: joerg's commit to usr.bin/ftp/ftp.c rev 1.9
1997-08-19 01:57:53 +00:00
asami
0761ac5fca
Fix 1.17 properly by adding ${DESTDIR} in front. (I know this part is
...
not enabled now.)
1997-08-19 01:52:11 +00:00
brian
92f19c53d6
Correct the forth arg to "set ifaddr". If specified,
...
it gives the IP number that should be used for initial
IPCP config requests, irrespective of MYADDR.
1997-08-19 01:10:24 +00:00
dyson
1603d05f53
Allow lockmgr to work without a current process. Disallowing that
...
was a mistake in the lockmgr rewrite.
1997-08-19 00:27:07 +00:00
jkh
a8ebfa1086
Fix fstab sequence number bug.
...
Add a few more strategic screen clears.
Fix registration form bug.
1997-08-18 21:47:34 +00:00
jkh
b872ad99fb
Work around potential state machine bogon with FILL. This needs
...
to be scrapped, ultimately, and it will be.
1997-08-18 21:34:12 +00:00
jkh
f4fa517634
2nd round doc cleanup.
1997-08-18 21:10:26 +00:00
jlemon
cec5ceda71
divnum is no longer silently restricted to the range 0..9. (cf: 4098)
...
changequote(,) is now a synonym for changequote(). (cf: 803)
buffer size for translit() enlarged to handle a full string
PR: 803, 4098
1997-08-18 21:01:45 +00:00
jlemon
34e2016839
db close routine actually writes data out to disk; return value was
...
not being checked. Change code to fail if db->close errors.
PR: 4202
1997-08-18 20:48:35 +00:00
brian
9146b289a0
Hint at how to use TZ.
...
Submitted by: grog@lemis.com
1997-08-18 20:27:17 +00:00
jlemon
d47ac661e3
A ':' in the data file was always interpreted as a category divider,
...
even if escaped. Changed code so that the next character after a '\'
is skipped. This should not cause a buffer overflow, as backslashes
at the end of a line are handled earlier in the code.
Also correct a slight grammatical nit in the bard datfile.
PR: 3777, 3917
1997-08-18 20:26:32 +00:00
brian
f73e5acfe1
Introduce the "bg" command. It's pretty
...
much the same as "shell", but it's in the
background.
1997-08-18 20:15:10 +00:00
jlemon
3f21602fe5
Add doscmd.
1997-08-18 18:51:46 +00:00
jlemon
a0eb7b6fe1
Clean up Makefile, make compiling in X support dependent on ${X11BASE}.
1997-08-18 18:48:33 +00:00
pst
6d151c15a2
Remove 100.clean-src
1997-08-18 16:49:40 +00:00
pst
a51bff4345
cron.d -> periodic
1997-08-18 16:49:22 +00:00
sos
f15ce03b2f
Fix the key marked '9' ')' ']' to produce ascii gs with control.
1997-08-18 16:21:38 +00:00
peter
7ac9402fd8
use -I${DESTDIR}/usr/include/tcl, not -I/usr/include/tcl
1997-08-18 11:39:19 +00:00
kato
f5382cc094
Synchronize with sys/i386/i386/machdep.c, trapc and sys/i386/isa/npx.c
...
revisions 1.256, 1.105 and 1.51, respectively.
1997-08-18 11:30:05 +00:00
charnier
e320b485f8
Add usage().
1997-08-18 07:30:15 +00:00
charnier
dcced67e41
Nm tsort -> Nm.
1997-08-18 07:28:50 +00:00
charnier
f62894be46
Use err(3) insteadof local redefinition. Sync usage string with man page.
1997-08-18 07:27:59 +00:00
charnier
ec238b21ba
Nm true -> Nm.
1997-08-18 07:25:50 +00:00
charnier
92f3efceee
Use err(3) instead of local redefinition. Cosmetic in usage().
1997-08-18 07:24:58 +00:00
charnier
82121e0306
Cosmetic.
1997-08-18 07:22:53 +00:00
charnier
28d0e6f3e8
Add usage. Use /usr/share/misc/map3270 instead of /etc/map3270.
1997-08-18 07:21:48 +00:00
charnier
6bb42bb1b9
Add prototypes, usage(). Use err(3).
1997-08-18 07:16:12 +00:00