Warner Losh
92e331afed
Use PATH_MAX in preference in MAXPATHLEN.
2001-05-30 03:37:28 +00:00
Warner Losh
fe8dce6c66
Use PATH_MAX instead of MAXPATHLEN.
...
Also use sizeof(path) in preference to PATH_MAX.
2001-05-30 03:33:32 +00:00
Dima Dorfman
a723c4e173
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
Warner Losh
91a086eaf5
PATH_MAX in preference to MAXPATHLEN.
2001-05-30 03:28:29 +00:00
Warner Losh
5782e27253
Use PATH_MAX rather than MAXPATHLEN.
2001-05-30 03:27:07 +00:00
Warner Losh
c619c9a345
Minor comment fix
2001-05-30 03:25:45 +00:00
Matt Jacob
ecf33dd4c4
move wx to be part of miibus requiring chipsets
2001-05-30 03:20:52 +00:00
Bruce A. Mah
70e905be86
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
Dima Dorfman
c1a7db888d
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
Dima Dorfman
dd512c47f1
Don't claim to ignore interrupts.
...
PR: 27747
Submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net>
2001-05-30 02:39:53 +00:00
Dima Dorfman
9b1fd3272e
Remove home-grown prototypes of time() and localtime().
...
Reviewed by: md5(1)
2001-05-30 02:38:10 +00:00
Mike Smith
19dbbb64f5
Catch up to new include paths.
...
Submitted by: walt <wsheets@att.net>
2001-05-30 00:22:37 +00:00
John Baldwin
c9dc25fa44
- Catch up to the VM mutex changes.
...
- Sort includes in a few places.
2001-05-30 00:03:13 +00:00
Dima Dorfman
f628a4b10e
Remove -DMFS from CFLAGS.
2001-05-29 23:57:23 +00:00
Dima Dorfman
7ccb741f6a
Remove all references to MFS.
2001-05-29 23:55:43 +00:00
John Baldwin
59718ee556
Include <ufs/ffs/fs.h> to get the definition of struct cg to quiet a
...
warning.
2001-05-29 23:53:16 +00:00
Daniel C. Sobral
209a9557ea
Go back to 1.20 again.
2001-05-29 23:49:10 +00:00
Daniel C. Sobral
38e0371f17
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
John Baldwin
d0605c94ed
GC #if 0'd calls to releasing and acquiring the old style giant kernel
...
lock.
2001-05-29 23:35:48 +00:00
Dima Dorfman
f878e83f9d
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
Bill Paul
2195de46d3
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
Bruce A. Mah
49ca4f3f52
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
Bill Paul
01702579c4
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
Poul-Henning Kamp
c7a3e2379c
Remove last vestiges of MFS.
2001-05-29 21:21:53 +00:00
Ian Dowse
e23faa1027
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
Poul-Henning Kamp
753d49786e
Remove MFS
2001-05-29 20:39:47 +00:00
Poul-Henning Kamp
c3154730b9
Remove MFS.
2001-05-29 20:26:51 +00:00
Mike Smith
d87e8fe891
Remove old ACPI CA code. These will be drained from the repo at some
...
future date.
2001-05-29 20:22:11 +00:00
Mike Smith
2a4ac806d7
- 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
Mike Smith
2704f54b4b
New files for the ACPI CA 20010518 update.
2001-05-29 20:05:59 +00:00
Mike Smith
71cb0ea9bf
New files and layout for the ACPI CA 20010518 update.
2001-05-29 20:05:35 +00:00
Mike Smith
4bccc7175f
- wbinvd isn't an inline on ia64.
...
- includes are not in subdirectories.
2001-05-29 20:03:32 +00:00
Mike Smith
6d804030e6
Merge FreeBSD-specific changes with the ACPI CA 20010518 release.
2001-05-29 19:56:18 +00:00
Jesper Skriver
e4b6428171
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
Mike Smith
7ba3a4a9c7
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
Mike Smith
0065eb1222
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
Mike Smith
060724d12a
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
Mike Smith
a9a41ca37c
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 Skriver
853be1226e
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
Poul-Henning Kamp
80f86e526b
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
Poul-Henning Kamp
fb54ac9dc8
Remove the MFS paper.
2001-05-29 18:54:54 +00:00
Poul-Henning Kamp
a383ba34c2
Initial cleanout of MFS from newfs. More complete wash needed.
2001-05-29 18:52:39 +00:00
Poul-Henning Kamp
870b4959b7
Remove MFS from the kernel.
2001-05-29 18:50:30 +00:00
Poul-Henning Kamp
49b07961a9
Remove MFS from configs idea of the world.
2001-05-29 18:49:46 +00:00
Poul-Henning Kamp
8adeb35aff
Remove MFS compat bits.
2001-05-29 18:49:23 +00:00
Poul-Henning Kamp
888a8e3567
Remove MFS options from all example kernel configs.
2001-05-29 18:49:06 +00:00
Maxim Sobolev
f67de64ba9
Add section "CONTRIBUTORS" and move nik and sobomax there, since we are not
...
really "AUTHORS".
2001-05-29 18:48:13 +00:00
Warner Losh
4c48c580ec
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
Mark Murray
13b65deafa
Bring back from the er, dead some useful PAM modules.
2001-05-29 18:32:17 +00:00
Bruce A. Mah
83f1488d6e
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