bde
5912d12926
Merge from Lite2 (reject widths <= 0 instead of pretending that they are 80).
1997-07-06 03:39:37 +00:00
bde
9913e47dba
Import Lite2's src/usr.bin/banner. The man page is still on the vendor
...
branch and this import converts it to mdoc format.
1997-07-06 03:28:40 +00:00
bde
eb475de055
This commit was generated by cvs2svn to compensate for changes in r27224,
...
which included commits to RCS files with non-trunk default branches.
1997-07-06 03:28:40 +00:00
bde
6be61a7c42
Default to cksum' instead of to
sum' for unusual program names.
...
Mention `sum' in the usage message.
1997-07-06 03:18:13 +00:00
bde
7f47ba44de
Merge from Lite2 (make the command sum' an alias for
cksum -o 1', and
...
reject -o args other than "1" or "2").
1997-07-06 03:03:10 +00:00
dyson
abc6af3236
This is an upgrade so that the kernel supports the AIO calls from
...
POSIX.4. Additionally, there is some initial code that supports LIO.
This code supports AIO/LIO for all types of file descriptors, with
few if any restrictions. There will be a followup very soon that
will support significantly more efficient operation for VCHR type
files (raw.) This code is also dependent on some kernel features
that don't work under SMP yet. After I commit the changes to the
kernel to support proper address space sharing on SMP, this code
will also work under SMP.
1997-07-06 02:40:43 +00:00
bde
567a012c68
Import Lite2's src/usr.bin/cksum. The Makefile is still on the vendor
...
branch and will temporarily give bogus hard links cksum[.1] -> sum[.1].
1997-07-06 02:22:28 +00:00
bde
8cfb3dd550
This commit was generated by cvs2svn to compensate for changes in r27219,
...
which included commits to RCS files with non-trunk default branches.
1997-07-06 02:22:28 +00:00
pst
41b14158ce
Merge from 2.2 (tcp extensions in phase 1)
1997-07-06 00:33:34 +00:00
wosch
234eb0a6b4
Support message of last database update.
1997-07-05 20:23:53 +00:00
ache
6481ab2428
1. Replace malloc+bzero by calloc
...
2. Revoke internal active session list only now, not whole /etc/ttys
1997-07-05 19:36:55 +00:00
pst
63d7369c25
netstart should really only do phase 1 bringup, not start all the daemons
1997-07-05 19:35:45 +00:00
pst
9d9cd90c7c
netstart wasn't getting installed
1997-07-05 19:35:22 +00:00
ache
ecb9791fb8
Add -D_NEW_VFSCONF to eliminate compilation warning
1997-07-05 19:34:51 +00:00
pst
0e3f5aa6ce
Remove addgroup/rmgroup -- they are completely replaced by pw(1).
...
Adduser/rmuser stay for now until we get a good user-friendly front-end
for pw.
1997-07-05 19:12:45 +00:00
peter
f3816cf51e
Send these files to the attic until they are in use for several reasons.
...
1: cvs and cvsup don't really support vendor branches other than 1.1.1.x,
this is on 1.1.2.x and causing problems in cvsup 'checkout mode', just the
same as cvs has problems interpreting dates. (cvs has "1.1.1" hard coded)
2: cvs 'rm'ing them takes them off the vendor branch and should hide the
above problems.
3: it's just clutter until the merge is done.
4: if the problem isn't sufficiently resolved by taking these off the
vendor branch, the files will have to be nuked and re-imported.
1997-07-05 15:44:29 +00:00
peter
0db0fcbdfd
.if exists(../eBones) tests the obj dir, not the source dir's existance.
...
The existance of a stale obj dir does not imply the source too.
1997-07-05 14:22:15 +00:00
peter
344d9851cd
Apply Bill Fenner's patch for the lost vendor branch bug - I've looked
...
over the code too and it makes sense to me.
PR: 4033
1997-07-05 02:15:42 +00:00
bde
68d6132504
Fixed description of -cv.
1997-07-05 02:08:09 +00:00
bde
7e33efe3b0
Document recent changes (config files and -D...) and not so recent changes
...
(bios drive number...).
Submitted by: mostly by yokota
1997-07-05 02:02:02 +00:00
jkh
2773defaf4
Add entries for tooltalk
1997-07-05 00:39:21 +00:00
wosch
93f494e459
Better section guessing for manual pages without suffix. The
...
plan9 manual pages dont have a suffix.
1997-07-04 22:32:59 +00:00
ache
d1c5187363
death: revoke all lines listed in /etc/ttys instead of sending HUP
...
to all processes
1997-07-04 22:09:07 +00:00
max
fa5b7cdf93
Add Xref to nologin(5).
1997-07-04 06:31:52 +00:00
jkh
f4cb476ed1
Add proper md5 comments to ports-installed packages also by
...
masticating it through the same routine used by pkg_create.
Submitted by: se
1997-07-04 04:48:02 +00:00
jkh
9048f9c72f
YAMF22
1997-07-04 04:46:29 +00:00
jdp
918f3c21d9
Add "nfsv2" to the default mount options. It can be removed when V3
...
stops causing unkillable hung processes.
1997-07-04 03:29:57 +00:00
jdp
8c4f87b21c
Die and stay dead. Ya got it?!
1997-07-04 01:30:09 +00:00
ache
a7978d47a0
Include <libutil.h> instead of private declarations
1997-07-03 11:37:43 +00:00
charnier
47cfef8865
Add rcsid, prototypes. Use err(3).
1997-07-03 07:19:46 +00:00
bde
1fc2a57bac
Kill histedit.h again. Importing Lite2 brought it back for some reason
...
(although it hasn't changed).
1997-07-03 04:15:01 +00:00
bde
e4673e648e
Import Lite2's src/lib, except for non-i386 machine-dependent directories,
...
libc/db, libc/gen/crypt.* and libtelnet. All affected files except 3
unimportant ones have already left the vendor branch.
1997-07-03 03:28:27 +00:00
bde
a9581f1d11
This commit was generated by cvs2svn to compensate for changes in r27180,
...
which included commits to RCS files with non-trunk default branches.
1997-07-03 03:28:27 +00:00
phk
cb9d464cf1
Have another go at the malloc-sysv initialization.
...
PR: 4002
Pointed out by: bde
1997-07-02 19:33:23 +00:00
phk
3b6320e19b
Reset all LQR variables when we start over.
1997-07-02 19:18:42 +00:00
wosch
4b35b2f1da
Sync with original source:
...
Add Steven M. Schultz for providing 2.11 BSD manual pages.
Add OpenBSD 2.1, FreeBSD 2.2.2, BSDI 2.0.1 releases.
1997-07-02 14:06:45 +00:00
ache
02eb0bec22
Remove unneded cast in login_getclassbyname which cause warning
1997-07-02 13:53:31 +00:00
kato
1171424daf
Synchronize with sys/i386/boot/kzipboot/boot.c revision 1.7.
1997-07-02 11:02:32 +00:00
kato
2d52316815
Synchronize with sys/i386/isa/wd.c revision 1.131.
1997-07-02 11:01:37 +00:00
kato
555199d4ff
Synchronize with sys/i386/conf/options.i386 revision 1.49.
1997-07-02 11:00:56 +00:00
kato
e4043dbd03
Synchronize with sys/i386/isa/syscons.c revision 1.220.
1997-07-02 11:00:20 +00:00
jkh
4768a19ce9
Split section 6 catpages/manpages out into games dist.
1997-07-02 08:59:00 +00:00
charnier
d7374e8382
Add rcsid, usage(). Silent -Wall. Use warn(3).
1997-07-02 06:34:51 +00:00
charnier
48b9ea40eb
Nm does not always need an argument.
1997-07-02 06:30:51 +00:00
charnier
90063a69e4
One newline should be enough.
1997-07-02 06:28:32 +00:00
bde
201ca36885
Import Lite2's src/sbin, except for XNSrouted and routed. All relevant
...
files in src/sbin are off the vendor branch, so this doesn't change the
active versions.
1997-07-02 00:25:26 +00:00
bde
1a324f2063
This commit was generated by cvs2svn to compensate for changes in r27163,
...
which included commits to RCS files with non-trunk default branches.
1997-07-02 00:25:26 +00:00
bde
1ad96c2274
Import Lite2's src/sbin, except for XNSrouted and routed. All relevant
...
files in src/sbin are off the vendor branch, so this doesn't change the
active versions.
1997-07-02 00:25:26 +00:00
bde
3e58259420
Import Lite2's src/bin. All files in src/bin are off the vendor branch,
...
so this doesn't change the active versions.
1997-07-01 22:34:08 +00:00
bde
25e5e74d95
Bury this properly.
1997-07-01 21:38:49 +00:00