summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* New release notes: arp(8) prints interface names, strnstr(3)/strcasestr(3),bmah2001-10-132-6/+24
| | | | | | sysinstall(8) can load KLDs. Minor markup additions.
* Re-order "Network Interface Support" section of release notes.bmah2001-10-122-128/+128
| | | | No other whitespace, markup, or content changes.
* Start to move to an alphabetical (rather than semi-chronological)bmah2001-10-122-1116/+1116
| | | | | | | | ordering on release notes items, in an attempt to bring some order to a huge mess. This commit covers the top-level "Userland" section. No other content, markup, or whitespace changes.
* New release note: isp(4) Qlogic 2300 support. For some reason this didn'tbmah2001-10-112-0/+6
| | | | get committed along with its accompanying hardware note entry.
* Move two misplaced release notes to the correct location.bmah2001-10-112-16/+16
|
* MFCs noted: amdpm(4), new newfs(8) cylinder group defaults.bmah2001-10-112-4/+4
|
* Add missing space.dd2001-10-112-2/+2
|
* Add a -d flag to show deltas as opposed to cumulative countersluigi2001-10-101-6/+32
| | | | | | in interface statistics. Most useful when used with the -w flag e.g. ns -i -w 1 -d
* Remove a redundant use of &arch;.bmah2001-10-102-2/+2
|
* Add a sentence giving a bit of background for recent newfs(8) changes.bmah2001-10-092-2/+6
| | | | Discussed with: Ollivier Robert <roberto@ns2.freenix.org>
* Updated release note: FILE 3.37.bmah2001-10-092-6/+4
| | | | MFC noted: tcsh 6.11.
* Update relevant release note item with SA-01:62.bmah2001-10-082-4/+14
|
* Update references to 'device' entries for the kernel configwilko2001-10-081-6/+16
| | | | | | | | files to use 5.x syntax (I hope..) Note: I suppose one might need to hack the hints file as well? Submitted by: Mike Barcroft <mike@FreeBSD.ORG>, Bruce Mah <bmah@FreeBSD.ORG>
* Use host keys from the config directory if they exist, instead ofluigi2001-10-071-2/+6
| | | | | | regenerating them. Make the script handle relative paths for the source directory.
* Make fetch_mask return ${default_mask} if entry not found.luigi2001-10-071-3/+5
| | | | Add a couple of diagnostic messages.
* Add code to print interrupt statistics when they will beluigi2001-10-071-0/+42
| | | | exported via sysctl.
* Fix a typo (missing "; at the end of a string)luigi2001-10-071-1/+1
|
* Fix a typo and sync a comment with the version in RELENG_4luigi2001-10-071-2/+2
|
* New release notes: eaccess(2), vfs.vmiodirenable=1.bmah2001-10-062-8/+24
| | | | | MFCs noted: wall(1) -g, route(8) indirect routes, route(8) net/bits syntax, route(8) proxy only published ARP entries.
* Update list of supported ata(4) controllers (from ata.4 manpage).bmah2001-10-052-4/+4
|
* New release note: MAXMEM/hw.physmem.bmah2001-10-052-4/+12
| | | | Use entity for agp(4) driver.
* Add an abstract for this document, flesh out the introduction abmah2001-10-052-54/+78
| | | | | | | | bit, and fix up the upgrading section. While I'm here, delete some of the SGML comments that were left-over from merging the source files. MFC after: 1 day
* Updated release note: fsck(8) default cylinder group behavior.bmah2001-10-052-8/+12
| | | | MFCs noted: KVA_SPACE, ping(8) -A, fmt(1) rewrite.
* Move <pubdate></pubdate> element into the <articleinfo></articleinfo> area,bmah2001-10-042-8/+4
| | | | | | where it goes for most other documents. MFC after: 1 day
* Consolidate the various SGML source files making up the releasebmah2001-10-0410-109/+179
| | | | | | | | | | | notes document. Basically, I've moved the contents of common/ {artheader,intro,upgrading}.sgml into common/new.sgml, removed duplicate $FreeBSD$ markers, and adjusted the various references to these files. No other whitespace or content changes. This change will make it easier to do some minor restructuring. MFC after: 1 day
* The upgrade instructions referred to an article that was (I think)bmah2001-10-041-6/+14
| | | | | | | folded into the Handbook. Point readers in the right direction and do a little touchup on the text in this section. MFC after: 1 day
* In "Further Reading", mention other DocProj articles/books (in addition tobmah2001-10-041-1/+10
| | | | | | the FAQ and Handbook). MFC after: 1 day
* Add functions to lookup in /etc/networks and set interfaceluigi2001-10-042-16/+77
| | | | addresses, invoke them from /etc/rc
* Add "networks" file used to lookup netmasksluigi2001-10-041-0/+4
|
* Use @__CWD__@ as the magic string meaning "this directory"luigi2001-10-041-1/+1
| | | | | | in crunch.conf -- the previous choice, CWD, was too subject to false matches (this string will be replaced by the absolute pathname during the build process).
* Restore MSDOSFS support to the install kernel.obrien2001-10-033-3/+9
| | | | | | Remove the `txp' `sf' `ste' network drivers instead. Approved by: jkh
* Merge the following from the English version:hrs2001-10-021-3/+104
| | | | 1.145 -> 1.149 relnotes/common/new.sgml
* A somewhat large change of this script.luigi2001-10-021-349/+431
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the user's perspective: * everything is now built outside the source tree (more precisely, in `pwd`/builddir-${name}/ ) except for the kernel config file(s) which still need to be copied into src/sys/i386/conf because of "config" limitations. I am not sure if there is an easy way to get away from this without changing "config" or replicating some part of the source tree. This is really the only change that most users should worry about, but it is a good one. * if you do cross-compiles (using "picobsd --src somedir/src [--init] ... ") then the libraries and include directories etc. are searched/created in "somedir/usr" ; * you can do most things (basically build the kernel and the crunched binary and the filesystem trees) without root privileges. You need privileges to use mdconfig/vnconfig to create the actual MFS and floppy image, unfortunately. * the -v option now prints some diagnostic but does not stop for user input at each step. You need to specify -v -v to have the old behaviour. Internally, the script has been reshuffled quite a bit to support the above features. Many shell variables have been renamed or made local in an effort to avoid undesired side effects. There is a somewhat better error handling in case something goes wrong.
* Compile the kernel under ${BUILDDIR} instead of polluting the sourceluigi2001-10-021-3/+13
| | | | | | tree. Unfortunately the latter cannot be completely readonly, because "config" still depends on the kernel config file being in sys/${ARCH}/conf (it seems to derive other pathnames from that one).
* Fix organizational nits: Move Cardbus/NEWCARD release note to PCCARDbmah2001-10-022-32/+30
| | | | | | section. Move release notes for tunneling-type drivers from network protocol section to NICs section for consistency (tap(4) release notes were combined).
* Try to make some sense of the various release note itemsbmah2001-10-022-60/+28
| | | | | documenting OpenSSH version updates in -CURRENT and coalesce them into a single item.
* New release note: Each jail(2) can have its own securelevel (requested bybmah2001-10-022-2/+10
| | | | | | | rwatson). Mention that the OpenSSH 2.9 upgrade made ssh-agent(1) work for DSA keys.
* New release notes: Per-interface IP address hash table, networkbmah2001-10-012-2/+32
| | | | | | devices in /dev, UUCP moved to ports. MFCs noted: bge(4).
* Remove some entries to make the image fit into a floppy again.luigi2001-10-011-5/+5
|
* Whoops, I whould have removed the old entry...luigi2001-10-011-2/+0
|
* Move up the tinyware entry so things are looked up there first.luigi2001-10-011-0/+5
|
* Add customised version of login for picobsd images on -CURRENT.luigi2001-10-014-0/+1167
| | | | | This version is basically the same one as login.c 1.67, and does not require the use of PAM.
* "Avance Logic", not "Advance Logic".dd2001-10-012-2/+2
| | | | Submitted by: Robert Reid <robreid@cse.unsw.edu.au>
* Add "ln" entries for ssh, ssh1 and scpluigi2001-09-301-0/+3
|
* Modify wildcard for vmware interfaces. I am not sure howluigi2001-09-301-1/+1
| | | | | | MAC addresses are generated for those interfaces, but as long as the entry is next to the bottom of the list the chance of conflicts is low.
* Document AlphaPC64 and restructure section on EB64-family.wilko2001-09-301-11/+28
|
* Try eliminating some more things from the -current installationjkh2001-09-303-6/+24
| | | | kernel in an attempt to get release builds working again.
* 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.
OpenPOWER on IntegriCloud