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
phk
9dfeaf738e
Remove MFS
2001-05-29 20:39:47 +00:00
phk
9649cf76ef
Remove MFS.
2001-05-29 20:26:51 +00:00
msmith
89dd86f647
Remove old ACPI CA code. These will be drained from the repo at some
...
future date.
2001-05-29 20:22:11 +00:00
msmith
7996f19f43
- Updates for new constant naming in the ACPI CA 20010518 update.
...
- Use __func__ instead of __FUNCTION.
- Support power-off to S3 or S5 (takawata)
- Enable ACPI debugging earlier (with a sysinit)
- Fix a deadlock in the EC code (takawata)
- Improve arithmetic and reduce the risk of spurious wakeup in
AcpiOsSleep.
- Add AcpiOsGetThreadId.
- Simplify mutex code (still disabled).
2001-05-29 20:13:42 +00:00
msmith
cc0ed18a81
New files for the ACPI CA 20010518 update.
2001-05-29 20:05:59 +00:00
msmith
2e3b439906
New files and layout for the ACPI CA 20010518 update.
2001-05-29 20:05:35 +00:00
msmith
810dc37f4b
- wbinvd isn't an inline on ia64.
...
- includes are not in subdirectories.
2001-05-29 20:03:32 +00:00
msmith
adc622bc2d
Merge FreeBSD-specific changes with the ACPI CA 20010518 release.
2001-05-29 19:56:18 +00:00
jesper
aa7ec52010
Inline TCP_REASS() in the single location where it's used,
...
just as OpenBSD and NetBSD has done.
No functional difference.
MFC after: 2 weeks
2001-05-29 19:54:45 +00:00
msmith
96a626e3c3
This commit was generated by cvs2svn to compensate for changes in r77424,
...
which included commits to RCS files with non-trunk default branches.
2001-05-29 19:52:40 +00:00
msmith
bc4d4229dc
Import the 20010518 Intel ACPI CA release. Note that Intel's directory layout
...
keeps changing, so to reduce repository thrash everything has been moved into
a single directory. (repo copy involved)
2001-05-29 19:52:40 +00:00
msmith
7bec4652bb
This commit was generated by cvs2svn to compensate for changes in r77422,
...
which included commits to RCS files with non-trunk default branches.
2001-05-29 19:52:32 +00:00
msmith
3c0029a0e8
Import the 20010518 Intel ACPI CA release. Note that Intel's directory layout
...
keeps changing, so to reduce repository thrash everything has been moved into
a single directory. (repo copy involved)
2001-05-29 19:52:32 +00:00
jesper
02dca88184
properly delay acks in half-closed TCP connections
...
PR: 24962
Submitted by: Tony Finch <dot@dotat.at>
MFC after: 2 weeks
2001-05-29 19:51:45 +00:00
phk
342f1e5c87
A more complete removal of MFS related code.
...
XXX: This program badly needs a style(9) + BDECFLAGS treatment.
2001-05-29 19:40:39 +00:00
phk
3c6f0395e6
Remove the MFS paper.
2001-05-29 18:54:54 +00:00
phk
d1bc4fec62
Initial cleanout of MFS from newfs. More complete wash needed.
2001-05-29 18:52:39 +00:00
phk
785e1e1e17
Remove MFS from the kernel.
2001-05-29 18:50:30 +00:00
phk
9fc285b0df
Remove MFS from configs idea of the world.
2001-05-29 18:49:46 +00:00
phk
9937949fe2
Remove MFS compat bits.
2001-05-29 18:49:23 +00:00
phk
bad4fc51cc
Remove MFS options from all example kernel configs.
2001-05-29 18:49:06 +00:00
sobomax
baed884857
Add section "CONTRIBUTORS" and move nik and sobomax there, since we are not
...
really "AUTHORS".
2001-05-29 18:48:13 +00:00
imp
0925b2a595
Use use ${INSTALL} -d in our build process. If INSTALL is set to
...
"install -C" then things will fail due to new checks. Relax the
checks so that install -C -d works again.
2001-05-29 18:41:16 +00:00
markm
8d833bf6a1
Bring back from the er, dead some useful PAM modules.
2001-05-29 18:32:17 +00:00
bmah
fdb8cf1773
Take out the line that says that RELNOTESng will *eventually* become
...
the release default. It is now.
Reminded by: dd
2001-05-29 18:31:59 +00:00
imp
567b09a17d
Use PATH_MAX in preference to MAXPATHLEN.
2001-05-29 18:20:36 +00:00
phk
8e6e314c51
Remove the hack-around for the slice/label code, it didn't
...
cover the hole.
2001-05-29 18:19:57 +00:00
imp
6d5c9e2a15
Use PATH_MAX rather than MAXPATHLEN. Also fix a possible off by one
...
error caused by the -1 being on the wrong side of the comparison.
This would not cause an overflow, as near as I can tell, because we
truncate later anyway. We'd just fail to get a diagnostic for 1024
and 1025 byte file names.
2001-05-29 18:03:14 +00:00
gshapiro
6709d5cb0c
Unbreak installworld. Revision 1.41 of src/usr.bin/xinstall/xinstall.c
...
made the usage here incorrect.
Note that the change to install may cause other things to break, such as
the advice in src/etc/defaults/make.conf:
# Compare before install
#INSTALL=install -C
If users actually use this, any ${INSTALL} -d invocations in an installworld
will also fail.
Submitted by: David Wolfskill <david@catwhisker.org>
MFC after: 2 days
2001-05-29 17:55:49 +00:00