brian
3322ac2963
Default daily_accounting_flags to -q. I thought this was a typo in the
...
originally submitted patch (oops!).
Also check for an empty $daily_accounting_save.
Submitted by: Udo Schweigert <Udo.Schweigert@cert.siemens.de>
2001-05-30 20:23:43 +00:00
cg
a188d3be39
state the licencing terms for this file
...
Obtained From: Yamaha
2001-05-30 19:05:47 +00:00
bmah
ef8c45bd3e
Document s/NORELNOTES/NODOC/ in RELNOTESng README.
2001-05-30 17:12:46 +00:00
bmah
fd590e5a69
Fold the functionality of NORELNOTES into NODOC. There is now only
...
one Makefile variable to control the building/installation of both
the DocProj documents and RELNOTESng.
Suggested by: obrien, dd
Tested by: John Hay <jhay@icomtek.csir.co.za>
2001-05-30 17:05:15 +00:00
brian
4358d0941f
Add $daily_accounting_save and $daily_accounting_flags
...
Submitted by: Udo Schweigert <Udo.Schweigert@cert.siemens.de>
MFC after: 2 weeks
2001-05-30 16:46:53 +00:00
pirzyk
c8969dd00c
Fixed two bugs, first not allowing '.' as a valid login name character
...
in okname() in util.c and second, returning != 0 when you do have an
error from okname in two places in rcp.c.
Thanks to Garrett for the POSIX defintion of valid login and group names.
PR: bin/25757
MFC after: 3 weeks
2001-05-30 16:19:13 +00:00
brian
39c721b4d0
Fix an alignment error
...
PR: 27766
Submitted by: Sudish Joseph <sudish@mindspring.com>
MFC after: 2 weeks
2001-05-30 15:52:24 +00:00
jhb
d280325d88
We can't grab the sched_lock in set_user_ldt() because when it is called
...
from cpu_switch(), curproc has been changed, but the sched_lock owner will
not be updated until we return to mi_switch(), thus we deadlock against
ourselves. As a workaround, push the acquire and release of sched_lock out
to the callers of set_user_ldt(). Note that we can't use a mtx_assert() in
set_user_ldt for the same reason.
Sleuting by: tmm
Tested by: tmm, dougb
2001-05-30 14:35:22 +00:00
ru
f478ecd8d3
Add an integer field to keep protocol-specific flags with links.
...
For FTP control connection, keep the CRLF end-of-line termination
status in there.
Fixed the bug when the first FTP command in a session was ignored.
PR: 24048
MFC after: 1 week
2001-05-30 14:24:35 +00:00
takawata
8c9c53e10b
Fix include path for recent acpica update.
2001-05-30 10:12:20 +00:00
ru
0ca37f1781
Note that the default behavior has changed to copy files.
...
Also, fix markup in the SYNOPSIS.
Submitted by: dougb
2001-05-30 09:45:47 +00:00
bde
b410bb546a
Don't link ${BINDIR}/newfs to nowhere.
...
Don't clutter this Makefile (not to mention the error output) with
$(BDECFLAGS}.
2001-05-30 09:31:24 +00:00
dougb
4783026083
Add the last of the compatibility mods from openbsd. Neatly, the
...
"install && rm" change fits in with the new FreeBSD default of
copy instead of move for install. Changing the order of the deletion
of the spurious password files doesn't affect FreeBSD functionality,
but it's done in such a way as not to matter.
Obtained from: Christian Weisgerber <naddy@mips.inka.de>
2001-05-30 08:50:10 +00:00
sos
a0556cd83c
Change to spell erasing right.
...
PR 26306 but implemented differently by me.
2001-05-30 08:13:39 +00:00
sos
38d10280a6
Dont try to play tracks outside whats on the media.
...
PR 26647
2001-05-30 08:06:57 +00:00
sos
b515db2560
Dont free a hard code array.
...
PR 20569
2001-05-30 07:51:56 +00:00
sos
9a9b22ddc1
Update to support the NEC NR-7500A burners.
2001-05-30 07:28:57 +00:00
kuriyama
077e2c3f7b
Add Melco's WLI-PCM-L11G.
...
MFC after: 1 week
2001-05-30 07:09:44 +00:00
ru
28c43881ca
Backout rev. 1.42 (relaxing the check for -d plus other flags).
...
Instead, issue a warning for now if -d and -C options are used
together. This will be turned into an error before 4.5-RELEASE.
Reviewed by: imp
2001-05-30 07:08:49 +00:00
imp
dcf9290c96
Note: INSTALL=install -C is no longer supported. Use COPY=-C instead.
...
While the old way will continue to work for a while, it will cause
warnings until after 4.4, but before 4.5.
2001-05-30 07:07:41 +00:00
ru
f042cdd871
Do not clobber COPY, it may be set differently in /etc/make.conf.
...
This is not the problem for NOMANCOMPRESS, as install(1) does not
delete the originals anymore (-c is the default now).
2001-05-30 07:02:57 +00:00
dougb
4f07dc6b31
Don't ask to build something that doesn't exist anymore.
2001-05-30 06:24:47 +00:00
dougb
c039fbaf3b
Move the mfs deletion process down the road a few steps
2001-05-30 06:14:28 +00:00
msmith
789b531931
What I get for "fixing" at the last minute. Correct a mis-merge of takawata's
...
timeout fix and put proc.h into the right file.
Submitted by: nnd@mail.nsk.ru
2001-05-30 05:34:10 +00:00
imp
46d3c6a72c
List the valid IRQs and the non-sharingness.
...
Submitted by: gshapiro
2001-05-30 05:29:42 +00:00
imp
e75a0aa12f
Use PATH_MAX in preference in MAXPATHLEN.
2001-05-30 03:37:28 +00:00
imp
8c99d1db67
Use PATH_MAX instead of MAXPATHLEN.
...
Also use sizeof(path) in preference to PATH_MAX.
2001-05-30 03:33:32 +00:00
dd
32b1a4110c
Export via sysctl:
...
* all members of msginfo from sysv_msg.c;
* msqids from sysv_msg.c;
* sema from sysv_sem.c; and
* shmsegs from sysv_shm.c;
These will be used by ipcs(1) in non-kvm mode.
Reviewed by: tmm
2001-05-30 03:28:59 +00:00
imp
1244169d81
PATH_MAX in preference to MAXPATHLEN.
2001-05-30 03:28:29 +00:00
imp
631844f68d
Use PATH_MAX rather than MAXPATHLEN.
2001-05-30 03:27:07 +00:00
imp
0155282ad7
Minor comment fix
2001-05-30 03:25:45 +00:00
mjacob
f321a52b0e
move wx to be part of miibus requiring chipsets
2001-05-30 03:20:52 +00:00
bmah
bb17102f18
MFCs noted: newfs(8) -U, libcrypt Blowfish password hashing,
...
vidcontrol(1) font specifications, c89(1) executable, telnet(1) -U.
2001-05-30 03:18:59 +00:00
dd
6948305539
Mention how env(1) can be used with the "#!" construct.
...
PR: 27690
Submitted by: Mike Meyer <mwm@mired.org>
2001-05-30 03:15:39 +00:00
dd
affa73f3b3
Don't claim to ignore interrupts.
...
PR: 27747
Submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net>
2001-05-30 02:39:53 +00:00
dd
29ab76864e
Remove home-grown prototypes of time() and localtime().
...
Reviewed by: md5(1)
2001-05-30 02:38:10 +00:00
msmith
796399a6a3
Catch up to new include paths.
...
Submitted by: walt <wsheets@att.net>
2001-05-30 00:22:37 +00:00
jhb
a877c444cf
- Catch up to the VM mutex changes.
...
- Sort includes in a few places.
2001-05-30 00:03:13 +00:00
dd
9a8e4d5a40
Remove -DMFS from CFLAGS.
2001-05-29 23:57:23 +00:00
dd
c2182a70f8
Remove all references to MFS.
2001-05-29 23:55:43 +00:00
jhb
3d4bb0e38d
Include <ufs/ffs/fs.h> to get the definition of struct cg to quiet a
...
warning.
2001-05-29 23:53:16 +00:00
dcs
50cbca77e3
Go back to 1.20 again.
2001-05-29 23:49:10 +00:00
dcs
fa71f8751f
Turn dictthreshold and dictincrease into cell-sized variables, so
...
they can be used with cell operators like !.
As I did this, I noticed the whole CELL thing might have problems with
big endian architectures with sizeof(int)!=sizeof(void*).
2001-05-29 23:44:12 +00:00
jhb
9a95925dcf
GC #if 0'd calls to releasing and acquiring the old style giant kernel
...
lock.
2001-05-29 23:35:48 +00:00
dd
6c001393ec
Replace the cast I removed in rev. 1.16 with a slightly less evil one
...
(well, at least one that gcc doesn't complain about). This fixes -r,
which rev. 1.16 broke.
Submitted by: bde
2001-05-29 23:35:18 +00:00
wpaul
9a3cecd14f
Per jlemon: add code to nge_rxeof() to allow verification of TCP and
...
UDP checksums too, not just IP. The chip only tells us if the checksum
is ok, it does not give us a copy of the partial checksum for later
processing. We have to deal with this the right way, but we can deal
with it.
2001-05-29 22:14:03 +00:00
bmah
3d714c94f9
New release notes: ACPI CA 20010518, MFS gone, ifconfig -m (submitted by
...
Brooks Davis <brooks@one-eyed-alien.net>), GCC_OPTIONS.
Minor rearrangement of some release notes items.
2001-05-29 21:46:26 +00:00
wpaul
a85eca56dc
Fix mind-o in nge_rxeof(): I used CSUM_IP_CHECKED twice instead of
...
CSUM_IP_CHECKED|CSUM_IP_VALID.
2001-05-29 21:44:45 +00:00
phk
d442761285
Remove last vestiges of MFS.
2001-05-29 21:21:53 +00:00
iedowse
650a04f5d6
Ignore the new superblock fields fs_pendingblocks and fs_pendinginodes
...
when comparing with the alternate superblock. These fields are used
for temporary in-core information only. This should fix the "VALUES
IN SUPER BLOCK DISAGREE WITH THOSE IN FIRST ALTERNATE" error from
fsck_ffs that has been seen a lot recently.
2001-05-29 20:45:08 +00:00