aboutsummaryrefslogtreecommitdiff
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Further tidy up the sbin/init and release builds.Peter Wemm2001-01-011-1/+1
| | | | Notes: svn path=/head/; revision=70565
* Sync up the list of supported AMI MegaRAID controllers with reality.Bruce A. Mah2000-12-303-40/+49
| | | | | | | Submitted by: msmith Notes: svn path=/head/; revision=70517
* Fix some misplaced release notes, correct some omissions andBruce A. Mah2000-12-291-12/+12
| | | | | | | inconsistencies between architectures. Notes: svn path=/head/; revision=70491
* New release notes: vinum(4) updates, ICMP ECHO and TSTAMP replyBruce A. Mah2000-12-282-2/+57
| | | | | | | | | | | | rate limiting, ICMP admin prohibited handling, PECOFF support, retired kernfs(5), killall(1) behavior restored, rm(1) -v output change, lpr(1)/lpq(1)/lpd(8) enhancements, pkg_update(1), libdisk install-time configuration of boot0 for i386. Also note MFC of an(4) changes for WEP. Notes: svn path=/head/; revision=70453
* Merge into a single US-exportable libcrypt, which only providesPeter Wemm2000-12-281-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | one-way hash functions for authentication purposes. There is no more "set the libcrypt->libXXXcrypt" nightmare. - Undo the libmd.so hack, use -D to hide the md5c.c internals. - Remove the symlink hacks in release/Makefile - the algorthm is set by set_crypt_format() as before. If this is not called, it tries to heuristically figure out the hash format, and if all else fails, it uses the optional auth.conf entry to chose the overall default hash. - Since source has non-hidden crypto in it there may be some issues with having the source it in some countries, so preserve the "secure/*" division. You can still build a des-free libcrypt library if you want to badly enough. This should not be a problem in the US or exporting from the US as freebsd.org had notified BXA some time ago. That makes this stuff re-exportable by anyone. - For consistancy, the default in absence of any other clues is md5. This is to try and minimize POLA across buildworld where folk may suddenly be activating des-crypt()-hash support. Since the des hash may not always be present, it seemed sensible to make the stronger md5 algorithm the default. All things being equal, no functionality is lost. Reviewed-by: jkh (flame-proof suit on) Notes: svn path=/head/; revision=70419
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-67/+102
| | | | Notes: svn path=/head/; revision=70399
* add PC-Card entry, ELECOM Laneed LD-CDL/TXMIHIRA Sanpei Yoshiro2000-12-262-0/+2
| | | | | | | | | | ed1 at port 0x240-0x25f irq 3 slot 0 on pccard0 ed1: address 00:90:fe:xx:xx:xx, type Linksys (16 bit) Submitted by: taguchi@tohoku.iij.ad.jp Notes: svn path=/head/; revision=70353
* add Melco LPC2-TXMIHIRA Sanpei Yoshiro2000-12-262-2/+2
| | | | Notes: svn path=/head/; revision=70352
* Remove floppy.tree from the build directory.Josef Karthauser2000-12-231-2/+3
| | | | Notes: svn path=/head/; revision=70315
* MF4: Update the bridge kernel config file to reflect the structure andJosef Karthauser2000-12-231-31/+19
| | | | | | | order that Luigi has just committed to RELENG_4. Notes: svn path=/head/; revision=70314
* MF4: revision 1.3.2.1.Josef Karthauser2000-12-231-1/+1
| | | | | | | inetd is not always present, check before invoking it. Notes: svn path=/head/; revision=70313
* Determine the names of the picobsd releases automatically.Josef Karthauser2000-12-232-18/+18
| | | | | | | | Use the 'realclean' target in the crunch.mk file for cleaning the object build tree. Notes: svn path=/head/; revision=70310
* Note that the root filesystem better be on the first partition for itWilko Bulte2000-12-221-1/+4
| | | | | | | | | to be bootable Triggered by: questions on -alpha Notes: svn path=/head/; revision=70283
* Remove COMPAT_OLDPCI.Josef Karthauser2000-12-227-7/+0
| | | | Notes: svn path=/head/; revision=70270
* Document IDE on NoName a bit better.Wilko Bulte2000-12-191-1/+6
| | | | | | | Suggested by: the Dutch FreeBSD Users Group (NLFUG) Notes: svn path=/head/; revision=70200
* New release notes: spic(4), netgrph(4) updates, sbuf(9), el(4) nowBruce A. Mah2000-12-182-6/+67
| | | | | | | | | a module, Kerberos IV fixes, telnet(1) environment fixes, procfs(4) security fixes, better sysinstall defaults, gcc->2.96, fsck_ffs SIGINFO, lpr(1)/lpd(8)/syslogd(8)/logger(1) now IPv6-capable. Notes: svn path=/head/; revision=70171
* Add a line specifying the architecture for each RELNOTES.TXT file.Bruce A. Mah2000-12-182-0/+2
| | | | Notes: svn path=/head/; revision=70169
* Utilise the -p file to crunchgen to specify where the objects shouldJosef Karthauser2000-12-181-4/+3
| | | | | | | be built and remove the previous glue that did the same thing. Notes: svn path=/head/; revision=70156
* Fix an informational message a little and properly check status of a yes/noJordan K. Hubbard2000-12-162-8/+6
| | | | | | | question which I bollicked up in my previous commit. Notes: svn path=/head/; revision=70093
* Add better IP, netmask and gateway checks.Eivind Eklund2000-12-141-14/+92
| | | | | | | | | | | - IP addresses are verified as being correct dotted quad format. - Netmasks are verified as being in correct dotted quad or 0x* format, and being consecutive 1 bits followed by consecutive 0 bits. - The gateway is verified as being correct dotted quad format and being reachable through the configured IP address and netmask. Notes: svn path=/head/; revision=70023
* Adapt sysinstall to use the new msgNoYes() function which assumesJordan K. Hubbard2000-12-149-24/+47
| | | | | | | | | no as a default. Sysinstall should be both less dangerous and less annoying as a result of this change, though that's just my opinion (since they're the defaults which annoy ME the least :). Notes: svn path=/head/; revision=70005
* For PC164: document "ERROR: ISA table corrupt!" and workaroundWilko Bulte2000-12-131-1/+4
| | | | | | | Thanks to: naddy@mips.inka.de Notes: svn path=/head/; revision=69993
* Fix a typo in the listing for the Accton "Cheetah".Bruce A. Mah2000-12-111-1/+1
| | | | Notes: svn path=/head/; revision=69843
* New release notes: pccardc(8) beep types, PCI cleanups and pci_vendors,Bruce A. Mah2000-12-112-4/+58
| | | | | | | | | | | OpenSSH->2.3.0 and PAM support, tcsh->6.10.0, elimination of emulation- loading scripts, top(1) screen width fix, groff->1.16.1, growfs(8) and ffsinfo(8), new indent(1) options. Also fix a typo describing the Accton "Cheetah". Notes: svn path=/head/; revision=69842
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-3/+3
| | | | | | | Use _PATH_* where where possible. Notes: svn path=/head/; revision=69793
* Moved the snc driver position before the sn driver.Yoshihiro Takahashi2000-12-091-1/+3
| | | | | | | Submitted by: Tomokazu HARADA <tkhara@osk4.3web.ne.jp> Notes: svn path=/head/; revision=69791
* The drivers ncv, nsp and stg are already merged to -stable.Noriaki Mitsunaga2000-12-081-1/+1
| | | | Notes: svn path=/head/; revision=69761
* Document 'untested' status of ExtIO module on AS2100. Even when weWilko Bulte2000-12-071-0/+4
| | | | | | | don't know if these things were ever produced. Notes: svn path=/head/; revision=69723
* Document support for AlphaServer 2100A.Wilko Bulte2000-12-071-0/+1
| | | | | | | | Thanks to: gallatin & Compaq for open-sourcing bits of Tru64 UNIX Tested by: wilko Notes: svn path=/head/; revision=69722
* Fix bug where minimal dist selection didn't check off the rightJordan K. Hubbard2000-12-071-1/+1
| | | | | | | | | menu item. Noticed by: Dan "Sheepdip" Langille <dan@freebsddiary.org> Notes: svn path=/head/; revision=69717
* Enable the same path deduction as for ftp install (great for snapshot tests)Jordan K. Hubbard2000-12-062-19/+60
| | | | | | | | | | Allow user to change proxy server Allow user to change ftp path Submitted by: pho Notes: svn path=/head/; revision=69647
* Note that Symbios is the new owner of the NCR SCSI chip designs. AndWilko Bulte2000-12-051-15/+18
| | | | | | | | | | that the document references to Symbios are ment to include NCR-stamped chips as well. Suggested by: obrien Notes: svn path=/head/; revision=69635
* Wait DAD complete after ifconfig up.Hajimu UMEMOTO2000-12-041-1/+7
| | | | Notes: svn path=/head/; revision=69576
* Update SCSI info for PC164Wilko Bulte2000-12-031-5/+9
| | | | | | | Obtained from: discussions on netbsd-alpha Notes: svn path=/head/; revision=69544
* login.conf: we don't want coredumps on picobsdLuigi Rizzo2000-11-303-6/+25
| | | | | | | | | rc.conf: make the system recognise the MAC address and assign an IP automatically from /etc/hosts (or ask the user) sshd_config: don't do x11 forwarding. Notes: svn path=/head/; revision=69416
* Lose an extra paragraph break.Daniel Harris2000-11-291-4/+0
| | | | | | | | PR: 23179 Submitted by: Jimmy Olgeni <olgeni@uli.it> Notes: svn path=/head/; revision=69373
* New release note items: realpath(1), file(1) contribify-ed, stty(1)Bruce A. Mah2000-11-292-6/+22
| | | | | | | | | | | erase2. MFCs noted: OpenSSL 0.9.6, Binutils 2.10.1. While I'm here, also note that the next 4.X release will be 4.3. Notes: svn path=/head/; revision=69339
* Document removal of DEC3000-series and SLIP support from the mfsroot image.Wilko Bulte2000-11-281-0/+6
| | | | | | | Submitted by: obrien Notes: svn path=/head/; revision=69320
* Filename of install help file is "INSTALL.TXT", not "install.hlp".Tatsumi Hosokawa2000-11-271-6/+6
| | | | | | | Typing [F1] did not popup install help file window on main menu, and so on. Notes: svn path=/head/; revision=69270
* The Alpha MFSROOT image runth over.David E. O'Brien2000-11-275-0/+35
| | | | | | | | | | | | | | | | | Dike out support for DEC3000/300* Pelic* and the DEC3000/[4-9]00 Flamingo/Sandpiper families, SLIP, lance Ethernet (especially since `le' based Alphas are diked out now too), POSIX P1003_1B real-time extentions, and last but not least "NOBLOCKRANDOM" since the random device is removed. This lets us fit [barely!]: Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted /dev/vnn0c 1407 1386 21 99% 6 24 20% /mnt *** Filesystem is 1440 K, 21 left *** 80000 bytes/inode, 24 left Created /R/stage/floppies/kern.flp Notes: svn path=/head/; revision=69267
* Using `r'aw device name is out of vogue now.David E. O'Brien2000-11-271-8/+6
| | | | Notes: svn path=/head/; revision=69264
* Fix a layout problem (.It Li -> .Fx)Ben Smithurst2000-11-241-2/+4
| | | | | | | | PR: 23055 Submitted by: Jimmy Olgeni <olgeni@uli.it> Notes: svn path=/head/; revision=69117
* Remove extra ")".Jun Kuriyama2000-11-231-1/+1
| | | | Notes: svn path=/head/; revision=69076
* New release notes: Thread supports under Linux emulation on alpha,Bruce A. Mah2000-11-232-10/+52
| | | | | | | | | | | | | | | an(4)/ancontrol(8) WEP, ng_one2many(4), softupdates bugfixes/ enhancements, OpenSSH agent/X forwarding bug fixed, ssh(1) no longer SUID root, OpenSSL->0.9.6, binutils->2.10.1, lastlogin(1), newfs(1) write combining (+MFC), config(8) buffer overflows fixed, pcm(4) drivers compiled into GENERIC by default. Other MFCs: Write combining for crash dumps. Delete a duplicated note on mergemaster(8). Notes: svn path=/head/; revision=69069
* Finish the job of conditionalizing the PC98 stuff.Jordan K. Hubbard2000-11-221-3/+3
| | | | Notes: svn path=/head/; revision=69064
* Reflect reality about number of developers.Jun Kuriyama2000-11-212-4/+4
| | | | | | | Submitted by: sheldonh Notes: svn path=/head/; revision=68997
* add Linksts EtherFast 10/100 PC Card (PCMPC100 V2)MIHIRA Sanpei Yoshiro2000-11-212-2/+2
| | | | | | | Submitted by: Ben Lutgens <blutgens@usinternet.com> Notes: svn path=/head/; revision=68992
* Fix release, broken by the perl cross-build fixes.Marcel Moolenaar2000-11-211-1/+1
| | | | | | | | | | | | The distribute target is basicly the same as an install. For perl, this means that miniperl is needed. Since miniperl is only present in the object directory, we need to make sure the path is set correctly. To do this, we have make release use a new distribworld target that sets the path before doing a make distribute. Notes: svn path=/head/; revision=68987
* Update source description to note that everything is now included.Jordan K. Hubbard2000-11-211-1/+1
| | | | | | | Submitted by: Chris Faulhaber <jedgar@fxp.org> Notes: svn path=/head/; revision=68982
* Note that CD-ROMs are ordered from "BSDi / Walnut Creek CDROM".Bruce A. Mah2000-11-202-4/+6
| | | | | | | | While I'm here, note that BSDi is in the USA and make the phone number formats consistent. Notes: svn path=/head/; revision=68975