summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* BINFORMAT -> OBJFORMAT ready for E-day.jb1998-08-307-19/+17
|
* Don't use ``-width 20'', it's misleading. Use ``-width XX''brian1998-08-292-20/+20
| | | | instead.
* Don't claim that the alias library isn't loaded untilbrian1998-08-292-14/+6
| | | | used.
* Add the following word substitutions when running a shellbrian1998-08-293-35/+109
| | | | | | | | | command: AUTHNAME: The local authname ENDDISC: The local endpoint discriminator LABEL: The configuration label in use PEER_ENDDISC: The peers endpoint discriminator USER: The peers authname
* Allow the use of HISADDR, MYADDR and INTERFACE as wordsbrian1998-08-291-15/+78
| | | | | | | | embedded in the args of a "shell" or "!bg" command, and only accept upper case versions. We can now do: ! sh -c "ifconfig INTERFACE >/tmp/myfile"
* This commit was generated by cvs2svn to compensate for changes in r38625,rvb1998-08-2944-0/+18708
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Very Preliminary Codarvb1998-08-2944-0/+18708
|
* Very Preliminary Codarvb1998-08-2920-0/+9187
|
* Stop making the shared library for libtelnet (crypto version). Thismarkm1998-08-292-0/+4
| | | | should have happened years ago.
* Stop making a shared library for libtelnet. This should have happenedmarkm1998-08-291-3/+1
| | | | a long time ago.
* Mention ``cbcp'' in ``set log ?''brian1998-08-291-4/+4
|
* Fixed anachronisms (nuked vfs type number; don't give a 1/6-baked listbde1998-08-292-18/+13
| | | | of vfs flags in the man page).
* Oops, the previous revision unconfigured too much pre-Lite2 compatibiltybde1998-08-292-8/+8
| | | | cruft. At least lsvfs(1) was broken.
* bsd.docb.mk handles installing SGML/docbook documents.wosch1998-08-292-1/+58
|
* fix a typophk1998-08-291-1/+1
|
* Add option `-n', causing system headers not to be included in dependacyobrien1998-08-293-3/+17
| | | | | | lists. This is needed when using a non-stock compiler.
* add support for /etc/make.conf.localdillon1998-08-291-1/+6
|
* make.conf.local test/include removed from make.conf, to be put in sys.mkdillon1998-08-293-12/+3
| | | | instead.
* Close a race window for getnewbuf() between shared lock holders of the vnode.luoqi1998-08-281-2/+2
| | | | Reviewed by: Mike Smith
* Introduce PERL5 variable.dima1998-08-281-1/+2
| | | | | | It's gonna be used in all p5- ports. Reviewed by: asami
* Sync with sys/i386/conf/majors.i386 revision 1.46.kato1998-08-281-1/+2
|
* Sync with sys/i386/conf/Makefile.i386 revision 1.118.kato1998-08-282-2/+10
|
* Sync with sys/i386/isa/if_ed.c and spkr.c revisions 1.35 and 1.144,kato1998-08-282-5/+6
| | | | respectively.
* Sync with sys/i386/i386/trap.c revision 1.128.kato1998-08-281-2/+2
|
* Sync with sys/i386/isa/syscons.c revision 1.276.kato1998-08-281-9/+11
|
* Sync with sys/i386/isa/sio.c revision up to 1.214.kato1998-08-282-22/+24
|
* Oops... We don't need threee copies of them.. :-(abial1998-08-2836-16522/+0
|
* Obtain the mib files from ../../net/crunch1/mibs.abial1998-08-281-2/+2
|
* Sync with on-line versions.abial1998-08-282-3/+16
|
* This file has been renamed to FREEBSD-upgrade in accordance with thejdp1998-08-281-28/+0
| | | | | | Policies section of the Handbook. Submitted by: "David O'Brien" <obrien>
* This file has been renamed to FREEBSD-upgrade in accordance with thejdp1998-08-281-11/+0
| | | | | | Policies section of the Handbook. Submitted by: "David O'Brien" <obrien>
* Typo fix.jkoshy1998-08-281-1/+1
|
* Add /usr/lib to the list of things to chflag before upgrading.jkh1998-08-282-4/+4
| | | | Noticed by: Blaz Zupan <blaz@gold.amis.net>
* Enable duplex autodetection if UTP media are autodetected.msmith1998-08-272-22/+24
| | | | | | | | | Add a sysctl 'machdep.cs_recv_delay' to specify how long to wait after receiving a packet in order to check for a subsequent (back-to-back) packet. The cs8900 has a very small receive buffer, so this helps avoid overflows at the cost of some extra CPU overhead. Submitted by: Oleg Sharoiko <os@rsu.ru>, MIHIRA "Sanpei" Yoshiro <sanpei@sanpei.org>
* This commit was generated by cvs2svn to compensate for changes in r38589,abial1998-08-27559-0/+65575
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Initial import of PicoBSD v0.4 tree.abial1998-08-27559-0/+65575
|
* Updated manual page. Removed description of (now defunct) -c restrictions.dillon1998-08-271-3/+2
|
* Fix recursive package add problem (for on-disk package files) I introducedjkh1998-08-271-3/+6
| | | | | with the change in semantics to make_playpen(). Now package dependencies more than 2 levels deep should work again. Pass the hat.
* Add support for reading directories as files.rnordier1998-08-271-26/+59
| | | | Sort out fs_ops, alloc/free.
* bmake framework for contrib_amdobrien1998-08-2719-2/+2378
|
* Make way for the contrib_amd bmake frame work.obrien1998-08-27187-46553/+0
|
* Use explicitly sized types when formatting cylinder groups.dfr1998-08-271-7/+7
|
* rpcgen our own mount.h, nfs_prot.h, mount_xdr.c, and nfs_prot_x.cobrien1998-08-273-3/+17
| | | | for NFSv3 support
* accidently changed some white spaceobrien1998-08-271-2/+2
|
* Only build the old boot loader on i386 if aout. The new loader willjb1998-08-271-1/+5
| | | | eventually be built if elf.
* Properly create db files vs. dbm files.obrien1998-08-271-33/+18
| | | | Obtained from: NetBSD
* Add CFS options to LINT, though commented out for now.jkh1998-08-273-3/+15
| | | | Submitted by: Robert Baron <rvb@sicily.odyssey.cs.cmu.edu>
* Add VT_CFS type.jkh1998-08-271-2/+2
| | | | Submitted by: Robert Baron <rvb@sicily.odyssey.cs.cmu.edu>
* NULLFS_DIAGNOSTICS and PCVT_SCANSET=2 listed twice.obrien1998-08-273-9/+3
|
* Catch more cases where the CDROM has been mounted.jkh1998-08-272-2/+8
|
OpenPOWER on IntegriCloud