summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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.
OpenPOWER on IntegriCloud