summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Correct snd_maestro3_load command line for loader.conf.bmah2001-09-292-2/+2
| | | | Submitted by: René Luria <rene@luria.ch>
* Move a bunch of initialization into a function which must be runluigi2001-09-281-53/+75
| | | | | | | | | | before parsing the command line. Move code to build include and libraries in a separate function, so we can use the verbose flag for that. Chang ownership of some directories so more of the build process (namely, builds of include and libs) can be run without root permission (we still depend on root permission to mount a memory filesystem).
* New release notes: interface capabilities, faith(4)/stf(4)/tap(4)/vlan(4)bmah2001-09-282-2/+54
| | | | | | | cloning, lpd(8) o-type print-file actions, edquota(8) -f, libgmp superceded by libmp. MFCs noted: OpenSSH 2.9.
* New release notes: bge(4), ng_gif(4), ng_gif_demux(4), ng_ip_input(4),bmah2001-09-285-1/+76
| | | | tftpd(8) support for RFC 2349.
* Update list of urio devices supported.bmah2001-09-272-2/+2
|
* MFCs noted: ancontrol(8) -M, nl(1).bmah2001-09-272-4/+6
|
* Add entries for vmware interfaces.luigi2001-09-271-0/+3
|
* Enable the use of wildcards in the #ethertable section ofluigi2001-09-271-4/+7
| | | | | | /etc/hosts to map MAC addresses to hostnames. Main use is to get addresses for vmware interfaces.
* New release notes: aac(4) update, Yahoo! coredump patch, touch(1) -h.bmah2001-09-252-0/+28
|
* Clarify that it is the SRM console that disables onboard USB on DS10.wilko2001-09-251-1/+2
| | | | | Applies to newer SRM versions only. Verified by checking various SRM revs.
* ghostscript6 has been replaced by ghostscript-gnu in the Portsbmah2001-09-241-1/+1
| | | | Collection, so we need to change the ports we need for a release.
* Fix typo.hrs2001-09-241-1/+1
|
* Merge the following from the English version:hrs2001-09-241-37/+73
| | | | 1.139 -> 1.145 relnotes/common/new.sgml
* The README file in the floppies/ directory of a distribution shouldbmah2001-09-231-1/+1
| | | | | | | | come from the installation document (of the release documentation) not the readme. The installation document is the one that has the content of the old FLOPPIES.TXT. Pointy hat to: bmah
* New release notes: KSE milestone 2, groups(1) and whoami(1) subsumedbmah2001-09-212-0/+14
| | | | by id(1).
* New release notes: Load addresses of kernels exported, KVA_SPACE,bmah2001-09-212-2/+32
| | | | client/server NFS split, find(1) primaries now take time units.
* New release notes: cvs(1) -T, cvs(1) diff -j.bmah2001-09-212-18/+42
| | | | | | | MFCs noted: cat(1) UNIX-domain sockets, dirpref. While I'm here, group CVS-related items together in their own section under userland contributed software.
* New release note: netstat -S.bmah2001-09-212-2/+8
| | | | MFC noted: netstat -z.
* Move pccard release note entries into their own sect3 section (as was donebmah2001-09-212-58/+60
| | | | for 4.4-RELEASE), eliminate one entry that was superceded by another.
* Remove some repetitively redundant wording.bmah2001-09-212-4/+2
| | | | Pointed out by: Jason Andresen <jandrese@mitre.org>
* On -current with devfs there is no MAKEDEV in /dev anymore, so usejoe2001-09-201-1/+3
| | | | | | | it from ${SRC}/etc/MAKEDEV instead. We may want to do this on -stable as well, but for now -stable still uses /dev/MAKEDEV.
* Relocate the memory disk selection code to the same place the otherjoe2001-09-201-9/+9
| | | | variables are set.
* Remove options INTRO_USERCONFIG, MFS, USERCONFIG and VISUAL_USERCONFIGjoe2001-09-206-18/+0
| | | | | from the PicoBSD kernel files as they're not relevant any more to -current.
* Make the script aware of mdconfig, so it can hopefully run on -CURRENTluigi2001-09-201-35/+53
| | | | | | | | | as well. This works by selecting "md" or "vn" depending on "uname -r" output, so we can use the same script on -CURRENT and -STABLE. Also included minor bugfixes and code cleanup. Testers welcome, as this code has only been tested on -STABLE (and for this reason I am doing an immediate MFC).
* Try to work off backlog of CURRENT release notes: vm.zeroidle_enable,bmah2001-09-182-0/+26
| | | | | an(4)/ancontrol(8) -M monitor mode, burncd(8) -d, cat(1) UNIX-domain sockets.
* Add release note entry about the amdpm(4) driver.murray2001-09-182-0/+10
|
* Catch up with the English version:hrs2001-09-161-21/+23
| | | | 1.5 -> 1.7 errata/article.sgml
* Fix some typo and malformed SGML markups.hrs2001-09-161-20/+16
|
* Catch up with the English version:hrs2001-09-151-2/+82
| | | | 1.124 -> 1.139 relnotes/common/new.sgml
* Add a sample Makefile as an example of building RELNOTESng forbmah2001-09-141-0/+60
| | | | the release documentation snapshot page.
* Add some cards to nge(4)-supported hardware list, as described inbmah2001-09-142-0/+16
| | | | src/share/man/man4/nge.4 rev 1.8.
* Two style changes: Bring "maintained by" credit into a sect1info, andbmah2001-09-141-3/+9
| | | | | | move the ID string from a pubdate element into a comment on the grounds that this document doesn't change rapidly enough to require that the ID string to actually be rendered in the output.
* The Books and Articles section was very choppy due to its cut-and-pastebmah2001-09-141-38/+31
| | | | origins and prior edits. Polish it.
* 'make release' should install docproj ports with BATCH=yes so that yourmurray2001-09-131-1/+1
| | | | | release builds don't stop in the middle of the night asking for user input about which Ghostscript drivers to install.
* Replace print/ghostscript6-nox11 with print/ghostscript-gnu-nox11.knu2001-09-111-1/+1
|
* New release note: semop(2) buffer overflow fixed.bmah2001-09-112-0/+6
|
* New release note about linker.hints and kldxref(8). Even though thisdd2001-09-112-0/+10
| | | | | | solves a pretty annoying problem, this release notes entry doesn't describe what this fixes because I can't seem to figure out how to do this without giving a lot of background.
* Mention that uustat now gets run as uucp, not root, and note MFC.bmah2001-09-102-2/+6
|
* According to message-id <yfk7kv6rj15.fsf@vader.clickarray.com> onbmah2001-09-102-2/+2
| | | | | freebsd-ports, ports/packages will be re-frozen and re-rolled before 4.4-RELEASE, so we can (imprecisely) mark the CVSup bugfix as being MFC-ed.
* New release note: Non-root-owned binaries in standard system pathsbmah2001-09-102-0/+12
| | | | now have the schg flag set.
* New release notes: Use net/cvsup, rather than net/cvsup-bin andbmah2001-09-102-0/+36
| | | | | | | | | | | | net/cvsupd-bin. Also note CVSup update to fix S1G bug. I'm breaking a self-imposed rule of not mentioning ports-collection updates in release notes. I'm only doing this because CVSup is a fairly essential part of the FreeBSD Project infrastructure. Save for exceptions such as this, the release notes will continue to document changes to the base system only. Suggested by: mike
* Add a bit of background to the ACPI release note.bmah2001-09-072-6/+12
|
* ACPI CA updated to 20010831.dd2001-09-072-2/+2
|
* Delete a note to myself that doesn't really belong in a releasedbmah2001-09-061-4/+0
| | | | document.
* Delete some cruft that somehow snuck into this file.bmah2001-09-062-6/+0
|
* All of this is now committed to the XFree86 port.jhb2001-09-061-52/+0
|
* Also try to build `setcdboot' first, and only `pkg_add -r' if you cannot.obrien2001-09-051-4/+8
| | | | Submmitted by: dirk
* Update release note: tcsh 6.11.bmah2001-09-052-2/+2
|
* Mention the Sparc64 port under development.bmah2001-09-051-1/+1
| | | | Submitted by: "Alexey V. Neyman" <alex.neyman@auriga.ru>
* Remove "more" from the list, the port has not been committed yet.luigi2001-09-051-3/+3
| | | | Remove "mount_nfs" to reduce image size.
OpenPOWER on IntegriCloud