summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Merge into a single US-exportable libcrypt, which only providespeter2000-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)
* Prepare for mdoc(7)NG.ru2000-12-271-67/+102
|
* add PC-Card entry, ELECOM Laneed LD-CDL/TXsanpei2000-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
* add Melco LPC2-TXsanpei2000-12-262-2/+2
|
* Remove floppy.tree from the build directory.joe2000-12-231-2/+3
|
* MF4: Update the bridge kernel config file to reflect the structure andjoe2000-12-231-31/+19
| | | | order that Luigi has just committed to RELENG_4.
* MF4: revision 1.3.2.1.joe2000-12-231-1/+1
| | | | inetd is not always present, check before invoking it.
* Determine the names of the picobsd releases automatically.joe2000-12-232-18/+18
| | | | | Use the 'realclean' target in the crunch.mk file for cleaning the object build tree.
* Note that the root filesystem better be on the first partition for itwilko2000-12-221-1/+4
| | | | | | to be bootable Triggered by: questions on -alpha
* Remove COMPAT_OLDPCI.joe2000-12-227-7/+0
|
* Document IDE on NoName a bit better.wilko2000-12-191-1/+6
| | | | Suggested by: the Dutch FreeBSD Users Group (NLFUG)
* New release notes: spic(4), netgrph(4) updates, sbuf(9), el(4) nowbmah2000-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.
* Add a line specifying the architecture for each RELNOTES.TXT file.bmah2000-12-182-0/+2
|
* Utilise the -p file to crunchgen to specify where the objects shouldjoe2000-12-181-4/+3
| | | | be built and remove the previous glue that did the same thing.
* Fix an informational message a little and properly check status of a yes/nojkh2000-12-162-8/+6
| | | | question which I bollicked up in my previous commit.
* Add better IP, netmask and gateway checks.eivind2000-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.
* Adapt sysinstall to use the new msgNoYes() function which assumesjkh2000-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 :).
* For PC164: document "ERROR: ISA table corrupt!" and workaroundwilko2000-12-131-1/+4
| | | | Thanks to: naddy@mips.inka.de
* Fix a typo in the listing for the Accton "Cheetah".bmah2000-12-111-1/+1
|
* New release notes: pccardc(8) beep types, PCI cleanups and pci_vendors,bmah2000-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".
* Add `_PATH_DEVZERO'.obrien2000-12-091-3/+3
| | | | Use _PATH_* where where possible.
* Moved the snc driver position before the sn driver.nyan2000-12-091-1/+3
| | | | Submitted by: Tomokazu HARADA <tkhara@osk4.3web.ne.jp>
* The drivers ncv, nsp and stg are already merged to -stable.non2000-12-081-1/+1
|
* Document 'untested' status of ExtIO module on AS2100. Even when wewilko2000-12-071-0/+4
| | | | don't know if these things were ever produced.
* Document support for AlphaServer 2100A.wilko2000-12-071-0/+1
| | | | | Thanks to: gallatin & Compaq for open-sourcing bits of Tru64 UNIX Tested by: wilko
* Fix bug where minimal dist selection didn't check off the rightjkh2000-12-071-1/+1
| | | | | | menu item. Noticed by: Dan "Sheepdip" Langille <dan@freebsddiary.org>
* Enable the same path deduction as for ftp install (great for snapshot tests)jkh2000-12-062-19/+60
| | | | | | | Allow user to change proxy server Allow user to change ftp path Submitted by: pho
* Note that Symbios is the new owner of the NCR SCSI chip designs. Andwilko2000-12-051-15/+18
| | | | | | | that the document references to Symbios are ment to include NCR-stamped chips as well. Suggested by: obrien
* Wait DAD complete after ifconfig up.ume2000-12-041-1/+7
|
* Update SCSI info for PC164wilko2000-12-031-5/+9
| | | | Obtained from: discussions on netbsd-alpha
* login.conf: we don't want coredumps on picobsdluigi2000-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.
* Lose an extra paragraph break.dannyboy2000-11-291-4/+0
| | | | | PR: 23179 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* New release note items: realpath(1), file(1) contribify-ed, stty(1)bmah2000-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.
* Document removal of DEC3000-series and SLIP support from the mfsroot image.wilko2000-11-281-0/+6
| | | | Submitted by: obrien
* Filename of install help file is "INSTALL.TXT", not "install.hlp".hosokawa2000-11-271-6/+6
| | | | Typing [F1] did not popup install help file window on main menu, and so on.
* The Alpha MFSROOT image runth over.obrien2000-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
* Using `r'aw device name is out of vogue now.obrien2000-11-271-8/+6
|
* Fix a layout problem (.It Li -> .Fx)ben2000-11-241-2/+4
| | | | | PR: 23055 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Remove extra ")".kuriyama2000-11-231-1/+1
|
* New release notes: Thread supports under Linux emulation on alpha,bmah2000-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).
* Finish the job of conditionalizing the PC98 stuff.jkh2000-11-221-3/+3
|
* Reflect reality about number of developers.kuriyama2000-11-212-4/+4
| | | | Submitted by: sheldonh
* add Linksts EtherFast 10/100 PC Card (PCMPC100 V2)sanpei2000-11-212-2/+2
| | | | Submitted by: Ben Lutgens <blutgens@usinternet.com>
* Fix release, broken by the perl cross-build fixes.marcel2000-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.
* Update source description to note that everything is now included.jkh2000-11-211-1/+1
| | | | Submitted by: Chris Faulhaber <jedgar@fxp.org>
* Note that CD-ROMs are ordered from "BSDi / Walnut Creek CDROM".bmah2000-11-202-4/+6
| | | | | While I'm here, note that BSDi is in the USA and make the phone number formats consistent.
* finish conditionalizing the PC98 specific options off the PC98jkh2000-11-201-4/+6
| | | | compilation variable.
* Reference security advisories FreeBSD-SA-00:{68,69,70}.bmah2000-11-172-0/+22
|
* Sync with sys/i386/conf/GENERIC rev 1.291.obrien2000-11-155-0/+15
| | | | | | Remove `pmtimer' from the MFSROOT kernel as `apm' is already removed. `pmtimer' also removed from the Alpha kernel incase it ever winds up there. (could it ever?)
* Wrap the build options up into the crunch.conf file now that crunchgenjoe2000-11-1513-88/+22
| | | | knows what to do with them.
OpenPOWER on IntegriCloud