summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Clean up the loader.conf write-out code.jkh1999-11-241-12/+11
|
* Add signal changes.marcel1999-11-222-0/+6
| | | | i386 only: Add Linuxulator sysctl variables.
* Update for new doc paths.jkh1999-11-211-2/+2
| | | | | Submitted by: Martin Kammerhofer <mkamm@gmx.net> PR: 15020
* Add options NETGRAPH, NETGRAPH_PPPOE and NETGRAPH_SOCKETbrian1999-11-205-0/+15
| | | | to the release kernel.
* Don't ask about SCO/IBSC2 binary support on the Alpha.obrien1999-11-181-2/+2
|
* Remove obsolete token ring support comments.jkh1999-11-122-8/+0
| | | | Reminded by: joerg
* Add devices from the ATA driver (ad, acd, afd, ast).sos1999-11-091-1/+6
|
* Add libnetgraphphk1999-11-092-2/+2
|
* Add information about Intel managed EEPro card.wes1999-11-092-1/+4
| | | | | PR: docs/14505 Submitted by: Stephen J. Roznowski <sjr@home.net>
* Add the latest categories.jkh1999-11-081-2/+5
|
* Defensive coding to prevent a potential segfault.jkh1999-11-081-1/+1
| | | | | PR: 14706 Submitted by: ru
* Allow distributions to be excluded more easily in scripts.jkh1999-11-083-0/+50
| | | | Submitted by: Brian Dean <brdean@unx.sas.com>
* Make sure modes on new skeleton files are correct.jkh1999-11-051-0/+1
|
* Document my TCP/IP hacks.des1999-11-022-0/+16
|
* Update PicoBSD so it does not need to patch the passwd Makefile.roger1999-10-304-112/+0
|
* Change MFS sizes to 2400k since gzip will compact free space anyway.dwhite1999-10-201-3/+4
| | | | Add 'install' to the internal floppy type list.
* Reverse the sense of the /mnt/boot/defaults dir check. This was causingdwhite1999-10-171-1/+1
| | | | | the bootloader to not load the loader.conf and thus the MFS image. The result was 'panic: no init'.
* Fix handling of the 'custom' directory symlink.dwhite1999-10-112-9/+14
| | | | | | | Properly abstract the PicoBSD build directory instead of depending too much on pwd's and relative paths. Submitted by: John Baldwin <jobaldwi@vt.edu>
* Be explicit about kzip location to avoid accidentally calling KDE kzip.dwhite1999-10-111-1/+1
|
* Correct the Crypto dist's name in a string.markm1999-10-101-2/+2
| | | | Get the KerberosIV dist from the correct files.
* Add documentation for the PicoBSD install floppy.dwhite1999-10-082-1/+100
|
* Add a new floppy type, install. This type builds a disk that candwhite1999-10-0847-2/+1635
| | | | | | | slice, partition, newfs, and install FreeBSD from a tarball on a remote server. Handy for doing mass-installs for server farms. Documentation following shortly.
* Reverse order of krb4 and des build so that SRA telnet does notnsayer1999-10-071-1/+1
| | | | overwrite Kerberos Telnet.
* Really fix the auto keyword botch correctly by just letting itjkh1999-10-051-2/+2
| | | | | | do its job and not override it when set. Submitted by: Ruslan Ermilov <ru@FreeBSD.org>
* Fix building non-crypto releases.phk1999-10-031-1/+3
|
* Use sigemptyset rather than sa_mask = 0.peter1999-09-302-2/+2
| | | | Submitted by: "John W. DeBoskey" <jwd@unx.sas.com>
* Sigh, too many late nights!jkh1999-09-301-1/+1
|
* Oh bollocks, I really screwed up the "auto" check here. Timejkh1999-09-271-1/+1
| | | | | | to crack the K&R; I must have forgotten the C language. :) Embarrassingly noticed by: Howard Gutch <logix@foobar.franken.de>
* Guard against an rm returning non-zero status.jkh1999-09-231-1/+1
| | | | Noticed by: Makoto MATSUSHITA
* Mention in the documentation that the AOpen/Acer ALN-320 is a supportedwpaul1999-09-224-0/+4
| | | | ethernet card (PCI, VIA Rhine II chipset).
* Spruce up the ADMtek driver: conver to newbus, miibus and add supportwpaul1999-09-225-3/+13
| | | | | | | | | | | | | | | for the AN985 "Centaur" chip, which is apparently the next genetation of the "Comet." The AN985 is also a tulip clone and is similar to the AL981 except that it uses a 99C66 EEPROM and a serial MII interface (instead of direct access to the PHY registers). Also updated various documentation to mention the AN985 and created a loadable module. I don't think there are any cards that use this chip on the market yet: the datasheet I got from ADMtek has boxes with big X's in them where the diagrams should be, and the sample boards I got have chips without any artwork on them.
* Prepare for K5.markm1999-09-195-10/+10
|
* execute a strategic clear.jkh1999-09-191-1/+3
|
* Deal with new "auto" setting for network_interfaces.jkh1999-09-191-1/+1
|
* Make trash removals less chatty.jkh1999-09-191-1/+2
|
* MF3: various small tweaks.jkh1999-09-172-4/+2
|
* Some minor cosmetics: make mkdir less chatty in the output and stop making /Rjkh1999-09-161-9/+10
| | | | magic.
* If enlightenment is present, gnome-session starts it automagically.jkh1999-09-151-1/+1
|
* Don't need to add bpf anymore.jkh1999-09-145-15/+0
|
* Foo. Maybe I should get Peter to hook ispell up in commit_prep.pl.obrien1999-09-141-1/+1
|
* Add the NIS domain to the tweakable knobs.obrien1999-09-141-0/+2
|
* Brutally rip more stuff out of the fixit image so that we can startjkh1999-09-142-8/+6
| | | | build 4.0-stapshots again. It's still overflowing. :(
* Make the fixit floppy 2.88MB as a temporary "solution" to get the nightlypeter1999-09-131-2/+2
| | | | snaps re-running. This is not a fix. (The alpha already does this)
* Apparently, it's not console=serial to set the serial console,jkh1999-09-131-1/+1
| | | | | | | it's serial=comconsole. I wish it were easier to figure this stuff out. :) Submitted by: jfieber
* Preserve permissions through tar pipelines.jkh1999-09-113-7/+13
|
* Remove duplicated bits from boot floppy (where they're already available) injkh1999-09-092-6/+6
| | | | an effort to get this back down to size.
* Provide another installation option for GNOME so we have the more "classicjkh1999-09-082-13/+16
| | | | GNOME" desktop that Debian does as an option.
* Bump maxusers in installation kernel down to something more low-memoryjkh1999-09-085-0/+20
| | | | friendly.
* Allow flags to be passed to patch when using LOCAL_PATCHESjkh1999-09-071-1/+1
|
* VERY preliminary versions of these documents for the Alpha. I'vejkh1999-09-062-0/+1266
| | | | | | made only the most superficial changes so far to HARDWARE.TXT and eliminated the stuff I absolutely knew didn't work. That still leaves a lot of work to do and this is mostly just a place-holder for now.
OpenPOWER on IntegriCloud