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
iedowse
fdb42dd4bf
Since the netexport struct was centralised to 'struct mount',
...
attempting to remove nonexistant exports with MNT_DELEXPORT returns
an error; before this change it always succeeded. This caused
mountd(8) to log "can't delete exports for /whatever" warnings.
Change the error code from EINVAL to a more specific ENOENT, and
make mountd ignore this error when deleting the export list. I
could have just restored the previous behaviour of returning success,
but I think an error return is a useful diagnostic.
Reviewed by: phk
2001-05-29 17:46:52 +00:00
imp
bd38254e2e
Use PATH_MAX in preference to MAXPATHLEN.
...
Also sort declarations per style(9) (big arrays come last) while I'm
in the area.
2001-05-29 17:27:56 +00:00
sos
0769bdabee
Fix bug in debug code
2001-05-29 17:27:36 +00:00
sos
f6e371bd1f
Fix for the fixate problem on the Yamaha burners.
2001-05-29 17:19:42 +00:00
bmah
b7d266ab87
Unbreak make release (didn't completely account for removal of *.TXT
...
files).
Another diff will be forthcoming to fold the functionality of
NORELNOTES into NODOC.
Tested by: John Hay <jhay@icomtek.csir.co.za>
Pointy hat to: bmah
2001-05-29 17:14:59 +00:00
ache
5639a39cc3
Add B460800 define
2001-05-29 17:13:18 +00:00
ache
43c00ef868
Add more high speeds
...
Fix tabs
2001-05-29 17:06:32 +00:00
jhb
0c84f37525
Don't hold the VM lock across VOP's and other things that can sleep.
2001-05-29 16:58:25 +00:00
imp
71a24e4a6b
Yet another typo
2001-05-29 16:55:34 +00:00
imp
b7671ed188
Missed this typo too.
...
Submitted by: Szilveszter Adam <sziszi@petra.hos.u-szeged.hu>
PR: 26766
2001-05-29 16:52:18 +00:00
imp
17f6867cc5
Fix typo.
...
Submitted by: Szilveszter Adam <sziszi@petra.hos.u-szeged.hu>
PR: 26766
2001-05-29 16:50:23 +00:00
sobomax
bdb58711b9
- Syncronizes command line syntax warnings with manpage (bin/27010);
...
- silence gcc(1) warnings (sobomax).
PR: 27010
Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>, sobomax
MFC after: 10 days
2001-05-29 13:59:02 +00:00
obrien
9e25b214f6
Support the environmental var "GCC_OPTIONS". Which can hold a set of
...
default options for GCC. These options are interpreted first and can be
overwritten by explicit command line parameters. This provides one way of
adding [temporary] options to your world build w/o editing /etc/make.conf.
2001-05-29 09:54:45 +00:00
phk
4228d2730e
Stop creating vn(4) devices.
2001-05-29 09:30:42 +00:00
phk
781572d862
Remove altmodishe "[bc]dev, " comments.
...
PR: 18836
Submitted by: ben
2001-05-29 09:29:29 +00:00
phk
3c8f4ed442
Remove a comment which was past its shelf life.
...
PR: 18750
Submitted by: Tony Finch <dot@dotat.at>
2001-05-29 09:22:22 +00:00
phk
de9bff5d04
When using interfaces that support if_media, the supported media list is
...
printed on a single, very long, and generally unreadable line. This
isn't very useful. It's also really ugly and most of the time you don't
care what media is supported anyway.
PR: 27701
Submitted by: Brooks Davis <brooks@one-eyed-alien.net>
2001-05-29 09:13:44 +00:00
phk
b7bd9d6b28
Remove unused d_parms_t typedef
...
Spotted by: grog
2001-05-29 08:02:31 +00:00
imp
8398095621
Alpha is not in good shape at all.
...
Submitted by: obrien
2001-05-29 05:32:13 +00:00
imp
a46bf7d575
Temper my optimism
2001-05-29 05:24:08 +00:00
imp
70ea69cbc2
Looks like -current is safe again, and has been since Friday.
2001-05-29 04:26:44 +00:00