summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo: compatability -> compatibility.asmodai2001-02-062-2/+2
| | | | Compatability is not an existing english word.
* Fix typo: seperate -> separate.asmodai2001-02-063-4/+4
| | | | | | Seperate does not exist in the english language. Submitted to look at by: kris
* Ack, that will teach me to grep for "symbolic link" as well as "symlink" injkh2001-02-061-0/+1
| | | | | | | the commit logs - I just found the reason for the self-pointing symlink, as documented in revision 1.517 by phk, who committed the change over a year ago. Accordingly, put the feature back and drop all plans to MFC the previous "fix".
* Remove the annoying ftp area symlink pointing at ourselves - people keepjkh2001-02-061-1/+0
| | | | | | asking what it's for and I can't answer since I can't see any conceivable use for it. Unless someone corrects that impression, I'll also MFC this change in a few days.
* Note that find -empty works on files, not just directories.bmah2001-02-052-4/+4
| | | | Submitted by: olgeni
* New release notes: ipfilter 3.4.16, pcm(4) updates including kobj andbmah2001-02-052-12/+35
| | | | | | new drivers, pkg_info(1) -g, tftp(1)/tftpd(8) large file transfers. MFCs noted: pkg_create(1)/pkg_install(1) and bzip2-ed packages.
* Document API CS20wilko2001-02-041-1/+53
|
* Document API CS20 support.wilko2001-02-031-0/+2
| | | | HARDWARE.TXT update to follow.
* BIND update now has security advisory number.bmah2001-02-022-2/+2
|
* Add the MD_ROOT_SIZE option.luigi2001-02-015-6/+11
| | | | These files might need further work before producing a compilable kernel.
* Add a required option, MD_ROOT_SIZEluigi2001-02-011-18/+37
| | | | also put in a better set of devices and options.
* Use mdconfig/md instead of vn.phk2001-01-311-23/+24
|
* New release notes: bridge(4)/dummynet(4) updates, find(1) -empty,bmah2001-01-302-2/+33
| | | | tftpd(8) -c/-C, vidcontrol(1) -g, ldconfig(8) permission/ownership checks.
* Update release notes: devfs(5) now in GENERIC, libc_r changes.bmah2001-01-302-6/+12
|
* Update for security advisories: 01:11, 01:12, 01:13, BIND fix/update.bmah2001-01-292-4/+28
|
* Put picobsd build scripts in sync with the ones in -STABLE.luigi2001-01-293-75/+80
| | | | | | | | | | | With these scripts i was able to build a _working_ image of a bridge-like floppy image with a reasonable set of utilities in it, despite the code size increase we have in 5.0 The scripts are slightly different from the previous ones especially on the place where the kernel and binaries are built. Hopefully this will not cause too much trouble to people (is there any???) using the old scripts.
* Document which options to use for API UP1[01]00wilko2001-01-281-0/+9
|
* API UP1100 mainboard has been verified to work.wilko2001-01-281-0/+1
|
* Document API UP1100 mainboard which is reported to work fine with FreeBSD.wilko2001-01-271-1/+58
| | | | UP1100 owners are invited to comment on the info provided here.
* Make the shell handle arrow keysluigi2001-01-271-0/+1
|
* The magic for autodetecting the boot media does not work anymoreluigi2001-01-272-2/+2
| | | | on STABLE or CURRENT. Put the explicit name for the floppy.
* Add dummy -n option, for compatibility with the standard netstatluigi2001-01-271-2/+4
|
* Catch release notes up with security advisories 00:41, 00:76,bmah2001-01-262-6/+38
| | | | | 00:77 (mistakenly referenced as 00:78), 01:01 (listed previously but now has an advisory number), 01:08, 01:09.
* New release notes: buildkernel uses KERNCONF, pkg_create/pkg_installbmah2001-01-262-0/+20
| | | | support for bzip2.
* Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards.hm2001-01-261-0/+3
|
* Note config(8) warnings->errors, clarify ConnectionsPerPeriod in sshd_config,bmah2001-01-242-20/+30
| | | | | clarify (I hope) libgcc_r.a note. These and a few other items were/are MFC-ed to RELENG_4.
* sendmail 8.11.2 has been importedgshapiro2001-01-212-2/+2
|
* Make the name of the init script and the interpreter compile time options.alex2001-01-202-7/+26
| | | | | | | If not defined, default to the old values (with _PATH_BSHELL instead of "/bin/sh", though). Reviewed by: markm
* New release notes: Condition variables in kernel, ConnectionsPerPeriodbmah2001-01-182-4/+49
| | | | | | | | deprecated in sshd_config, cdcontrol(1) and CDROM, sysctl -N, ports "origin", sysinstall->/usr/sbin. Note MFC for LinkSys cards note, clarify and MFC syslogd(8) and LOG_CONSOLE.
* Document I386_CPU kernel options, and note removal of I386_CPUbmah2001-01-181-0/+11
| | | | | | from the GENERIC kernel. Reviewed by: peter, jhb
* Note that /stand/sysinstall is deprecated.jkh2001-01-183-3/+4
| | | | Forgotten by: jhb
* Note fix for isp that made certain CDROM attach fail.wilko2001-01-171-0/+2
| | | | PR: 22650
* Sysinstall has been repocopied to src/usr.sbin/sysinstall and everythingjhb2001-01-1767-20733/+0
| | | | now uses the sources found there.
* - sysinstall now gets built as part of world, so don't throw in extrajhb2001-01-171-4/+1
| | | | | | commands to build sysinstall manually during release. - Get the sysinstall help files from /usr/src/usr.sbin/sysinstall/help rather than ${.CURDIR}/sysinstall/help.
* Now that sysinstall lives in /usr/src/usr.sbin, we don't need to pull itjhb2001-01-175-5/+5
| | | | from /usr/src/release.
* Backtrack a bit.. Put the dangerously dedicated option under apeter2001-01-151-1/+11
| | | | | | non-advertised option (F = "FreeBSD only"), and leave the A key with standard partitioning. It seems people still want a runtime backdoo to get to dangerously dedicated mode.
* Don't invite trouble by waving the 'Dangerously Dedicated' (DD) optionpeter2001-01-151-9/+2
| | | | | | | | | | at people. This has been sitting in my tree for a few months now. I have spoken with quite a few folks about this and the support for doing this was pretty strong. I dont remember names though, so I cannot share the blame :-(. Note that this does not *remove* DD mode, it just stops waving it at new users. You can still set it via config files etc, and the bootblocks and kernel still support it. You can still use disklabel to make true DD disks.
* 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
OpenPOWER on IntegriCloud