summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add introduction. Add updated ports.wosch1997-09-291-7/+70
|
* Correct the description of the output from the "-s" option. It wasjdp1997-09-291-2/+2
| | | | backward.
* Directories for german manpages.wosch1997-09-291-1/+46
|
* Add the '-t timeout' option to the 'read' builtin. This allows themsmith1997-09-292-6/+72
| | | | | | | | 'read' command to return an error if the user fails to supply any input withink a given time period. The behaviour of this option is similar to that of the like-named option in ksh93. Reviewed by: joerg
* Nevermind... Wolfram already did it, but added the file (IMHO wrong)joerg1997-09-291-31/+0
| | | | | | to the contrib area so i didn't see it. NB: RELENG_2_2 is still missing it (what's why i didn't see it in the first place).
* Add a stub man page for psroff(1).joerg1997-09-291-0/+31
|
* Endless loop.wosch1997-09-292-10/+10
| | | | | | | | | | | $ vipw [corrupt a line in editor, exit editor] pwd_mkdb: corrupted entry pwd_mkdb: at line #2 pwd_mkdb: /etc/pw.012585: Inappropriate file type or format re-edit the password file? [y]: n^D^D [hang]
* Case insensitive sort. Ignore troff comments. Bugfixes.wosch1997-09-291-3/+12
|
* Add setutent.cache1997-09-291-2/+2
|
* This commit was generated by cvs2svn to compensate for changes in r29975,ache1997-09-291-0/+18
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Add setutent.cache1997-09-291-0/+18
| |
* | Work around a bug in the 82557 NIC where the receiver will lock updg1997-09-296-114/+396
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if it is in 10Mbps mode and gets certain types of garbage prior to the packet header. The work-around involves reprogramming the multicast filter if nothing is received in some number of seconds (currently set at 15). As a side effect, implemented complete support for multicasting rather than the previous 'receive all multicasts' hack, since we now have the ability to program the filter table. Fixed a serious bug which crept in with the timeout() changes; the cookie was only saved on the first timeout() call in fxp_init() and wasn't updated in the most common place in fxp_stats_update() when the timeout was rescheduled. This bug would have resulted in an eventual panic if fxp_stop() was called (which happens when any interface flags are changed, for example). Fixed a bug in Alpha support that would have caused the TxCB descriptor chain to span a page boundry, causing serious problems if the pages didn't happen to be contiguous. Removed some gratuitous bit masking that was left over from an older implementation. Fixed a bug where too much was copied from the configuration template, spilling over into memory that followed it. Fixed handling of if_timer...it was cleared too early in some cases.
* | Add /etc/opielocks for opie locks, standard placeache1997-09-291-1/+3
| |
* | Oops, __END_DECLS was in wrong placeache1997-09-291-1/+1
| |
* | EXT_KEYS gone, STD ommitedache1997-09-291-3/+2
| |
* | Add logwtmp.cache1997-09-291-2/+2
| |
* | Not used in this versionache1997-09-291-85/+0
| |
* | Moved to libopieache1997-09-291-154/+0
| |
* | Mergeache1997-09-2911-153/+251
| |
* | Sort cross refereces in section SEE ALSO.wosch1997-09-2935-95/+95
| |
* | This commit was generated by cvs2svn to compensate for changes in r29964,ache1997-09-2958-961/+2320
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Upgrade to 2.31ache1997-09-2968-1061/+2482
| |
| * This commit was manufactured by cvs2svn to create branch 'VENDOR-opie'.cvs2svn1997-02-071-0/+322
| |
* | Use err(3).charnier1997-09-292-36/+31
| |
* | Fixed a foobar on my part that broke non-SMP kernels. (I need some sleep...)fsmp1997-09-291-11/+24
| |
* | Add #include <stdlib.h> to pick up prototypes for getenv and friends.imp1997-09-292-2/+4
| |
* | oops, I seem to have forgotten to commit this. redirect _cam_imask topeter1997-09-291-1/+2
| | | | | | | | cam_imask when compiling under elf.
* | Add ftp4.uk.freebsd.orgjkh1997-09-293-3/+9
| |
* | Screwed the debug for the cil deadlock, another 3 hours down the tubes...fsmp1997-09-291-2/+2
| |
* | Restore the Samba entries which were spammed when someone addedjkh1997-09-281-0/+6
| | | | | | | | the imap4 entry.
* | ppp.secret.sample listed twice, at the cost of ppp.shells.sample.jkh1997-09-281-2/+2
| |
* | Document the ever decreasingly popular USA_RESIDENT variable.jkh1997-09-283-3/+24
| |
* | Remove -ldes again; Brian's latest fix should deal with it.jkh1997-09-285-10/+10
| |
* | Test for the existence of ../../secure ratherbrian1997-09-281-2/+2
| | | | | | | | | | | | | | than /usr/include/des.h before building with MSChap. support. Also allow -DNOCRYPT (as well as -DNOSECURE) as an override sbin/init example pointed out by: bde
* | Added a couple short-term debugs and a fix to the SPIN_MAX variable.fsmp1997-09-282-7/+38
| | | | | | | | Debugs are an attempt to ferret out the PUSHDOWN_LEVEL_3 deadlock.
* | Fix a serious bug I introduced while adding in support for CAM interrupts.gibbs1997-09-288-31/+44
| | | | | | | | | | | | | | | | | | | | | | | | It seems I didn't count my 0's properly when adding the new masks into icu_vector.s pushing SWI_AST_MASK off the end of the array and screwing up the indexing for SWI_CLOCK_MASK. Fix the bug icu_vector.s and also reformat the code in both icu_vector.s and apic_vector.s so that it will be much harder to make the same mistake in the future. Submitted by: Bruce Evans <bde@zeta.org.au>
* | Revert the previous prototype un-typo. Add a brief comment warning thatmsmith1997-09-281-1/+3
| | | | | | | | "fixing" it is not a good idea.
* | When bootstrapping lex, the object directory for lex/lib would be deletedmckay1997-09-281-2/+5
| | | | | | | | | | without being recreated. A read-only source compile would then fail shortly afterwards trying to write .depend into the source tree.
* | Add a small hack to support the strange antics of the Unisys ELI 4003. Thismckay1997-09-284-40/+88
| | | | | | | | | | | | machine generates an NMI for each floating point error, just like an old XT. Since it is ISA only, reading the EISA status port yields 0xff, which would give a spurious EISA panic. The simplest thing to do is to ignore the 0xff.
* | fetch(3) doesn't get asctime(3) format, wrong length assumedcracauer1997-09-281-2/+2
| | | | | | | | | | | | PR: bin/4625 Submitted by: "Timo J. Rinne" <tri@pooh.tky.hut.fi> Obtained from:bin/4625
* | Endless loop.wosch1997-09-281-5/+6
| | | | | | | | | | | | | | $ touch from to $ echo -n loop | mv -i from to overwrite to? ^C
* | Add (commented out) macros to make compiling with tcpwrappers easier.markm1997-09-281-1/+8
| |
* | Final commit for KTH KerberosIV.markm1997-09-283-9/+9
| | | | | | | | -DMAKE_EBONES -> -DMAKE_KERBEROS4
* | Change for KTH KerberosIV.markm1997-09-281-14/+22
| | | | | | | | -DMAKE_EBONES is changed to -DMAKE_KERBEROS4
* | Remove include/kerberosIV directory. It is no longer used.markm1997-09-281-3/+1
| |
* | Comment out services that conflict with known (kerberos) services.markm1997-09-281-10/+16
| | | | | | | | Add KTH names for Kerberos services. (K5-ready).
* | Changes for KTH KerberosIV.markm1997-09-281-7/+2
| |
* | Changes for KTH KerberosIV.markm1997-09-281-2/+2
| | | | | | | | telent.h is installed from libtelnet, not the include dir.
* | Changes for KTH KerberosIVmarkm1997-09-281-6/+1
| |
* | Changes for KTH KerberosIV.markm1997-09-281-7/+2
| |
OpenPOWER on IntegriCloud