summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove LANG settings from here, they must be in login classes insteadache1997-08-152-8/+2
|
* Add support for XMS memory to doscmd.jlemon1997-08-157-68/+1193
| | | | Submitted by: Helmut F. Wirth <hfwirth@ping.at>
* Map CSTATUS to ^T by default or it never noticed by novice usersache1997-08-151-2/+2
| | | | Reviewed by: bde
* make install should not install mail.rc in /etcwosch1997-08-151-0/+2
|
* Remove the bus settle delay after reset code. It could cause an infinitegibbs1997-08-152-168/+23
| | | | | | | loop. Perform a "-Wall" cleanup which actually exposed two real bugs having to do with operator precedence.
* Fixed file descriptor leak that occurs after certain types of failures.dg1997-08-151-2/+5
| | | | | PR: 3516 Submitted by: Matthew Flatt <mflatt@cs.rice.edu>
* Added DIAGNOSTIC routine to test inconsistency of vnode when cnpkato1997-08-152-2/+18
| | | | | | points `.'. Obtained from: NetBSD
* Deleted unused code which adjust UN_UNLOCK flag.kato1997-08-152-34/+10
|
* The promised "better fix" for "Trap 9 When Boot SMP" problem.fsmp1997-08-153-6/+9
| | | | | | | | | | We now tsleep() in kthread_init() between start_init() and prepare_usermode() while waiting for ALL the idle_loop() processes to come online. Debugged & tested by: "Thomas D. Dean" <tomdean@ix.netcom.com> Reviewed by: David Greenman <dg@root.com>
* The promised "better fix" for "Trap 9 When Boot SMP" problem.fsmp1997-08-152-29/+18
| | | | | | | | | | We now tsleep() in kthread_init() between start_init() and prepare_usermode() while waiting for ALL the idle_loop() processes to come online. Debugged & tested by: "Thomas D. Dean" <tomdean@ix.netcom.com> Reviewed by: David Greenman <dg@root.com>
* Better fix, as originally submitted by reporter.fsmp1997-08-141-9/+10
| | | | Submitted by: N.Dudorov <nnd@itfs.nsk.su>
* Snapshot the various mail configurations. hub.mc was reconstructed topeter1997-08-144-65/+104
| | | | produce the same sendmail.cf since the original has been lost.
* Add support for the new Parallel-Port Bus and devices thereon.msmith1997-08-145-5/+73
| | | | Submitted by: Nicolas Souchu <Nicolas.Souchu@prism.uvsq.fr>
* ISA Parallel-Port Bus chipset driver.msmith1997-08-146-0/+2703
| | | | Submitted by: Nicolas Souchu <Nicolas.Souchu@prism.uvsq.fr>
* Add parallel-Port Bus drivers.msmith1997-08-141-0/+4
| | | | Submitted by: Nicolas Souchu <Nicolas.Souchu@prism.uvsq.fr>
* New directory and drivers for Parallel Port Bus devices.msmith1997-08-148-0/+2597
| | | | Submitted by: Nicolas Souchu <Nicolas.Souchu@prism.uvsq.fr>
* Fixed locking violation of vnode operation. VOP_READ, VOP_WRITE andkato1997-08-141-2/+7
| | | | VOP_BMAP require locked vnode, and they will keep lock on exit.
* typo fix.phk1997-08-141-2/+2
|
* Do not output anything for source-files with no counts.phk1997-08-142-8/+24
| | | | | | | Output function name for the "pre-prologue" entry, by stealing it from the next entry. Output length of basic-block in bytes and product of executions and length.
* Explicitly point that it_value == 0 disables timer regardles ofache1997-08-141-1/+3
| | | | | it_interval value. It is backward-compatible with previous usage and SunOS-compatible now.
* setitimer: if it_value == 0 clear it_interval nowache1997-08-141-2/+6
| | | | | non-zero it_interval values have no sense if it_value == 0 but checked by itimerfix which may cause EINVAL return
* Describe itimerfix upper limitache1997-08-141-0/+8
|
* Add the NetVin 5000 series NE2000 PCI card vendor and device IDs.danny1997-08-142-2/+4
|
* Describe upper limit based on itimerfix restrictionache1997-08-142-4/+17
|
* "addendum" -> "errata"jkh1997-08-141-3/+3
|
* Further optimize crontab's installation.jkh1997-08-141-3/+2
| | | | Submitted by: pst
* Yeesh! I completely missed the cron.d install here which did the rightjkh1997-08-141-3/+1
| | | | | thing already. Just remove the old references. Noted by: pst
* Add usage() and use err(3).charnier1997-08-142-12/+23
|
* Use err(3). 100 -> MAXHOSTNAMELEN from OpenBSD.charnier1997-08-144-32/+36
| | | | Obtained from: OpenBSD
* Oops, fix logic for previous commitache1997-08-141-5/+5
|
* Hardcode progname in usage string.charnier1997-08-142-48/+62
|
* Use err(3) instead of local redefinition. Add usage().charnier1997-08-142-51/+29
|
* Use err(3). Correct usage string. Change default tape to /dev/rst0.charnier1997-08-143-41/+31
|
* Remove wrong machine-dependent phrase about maximum microsecondsache1997-08-141-6/+5
| | | | limit. Small cleanup.
* Break loop if error != EINTR occurse or it can take forever withache1997-08-141-2/+5
| | | | time_remaining unchanged
* Fix PR bin/4291: /usr/bin/make - inconsistent -j<n> flag parsing.fsmp1997-08-141-8/+8
| | | | Submitted by: N.Dudorov <nnd@itfs.nsk.su>
* If the user doesn't have read permission, union_copyup should not copykato1997-08-142-2/+22
| | | | | | a file to upper layer. Reviewed by: Naofumi Honda <honda@Kururu.math.sci.hokudai.ac.jp>
* Backed out part of previous change. The example of -b mount inkato1997-08-142-8/+4
| | | | manpage works again.
* Define NCURSES_VERSION publicly, some applications want itache1997-08-135-37/+80
| | | | | Fix unctrl() Merging from 4.1 used for this fixes.
* install dot.shrcwosch1997-08-131-1/+1
| | | | Submitted by: Wolfgang Helbig <helbig@MX.BA-Stuttgart.De>
* Cheap TEMPORARY fix for "Trap 9 When Boot SMP" problem.fsmp1997-08-131-1/+10
| | | | | | This is on the top of my list for a correct fix. Submitted by: "Thomas D. Dean" <tomdean@ix.netcom.com>
* Reserve major 81 for rocketport driver.jkh1997-08-132-2/+4
|
* Protect the copyright comments from reformatting bysteve1997-08-135-3/+28
| | | | | | | indent and make this compile -Wall clean like the Makefile suggests that it should. :) Pointed out by: Bruce Evans <bde@zeta.org.au>
* add a diagnostic to catch some common cases of tsleep beingjulian1997-08-131-1/+8
| | | | called from the wrong place.
* Note that default behaviour (restarting signals) is only for signal(3)ache1997-08-131-1/+4
|
* Handle syscalls error return slightly betterache1997-08-131-6/+12
|
* Back out itimerfix hack since nanosleep1 fixed nowache1997-08-131-58/+19
| | | | Handle syscalls error return slightly better
* Bypass itimerfix 100000000 limit in nanosleep1 using loop through timeoutsache1997-08-131-46/+64
|
* Use -I${.CURDIR}/../../sys so that the path is relativesteve1997-08-131-2/+2
| | | | | | to the source code directory. Submitted by: bde
* Add a spin lock that prevents the sequencer from attempting to add angibbs1997-08-134-11/+61
| | | | | | | | | | | | | entry to the QOUTFIFO when it is full. This should eliminate the "Timed out while idle" problems that many have reported. In truth, this is somewhat of a hack. Although are interrupt latency is low enough that we should be able to always service the queue in time, since each entry must be passed up to the higher SCSI layer for what can be a large amount of processing (perhaps even resulting in a new command being queued) with interrupts disabled, we need this mechanism to avoid overflow. In the future, these additional tasks will be offloaded to a software interrupt handler which should make this hack unnecessary.
OpenPOWER on IntegriCloud