bmah
da21fb8f94
Reorganization of FreeBSD README document. This change adds no new
...
content or whitespace changes; it just moves sections around for
better organization; the content of this file used to be fairly
fragmented because it originally was derived from parts of several other
documents.
The first half of "About FreeBSD" has been pulled into the Introduction
section. The remainder of "About FreeBSD" plus the "Release Documentation"
section now make up a new <sect1></sect1> level section entitled
"Further Reading".
2001-08-09 04:27:11 +00:00
peter
3c64dcffc3
Forced commit; Previous commit was to remove check_sigacts() that was
...
added with the linuxthreads commit but appears to have never been used.
2001-08-09 02:47:02 +00:00
obrien
7b125fc898
The author isn't a [UC] Regents. Correct the copyright language.
2001-08-09 02:32:05 +00:00
obrien
1b5e0592ae
Fix VCS ID spamage.
2001-08-09 02:29:32 +00:00
obrien
ffdbb9dc0c
Restore the proper copyright on this and remove the gratuitous changes from
...
sys/alpha/include/elf.h.
2001-08-09 02:24:05 +00:00
obrien
f202ead276
The author isn't a [UC] Regents. Correct the copyright language.
2001-08-09 02:09:34 +00:00
peter
0c05c098a9
*** empty log message ***
2001-08-09 01:21:58 +00:00
eric
50b51a574f
Handle keys consistently.
2001-08-09 01:14:09 +00:00
bmah
a906539d9e
Collapse the seven *.sgml files containing the content of the README
...
document into article.sgml. Move the $FreeBSD$ tag from a
comment to a <pubdate></pubdate> entry, but no other content
or whitespace changes.
The two reasons for doing this are to: 1) Get rid of a bunch of
itty-bitty files and 2) help with a reorganization of the README that
will be much simpler if all the content is in a single file.
2001-08-09 00:35:04 +00:00
mikeh
c9f4f4bb72
typo: patched->matched
2001-08-09 00:34:57 +00:00
peter
0202a68674
Build modules from the main src/sys tree.
...
Tidy up some loose ends.. there were extra -I's being added to CFLAGS for
no reason.
2001-08-09 00:13:30 +00:00
peter
c56bebbea6
Add the screen savers for test coverage.
2001-08-09 00:05:30 +00:00
peter
5f243ba62c
repo-copy the source files from modules/syscons to the normal tree
...
and connect them to the normal build infrastructure.
2001-08-09 00:02:30 +00:00
bmah
4c3cdae09b
Fix up links from the FreeBSD README to portions of the Handbook.
...
While I'm here, delete a <warning></warning> paragraph that seems out of
place.
2001-08-08 23:42:07 +00:00
peter
5f165bb85c
Add the Rio 800 USB device IDs
...
Submitted by: Wesley Morgan <morganw@chemikals.org>
2001-08-08 23:04:31 +00:00
bmah
5ceaaa4acf
Reflect the new location of the list of contributors and coalesce
...
two paragraphs.
2001-08-08 22:53:01 +00:00
eric
9c06e538bd
Make menu text match menu button labels.
2001-08-08 22:49:27 +00:00
kris
acdbe14031
Whack this code with the Blessed Wand of Stack Protection.
...
MFC After: 1 week
2001-08-08 22:27:02 +00:00
chm
b1558cdb69
fixing a bug in test mode (growfs -N)
...
Submitted by: Chris Boltwood <chris@hiendmedia.com>
Reviewed by: tomsoft
MFC after: 5 days
2001-08-08 21:45:42 +00:00
yar
cf93cda491
Replace the condemned access(2) by stat(2),
...
as per the discussion in -audit.
2001-08-08 21:22:48 +00:00
sheldonh
1382e23198
Add mention of /var/run/dmesg.boot.
...
Yes, this isn't really the right place for it. No, it really can't
remain undocumented.
2001-08-08 21:02:55 +00:00
sheldonh
68826caad2
Clarify the BUGS section.
...
Reported by: asmodai
Submitted by: jhb
2001-08-08 21:00:54 +00:00
bmah
79193a54d6
Refer to SA-01:52 from the release note item documenting the fix.
...
Also move this item so that references to security advisories remain
in numerical order.
2001-08-08 19:04:48 +00:00
sheldonh
7950d85ec2
can not -> cannot
2001-08-08 18:32:06 +00:00
sheldonh
002436d796
Improve English wording (use "with which" instead of clause without
...
conjunction).
2001-08-08 18:22:58 +00:00
obrien
b091fda7f3
Clean up this thing a little.
2001-08-08 16:19:30 +00:00
obrien
b8f4f22990
Support the new "-i" (output MIME type strings) option by installing
...
the MIME files (both regular and precompiled).
2001-08-08 16:10:16 +00:00
obrien
1e95bfdcca
Build and use the precompiled magic file. Precompiled magic files have
...
been supported since version 3.35, however it is just with version 3.36
that file has become verbose about it.
2001-08-08 15:53:58 +00:00
ru
5aa7d7faf0
Add entry for wsanchez.
2001-08-08 15:35:20 +00:00
green
c2971068e6
In the KLD "load" make target, don't load using the "absolute" path of
...
"./foo.ko". Use "/full/path/foo.ko" instead so that when the path is
reported as being an absolute path to the "shared library", at least
it's not really a relative path.
Obtained from: LOMAC/FreeBSD project
2001-08-08 13:51:10 +00:00
ru
423aa253ae
We don't have rogue(1), and our rogue(6) doesn't use
...
the `ma' attribute. (The original BSD manual stated
that this attribute is used by vi version 2 only.)
2001-08-08 11:54:35 +00:00
ru
6787c701a8
mdoc(7) police: expand plain text xrefs.
2001-08-08 11:48:28 +00:00
ru
cac152301a
Urge the reader to start using getaddrinfo(3) and getnameinfo(3)
...
protocol-independant functions that don't use static memory area.
Suggested by: nik
Liked by: ume, brian
2001-08-08 11:05:47 +00:00
tg
6348c039ba
Silence some more warnings, mostly from `-W -Wwrite-strings'.
2001-08-08 10:58:50 +00:00
ru
2143008ac0
mdoc(7) police: remove whitespace at EOL.
2001-08-08 10:28:18 +00:00
ru
a82b7d95ed
mdoc(7) police: markup nits.
2001-08-08 10:27:25 +00:00
ru
d6d1a4ae69
mdoc(7) police: markup nits.
2001-08-08 10:16:02 +00:00
ru
b055ad7011
mdoc(7) police: markup, grammar, and spelling nits.
2001-08-08 10:04:08 +00:00
ru
f0012465c8
mdoc(7) police: markup nits.
2001-08-08 09:16:47 +00:00
ru
e3bc6bb329
mdoc(7) police: markup nits.
2001-08-08 08:51:03 +00:00
ru
de3730f6b7
Fixed typo.
...
PR: docs/29532
2001-08-08 08:40:40 +00:00
ru
cbb23a895e
s/vm_page_io_finised/vm_page_io_finished/
...
Submitted by: Chad David <davidc@colnta.acns.ab.ca>
2001-08-08 08:27:19 +00:00
ru
fff8aec5da
mdoc(7) police: fixed spelling of vm_page_io_finished(), fixed markup.
2001-08-08 08:24:48 +00:00
peter
9db8c8274c
Update ptrace(2) re: PT_READ_U and PT_WRITE_U
2001-08-08 05:28:09 +00:00
peter
bb5c43c4b8
Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since they
...
are a really nasty interface that should have been killed long ago
when 'ptrace(PT_[SG]ETREGS' etc came along. The entity that they
operate on (struct user) will not be around much longer since it
is part-per-process and part-per-thread in a post-KSE world.
gdb does not actually use this except for the obscure 'info udot'
command which does a hexdump of as much of the child's 'struct user'
as it can get. It carries its own #defines so it doesn't break
compiles.
2001-08-08 05:25:15 +00:00
peter
185e591533
We do not have UPAGES following the tail end of the user VM space anymore.
2001-08-08 04:02:22 +00:00
phk
f6571e5499
Improve the example FreeBSD/Beastie poster a bit:
...
Move Kirks copyright up above the bottom banner.
Use the right font in the bottom banner.
Move the bottom banner up so inkjet printers can print it.
2001-08-07 22:09:47 +00:00
wilko
144974bb77
Document removal of hardware support from installkernel. Reflects:
...
obrien 2001/07/21 10:38:46 PDT
Modified files:
release/alpha dokern.sh
Log:
Fix the install kernel on a 1.44MB floppy again.
I had to be aggressively Draconian to succeed.
I diked out:
+ Multia, NoName, PC/EB 64, Aspen Alpine support.
+ SCSI tape support
+ AMI MegaRAID controller support
+ All parallel bus support (includes PLIP)
+ vx (3c590, 3c595), pcn (AMD Am79C97x PCI 10/100), sf (Adaptec AIC-6915),
sis (SiS 900/SiS 7016), ste (Sundance ST201 (D-Link DFE-550TX)),
wb (Winbond W89C840F) support.
2001-08-07 21:10:17 +00:00
des
26d4324d74
Allow the user to specify port ranges against which to match inet sockets.
...
Suggested by: roam
2001-08-07 19:59:52 +00:00
dd
eca0fad438
Move all the prototypes to one place.
2001-08-07 19:27:46 +00:00