unix-history/.git
30 years agoUpdate all faq-segments to my current level.
Gary Clark II [Sat, 16 Apr 1994 14:52:59 +0000 (14:52 +0000)]
Update all faq-segments to my current level.

30 years agoadding faq-segments
Gary Clark II [Sat, 16 Apr 1994 14:15:38 +0000 (14:15 +0000)]
adding faq-segments

30 years agoimport of FAQ-segments
Gary Clark II [Sat, 16 Apr 1994 14:10:28 +0000 (14:10 +0000)]
import of FAQ-segments

30 years agoOne small change to point adduser at the right place. This will change again
Jordan K. Hubbard [Sat, 16 Apr 1994 11:32:34 +0000 (11:32 +0000)]
One small change to point adduser at the right place.  This will change again
when Gary does his big overall reorg on this stuff.

30 years agoAdd the adduser and configit programs. ROD: Please commit these to the BETA
Jordan K. Hubbard [Sat, 16 Apr 1994 11:12:41 +0000 (11:12 +0000)]
Add the adduser and configit programs.  ROD:  Please commit these to the BETA
branch.

30 years agoFix so that ../sys files are copied on a make install SHARED=copies instead
Rod Grimes [Sat, 16 Apr 1994 07:14:00 +0000 (07:14 +0000)]
Fix so that ../sys files are copied on a make install SHARED=copies instead
of /sys

30 years agoIncreased buffer size a little.
David Greenman [Sat, 16 Apr 1994 00:51:13 +0000 (00:51 +0000)]
Increased buffer size a little.

30 years agoAs a result of the distribution crontab, /usr/libexec/atrun was being run
Sean Vickery [Fri, 15 Apr 1994 16:57:38 +0000 (16:57 +0000)]
As a result of the distribution crontab, /usr/libexec/atrun was being run
only once an hour instead of every five minutes.  This was due to a minute
specification of 0/5 -- which should have been */5.  This has been fixed.
Expect your /var/cron/log to grow much faster now.

30 years agoFix -f descriptor.
Andrey Chernov [Fri, 15 Apr 1994 15:53:06 +0000 (15:53 +0000)]
Fix -f descriptor.
Add ppp disc.

30 years agominor typo in stat.2 man page
Geoff Rehmet [Fri, 15 Apr 1994 15:31:23 +0000 (15:31 +0000)]
minor typo in stat.2 man page

30 years agoBump expdir limit to 16384, Taylor 1.05 configure fails instead
Andrey Chernov [Fri, 15 Apr 1994 15:27:24 +0000 (15:27 +0000)]
Bump expdir limit to 16384, Taylor 1.05 configure fails instead

30 years agoChanged /var/spool/mail references to /var/mail in man page.
Sean Vickery [Fri, 15 Apr 1994 14:57:08 +0000 (14:57 +0000)]
Changed /var/spool/mail references to /var/mail in man page.

30 years agoThe manual page for mail now correctly identifies the systemwide startup
Sean Vickery [Fri, 15 Apr 1994 14:32:18 +0000 (14:32 +0000)]
The manual page for mail now correctly identifies the systemwide startup
file as /etc/mail.rc, instead of /usr/share/misc/Mail.rc as previously.

30 years agoAdded the FAQ data files.
Jordan K. Hubbard [Fri, 15 Apr 1994 11:34:49 +0000 (11:34 +0000)]
Added the FAQ data files.

30 years agoThis is the first cut at the FreeBSD 1.1 FAQ. Thanks to Gary Clark II
Jordan K. Hubbard [Fri, 15 Apr 1994 11:22:29 +0000 (11:22 +0000)]
This is the first cut at the FreeBSD 1.1 FAQ.  Thanks to Gary Clark II
for putting this all together!  I've significantly expanded and reorganized some
of it, and have some comments I'd like folks to look at and/or fill in marked
with '>>>>'s.  Please fill these in if you know the answers (or send them to
FreeBSD-FAQ).

30 years agoFixed login in f_nouser and f_nogroup so -nouser and -nogroup now
Sean Vickery [Fri, 15 Apr 1994 10:43:51 +0000 (10:43 +0000)]
Fixed login in f_nouser and f_nogroup so -nouser and -nogroup now
work correctly

30 years agoMade non-leap-second-cognizant rules the default, even though this is
Garrett Wollman [Thu, 14 Apr 1994 20:27:00 +0000 (20:27 +0000)]
Made non-leap-second-cognizant rules the default, even though this is
bogus, to keep people from complaining.

30 years agoDocument David & John's latest VM enhancements.
Garrett Wollman [Thu, 14 Apr 1994 18:02:13 +0000 (18:02 +0000)]
Document David & John's latest  VM enhancements.

30 years agoFrom John Dyson - fix for bug in kern_physio where buffers would be
David Greenman [Thu, 14 Apr 1994 07:54:54 +0000 (07:54 +0000)]
From John Dyson - fix for bug in kern_physio where buffers would be
released onto the wrong queue.

30 years agoChanges from John Dyson and myself:
David Greenman [Thu, 14 Apr 1994 07:50:25 +0000 (07:50 +0000)]
Changes from John Dyson and myself:

1) Removed all instances of disable_intr()/enable_intr() and changed
them back to splimp/splx. The previous method was done to improve
the performance, but Bruces recent changes to inline spl* have
made this unnecessary.
2) Cleaned up vm_machdep.c considerably. Probably fixed a few bugs, too.
3) Added a new mechanism for collecting page statistics - now done by
a new system process "pagescan". Previously this was done by the
pageout daemon, but this proved to be impractical.
4) Improved the page usage statistics gathering mechanism - performance is
much improved in small memory machines.
5) Modified mbuf.h to enable the support for an external free routine when
using mbuf clusters. Added appropriate glue in various places to
allow this to work.
6) Adapted a suggested change to the NFS code from Yuval Yurom to take
advantage of #5.
7) Added fault/swap statistics support.

30 years agoadded md5
Poul-Henning Kamp [Wed, 13 Apr 1994 22:16:45 +0000 (22:16 +0000)]
added md5

30 years agoFreeBSD'ed the Makefile.
Poul-Henning Kamp [Wed, 13 Apr 1994 22:07:31 +0000 (22:07 +0000)]
FreeBSD'ed the Makefile.

30 years agoChange $Header$ to $Id$ so that the comment at the beginning of a
Garrett Wollman [Wed, 13 Apr 1994 21:57:55 +0000 (21:57 +0000)]
Change $Header$ to $Id$ so that the comment at the beginning of a
crontab file fits within 80 characters.

30 years agoThis commit was generated by cvs2svn to track changes on a CVS vendor
Poul-Henning Kamp [Wed, 13 Apr 1994 21:50:46 +0000 (21:50 +0000)]
This commit was generated by cvs2svn to track changes on a CVS vendor
branch.

30 years agoThis is the md5 program from cert.org, no changes made yet.
Poul-Henning Kamp [Wed, 13 Apr 1994 21:50:46 +0000 (21:50 +0000)]
This is the md5 program from cert.org, no changes made yet.

30 years agoFixed up two typos in the man page. Found by Christoph Kukulies.
Andreas Schulz [Wed, 13 Apr 1994 21:40:20 +0000 (21:40 +0000)]
Fixed up two typos in the man page.  Found by  Christoph Kukulies.

30 years agoChange the private declarations from dlopen,dlclose,dlsym,dlctl
Andreas Schulz [Wed, 13 Apr 1994 20:52:40 +0000 (20:52 +0000)]
Change the private declarations from dlopen,dlclose,dlsym,dlctl
to public. These functions are also used in /usr/include/link.h,
so it looks, like they shouldn't be private.
I will ask Paul about that, if this is correct.

30 years agoBetter link ldconfig static instead dynamic.
Andreas Schulz [Wed, 13 Apr 1994 20:49:42 +0000 (20:49 +0000)]
Better link ldconfig static instead dynamic.

30 years agoAdded more missing links for functions.
Garrett Wollman [Wed, 13 Apr 1994 20:12:15 +0000 (20:12 +0000)]
Added more missing links for functions.

30 years agoChanged the Makefiles for catman and makewhatis that the output from the
Andreas Schulz [Wed, 13 Apr 1994 19:54:43 +0000 (19:54 +0000)]
Changed the Makefiles for catman and makewhatis that the output from the
sed goes into an obj dir, if it exists, instead of the src dir.

30 years agoNote that UTF-2 is also called UTF-8 by some people.
Garrett Wollman [Wed, 13 Apr 1994 19:51:43 +0000 (19:51 +0000)]
Note that UTF-2 is also called UTF-8 by some people.

30 years agoAdd a bit more information about world build.
Jordan K. Hubbard [Wed, 13 Apr 1994 12:38:01 +0000 (12:38 +0000)]
Add a bit more information about world build.

30 years agoAdd delays after changing from 8/16 - 16/8 bit mode and after enabling/
David Greenman [Wed, 13 Apr 1994 10:15:34 +0000 (10:15 +0000)]
Add delays after changing from 8/16 - 16/8 bit mode and after enabling/
disabling the shared memory. The 83C790 needs these or it does bad things.

30 years agoMake all devices at least 2*64K buffers, 2*32K buffers
Andrey Chernov [Wed, 13 Apr 1994 01:57:03 +0000 (01:57 +0000)]
Make all devices at least 2*64K buffers, 2*32K buffers
isn't enough for my home 33Mhz.

30 years agosnd7 config line corrected, irqaremoved
Andrey Chernov [Wed, 13 Apr 1994 01:29:14 +0000 (01:29 +0000)]
snd7 config line corrected, irqaremoved

30 years agosnd7 config line corrected, irq removed
Andrey Chernov [Wed, 13 Apr 1994 01:27:01 +0000 (01:27 +0000)]
snd7 config line corrected, irq removed

30 years agoNow SoundDriver use 64K DMA region instead of older 4K by
Andrey Chernov [Wed, 13 Apr 1994 01:10:08 +0000 (01:10 +0000)]
Now SoundDriver use 64K DMA region instead of older 4K by
using new contigmalloc function.

30 years agoFrom Bruce:
Andrey Chernov [Wed, 13 Apr 1994 00:54:59 +0000 (00:54 +0000)]
From Bruce:
contigmalloc function added, this stuff needed especially
for SoundDriver and allocates aligned contiguous DMA-sutable
buffer.

30 years agoAdded prototype for contigmalloc function (see kern_malloc update)
Andrey Chernov [Wed, 13 Apr 1994 00:50:16 +0000 (00:50 +0000)]
Added prototype for contigmalloc function (see kern_malloc update)

30 years agoDon't get status of uucpd lines, normal pgms
Andrey Chernov [Wed, 13 Apr 1994 00:29:22 +0000 (00:29 +0000)]
Don't get status of uucpd lines, normal pgms
not affected by this fix

30 years agoRemove lpa from the generic kernels - one step closer to nuking lpa !!
Geoff Rehmet [Tue, 12 Apr 1994 16:05:13 +0000 (16:05 +0000)]
Remove lpa from the generic kernels - one step closer to nuking lpa !!

30 years agoPatch from S0ren, 80x50 font trashed after switching from X console
Andrey Chernov [Tue, 12 Apr 1994 00:05:23 +0000 (00:05 +0000)]
Patch from S0ren, 80x50 font trashed after switching from X console

30 years agoTenmicrosec change backed out, because our DELAY is accurate
Andrey Chernov [Mon, 11 Apr 1994 21:27:00 +0000 (21:27 +0000)]
Tenmicrosec change backed out, because our DELAY is accurate
only about 40 microseconds.

30 years ago/dev/null was not a very good choice of shell for login-disabled users.
Garrett Wollman [Mon, 11 Apr 1994 19:18:05 +0000 (19:18 +0000)]
/dev/null was not a very good choice of shell for login-disabled users.
Used the canonical non-existent file (/nonexistent) instead  This should
probably be documented somewhere, but it's unclear where the right
place is (passwd(5)? login(8)? hier(7)?  all three?).

30 years agoFixed ANSI bugs found by Justin T. Gibbs and Bruce Evans.
Garrett Wollman [Mon, 11 Apr 1994 19:02:36 +0000 (19:02 +0000)]
Fixed ANSI bugs found by Justin T. Gibbs and Bruce Evans.

30 years agoPut the INT_MIN and INT_MAX into conditionals. They are needed if
Andreas Schulz [Mon, 11 Apr 1994 18:45:57 +0000 (18:45 +0000)]
Put the INT_MIN and INT_MAX into conditionals. They are needed if
you use XFree2.0 or earlier. They are no longer needed for XFree2.1.

30 years agoWe have a better way to wait ten microseconds then inbs:
Andrey Chernov [Mon, 11 Apr 1994 18:17:12 +0000 (18:17 +0000)]
We have a better way to wait ten microseconds then inbs:
tenmicrosec() now use DELAY(10)

30 years agoAdd big and ugly warning to users of lpa that
Geoff Rehmet [Mon, 11 Apr 1994 07:57:36 +0000 (07:57 +0000)]
Add big and ugly warning to users of lpa that
they should change to lpt, as lpa will be removed!

30 years agomade 'make clean' remove *.ps files.
Poul-Henning Kamp [Sun, 10 Apr 1994 23:12:11 +0000 (23:12 +0000)]
made 'make clean' remove *.ps files.

30 years agoFixed brokeness in the support of the 83C790/Elite Ultra (now that I
David Greenman [Sun, 10 Apr 1994 20:06:28 +0000 (20:06 +0000)]
Fixed brokeness in the support of the 83C790/Elite Ultra (now that I
finally have the f**king documentation!):

1) Changed all the numeric register offsets to symbolic ones (it should
have been this way originally).
2) If 16 bit, disable the shared memory when not using it. Apparantly
switching between 8/16bit mode makes the Ultra unhappy unless
this is done (i.e. it trashes the bus).

30 years agoCorrected a bit of confusion
Poul-Henning Kamp [Sun, 10 Apr 1994 17:58:25 +0000 (17:58 +0000)]
Corrected a bit of confusion

30 years agoFixed a little typo in the man page.
Andreas Schulz [Sun, 10 Apr 1994 12:26:35 +0000 (12:26 +0000)]
Fixed a little typo in the man page.

30 years agoModify wdprobe() to correctly recognise some 2 drive systems,
Geoff Rehmet [Sun, 10 Apr 1994 11:17:13 +0000 (11:17 +0000)]
Modify wdprobe() to correctly recognise some 2 drive systems,
on which it was failing.  Modifications follow ATA, but also
allow some weird setups which seem to contradict ATA (aaarrrrgghhh!!)

30 years agoTruncate hostnames longer than HOST_WIDTH so that
Geoff Rehmet [Sun, 10 Apr 1994 10:42:28 +0000 (10:42 +0000)]
Truncate hostnames longer than HOST_WIDTH so that
rup's output looks nicer.

30 years agoRestore badly commented out MAPLOWER/MAPUPPER
Andrey Chernov [Sun, 10 Apr 1994 01:04:24 +0000 (01:04 +0000)]
Restore badly commented out MAPLOWER/MAPUPPER

30 years agomail a+rwxt changes backed out
Andrey Chernov [Sun, 10 Apr 1994 00:56:12 +0000 (00:56 +0000)]
mail a+rwxt changes backed out

30 years agoCorrect a typo in the manpage. I didn't find anywhere the function supper().
Andreas Schulz [Sat, 9 Apr 1994 17:52:02 +0000 (17:52 +0000)]
Correct a typo in the manpage. I didn't find anywhere the function supper().

30 years agoAdd umask(022), in other case you may got /etc/passwd rw-------
Andrey Chernov [Sat, 9 Apr 1994 17:40:37 +0000 (17:40 +0000)]
Add umask(022), in other case you may got /etc/passwd rw-------
if you have umask 077

30 years agoReplace a usage of gets with fgets.
Andreas Schulz [Sat, 9 Apr 1994 17:18:50 +0000 (17:18 +0000)]
Replace a usage of gets with fgets.

30 years agoCommented out now a suspicious looking MAPLOWER 0xa3 0xa3 and a
Andreas Schulz [Sat, 9 Apr 1994 16:19:53 +0000 (16:19 +0000)]
Commented out now a suspicious looking MAPLOWER 0xa3 0xa3 and a
MAPUPPER 0xb3 0xb3. This is a no-op for me ? ache, can you please
check that , i don't know enough about russian :-).

30 years agoChanged a return(__swalk_sflush) to a return(__swalk_sflush()).
Andreas Schulz [Sat, 9 Apr 1994 15:37:44 +0000 (15:37 +0000)]
Changed a return(__swalk_sflush) to a return(__swalk_sflush()).
This seems the correct call according to the comments in the function
header.

30 years agoAdd prototype functions for flockfile and funlockfile into stdio.h.
Andreas Schulz [Sat, 9 Apr 1994 15:34:53 +0000 (15:34 +0000)]
Add prototype functions for flockfile and funlockfile into stdio.h.
They are used from some macros. This was neccessary to prevent some
compiler warnings.

30 years agoComment out a private INT_MAX/INT_MIN definition to shut up the
Andreas Schulz [Sat, 9 Apr 1994 13:03:39 +0000 (13:03 +0000)]
Comment out a private INT_MAX/INT_MIN definition to shut up the
compiler.

30 years agomake libutil be linked in dynamicly instead of staticly
Geoff Rehmet [Sat, 9 Apr 1994 11:00:30 +0000 (11:00 +0000)]
make libutil be linked in dynamicly instead of staticly

30 years agoAdded RCS id's, little tidy up.
Geoff Rehmet [Fri, 8 Apr 1994 22:23:39 +0000 (22:23 +0000)]
Added RCS id's, little tidy up.

30 years agochange to lptioctl
Geoff Rehmet [Fri, 8 Apr 1994 22:13:49 +0000 (22:13 +0000)]
change to lptioctl

30 years agolink nvi to view (this better be all now)
Geoff Rehmet [Fri, 8 Apr 1994 07:36:06 +0000 (07:36 +0000)]
link nvi to view (this better be all now)

30 years agoadded MAN1+= vi.1, and link to nvi.1
Geoff Rehmet [Fri, 8 Apr 1994 07:16:32 +0000 (07:16 +0000)]
added MAN1+= vi.1, and link to nvi.1
added rcs id.

30 years agoadded locale to Makefile for /usr/src/share
Geoff Rehmet [Fri, 8 Apr 1994 07:03:04 +0000 (07:03 +0000)]
added locale to Makefile for /usr/src/share

30 years agoDon't queue, deliver according to sendmail config.
David Greenman [Thu, 7 Apr 1994 23:42:31 +0000 (23:42 +0000)]
Don't queue, deliver according to sendmail config.

30 years agoFix arguments of CONS_GETINFO
Andrey Chernov [Thu, 7 Apr 1994 23:23:01 +0000 (23:23 +0000)]
Fix arguments of CONS_GETINFO

30 years agoMore EXCLUDE_ options added,
Andrey Chernov [Thu, 7 Apr 1994 22:47:17 +0000 (22:47 +0000)]
More EXCLUDE_ options added,
unneded irq/drq/vector removed

30 years agoRemove unneded irq/drq/vector from snd?
Andrey Chernov [Thu, 7 Apr 1994 22:18:49 +0000 (22:18 +0000)]
Remove unneded irq/drq/vector from snd?

30 years agoWanted to make sure we had an explanation of the memory test stored
Garrett Wollman [Thu, 7 Apr 1994 21:18:59 +0000 (21:18 +0000)]
Wanted to make sure we had an explanation of the memory test stored
somewhere for reference.  Anyone who wants to is welcome to re-write this
to be a ``reall'' document, rather than just a copy of DavidG's message.

30 years agoSkip idle info on uu-lines from uucpd
Andrey Chernov [Thu, 7 Apr 1994 18:38:10 +0000 (18:38 +0000)]
Skip idle info on uu-lines from uucpd

30 years agoNow wall skips uu-lines produced by uucpd.
Andrey Chernov [Thu, 7 Apr 1994 17:55:00 +0000 (17:55 +0000)]
Now wall skips uu-lines produced by uucpd.

30 years agoChange uucp%d lines to uu%d lines, because ut_line
Andrey Chernov [Thu, 7 Apr 1994 17:50:52 +0000 (17:50 +0000)]
Change uucp%d lines to uu%d lines, because ut_line
overflows with big pids, produce incorrect statistics.

30 years agoMake possibility to write utmp entry for non-tty lines,
Andrey Chernov [Thu, 7 Apr 1994 17:47:36 +0000 (17:47 +0000)]
Make possibility to write utmp entry for non-tty lines,
needed especially for uucpd connections

30 years agoo Change fake line from uucp%d to uu%d, because it produce wrong
Andrey Chernov [Thu, 7 Apr 1994 17:43:35 +0000 (17:43 +0000)]
o Change fake line from uucp%d to uu%d, because it produce wrong
  statistics with big pids (size of ut_line is only 8 chars)
o Make possibility to write utmp entries

30 years agoRemove sleep(2) waiting for DTR, now sio can do it himself
Andrey Chernov [Thu, 7 Apr 1994 17:35:52 +0000 (17:35 +0000)]
Remove sleep(2) waiting for DTR, now sio can do it himself

30 years agoChanged a macro name from _Q to _Q2 to avoid a clash with the
Andreas Schulz [Thu, 7 Apr 1994 14:34:25 +0000 (14:34 +0000)]
Changed a macro name from _Q to _Q2 to avoid a clash with the
newly introduced _Q macro in ctype.h.

30 years agoCorrected the Makefile, it has used SRCDIR our macro for that
Andreas Schulz [Thu, 7 Apr 1994 14:09:54 +0000 (14:09 +0000)]
Corrected the Makefile, it has used SRCDIR our macro for that
is CURDIR.
Corrected the syntax in the Russian.koi8-r file.

30 years agoSwap also the undef macros for tolower and toupper :-).
Andreas Schulz [Thu, 7 Apr 1994 13:48:44 +0000 (13:48 +0000)]
Swap also the undef macros for tolower and toupper :-).

30 years agofrom kimmel@varese.cs.umass.edu (Matt Kimmel):
David Greenman [Thu, 7 Apr 1994 12:10:31 +0000 (12:10 +0000)]
from kimmel@varese.cs.umass.edu (Matt Kimmel):
"el" driver for 3COM 3C501. This driver has some serious performance
problems and drops packets on the floor like hot potatos.

30 years agoPatch from Sean Vickery <seanv@cs.uq.edu.au>:
David Greenman [Thu, 7 Apr 1994 11:16:47 +0000 (11:16 +0000)]
Patch from Sean Vickery <seanv@cs.uq.edu.au>:

Description:
Strftime(3) adds garabage to result string when called with "%R" in
the format string.
Repeat-By:
$ date +%R
14:0202:02:08 PM

30 years agolocale support broke tolower and toupper -
Geoff Rehmet [Thu, 7 Apr 1994 10:59:27 +0000 (10:59 +0000)]
locale support broke tolower and toupper -
it appears they were swapped.
This caused (among others) XF86 and elm to barf.

30 years agoMake Bruce happy: silently enter ddb on a BPT or trace trap if ddb is
David Greenman [Thu, 7 Apr 1994 10:51:00 +0000 (10:51 +0000)]
Make Bruce happy: silently enter ddb on a BPT or trace trap if ddb is
configured in the kernel.

30 years agoFixed the isphonogram and isspecial macros, they used the wrong mask.
Andreas Schulz [Thu, 7 Apr 1994 10:20:14 +0000 (10:20 +0000)]
Fixed the isphonogram and isspecial macros, they used the wrong mask.

30 years agoremove trailing space after \.
Paul Richards [Thu, 7 Apr 1994 07:06:46 +0000 (07:06 +0000)]
remove trailing space after \.

30 years agoTset incorrectly assign to TERM first terminal name instead of second
Andrey Chernov [Thu, 7 Apr 1994 01:38:30 +0000 (01:38 +0000)]
Tset incorrectly assign to TERM first terminal name instead of second
from termcap entry.

30 years agoFix error with path like /a/./b (from N. Dudorov)
Andrey Chernov [Thu, 7 Apr 1994 00:30:35 +0000 (00:30 +0000)]
Fix error with path like /a/./b (from N. Dudorov)

30 years agoo Obsoleted defines removed, text cleaned
Andrey Chernov [Wed, 6 Apr 1994 23:40:36 +0000 (23:40 +0000)]
o Obsoleted defines removed, text cleaned
o Now uucpd use logwtmp from libutil instead of own hack
o Now uucpd use syslog for diagnostics
o Now uucpd don't fork, until user logged in

30 years agoUpdate lpt(4) man page to reflect recent changes to the lpt device driver.
Geoff Rehmet [Wed, 6 Apr 1994 20:21:33 +0000 (20:21 +0000)]
Update lpt(4) man page to reflect recent changes to the lpt device driver.
(also point out that lpa is now defunct.)

30 years agoAdded lptcontrol(1)
Geoff Rehmet [Wed, 6 Apr 1994 19:46:19 +0000 (19:46 +0000)]
Added lptcontrol(1)

30 years agoAdded lptcontrol(1):
Geoff Rehmet [Wed, 6 Apr 1994 19:38:45 +0000 (19:38 +0000)]
Added lptcontrol(1):
used to change lpt driver between polling/interrupt driven mode

30 years agoThis commit was generated by cvs2svn to track changes on a CVS vendor
Geoff Rehmet [Wed, 6 Apr 1994 19:38:45 +0000 (19:38 +0000)]
This commit was generated by cvs2svn to track changes on a CVS vendor
branch.

30 years agoChange default permission of /var/mail to 01777, because
Andrey Chernov [Wed, 6 Apr 1994 19:37:45 +0000 (19:37 +0000)]
Change default permission of /var/mail to 01777, because
MUA must have s-bit in other case (security hole).
This fix needed for procmail too, because procmail
uses NFS-locks in /var/mail directory

30 years agoPer Keith Bostic, wchar_t should not be defined in sys/types.h.
Garrett Wollman [Wed, 6 Apr 1994 17:42:07 +0000 (17:42 +0000)]
Per Keith Bostic, wchar_t should not be defined in sys/types.h.

30 years agoFix installation of manual pages. Each page needed locale/ prepended.
Paul Richards [Wed, 6 Apr 1994 16:48:32 +0000 (16:48 +0000)]
Fix installation of manual pages.  Each page needed locale/ prepended.

30 years agoChanges to lpt driver:
Geoff Rehmet [Wed, 6 Apr 1994 16:42:33 +0000 (16:42 +0000)]
Changes to lpt driver:
- ansi prototypes in lpt.c
- a bit of tidying in lpt.c
- ioctl in lpt.c for switching between polling and using interrupts
- added lpt.h - needed for ioctl to allow switching between polling
        and interrupt-driven modes.