]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
26 years agoAdd an emacs enhanced keyboard layout.
Warner Losh [Mon, 10 Aug 1998 06:51:47 +0000 (06:51 +0000)]
Add an emacs enhanced keyboard layout.

Submitted by: Rob Austein <sra@epilogue.com>

26 years agoSupport the PAL version of the BT878 based Haupauge WinTV/PCI.
Søren Schmidt [Mon, 10 Aug 1998 06:39:33 +0000 (06:39 +0000)]
Support the PAL version of the BT878 based Haupauge WinTV/PCI.

Submitted by: Matthias Scheler <tron@netbsd.org>

26 years agoI presume Satoshi wanted ``uname -r'' for OSREL not ``uname -s''
David E. O'Brien [Mon, 10 Aug 1998 04:02:50 +0000 (04:02 +0000)]
I presume Satoshi wanted ``uname -r'' for OSREL not ``uname -s''

Found by: gcc28 port

26 years agoAdd extra initialisation code that is required for processes that
John Birrell [Mon, 10 Aug 1998 01:24:22 +0000 (01:24 +0000)]
Add extra initialisation code that is required for processes that
are started instead of init (pid = 1). This allows an embedded
implementation quite like VxWorks, with (possibly) a single threaded
program running instead of init. The neat thing is that the same threaded
process can run in a multi-user workstation environment too.

26 years ago`dns' option defaults to disabled, not enabled.
Brian Somers [Sun, 9 Aug 1998 23:40:31 +0000 (23:40 +0000)]
`dns' option defaults to disabled, not enabled.

26 years agoOops, forgot my source tree is at RELENG_2_2...MF22. (Add new
Satoshi Asami [Sun, 9 Aug 1998 23:29:14 +0000 (23:29 +0000)]
Oops, forgot my source tree is at RELENG_2_2...MF22.  (Add new
categories ports-deskutils, ports-x11-{clocks,fm,fonts,toolkits,wm}.)

26 years agoNew man page for pcm(4) driver. Me, I think this is more likely
Jordan K. Hubbard [Sun, 9 Aug 1998 19:42:53 +0000 (19:42 +0000)]
New man page for pcm(4) driver.  Me, I think this is more likely
generic and should go one level up, but it can keep the sb(4) man
page company for now until somebody moves all the no-longer-x86-specific
driver man pages up some day.
Submitted by: luigi

26 years agoAdd missing .El
Brian Somers [Sun, 9 Aug 1998 17:17:23 +0000 (17:17 +0000)]
Add missing .El

26 years ago/var/run/tunX.pid is created regardless of ppps mode.
Brian Somers [Sun, 9 Aug 1998 17:17:10 +0000 (17:17 +0000)]
/var/run/tunX.pid is created regardless of ppps mode.
Spotted by: Alex <garbanzo@hooked.net>

26 years agoUse IFT_PPP from net/if_types.h rather than hard-coding it.
Brian Somers [Sun, 9 Aug 1998 16:41:01 +0000 (16:41 +0000)]
Use IFT_PPP from net/if_types.h rather than hard-coding it.

26 years agoWhen entering ``term'' mode, don't output any messages until
Brian Somers [Sun, 9 Aug 1998 15:34:11 +0000 (15:34 +0000)]
When entering ``term'' mode, don't output any messages until
the device is successfully opened.  If we fail to open it,
mention the fact.
Also go back into command mode as soon as the device is closed
rather than waiting for the user to type something before noticing.

26 years agoRevert the last commit, it made the Bruce filter flip:
Poul-Henning Kamp [Sun, 9 Aug 1998 10:36:25 +0000 (10:36 +0000)]
Revert the last commit, it made the Bruce filter flip:

PR7402 was even less suitable for committing almost verbatim than at
first appearance.  Rev.1.9 of primes.c has at least the following defects.

- no update for man page.
- no update for usage string.
- blowing away of a previous commit to change EOF to -1 in getopt() test.
- blowing away of a previous commit to fix printf format errors.
- new printf format errors.
- one gratuitous ANSIism.
- two style bugs.
- ... and a partition in a pear tree.

PR: 7402

26 years agoDon't forget to call PacketAliasInit().
Brian Somers [Sun, 9 Aug 1998 09:13:54 +0000 (09:13 +0000)]
Don't forget to call PacketAliasInit().
PR: 7515

26 years agoMF22: Shut this thing up by default.
Jordan K. Hubbard [Sun, 9 Aug 1998 02:22:34 +0000 (02:22 +0000)]
MF22: Shut this thing up by default.

26 years agoA few misc changes to get the spigot and meteor board working in 3.0.
Jordan K. Hubbard [Sat, 8 Aug 1998 19:26:08 +0000 (19:26 +0000)]
A few misc changes to get the spigot and meteor board working in 3.0.

Submitted by: Jim Lowe <james@miller.cs.uwm.edu>

26 years agoDon't ignore symbols containing "$". C++ destructors and other
John Polstra [Sat, 8 Aug 1998 17:48:26 +0000 (17:48 +0000)]
Don't ignore symbols containing "$".  C++ destructors and other
special functions have names containing dollar signs, and ignoring
them causes gprof to produce incorrect and sometimes bizarre results.
The comment in the original code said that dollar signs were excluded
because they are used in Pascal labels.  That's not much of an
issue these days.

26 years agoTypo fix. The PR suggested that "save are for old callslot entry" should
Alexander Langer [Sat, 8 Aug 1998 14:19:16 +0000 (14:19 +0000)]
Typo fix.  The PR suggested that "save are for old callslot entry" should
be "slot area for old callslot entry", but I think "save area for old
callslot entry" is what was intended.

PR: 7526

26 years agocince --> since
Alexander Langer [Sat, 8 Aug 1998 14:09:23 +0000 (14:09 +0000)]
cince --> since

PR: 7525
Submitted by: ziggy@ryan.org

26 years agoYear is sometimes set to -1 when assign_date() is called. Check for -1
Alexander Langer [Sat, 8 Aug 1998 14:02:06 +0000 (14:02 +0000)]
Year is sometimes set to -1 when assign_date() is called.  Check for -1
before Y2K processing.

PR: 7524

26 years agoClean up all temporaries that we can generate.
Peter Wemm [Sat, 8 Aug 1998 13:22:06 +0000 (13:22 +0000)]
Clean up all temporaries that we can generate.

26 years agoUse more standard ld commands when stripping symbols out; ld -O is a
Peter Wemm [Sat, 8 Aug 1998 13:11:44 +0000 (13:11 +0000)]
Use more standard ld commands when stripping symbols out; ld -O is a
freebsd-aout extension.  The binutils ld doesn't understand it.
Essentially this is backing out rev 1.33 for elf and other toolchain
support..

26 years agoMake netstat work again.
Poul-Henning Kamp [Sat, 8 Aug 1998 08:13:04 +0000 (08:13 +0000)]
Make netstat work again.

26 years agoUpdated Hauppauge detection code for Tuner ID 0x0a for newer NTSC
Søren Schmidt [Sat, 8 Aug 1998 07:15:16 +0000 (07:15 +0000)]
Updated Hauppauge detection code for Tuner ID 0x0a for newer NTSC
WinCastTV 404 with Bt878 chipset.  Tidied up PAL default in video_open()

Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>

26 years agoMake ../Makefile.inc handling more consistant to prevent multiple includes
Peter Wemm [Sat, 8 Aug 1998 07:02:08 +0000 (07:02 +0000)]
Make ../Makefile.inc handling more consistant to prevent multiple includes
when certain .mk files include other .mk files.  This will remove the
need for multiple include protection in some other makefiles around the
tree (and helps some elf conditionals).

26 years agoIf using FreeBSD syscalls, handle the syscalls that don't require
John Birrell [Sat, 8 Aug 1998 02:25:46 +0000 (02:25 +0000)]
If using FreeBSD syscalls, handle the syscalls that don't require
default asm code the same way as on i386.

26 years agoInclude FreeBSD's syscall.h if not using NetBSD syscalls.
John Birrell [Sat, 8 Aug 1998 02:24:03 +0000 (02:24 +0000)]
Include FreeBSD's syscall.h if not using NetBSD syscalls.

26 years agoAllow for the fact that NetBSD syscalls are no longer the default. Call
John Birrell [Sat, 8 Aug 1998 02:20:24 +0000 (02:20 +0000)]
Allow for the fact that NetBSD syscalls are no longer the default. Call
sigaltstack by default if using FreeBSD syscalls.

26 years agoMake NetBSD compatibility conditional on NETBSD_SYSCALLS being defined.
John Birrell [Sat, 8 Aug 1998 02:18:07 +0000 (02:18 +0000)]
Make NetBSD compatibility conditional on NETBSD_SYSCALLS being defined.
This is no longer the default.

26 years agoReferences to NetBSD syscalls changed to just a comment about what to
John Birrell [Sat, 8 Aug 1998 02:14:45 +0000 (02:14 +0000)]
References to NetBSD syscalls changed to just a comment about what to
add to /etc/make.conf to use FreeBSD's libc with a NetBSD/Alpha kernel.

From now on, FreeBSD/Alpha is just FreeBSD.

26 years agoRemove the alpha specific __NETBSD_SYSCALLS from CFLAGS. This can still
John Birrell [Sat, 8 Aug 1998 02:08:37 +0000 (02:08 +0000)]
Remove the alpha specific __NETBSD_SYSCALLS from CFLAGS. This can still
be added in /etc/make.conf. Yes folks, the alpha kernel is coming to
a screen (and hopefully a disk) near you. Thanks to Doug.

26 years agoShow some examples on how to configure callback & CBCP.
Brian Somers [Fri, 7 Aug 1998 18:44:31 +0000 (18:44 +0000)]
Show some examples on how to configure callback & CBCP.
Show examples of the (new) fifth field in ppp.secret.

26 years agoMissed these...
Brian Somers [Fri, 7 Aug 1998 18:44:16 +0000 (18:44 +0000)]
Missed these...

26 years agoo Support callback types NONE, E.164, AUTH and CBCP.
Brian Somers [Fri, 7 Aug 1998 18:42:51 +0000 (18:42 +0000)]
o Support callback types NONE, E.164, AUTH and CBCP.
  (see the new ``set callback'' and ``set cbcp'' commands)
o Add a ``cbcp'' log level and mbuf type.
o Don't dump core when \T is given in ``set login'' or
  ``set hangup''.
o Allow ``*'' and blanks as placeholders in ppp.secret and
  allow a fifth field for specifying auth/cbcp dialback
  parameters.
o Remove a few extraneous #includes
o Define the default number of REQs (restart counter) in defs.h
  rather than hardcoding ``5'' all over the place.
o Fix a few man page inconsistencies.

26 years agoFix garbage after quitting X server.
KATO Takenori [Fri, 7 Aug 1998 18:04:24 +0000 (18:04 +0000)]
Fix garbage after quitting X server.

Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>

26 years agoadd Hungarian clooate
Andrey A. Chernov [Fri, 7 Aug 1998 17:08:56 +0000 (17:08 +0000)]
add Hungarian clooate

26 years agoadd Hungarian ctype
Andrey A. Chernov [Fri, 7 Aug 1998 17:07:12 +0000 (17:07 +0000)]
add Hungarian ctype

26 years agoadd Hungarian keyboard
Andrey A. Chernov [Fri, 7 Aug 1998 17:04:42 +0000 (17:04 +0000)]
add Hungarian keyboard
Submitted by: Zahemszky Gabor <zgabor@zg.CoDe.hu>

26 years agoAdd Hungarian defs
Andrey A. Chernov [Fri, 7 Aug 1998 16:51:10 +0000 (16:51 +0000)]
Add Hungarian defs
Submitted by: Gabor Zahemszky <zgabor@CoDe.hu>

26 years agoAdd dirs for Hungarian locale
Andrey A. Chernov [Fri, 7 Aug 1998 16:47:07 +0000 (16:47 +0000)]
Add dirs for Hungarian locale

26 years agofix 8bit clean issue
Andrey A. Chernov [Fri, 7 Aug 1998 16:21:09 +0000 (16:21 +0000)]
fix 8bit clean issue
PR: 7519

26 years agoSync with sys/i386/conf/files.i386 and majors.i386 revisions 1.200 and
KATO Takenori [Fri, 7 Aug 1998 11:52:19 +0000 (11:52 +0000)]
Sync with sys/i386/conf/files.i386 and majors.i386 revisions 1.200 and
1.44, respectively.

26 years agoSync with sys/i386/isa/syscons.c and syscons.h revisions 1.272 and
KATO Takenori [Fri, 7 Aug 1998 11:51:06 +0000 (11:51 +0000)]
Sync with sys/i386/isa/syscons.c and syscons.h revisions 1.272 and
1.39, respectively.

26 years agoSilence some warnings when building on the alpha.
Doug Rabson [Fri, 7 Aug 1998 09:39:11 +0000 (09:39 +0000)]
Silence some warnings when building on the alpha.

26 years agoThe etc-sendmail.cf target is in src/etc/sendmail/Makefile, not
John Birrell [Fri, 7 Aug 1998 08:24:07 +0000 (08:24 +0000)]
The etc-sendmail.cf target is in src/etc/sendmail/Makefile, not
src/etc/sendmail/cf/Makefile. This was an obstacle to 'make release'.

26 years agoRemove a stupid hack of mine which prevented PCI io memory access on the alpha.
Doug Rabson [Fri, 7 Aug 1998 08:20:36 +0000 (08:20 +0000)]
Remove a stupid hack of mine which prevented PCI io memory access on the alpha.

26 years agoAdd support for type1 pci configuration cycles for cia (not pyxis yet).
Doug Rabson [Fri, 7 Aug 1998 08:18:44 +0000 (08:18 +0000)]
Add support for type1 pci configuration cycles for cia (not pyxis yet).

Submitted by: Andrew Gallatin <gallatin@cs.duke.edu>

26 years agoAdd some more useful macros.
Doug Rabson [Fri, 7 Aug 1998 08:17:39 +0000 (08:17 +0000)]
Add some more useful macros.

Submitted by: Andrew Gallatin <gallatin@cs.duke.edu>

26 years agoUpdate so that it should build a working kernel for the platforms supported
Doug Rabson [Fri, 7 Aug 1998 08:16:31 +0000 (08:16 +0000)]
Update so that it should build a working kernel for the platforms supported
so far.

26 years agoTweaks to console support.
Doug Rabson [Fri, 7 Aug 1998 08:15:16 +0000 (08:15 +0000)]
Tweaks to console support.
Fixes for AS 600.

26 years agounifdef -UISO
Poul-Henning Kamp [Fri, 7 Aug 1998 06:36:53 +0000 (06:36 +0000)]
unifdef -UISO

Inspired by bdes comment to PR: 7419

26 years agoGames primes and factor don't understand hexadecimals.
Poul-Henning Kamp [Fri, 7 Aug 1998 06:32:45 +0000 (06:32 +0000)]
Games primes and factor don't understand hexadecimals.
This would make these `games' somewhat useful tools.

PR: 7402
Reviewed by: phk
Submitted by: Timo J. Rinne <tri@iki.fi>

26 years agoThis PR contains additional magic for file(1) describing
Poul-Henning Kamp [Fri, 7 Aug 1998 06:26:37 +0000 (06:26 +0000)]
This PR contains additional magic for file(1) describing
various adventure game data files.

from Allen Garvin <earendil@faeryland.tamu-commerce.edu>
Edited by Dave Chapeskie <dchapes@ddm.on.ca> Jun 28, 1998

PR: 7466
Reviewed by: phk
Submitted by: The Frobozz Magic Homing Pigeon Company

26 years agoNone of the header files for the packet capture library
Poul-Henning Kamp [Fri, 7 Aug 1998 06:20:58 +0000 (06:20 +0000)]
None of the header files for the packet capture library
are suitable to include in a C++ file.

PR: 7229
Reviewed by: phk
Submitted by: Craig Spannring <cts@internetcds.com>

26 years agoAdd snprintf.c to SRCS so that the function quad_to_string exists. The
John Birrell [Thu, 6 Aug 1998 23:01:49 +0000 (23:01 +0000)]
Add snprintf.c to SRCS so that the function quad_to_string exists. The
snprintf function itself is still #ifdef'd out by conf.h. This allows this
program to link when compiled without optimization. With optimization,
the call to quad_to_string gets removed by the compiler. Unfortunately
the linker still links in the quad_to_string function even though it
isn't called. 8-(

26 years agoFix LIBDIR (for aout/ELF).
Mark Murray [Thu, 6 Aug 1998 21:41:13 +0000 (21:41 +0000)]
Fix LIBDIR (for aout/ELF).

26 years agoDon't mess around in OBJDIR for includes, and remove some warnings.
Eivind Eklund [Thu, 6 Aug 1998 21:19:11 +0000 (21:19 +0000)]
Don't mess around in OBJDIR for includes, and remove some warnings.

26 years agoFix some things Simon had broken, basically making LINT compile again.
Eivind Eklund [Thu, 6 Aug 1998 20:57:33 +0000 (20:57 +0000)]
Fix some things Simon had broken, basically making LINT compile again.

Submitted by: Simon Shapiro <shimon@simon-shapiro.org>
Pointed out by: bde

26 years agoUpdate for Perl 5.005_01
Mark Murray [Thu, 6 Aug 1998 11:43:11 +0000 (11:43 +0000)]
Update for Perl 5.005_01

26 years agoFix some definitions.
Kazutaka YOKOTA [Thu, 6 Aug 1998 10:14:57 +0000 (10:14 +0000)]
Fix some definitions.
PR: conf/7497
Submitted by: Mas.TAKEMURA

26 years agoThe control code ^_ (0x1f) should really be called `us' rather than `ns'.
Kazutaka YOKOTA [Thu, 6 Aug 1998 10:00:32 +0000 (10:00 +0000)]
The control code ^_ (0x1f) should really be called `us' rather than `ns'.

26 years agoThe control code ^_ (0x1f) should really be called "us" rather than "ns".
Kazutaka YOKOTA [Thu, 6 Aug 1998 09:44:23 +0000 (09:44 +0000)]
The control code ^_ (0x1f) should really be called "us" rather than "ns".
In the mean time, accept both "us" and "ns" in the keymap file as ^_
for the compatibility with the existing keymap files.

26 years agoPort syscons to the alpha. The driver itself has moved to sys/isa as it will
Doug Rabson [Thu, 6 Aug 1998 09:15:54 +0000 (09:15 +0000)]
Port syscons to the alpha.  The driver itself has moved to sys/isa as it will
hopefully become a portable driver usable by all architectures.  The api
support files have had to be copied to sys/alpha/include since userland
programs expect to find them in <machine/*.h>.

All the revision history of the i386 syscons has been retained by a
repository copy.

26 years agoThe daemon, snake and star savers should refuse to load if the current
Kazutaka YOKOTA [Thu, 6 Aug 1998 09:14:26 +0000 (09:14 +0000)]
The daemon, snake and star savers should refuse to load if the current
video mode is the VESA mode, because they cannot work properly under the
VESA mode support as in the current form.

26 years agoSupport files for ISA bus.
Doug Rabson [Thu, 6 Aug 1998 08:49:09 +0000 (08:49 +0000)]
Support files for ISA bus.

26 years agoProtect all modifications to paging_in_progress with splvm(). The i386
Doug Rabson [Thu, 6 Aug 1998 08:33:19 +0000 (08:33 +0000)]
Protect all modifications to paging_in_progress with splvm().  The i386
managed to avoid corruption of this variable by luck (the compiler used a
memory read-modify-write instruction which wasn't interruptable) but other
architectures cannot.

With this change, I am now able to 'make buildworld' on the alpha (sfx: the
crowd goes wild...)

26 years agoCorrect the description of skeyaccess(). It determines whether Unix
John Polstra [Wed, 5 Aug 1998 23:42:10 +0000 (23:42 +0000)]
Correct the description of skeyaccess().  It determines whether Unix
passwords are permitted, not whether S/Key passwords are permitted.

This manual page could use a good going over.

26 years agoAdd Id keyword
Brian Somers [Wed, 5 Aug 1998 20:19:04 +0000 (20:19 +0000)]
Add Id keyword

26 years agoRemoved prototype for gone-away hzto().
Bruce Evans [Wed, 5 Aug 1998 18:18:06 +0000 (18:18 +0000)]
Removed prototype for gone-away hzto().

Fixed disorder and missing K&R support in prototypes for interrupt
functions.

26 years agoRemoved unused function hzto().
Bruce Evans [Wed, 5 Aug 1998 18:06:40 +0000 (18:06 +0000)]
Removed unused function hzto().

26 years agoConverted the last instance of hzto() to tvtohz().
Bruce Evans [Wed, 5 Aug 1998 16:59:20 +0000 (16:59 +0000)]
Converted the last instance of hzto() to tvtohz().

26 years agoConverted the second last instance of hzto() to tvtohz().
Bruce Evans [Wed, 5 Aug 1998 16:44:30 +0000 (16:44 +0000)]
Converted the second last instance of hzto() to tvtohz().

Fixed nearby bugs (in linux_alarm()):
- the itimer for the alarm was relative to the epoch instead of relative
  to the boot time.  This was harmless because the itimer's interval is 0.
- the seconds arg was not checked for validity before converting it to a
  possibly different value.
- printf format errors.

Improvements:
Don't use splclock().  splsoftclock() suffices.  Don't complicate things
by micro-optimizing interrupt latency.

Minor improvements:
Various micro-optimizations to exploit the specialness of the alarm itimer
and the value 0.

26 years agoMove assignment of cur_rlp to after the acquisition of the list lock.
David Greenman [Wed, 5 Aug 1998 14:06:04 +0000 (14:06 +0000)]
Move assignment of cur_rlp to after the acquisition of the list lock.
PR: 7496
Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>

26 years agoDon't open /dev/mem until we need it, most cases we don't.
Poul-Henning Kamp [Wed, 5 Aug 1998 13:54:07 +0000 (13:54 +0000)]
Don't open /dev/mem until we need it, most cases we don't.

26 years ago(1) Rename variable "USE_X11" to "USE_X_PREFIX" to make clearer what it
Satoshi Asami [Wed, 5 Aug 1998 09:29:13 +0000 (09:29 +0000)]
(1) Rename variable "USE_X11" to "USE_X_PREFIX" to make clearer what it
    means (change PREFIX to ${X11BASE}) and add a new variable USE_X11
    which means "this port requires the X window system (actually the
    library)".  USE_X_PREFIX implies USE_X11.  USE_X11 adds a
    LIB_DEPENDS to libX11 with the x11/XFree86 port.
Reviewed by: the ports list, hoek in particular

(2) Remove NO_CONFIGURE and NO_PATCH, which never meant anything.
    Yell if they are defined.
Reviewed by: the ports list

(3) Add new variable OSREL, which is automatically set to the
    numeric OS version (e.g., 2.2.1, 3.0).  It can be used to refer to
    files in gcc installations, for instance.

(4) Finally remove EXEC_DEPENDS hack after all these years.
Submitted by: hoek

(5) Put quotes around some echo ${*_DEPENDS} statements so they won't
    blow up when the variables include regular expressions like
    "qt\\.1\\.\\\(33\\\|40\\\):${PORTSDIR}/x11/qt140".

26 years agoDefine ss_size in struct sigaltstack as size_t instead of int.
Doug Rabson [Wed, 5 Aug 1998 09:04:36 +0000 (09:04 +0000)]
Define ss_size in struct sigaltstack as size_t instead of int.

26 years agoUse <signal.h> instead of <sys/signal.h>.
Doug Rabson [Wed, 5 Aug 1998 09:01:29 +0000 (09:01 +0000)]
Use <signal.h> instead of <sys/signal.h>.

26 years agoMove the include of <machine/ansi.h> to before <sys/signal.h>.
Doug Rabson [Wed, 5 Aug 1998 08:51:48 +0000 (08:51 +0000)]
Move the include of <machine/ansi.h> to before <sys/signal.h>.

26 years agoPR: 7488
Peter Hawkins [Wed, 5 Aug 1998 03:44:46 +0000 (03:44 +0000)]
PR: 7488
Submitted by: lhecking@nmrc.ucc.ie
merge from stable

26 years agoFind sendmail source under contrib now.
Chris Timmons [Wed, 5 Aug 1998 01:36:06 +0000 (01:36 +0000)]
Find sendmail source under contrib now.

26 years agoUpdate DPT driver from 1.4.3 to 1.4.5
Eivind Eklund [Wed, 5 Aug 1998 00:54:38 +0000 (00:54 +0000)]
Update DPT driver from 1.4.3 to 1.4.5

Submitted by: Simon Shapiro <shimon@simon-shapiro.org>

26 years agofix broken loopback code for ddp (again)
Julian Elischer [Tue, 4 Aug 1998 23:17:05 +0000 (23:17 +0000)]
fix broken loopback code for ddp (again)
Submitted by: Stefan Bethke <stb@hanse.de>

26 years ago- On second thought, attempt to get the read-only lock, but don't
Nate Williams [Tue, 4 Aug 1998 22:31:26 +0000 (22:31 +0000)]
- On second thought, attempt to get the read-only lock, but don't
  consider it a exit failure if it doesn't work.  This means that root
  processes can safely get the lock, but normal processes can still use
  the 'pw' utility to get information (which may change out from under
  them.)

26 years ago- Removed read-only lock from 'pw'. This removes portions of the FIX
Nate Williams [Tue, 4 Aug 1998 22:20:11 +0000 (22:20 +0000)]
- Removed read-only lock from 'pw'.  This removes portions of the FIX
  from PR/6787, but allow non-root users to use pw to get password
  information.  However, this should be safe since the fixes for
  disallowing multiple instances from modifying the DB are still intact.

Bug noted by:  dima@best.net (Dima Ruban)

26 years agodgm uses devices cuaM* and ttyM*
Brian Somers [Tue, 4 Aug 1998 21:45:20 +0000 (21:45 +0000)]
dgm uses devices cuaM* and ttyM*
Submitted by:   "IBS / Andre Oppermann" <andre@pipeline.ch>

26 years agoAdd driver dgm - for the Digiboard PC/Xem
Brian Somers [Tue, 4 Aug 1998 21:44:09 +0000 (21:44 +0000)]
Add driver dgm - for the Digiboard PC/Xem
Submitted by:   "IBS / Andre Oppermann" <andre@pipeline.ch>
DEVFS additions: brian

dgm gets major number 101.

26 years agoAdd driver dgm - for the Digiboard PC/Xem
Brian Somers [Tue, 4 Aug 1998 21:42:27 +0000 (21:42 +0000)]
Add driver dgm - for the Digiboard PC/Xem
Submitted by: "IBS / Andre Oppermann" <andre@pipeline.ch>
DEVFS additions: brian

26 years agoFully enable the optimization of not building dependencies unless NOCLEAN
Bruce Evans [Tue, 4 Aug 1998 17:13:38 +0000 (17:13 +0000)]
Fully enable the optimization of not building dependencies unless NOCLEAN
is set.  It was disabled in the -j case.  See rev.1.173.

26 years agoRemove old sendmail (to the Attic)
Peter Wemm [Tue, 4 Aug 1998 16:35:57 +0000 (16:35 +0000)]
Remove old sendmail (to the Attic)

26 years agoDescend into etc always; src/etc/sendmail/Makefile has make.conf hooks
Peter Wemm [Tue, 4 Aug 1998 16:00:47 +0000 (16:00 +0000)]
Descend into etc always; src/etc/sendmail/Makefile has make.conf hooks
for building and installing a local sendmail.cf..

I'm a little nervous about the implications of having an obj dir built
under etc (to get to the obj dir for sendmail), but the make rules appear
to DTRT.

26 years agoDescend into sendmail directory and update hooks for make release so that
Peter Wemm [Tue, 4 Aug 1998 15:54:27 +0000 (15:54 +0000)]
Descend into sendmail directory and update hooks for make release so that
it has a chance of working.

26 years agoBuilder for sendmail.cf's, in particular freebsd.cf.
Peter Wemm [Tue, 4 Aug 1998 15:53:18 +0000 (15:53 +0000)]
Builder for sendmail.cf's, in particular freebsd.cf.
This needs to be revisited - we need a simple way of building/installing
these at runtime from the installed system's /etc/mail directory.
freebsd.mc,v and freefall.mc,v have been repository copied here.

26 years agoBuild mail.local and smrsh (when building sendmail)
Peter Wemm [Tue, 4 Aug 1998 15:32:43 +0000 (15:32 +0000)]
Build mail.local and smrsh (when building sendmail)

26 years agoBuild sendmail-8.9.1 smrsh
Peter Wemm [Tue, 4 Aug 1998 15:31:31 +0000 (15:31 +0000)]
Build sendmail-8.9.1 smrsh

26 years agoUse sendmail-8.9.1 mail.local (with our changes). It has LMTP support.
Peter Wemm [Tue, 4 Aug 1998 15:30:17 +0000 (15:30 +0000)]
Use sendmail-8.9.1 mail.local (with our changes).  It has LMTP support.

26 years agoDescend into makemap/mailstats/praliases when building sendmail.
Peter Wemm [Tue, 4 Aug 1998 15:28:25 +0000 (15:28 +0000)]
Descend into makemap/mailstats/praliases when building sendmail.

26 years agoUse sendmail-8.9.1 makemap
Peter Wemm [Tue, 4 Aug 1998 15:27:40 +0000 (15:27 +0000)]
Use sendmail-8.9.1 makemap

26 years agoUse sendmail-8.9.1 praliases
Peter Wemm [Tue, 4 Aug 1998 15:26:57 +0000 (15:26 +0000)]
Use sendmail-8.9.1 praliases

26 years agoBuild sendmail-8.9.1 makemap.
Peter Wemm [Tue, 4 Aug 1998 15:25:32 +0000 (15:25 +0000)]
Build sendmail-8.9.1 makemap.

26 years agoConnect up sendmail-8.9.1
Peter Wemm [Tue, 4 Aug 1998 15:24:04 +0000 (15:24 +0000)]
Connect up sendmail-8.9.1

26 years agoUse sendmail-8.9.1 rmail (with our changes).
Peter Wemm [Tue, 4 Aug 1998 15:19:16 +0000 (15:19 +0000)]
Use sendmail-8.9.1 rmail (with our changes).