Commit Graph

4791 Commits

Author SHA1 Message Date
bmah
a9a1ddd3d5 Put the MAKEDEV item in correct alphabetical order. 2003-04-11 00:51:15 +00:00
bmah
af43b74651 New release notes: PAE, diskinfo(8), jail(8) -i, jexec(8), jls(8),
killall(1) -j, mount(8)/umount(8) -F, rtld(1) dynamic mapping and
libmap.conf(5), 1:1 threading.

Modified release notes:  Use wlan(4) manpage hyperlink.
2003-04-11 00:50:33 +00:00
murray
b816eb5389 Add a note about MAKEDEV / devfs.
PR:		docs/48038
2003-04-07 11:20:24 +00:00
murray
b9f8dd29c8 Update wording about future 4.X releases now that 4.8 is out the door. 2003-04-07 11:15:14 +00:00
dwmalone
599901f69c Don't forget to send the Content-length header after calculating it.
PR:		29725
Submitted by:	Eugene Grosbein <eugen@svzserv.kemerovo.su>
2003-04-05 17:15:38 +00:00
dwmalone
42802fe945 More warns cleanups and misc cleanups:
1) Make fetch_mode a pointer 'cos we can just use the optarg.
2) Constness.
3) Add/complete prototypes.
4) Change an int to a socklen_t.
5) Don't use C++ style comments.
6) Check return values from read and fork a little more carefully.
7) Avoid closing an uninitialised int.
8) Get rid of unneeded extern declarations.
2003-04-05 15:27:27 +00:00
bmah
9701c6cb56 Fix typo: On the relevant architectures, floppy drives are handled by
the fdc(4) driver, not the fd(4) file descriptor files.

Submitted by:	Peter B <pb@ludd.luth.se>
MFC after:	1 week
2003-04-03 21:23:31 +00:00
ru
a5af420ae3 Removed redundant lines.
Noticed by:	obrien
2003-04-01 19:59:30 +00:00
bmah
b2662e3016 Release errata can also contain information uncovered late in the
release cycle (after the release notes are closed).  Note this fact.
2003-03-31 18:12:56 +00:00
bmah
cbf78b3c93 New release notes/errata: SA-03:07.
Submitted by:	gshapiro
2003-03-31 17:38:18 +00:00
ru
621ef380f8 Trace command execution. Grammar and spelling. 2003-03-31 12:41:27 +00:00
ru
e70a9ee9db NODEVFS cleanup: don't bother with MAKEDEV. 2003-03-31 12:35:26 +00:00
ru
b8ce521487 Unmount the file system and detach an underlying memory disk even
if the script fails somewhere in the middle.

Prodded by:	phk
2003-03-31 12:29:31 +00:00
ru
9f7c73a56f Revert revision 1.639 -- the "nodev" mount(8) option restriction
does not apply to ${CHROOTDIR} file system since revision 1.712.
2003-03-31 11:46:49 +00:00
ru
611553972f Strip the .comment section out from the BOOTMFS kernel. 2003-03-31 11:16:53 +00:00
bmah
f9553f7d74 Modified release note: sendmail-8.12.9.
Submitted by:	gshapiro
2003-03-30 06:02:40 +00:00
bmah
8236379a6c Typo fixes. Translators can probably ignore these.
Submitted by:	ispell(1)
2003-03-28 18:22:23 +00:00
bmah
8fe7f32da9 New release notes: adduser(8) -g, gstat(8), omshell(1)/dhcpctl(3). 2003-03-28 18:14:54 +00:00
olgeni
98e89747be Whitespace: wrap paragraph before column 80 (no content changes).
Approved by:	bmah
2003-03-25 20:21:20 +00:00
olgeni
a31fe92a2f Some spelling fixes.
Approved by:	bmah
2003-03-25 20:18:37 +00:00
olgeni
1dc618c463 Remove trailing whitespace.
Approved by:	bmah
2003-03-25 20:17:31 +00:00
hrs
0120b84e97 Catch up with the English version:
1.523 -> 1.524	relnotes/common/new.sgml
2003-03-24 21:42:53 +00:00
obrien
c2ac0341cd s/loaded as a module/available as a module/g
Submitted by:	ru
2003-03-23 04:23:10 +00:00
ru
09a408ff53 Go for the auto-tuned `maxusers'. This at least fixes
the ``panic: timeout table full'' on Alphas.

Tested by:	wilko
2003-03-22 14:23:23 +00:00
rushani
0b31e5d3eb Refine translation. 2003-03-22 11:13:31 +00:00
rushani
86aad658d4 Merge the following from the English version:
1.31  -> 1.33	errata/article.sgml
2003-03-22 10:50:05 +00:00
hrs
a0a7685269 Fix some mistranslations. 2003-03-22 05:47:29 +00:00
hrs
7f81c264e9 Merge the following from the English version:
1.500 -> 1.523	relnotes/common/new.sgml
2003-03-22 04:37:55 +00:00
hrs
d218e143b1 Add a missing </para>. 2003-03-22 04:37:16 +00:00
bmah
5b668a5274 Modified release note: SA-03:06 (minor wording tweak). 2003-03-21 22:37:39 +00:00
bmah
a3050fdde4 New errata/release notes: SA-03:06. 2003-03-21 22:31:44 +00:00
ru
b6ef1e2a08 wlan module depends on rc4 module, so provide one.
Reviewed by:	imp
2003-03-21 22:01:00 +00:00
ru
b4b66e643b Use the target arhitecture's disktab(5) file. 2003-03-21 13:41:17 +00:00
ru
e366e311e4 Pass the target machine architecture down to disklabel(8).
Do it so that systems without the -m option in disklabel(8),
e.g. 5.0-RELEASE, can still build current snapshots.

While here, drop the -s option from doFS.sh; we have not
been using the .size files for a long time.
2003-03-20 23:46:22 +00:00
bmah
466d0304f0 New release/errata notes: SA-03:05. 2003-03-20 18:57:30 +00:00
bmah
f9b7073ba5 Update release note: awk 20030314.
MFC:  FILE 3.41.
2003-03-17 19:22:12 +00:00
obrien
7f12a62846 In rev 1.603 I should have changed it to mdconfig rather than remove it.
I don't recall now, but for some reason I didn't think it was needed.
Also place the mdconfig right before the chroot call, to make it stand out
this needs to be done in the standard environment, as we've tried doing it
in the chroot environment before.
2003-03-17 18:49:46 +00:00
ru
0708739925 Unbreak iso.1. 2003-03-17 17:49:57 +00:00
obrien
cd3c72d5d7 Use positive logic rather than harder-to-read negative logic. 2003-03-17 05:46:10 +00:00
obrien
ba0130c20f Make PREFETCHDISTFILES the default. Set NO_PREFETCHDISTFILES if you don't
like this.  Also make it easier to issue the distfile fetching on command.
2003-03-16 22:59:00 +00:00
obrien
7426d5f3f9 Add PORTREADMES_FLAGS which can really speed up the build on SMP machines
when set to -j<3*#CPU's>
2003-03-16 22:42:26 +00:00
rushani
ac9ed16a5d Merge the following from the English version:
1.27  -> 1.31	errata/article.sgml
2003-03-16 13:32:01 +00:00
rushani
9fe3760273 Merge the following from the English version:
1.135 -> 1.136	hardware/common/dev.sgml
2003-03-16 12:41:12 +00:00
keramida
6205b0c6dd Remove an extraneous closing paren and fix a minor grammar nit.
Reviewed by:	bmah
2003-03-16 02:14:04 +00:00
bmah
c47ecaaa97 New release notes: DRM module update, MAJOR_AUTO device numbers,
Kerberos IV de-orbit.
2003-03-14 23:03:27 +00:00
bmah
b71fd2af57 New release notes: RFC 3042 (limited transmit), RFC 3390 (increased
initial TCP window sizes).

Submitted by:	hsu
2003-03-14 16:56:27 +00:00
bmah
963c0e2df3 Correction to SA-03:03 note.
Submitted by:	silby
2003-03-14 16:37:39 +00:00
bmah
f281a09b5a New release notes: GNOME 2.2, KDE 3.1, XFree86 4.3.0.
(This isn't a precedent for documenting every little change to all of
our 8000+ ports, but these three are important to a lot of people, and
we have some special support for them in sysinstall.)
2003-03-13 23:11:16 +00:00
dwmalone
a9bf9cd835 Don't return with a value in a void function.
Pass a time_t rather than a long to time.
2003-03-13 22:06:10 +00:00
bmah
c352e58de1 New release note: IP fragment reassembly improvement.
Modified release note:  Fix punctuation glitch in bzip2 note.
2003-03-09 02:27:12 +00:00