]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
29 years agoPick a more sensible default for # of ptys, add comment that this can
Jordan K. Hubbard [Sun, 12 Feb 1995 09:29:59 +0000 (09:29 +0000)]
Pick a more sensible default for # of ptys, add comment that this can
go as high as 64 now.

29 years agoCarefully choose the low limit for number of buffers to acheive the best
David Greenman [Sun, 12 Feb 1995 09:21:04 +0000 (09:21 +0000)]
Carefully choose the low limit for number of buffers to acheive the best
performance on small memory machines.

29 years agoCarefully choose the value for vm_object_cache_max. The previous calculation
David Greenman [Sun, 12 Feb 1995 09:19:44 +0000 (09:19 +0000)]
Carefully choose the value for vm_object_cache_max. The previous calculation
was rather bogus in most cases; the new value works very well for both
large and small memory machines.

29 years agoFixed a bogus comment and made a stylistic change (testl instead of orl
David Greenman [Sun, 12 Feb 1995 09:13:27 +0000 (09:13 +0000)]
Fixed a bogus comment and made a stylistic change (testl instead of orl
to test for zero).

29 years agoMinor code improvement to uiomove()
David Greenman [Sun, 12 Feb 1995 09:11:47 +0000 (09:11 +0000)]
Minor code improvement to uiomove()

29 years agoRename the local variable used by various macros outside the user's
Jordan K. Hubbard [Sun, 12 Feb 1995 08:31:31 +0000 (08:31 +0000)]
Rename the local variable used by various macros outside the user's
namespace.
Reported-By: "Philippe Charnier" <charnier@lirmm.fr>
29 years agoWalnut Creek's local hacks to this code. Bob says he'll clean them up
Jordan K. Hubbard [Sun, 12 Feb 1995 08:16:50 +0000 (08:16 +0000)]
Walnut Creek's local hacks to this code.  Bob says he'll clean them up
RSN and send them back to Eric.

29 years agoChanges to make it compile under FreeBSD.
Jordan K. Hubbard [Sun, 12 Feb 1995 08:06:09 +0000 (08:06 +0000)]
Changes to make it compile under FreeBSD.

29 years agoOriginal virgin sources for version 1.2 of mkisofs, by Eric Youngdale of
Jordan K. Hubbard [Sun, 12 Feb 1995 08:00:42 +0000 (08:00 +0000)]
Original virgin sources for version 1.2 of mkisofs, by Eric Youngdale of
Yggdrasil Computing Inc.  This is a useful concession to us CDROM mastering
weenies out here.
Obtained from: Yggdrasil Computing, Inc.

29 years agoFix broken makefile.
Poul-Henning Kamp [Sun, 12 Feb 1995 02:35:35 +0000 (02:35 +0000)]
Fix broken makefile.

29 years agoUpdated this to be more FreeBSD-like; there was a lot of bipartisan cruft
Jordan K. Hubbard [Sun, 12 Feb 1995 01:51:34 +0000 (01:51 +0000)]
Updated this to be more FreeBSD-like; there was a lot of bipartisan cruft
in here that just made it a heck of a lot more confusing to maintain.
Somebody like Joerg can reality-check this at some point, when they have more
time.  For now, it works.

29 years agoBuild kpasswd from normal passwd sources now
Andrey A. Chernov [Sat, 11 Feb 1995 18:25:38 +0000 (18:25 +0000)]
Build kpasswd from normal passwd sources now
Submitted by: mark@grondar.za

29 years agoMerge with eBones stuff
Andrey A. Chernov [Sat, 11 Feb 1995 18:20:06 +0000 (18:20 +0000)]
Merge with eBones stuff
Submitted by: mark@grondar.za

29 years agoShut up cap_mkdb warnings on pcvt* entries
Andrey A. Chernov [Sat, 11 Feb 1995 15:16:11 +0000 (15:16 +0000)]
Shut up cap_mkdb warnings on pcvt* entries

29 years agoRemove the evil I perpetrated on this file in the name of the Cyclades driver,
Jordan K. Hubbard [Sat, 11 Feb 1995 05:54:04 +0000 (05:54 +0000)]
Remove the evil I perpetrated on this file in the name of the Cyclades driver,
now we're back to the old way.  By way of amends, I cleaned up all the
casting evils and generally neated this file up as much as possible.  It
still, however, needs to die.

29 years agoRemove dead sound blaster driver entry.
Jordan K. Hubbard [Sat, 11 Feb 1995 05:43:44 +0000 (05:43 +0000)]
Remove dead sound blaster driver entry.

29 years ago/var/games -> games dist.
Poul-Henning Kamp [Sat, 11 Feb 1995 05:35:37 +0000 (05:35 +0000)]
/var/games -> games dist.

29 years agoMake sure that info files never hit the "bin" dist.
Poul-Henning Kamp [Sat, 11 Feb 1995 05:28:31 +0000 (05:28 +0000)]
Make sure that info files never hit the "bin" dist.

29 years agoIntels App Note AP-485 applied.
Poul-Henning Kamp [Sat, 11 Feb 1995 04:21:24 +0000 (04:21 +0000)]
Intels App Note AP-485 applied.
We will now tell a good deal more about the CPU if Intel made it.

What is a i486DX2 Write-Back Enhanced CPU ?

29 years agoWire the page table before doing the vm_fault(). Fixes a panic that
David Greenman [Fri, 10 Feb 1995 22:36:11 +0000 (22:36 +0000)]
Wire the page table before doing the vm_fault(). Fixes a panic that
happens when using gdb.

Submitted by: John Dyson

29 years agoFix a little typo. Change the "race record" to a "trace record" :-).
Andreas Schulz [Fri, 10 Feb 1995 22:07:42 +0000 (22:07 +0000)]
Fix a little typo. Change the "race record" to a "trace record" :-).

29 years agoAdded FIFO restore capability.
Martin Renters [Fri, 10 Feb 1995 21:57:02 +0000 (21:57 +0000)]
Added FIFO restore capability.

29 years agoAdd chowns for pty's, ttyv's and ttyd's. Correct the chown for lptctl's.
Bruce Evans [Fri, 10 Feb 1995 20:08:25 +0000 (20:08 +0000)]
Add chowns for pty's, ttyv's and ttyd's.  Correct the chown for lptctl's.
The group was wrong if MAKEDEV was run in a directory with group other
than wheel.  This may have messed up the group in recent SNAPs
(sysinstall/obj should have group bin).

Reset the umask to 77 after running MAKEDEV.local.  Some cases depend on
the 77 default.  MAKEDEV.local and all cases should probably set the
umask explictly and not depend on a default.  Most cases already set it.

29 years agoUse the correct block number for updating the backup copy of the FAT when
Bruce Evans [Fri, 10 Feb 1995 18:39:45 +0000 (18:39 +0000)]
Use the correct block number for updating the backup copy of the FAT when
deleting a file.  Deleting a large file used to scramble the backup copy.

29 years agoBlock interrupts in more places and warn about the NCR exception handler
Stefan Eßer [Fri, 10 Feb 1995 13:24:52 +0000 (13:24 +0000)]
Block interrupts in more places and warn about the NCR exception handler
being called at inappropriate times (should never happen !).

Reviewed by: se
Submitted by: wolf@kintaro.cologne.de (Wolfgang Stanglmeier)

29 years agoChanged extended memory test so that it's non-destructive and not a
David Greenman [Fri, 10 Feb 1995 07:44:03 +0000 (07:44 +0000)]
Changed extended memory test so that it's non-destructive and not a
complete test (it never was "complete", which is why it was bogus). Now
only a single longword is checked in each page.

29 years agoLink to /sys in extract.
Jordan K. Hubbard [Fri, 10 Feb 1995 07:22:39 +0000 (07:22 +0000)]
Link to /sys in extract.

29 years agoRemoved obsolete and unused vmtime() function.
David Greenman [Fri, 10 Feb 1995 07:17:46 +0000 (07:17 +0000)]
Removed obsolete and unused vmtime() function.

29 years agoFix a small punctuation typo I just noticed.
Jordan K. Hubbard [Fri, 10 Feb 1995 06:52:16 +0000 (06:52 +0000)]
Fix a small punctuation typo I just noticed.

29 years agoRemoved unnecessary check for pr_scale in the AST/OWEUPC case.
David Greenman [Fri, 10 Feb 1995 06:43:47 +0000 (06:43 +0000)]
Removed unnecessary check for pr_scale in the AST/OWEUPC case.

29 years agoCheck P_PROFIL flag for profiling rather than pr_scale as it makes more
David Greenman [Fri, 10 Feb 1995 06:25:14 +0000 (06:25 +0000)]
Check P_PROFIL flag for profiling rather than pr_scale as it makes more
sense.

29 years agoTurn on "Capture Effect" avoidence. This modifies the collision algorithm
David Greenman [Fri, 10 Feb 1995 06:06:42 +0000 (06:06 +0000)]
Turn on "Capture Effect" avoidence. This modifies the collision algorithm
so that the interface won't have the effect of blocking other senders
during bulk transfers (i.e. hogging the ethernet). It improves performance
in all of my tests by reducing collisions and I believe it to be a Good
Thing.

29 years agoA better fix for the newfs floppy problem
Poul-Henning Kamp [Fri, 10 Feb 1995 06:04:58 +0000 (06:04 +0000)]
A better fix for the newfs floppy problem

29 years agoMerge in some cosmetic changes - clean the two kernel images we depend
Jordan K. Hubbard [Fri, 10 Feb 1995 05:51:01 +0000 (05:51 +0000)]
Merge in some cosmetic changes - clean the two kernel images we depend
on when a `make clean' is done - prevents a Feb 2nd BOOTFLP kernel going
onto a Feb 10th boot.flp, as now almost happened.. :-)

29 years agoDelete a redundant line - "options TUN" and Add explanation for
Atsushi Murai [Fri, 10 Feb 1995 05:42:24 +0000 (05:42 +0000)]
Delete a redundant line - "options TUN" and Add explanation for
"pseudo-device tun" as same as other device.

29 years agoA bit of unexpected fallout from the newfs change.
Poul-Henning Kamp [Fri, 10 Feb 1995 05:41:10 +0000 (05:41 +0000)]
A bit of unexpected fallout from the newfs change.
newfs'ing a floppy fails now, unless we tell it geometry.  I thought at
disktype would take precedence.

29 years agoClean up some details, to make it clear to gcc that we do not try to do
Poul-Henning Kamp [Fri, 10 Feb 1995 05:25:00 +0000 (05:25 +0000)]
Clean up some details, to make it clear to gcc that we do not try to do
something stupid.

29 years agoOn second thought, only do extract if select returns success.
Jordan K. Hubbard [Fri, 10 Feb 1995 05:05:41 +0000 (05:05 +0000)]
On second thought, only do extract if select returns success.

29 years agoClean up some of the english, make things more explanatory.
Jordan K. Hubbard [Fri, 10 Feb 1995 05:02:33 +0000 (05:02 +0000)]
Clean up some of the english, make things more explanatory.

29 years agoEliminate gratuitous select step.
Jordan K. Hubbard [Fri, 10 Feb 1995 04:53:01 +0000 (04:53 +0000)]
Eliminate gratuitous select step.

29 years agomtree * MD5 = better security
Garrett Wollman [Fri, 10 Feb 1995 03:12:42 +0000 (03:12 +0000)]
mtree * MD5 = better security

Idea from: Dr. John T. Wroclawski

29 years agoPrepare for 950210-SNAP
Jordan K. Hubbard [Fri, 10 Feb 1995 01:13:27 +0000 (01:13 +0000)]
Prepare for 950210-SNAP

29 years agoImplement TCP MIB variables.
Garrett Wollman [Thu, 9 Feb 1995 23:16:17 +0000 (23:16 +0000)]
Implement TCP MIB variables.

29 years agoMerge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> and
Garrett Wollman [Thu, 9 Feb 1995 23:13:27 +0000 (23:13 +0000)]
Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> and
Bob Braden <braden@isi.edu>.

NB: This has not had David's TCP ACK hack re-integrated.  It is not clear
what the correct solution to this problem is, if any.  If a better solution
doesn't pop up in response to this message, I'll put David's code back in
(or he's welcome to do so himself).

29 years agoTry to detect overlapping PCI memory assignment.
Stefan Eßer [Thu, 9 Feb 1995 20:20:33 +0000 (20:20 +0000)]
Try to detect overlapping PCI memory assignment.
(This can only happen with devices that are mapped
by the BIOS.)

Reviewed by: se
Submitted by: wolf (Wolfgang Stanglmeier)

29 years agoInitialisation of interrupt masks changed.
Stefan Eßer [Thu, 9 Feb 1995 20:16:19 +0000 (20:16 +0000)]
Initialisation of interrupt masks changed.

Reviewed by: se
Submitted by: wolf (Wolfgang Stanglmeier)

29 years agoDon't allow the alternate superblock block number for one file system
Bruce Evans [Thu, 9 Feb 1995 15:58:31 +0000 (15:58 +0000)]
Don't allow the alternate superblock block number for one file system
to apply to others (except when it is given on the command line).

29 years agoAdd ctm and sgsc. ctm is has proved useful and sgsc seems to have been
Bruce Evans [Thu, 9 Feb 1995 15:36:08 +0000 (15:36 +0000)]
Add ctm and sgsc.  ctm is has proved useful and sgsc seems to have been
forgotten.

29 years agoKilled MACHVMCOMPAT function prototypes as the functions don't exist.
David Greenman [Thu, 9 Feb 1995 14:16:07 +0000 (14:16 +0000)]
Killed MACHVMCOMPAT function prototypes as the functions don't exist.

29 years agoKilled MACHVMCOMPAT code. It doesn't compile, and in its present state
David Greenman [Thu, 9 Feb 1995 14:14:13 +0000 (14:14 +0000)]
Killed MACHVMCOMPAT code. It doesn't compile, and in its present state
would require some work to make it not a serious security problem. It's
non-standard and not very useful anyway.

29 years agoClean up after Jordan's commit: add d_read_t and d_write_t types for
David Greenman [Thu, 9 Feb 1995 13:51:25 +0000 (13:51 +0000)]
Clean up after Jordan's commit: add d_read_t and d_write_t types for
compatibility with the screwy conf.c macros.

29 years agoOk..at least this man page is up to date now
Ugen J.S. Antsilevich [Thu, 9 Feb 1995 13:13:18 +0000 (13:13 +0000)]
Ok..at least this man page is up to date now
To be continued..

29 years agoChange my email address.
L Jonas Olsson [Thu, 9 Feb 1995 12:49:41 +0000 (12:49 +0000)]
Change my email address.

29 years agoAdd L Jonas Olsson <ljo@amcell2.caisr.cwru.edu>
Jordan K. Hubbard [Thu, 9 Feb 1995 12:45:42 +0000 (12:45 +0000)]
Add L Jonas Olsson <ljo@amcell2.caisr.cwru.edu>

29 years agoThe whole NEW_CONF_C_SYNTAX was bogus; David's right, it can't be
Jordan K. Hubbard [Thu, 9 Feb 1995 11:59:40 +0000 (11:59 +0000)]
The whole NEW_CONF_C_SYNTAX was bogus; David's right, it can't be
optional at all.  Make it non-optional.
Submitted by: davidg

29 years agoRemove duplicate functions.
Jordan K. Hubbard [Thu, 9 Feb 1995 11:30:07 +0000 (11:30 +0000)]
Remove duplicate functions.
Submitted by: gj

29 years agoAdd PPP to the generic kernel. Now that Poul has made us all this space,
Jordan K. Hubbard [Thu, 9 Feb 1995 11:21:07 +0000 (11:21 +0000)]
Add PPP to the generic kernel.  Now that Poul has made us all this space,
maybe I can get us back into the slip/ppp game without having to tell users
to reconfigure their kernels all the time! :)

29 years agoFixes for chpass.
Jordan K. Hubbard [Thu, 9 Feb 1995 11:14:39 +0000 (11:14 +0000)]
Fixes for chpass.
Submitted by: Heikki Suonsivu <hsu@cs.hut.fi>

29 years agoExport ttnread().
Jordan K. Hubbard [Thu, 9 Feb 1995 11:14:19 +0000 (11:14 +0000)]
Export ttnread().
Submitted by: Heikki Suonsivu <hsu@cs.hut.fi>

29 years ago>32 PTY support
Jordan K. Hubbard [Thu, 9 Feb 1995 11:13:30 +0000 (11:13 +0000)]
>32 PTY support
Submitted by: Heikki Suonsivu <hsu@cs.hut.fi>

29 years agoSome scary macros from Heikki Suonsivu <hsu@cs.hut.fi>. Actually, they
Jordan K. Hubbard [Thu, 9 Feb 1995 11:13:09 +0000 (11:13 +0000)]
Some scary macros from Heikki Suonsivu <hsu@cs.hut.fi>.  Actually, they
make cdev entries look almost readable.  If his stuff works for most of
the entries in here, it might be worth it to refit them all.

29 years agoUpdate some folks who were inadequately credited. Still at least 2 more
Jordan K. Hubbard [Thu, 9 Feb 1995 11:11:39 +0000 (11:11 +0000)]
Update some folks who were inadequately credited.  Still at least 2 more
passes thru this file required.

29 years agoSupport for >32 PTYs.
Jordan K. Hubbard [Thu, 9 Feb 1995 11:11:01 +0000 (11:11 +0000)]
Support for >32 PTYs.
Submitted by: Heikki Suonsivu <hsu@cs.hut.fi>

29 years agoDevice entries for >32 PTYs.
Jordan K. Hubbard [Thu, 9 Feb 1995 11:10:02 +0000 (11:10 +0000)]
Device entries for >32 PTYs.
Submitted by: Heikki Suonsivu <hsu@cs.hut.fi>

29 years agoEliminate a duplicate line.
Jordan K. Hubbard [Thu, 9 Feb 1995 11:09:41 +0000 (11:09 +0000)]
Eliminate a duplicate line.
Submitted by: Heikki Suonsivu <hsu@cs.hut.fi>

29 years agoAdd the Cyclades serial driver code (ALPHA) from Andrew Werple and
Jordan K. Hubbard [Thu, 9 Feb 1995 09:47:31 +0000 (09:47 +0000)]
Add the Cyclades serial driver code (ALPHA) from Andrew Werple and
adapted to FreeBSD by Heikki Suonsivu <hsu@cs.hut.fi>.
Submitted by: Andrew Werple <andrew@werple.apana.org.au> and
Heikki Suonsivu <hsu@cs.hut.fi>
Obtained from: NetBSD

29 years agoAndreas Schulz asks:
Jordan K. Hubbard [Thu, 9 Feb 1995 08:36:23 +0000 (08:36 +0000)]
Andreas Schulz asks:
I have seen two strange things in it :-).
The first: in CLEANFILES is CPIO3 referenced, that leads to the
deletion of half of the scripts that are in the source. Intended ?
Second: The comment above the CPIO3= line says that bininst must be
the last on the floppy, but setup follows it now ?
And I reply:
This was all wrong!  Fixed!  Thanks!
Submitted by: ats

29 years agoInstall the header files.
Jordan K. Hubbard [Thu, 9 Feb 1995 08:00:20 +0000 (08:00 +0000)]
Install the header files.

29 years agoMinor algorithmic adjustments that reduce the CPU consumption of the
David Greenman [Thu, 9 Feb 1995 07:41:42 +0000 (07:41 +0000)]
Minor algorithmic adjustments that reduce the CPU consumption of the
pagedaemon in half while not reducing its effectiveness.

Submitted by: me & John

29 years agoFixed another TTCP ifdef problem...there isn't any tcp_sysctl field in
David Greenman [Thu, 9 Feb 1995 00:56:09 +0000 (00:56 +0000)]
Fixed another TTCP ifdef problem...there isn't any tcp_sysctl field in
!TTCP.

29 years agoFix/#ifdef prototype for tcp_mss...apparantly overlooked by Garrett.
David Greenman [Thu, 9 Feb 1995 00:49:20 +0000 (00:49 +0000)]
Fix/#ifdef prototype for tcp_mss...apparantly overlooked by Garrett.

29 years agoAdd y.tab.h to CLEANFILES.
Jordan K. Hubbard [Thu, 9 Feb 1995 00:24:00 +0000 (00:24 +0000)]
Add y.tab.h to CLEANFILES.

29 years agoDisable bogus attempt to switch from the TS_ISOPEN state to the
Bruce Evans [Wed, 8 Feb 1995 22:02:02 +0000 (22:02 +0000)]
Disable bogus attempt to switch from the TS_ISOPEN state to the
TS_WOPEN state when CLOCAL is toggled from on to off while there
is no carrier.  There is no way back, and with sio there is no way
forward either (TS_ISOPEN will never be set again for the current
open).  This bug was observed in 1.1 and was fixed in 1.1.5.

29 years agoRewrite the netisr dispatcher.
Bruce Evans [Wed, 8 Feb 1995 21:46:44 +0000 (21:46 +0000)]
Rewrite the netisr dispatcher.

Rename `_dummynetisr' to `dummynetisr' so that it doesn't show up in
profiling (with gprof -u).

Clean up.

29 years agoMore complete implementation of SUBDIR for programs, libraries and kmods.
Bruce Evans [Wed, 8 Feb 1995 21:35:31 +0000 (21:35 +0000)]
More complete implementation of SUBDIR for programs, libraries and kmods.
`depend' wasn't supported.  This seems to have only broken `make depend'
in gnu/usr.bin/ld.

bsd.prog.mk:
Build the man pages in ${MANDEPEND} at build time.

29 years agoCLEANFILES was missing most of the source links.
Bruce Evans [Wed, 8 Feb 1995 21:27:09 +0000 (21:27 +0000)]
CLEANFILES was missing most of the source links.

29 years agoCLEANFILES was missing a few files.
Bruce Evans [Wed, 8 Feb 1995 21:11:39 +0000 (21:11 +0000)]
CLEANFILES was missing a few files.

29 years agoAdd libpcap. I don't know what it is doing in the tree, but it has
Bruce Evans [Wed, 8 Feb 1995 20:46:53 +0000 (20:46 +0000)]
Add libpcap.  I don't know what it is doing in the tree, but it has
settled for too long.  Compiling it gives 142 lines of compiler
warnings.  Perhaps the dirt will be fixed if it is visible.

29 years agoT/TCP changes to generic IP code. This is all ifdefed TTCP so should
Garrett Wollman [Wed, 8 Feb 1995 20:22:09 +0000 (20:22 +0000)]
T/TCP changes to generic IP code.  This is all ifdefed TTCP so should
have no effect on most users for now.  (Eventually, once this code is
fully tested, the ifdefs will go away.)

29 years agoMerge in T/TCP TCP header file changes.
Garrett Wollman [Wed, 8 Feb 1995 20:18:48 +0000 (20:18 +0000)]
Merge in T/TCP TCP header file changes.

29 years agoQuiet `make -s'.
Bruce Evans [Wed, 8 Feb 1995 20:12:08 +0000 (20:12 +0000)]
Quiet `make -s'.

29 years agoDefine RTF_PINNED for future use.
Garrett Wollman [Wed, 8 Feb 1995 20:01:13 +0000 (20:01 +0000)]
Define RTF_PINNED for future use.

29 years agoRestore the field widths that were clobbered by the previous commit so that
Bruce Evans [Wed, 8 Feb 1995 18:42:58 +0000 (18:42 +0000)]
Restore the field widths that were clobbered by the previous commit so that
the columns in ioconf.c line up if there are no long names.

29 years agoDefine CLK_TCK right.
Bruce Evans [Wed, 8 Feb 1995 18:37:14 +0000 (18:37 +0000)]
Define CLK_TCK right.

29 years agoAdd two parts of Mark's/Gary's dlopen() changes that I missed before.
Jordan K. Hubbard [Wed, 8 Feb 1995 17:56:27 +0000 (17:56 +0000)]
Add two parts of Mark's/Gary's dlopen() changes that I missed before.

29 years agoSmall NIS fixes:
Bill Paul [Wed, 8 Feb 1995 16:42:12 +0000 (16:42 +0000)]
Small NIS fixes:

1) ypserv is started with nis_serverflags, not yppasswddflags (that's what
   I get for cutting & pasting without paying attention).

2) ypbind can also be started with arguments, so turn nis_client to
   nis_clientflags.

29 years agoVarious documentation changes.
Jordan K. Hubbard [Wed, 8 Feb 1995 10:54:30 +0000 (10:54 +0000)]
Various documentation changes.
Submitted by: Mark Murray <mark@grondar.za>

29 years agoFixed usage() (cosmetic changes. "(string)" looks much better
Dima Ruban [Wed, 8 Feb 1995 01:07:16 +0000 (01:07 +0000)]
Fixed usage() (cosmetic changes. "(string)" looks much better
than "(string" :-)

29 years agoSubmitted by: Michael Reiffenberger ?
Andreas Schulz [Tue, 7 Feb 1995 20:52:35 +0000 (20:52 +0000)]
Submitted by: Michael Reiffenberger ?
Changed the yppaswddd to a yppaswdd :-).

29 years agoRemove a possible loophole - previously the code wouldn't pass packets destined
Gary Palmer [Tue, 7 Feb 1995 20:30:42 +0000 (20:30 +0000)]
Remove a possible loophole - previously the code wouldn't pass packets destined
to the loopback address to the packet filter.

Reviewed by: "Ugen J.S.Antsilevich" <ugen@netvision.net.il>

29 years agoHurm... I could have sworn I added usr.sbin to the top level GNU
Bill Paul [Tue, 7 Feb 1995 19:10:39 +0000 (19:10 +0000)]
Hurm... I could have sworn I added usr.sbin to the top level GNU
Makefile. Apparently I was mistaken. *groan*

29 years agoCorrect fix for merge conflicts: RTM_VERSION is always 5. Header files
Garrett Wollman [Tue, 7 Feb 1995 19:05:12 +0000 (19:05 +0000)]
Correct fix for merge conflicts: RTM_VERSION is always 5.  Header files
included by user code must never depend on kernel compile options.

29 years agoSupport for more Sun compatible dlopen() and friends. Also added proper error
Jordan K. Hubbard [Tue, 7 Feb 1995 13:33:42 +0000 (13:33 +0000)]
Support for more Sun compatible dlopen() and friends.  Also added proper error
handling.
Reviewed by: gj
Submitted by: Mark Diekhans <markd@grizzly.com>

29 years agoSupport for more Sun compatible dlopen() and friends. Also added proper error
Jordan K. Hubbard [Tue, 7 Feb 1995 13:27:29 +0000 (13:27 +0000)]
Support for more Sun compatible dlopen() and friends.  Also added proper error
handling.
Reviewed by:    gj
Submitted by:   Mark Diekhans <markd@grizzly.com>

29 years agoSupport for more Sun compatible dlopen() and friends. Also added proper error
Jordan K. Hubbard [Tue, 7 Feb 1995 13:26:39 +0000 (13:26 +0000)]
Support for more Sun compatible dlopen() and friends.  Also added proper error
handling.
Reviewed by: gj
Submitted by: Mark Diekhans <markd@grizzly.com>

29 years agoVideo Spigot entries.
Jordan K. Hubbard [Tue, 7 Feb 1995 12:07:18 +0000 (12:07 +0000)]
Video Spigot entries.
Submitted by: Jim Lowe <james@blatz.cs.uwm.edu>

29 years agoAdded new choises of cursors.
Søren Schmidt [Tue, 7 Feb 1995 11:56:21 +0000 (11:56 +0000)]
Added new choises of cursors.

29 years agoFixed the bug that caused the cursor to disappear under
Søren Schmidt [Tue, 7 Feb 1995 11:53:27 +0000 (11:53 +0000)]
Fixed the bug that caused the cursor to disappear under
boot with -c option

29 years agoFixed unresolved CVS conflict on RTM_VERSION.
David Greenman [Tue, 7 Feb 1995 06:19:56 +0000 (06:19 +0000)]
Fixed unresolved CVS conflict on RTM_VERSION.

29 years agoBacked out Keith Bostic's getcwd/$PWD hack. It is causing things to break
David Greenman [Tue, 7 Feb 1995 05:52:57 +0000 (05:52 +0000)]
Backed out Keith Bostic's getcwd/$PWD hack. It is causing things to break
all over the place.