summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Fix mdoc directivesache1997-08-131-5/+7
|
* SUNIT: exchange up/down states tooache1997-08-131-1/+7
|
* Add unsigned char cast to all ctype callsache1997-08-131-27/+27
|
* Add ppp.shells.sample and ppp.deny to Makefile so they actually appeardanny1997-08-131-2/+2
| | | | | | in a release. Reminded by: Satoshi and DavidG
* Cast argument to lseek() properly to off_t.jkh1997-08-131-2/+2
| | | | | PR: 4246 Obtained from: review of PR and NetBSD sources.
* Make distribute target work again in the wake of the cron.d changes.jkh1997-08-131-2/+4
| | | | | Note: I don't like the way these files are being copied but every other method seemed gross too.
* Synchronize with sys/i386/isa/isa.c revision 1.100.kato1997-08-131-7/+7
|
* Synchronize with sys/i386/i386/trap.c revision 1.104.kato1997-08-131-2/+2
|
* Cosmetic in usage(). Mdoc'ify man page.charnier1997-08-132-130/+119
|
* Nm talk -> Nm.charnier1997-08-131-3/+3
|
* Remove trailing \n in warn() string.charnier1997-08-132-10/+15
|
* Use err(3). /sys/dkstat.h -> /usr/include/sys/dkstat.hcharnier1997-08-133-31/+32
|
* Back out the fancy directory sorting, it's more pain that its worth,pst1997-08-131-27/+4
| | | | | and it's there in the CVS repository in case someone things that this idea is superkeen.
* Make the cutover to periodic and cron.d as discussed to death on committerspst1997-08-134-275/+6
| | | | for the past week.
* Incorporate some ideas that came up during discussion with msmith.pst1997-08-132-50/+109
|
* Add local_cron in the spirit of local_startuppst1997-08-131-1/+2
|
* ARP_PROXY_ALL -> ARP_PROXYALLsteve1997-08-131-2/+2
| | | | | PR: kern/4181 Submitted by: Johan Larsson <johan@moon.campus.luth.se>
* __GNU_G__ -> __GNUG__steve1997-08-131-1/+1
| | | | | PR: gnu/4188 Submitted by: Dustin Sallings <dustin@spy.net>
* Add parentheses because == has higher precedence than &.steve1997-08-132-14/+14
| | | | | PR: i386/4225 Submitted by: Frank MacLachlan <fpm@n2.net>
* Fix a typo that caused an incorrect path to be displayed.steve1997-08-131-2/+2
| | | | PR: docs/4258
* Fix longstanding bug with buffer pointer goes beyoud buffer startache1997-08-131-1/+1
| | | | Cause initscr (ncurses) fail in some cases
* Enable periodicpst1997-08-131-2/+2
|
* TRACE_VIRTPUT (we don't have it yet) -> TRACE_CHARPUTache1997-08-131-1/+1
|
* line continuationadam1997-08-121-2/+2
|
* Describe signals behaviour nowache1997-08-121-1/+7
|
OpenPOWER on IntegriCloud