summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* add new PC-Card entry, Melco/Buffalo LPC2-CLTsanpei2001-01-142-2/+2
| | | | | | | | ed1 at port 0x300-0x31f irq 3 slot 0 on pccard0 ed1: address 00:40:26:xx:xx:xx, type NE2000 (16 bit) Submitted by: [FreeBSD-users-jp 58182] YANAGAWA Kazuhisa <kjana@os.xaxon.ne.jp>
* The -i option to ln requests user confirmation, not configuration.dannyboy2001-01-132-2/+2
| | | | | PR: 24279 Submitted by: Roelof Osinga <roelof@nisser.com>
* New release notes: Linksys Fast Ethernet cards and ed(4) driver flags,bmah2001-01-122-5/+98
| | | | | | | | | | | new API for hardware volume control, VESA S3 framebuffer driver, logging of wrong-interface ARP replies sysctl, NFS client bug fixed, BurnProof(TM) for ATAPI drives, IPFW works with ECN bits, ihfc(4), itjc(4), <sys/selinfo.h>, pthread_* strong references, unified libgcc, SSH bug with X11 forwarding fixed, syslogd(8) and LOG_CONSOLE, rpcgen use of /usr/bin/cpp, rc.syscons, burncd(8) -m and -l, dmesg(a). MFCs noted: aac(4), OpenSSH 2.3.0.
* MF4: Allow the build process to continue even if crunchgen returns an error.joe2001-01-111-1/+1
| | | | Most crunchgen errors are non-fatal.
* Add the us.pc-ctrl and us.unix keymaps.obrien2001-01-111-1/+1
|
* Fix so that the netmask is displayed correctly when it does notabial2001-01-101-4/+9
| | | | | | | | | | consist of contiguous bits in little endian format. Before the fix the netmask of 0xfffffff0 (0xf0ffffff in little endian format) was displayed /24 instead of /28. Also, add a missing include. Submitted by: Maxime Soule <Maxime.Soule@IPricot.com>
* Reformat to be a bit closer to style(9).abial2001-01-101-26/+26
|
* Fix breakage after moving from struct proc/eproc to kinfo_proc.abial2001-01-101-19/+15
|
* Small note on FDDI support using DEC DEFPAwilko2001-01-081-0/+2
|
* Document support for FDDI using DEC DEFPA adapters.wilko2001-01-081-1/+3
| | | | Thanks to: Andrew Gallatin for the actual patch that makes DEFPA work
* Try, as much as possible, the messy situation around SCSI adapters on thewilko2001-01-061-4/+10
| | | | | | | EB164 family. The mess is such that it is hard to document, but try to do the best we can. Submitted by: Christian Weisgerber <naddy@mips.inka.de>
* Fix typo: s/libscrypt/libcryptbmah2001-01-032-2/+2
| | | | Submitted by: gshapiro
* New release notes: libscript/libdescript unification, passwd(1) andbmah2001-01-032-0/+14
| | | | | | pw(8) select password hash algorithm at run time. Submitted by: peter
* New release notes: md(4)/mdconfig(8) updates, ray(4) added, finger(1)bmah2001-01-033-2/+48
| | | | | and .publickey, fix gcc typo, ancontrol(8)/wicontrol(8) fixes, rdist(1) retired, Kerberos IV -> 1.0.5, ppp(8) tcpmssfixup.
* add new PC-Card entry, COREGA FEther PCC-TXDsanpei2001-01-032-2/+2
| | | | | ed1 at port 0x300-0x31f iomem 0xd0000-0xd0fff irq 3 slot 0 on pccard0 ed1: address 00:90:99:xx:xx:xx, type NE2000 (16 bit)
* Further tidy up the sbin/init and release builds.peter2001-01-011-1/+1
|
* Sync up the list of supported AMI MegaRAID controllers with reality.bmah2000-12-303-40/+49
| | | | Submitted by: msmith
* Fix some misplaced release notes, correct some omissions andbmah2000-12-291-12/+12
| | | | inconsistencies between architectures.
* New release notes: vinum(4) updates, ICMP ECHO and TSTAMP replybmah2000-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.
* 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.
OpenPOWER on IntegriCloud