Commit Graph

5877 Commits

Author SHA1 Message Date
ats
d8c6a47c67 Correct a name of one structure member in the sigaltstack structure.
Now it matches the man page and also the only other commercial implementation
i have found so far ( Solaris 2.x).
Changed the name from ss_base to ss_sp.
1995-01-29 01:19:25 +00:00
jmz
c4d0999478 Add parentheses around macros! 1995-01-29 01:00:14 +00:00
phk
b870719315 add file2c 1995-01-29 00:51:38 +00:00
phk
c06793a4a7 This is a small little program used to execute a bad practice a clean way :-)
It will read a file on stdin and write it as decimal integers on stdout,
this is useful for embedding files in c-sources.

There are a few places where this is needed, and this is a better way than
the current practice of hand-editing the sources.

The command:

date | file2c 'const char date[] = {' ',0};'

will produce:

const char date[] = {
83,97,116,32,74,97,110,32,50,56,32,49,54,58,52,55,58,51,51,32,80,83,84,
32,49,57,57,53,10
,0};

The manual page is 2 lines longer than the source :-)
1995-01-29 00:49:57 +00:00
jkh
5bfa645416 Copy the src tarballs' script to the right place. 1995-01-28 22:29:27 +00:00
sos
864d8e3641 Third round in syscons update.
Display update method changed, now allways write in memory buffer,
  then periodically update physical display.
Speed improvements (now > 5 times faster than the old syscons).
History now circular buffer, with changeable size.
History scroll by up/down line, up/down page, home and end.
Backtab proberly implemented.
Now space for 96 function keys, 63 allocated standard, default now
  SCO/SYSV compat again as in the old days.
New keyboard definition files ~share/syscons/keymaps/*
Misc fixes for old "hacks" that broke SCO/SYSV compat.
More that I forgot before writing this...
1995-01-28 22:18:05 +00:00
jmz
a9ef105959 Do not recompute TIMER0's maximum count, since it is in timer0_max_count.
Use a simpler formula to convert usecs to ticks.
Output is in microseconds instead of ticks, so that values do not depend
on the timer frequency.
1995-01-28 21:54:37 +00:00
asami
153afc4dd2 Add a -s' flag for silent' processing. Make the script return 0 for
success and 1 for failure.  Describe the options in manpage.
1995-01-28 17:35:56 +00:00
jkh
f9a12a17c5 Delete a bogus :. 1995-01-28 13:17:38 +00:00
jkh
a6b0684759 Less kludge dev. 1995-01-28 09:17:58 +00:00
jkh
d199501222 A different kludge for /dev 1995-01-28 09:16:41 +00:00
jkh
0066633fd4 Make some of the extract scripts more explicit. 1995-01-28 09:11:39 +00:00
jkh
5bc42fead4 Print message about ignoring stupid warnings in game dist
Don't ask user to press return after every dist.
1995-01-28 09:07:48 +00:00
jkh
d7f7f6785f Syntax errors corrected
Add support for Sony CDROM
1995-01-28 09:04:12 +00:00
jkh
5e66fc6809 Nuke out a printf that otherwise spews crap at probe() time. A no-no. 1995-01-28 06:40:23 +00:00
jkh
ca1e014423 Put in a much less bogus Makefile on advice from Bruce. 1995-01-28 06:01:18 +00:00
jkh
702bf1ff94 Make the check for a precompiled kernel correct. 1995-01-28 05:33:52 +00:00
jkh
1fdbab60fc Look for scdreg.h in the right place. Whoops. 1995-01-28 05:32:53 +00:00
jkh
8dd606ae02 Add soundblaster CD to generic kernel. Hope this doesn't run us out
of space!
1995-01-28 05:01:43 +00:00
jkh
e03772c8b6 Poul lost his copy of K&R again - add a semicolon to the end of the
preceeding statement..
1995-01-28 05:00:50 +00:00
phk
57ce067962 Update to BTEASY 1.7
Submitted by:	vak
1995-01-28 04:42:08 +00:00
phk
7aa6d42a74 Make Jordan a little happier by fixing a couple of bogons. 1995-01-28 04:35:05 +00:00
jkh
db9b3d2d55 Tweak the location of the scd driver. 1995-01-28 04:20:55 +00:00
jkh
d7581b75d7 Add the soundblaster CDROM driver back in, but this time under the GPL
since the Linux driver was used as the principle reference.
Submitted by:	Mikael Hybsch <micke@dynas.se>
1995-01-28 04:18:42 +00:00
ache
a355b8e351 Fix configurations in which mail route depends of the name
of sender host.
Submitted by: vak@cronyx.msk.su
1995-01-28 04:09:05 +00:00
dg
6cc1abbe5e Get rid of extra []'s and otherwise fix-up boot prompt. Reordered
boot flags processing to be alpha-beta.
1995-01-28 03:51:39 +00:00
dg
0fc2ce3c8e Completed the fix for attempting to page out pages via the device_pager.
Submitted by:	John Dyson
1995-01-28 02:02:25 +00:00
dg
4425e96b90 Fixed coredump when issuing d$ on a blank line. Fixes bin/191. 1995-01-28 01:58:14 +00:00
jkh
8ae8945820 Tweak some of the notes. 1995-01-28 01:20:18 +00:00
jkh
8362671288 Update everyone's paths to point properly into /stand/scripts. 1995-01-28 01:18:44 +00:00
jkh
88bf421179 Bump the date again - the snapshot doesn't look like it's going to happen until
tomorrow.. :-)
1995-01-28 01:14:39 +00:00
jkh
5e740726c3 Call the bininst.sh script by its new name. 1995-01-28 01:13:29 +00:00
dg
d959688806 Kill used "error" variable. 1995-01-27 23:26:53 +00:00
dg
f71d8cadb0 Fixed bogus error reporting when the failure is RPC related ("Address
already in use", instead of "Permission denied").
1995-01-27 23:24:33 +00:00
jkh
7f2435f217 Update these to be a little more business-like in appearance.
Delete obsolete information.
1995-01-27 23:15:31 +00:00
dg
7ae3d0e647 Be sure to properly fail if there are not enough fields. Problem
reported by MARC Giannoni <marc@cmc.eng.comsat.com>, this fix is by me.
1995-01-27 22:30:03 +00:00
dg
6579383278 from Matt Day <mday@artisoft.com>:
> So, the problem is hostnamebyanyaddr() assumes that _res is already
> initialized to proper values, but this is no longer true as of BIND
> 4.9.3.  Here is a patch for sendmail 8.6.9 which changes
> hostnamebyanyaddr() to make sure res_init() has been called before using
> _res.retry.

Submitted by:	Matt Day <mday@artisoft.com> via Terry Lambert
1995-01-27 22:14:38 +00:00
jkh
6cc2ebcfd2 Back out my previous change and disable the floppy tape controller again
by default.  It's hosing up my test machine's floppy pretty good.
1995-01-27 20:03:07 +00:00
jkh
d2644999f0 Tweak SNAP date. 1995-01-27 19:56:56 +00:00
jkh
898ba448e5 Bump the snap number 1995-01-27 18:21:26 +00:00
gibbs
69d7cf9cf8 Set the current transfer parameters directly after a mesg reject for either
Wide or Sync negotiation attempts as we do in all other phases of negotiation.
1995-01-27 17:37:05 +00:00
dfr
490a61547e Reclaim memory used for telldir cookies on closedir. 1995-01-27 13:51:18 +00:00
jkh
82884e894c Make the gzip commands more rational. 1995-01-27 08:30:35 +00:00
jkh
4e624188a8 Make this not fall over screaming if a file isn't found (the user might
not have wanted it).
1995-01-27 08:26:25 +00:00
jkh
248abaaa7b Get the src rule right. 1995-01-27 08:06:43 +00:00
phk
0c003f1f1b Man page for the new nca driver. 1995-01-27 07:54:59 +00:00
jkh
b54485ae13 Adjust some of these extract scripts. 1995-01-27 07:49:46 +00:00
phk
7cfd74da27 New and far better NCR5380/NCR53400 scsi-driver.
Handles at least Trantor T130 and ProAudioSpectrum adapters.
The pas driver has consequently been removed.
This driver can be configured without without interrupts.

Manpage to follow when PAS16 has been edited in.

Reviewed by:	phk
Submitted by:	Serge Vakulenko, <vak@cronyx.ru>
1995-01-27 07:49:19 +00:00
jkh
12f95313ea Adjust names of distributions. 1995-01-27 07:37:55 +00:00
jkh
3e5d48405b Don't build src tarball by default. 1995-01-27 07:37:41 +00:00