]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
25 years agoSilence warnings.
eivind [Tue, 12 Jan 1999 11:59:34 +0000 (11:59 +0000)]
Silence warnings.

25 years agoRemove declarations for undefined functions and a couple of unused
eivind [Tue, 12 Jan 1999 11:49:30 +0000 (11:49 +0000)]
Remove declarations for undefined functions and a couple of unused
enotsupp implementations.

25 years agoSilence warning about unused debug function. (I'll turn this function
eivind [Tue, 12 Jan 1999 11:42:41 +0000 (11:42 +0000)]
Silence warning about unused debug function.  (I'll turn this function
into a DDB command in my next staticization sweep).

25 years agoSilence warnings.
eivind [Tue, 12 Jan 1999 11:05:03 +0000 (11:05 +0000)]
Silence warnings.

Approved by: hm

25 years agoA couple more osf/1 compat tweaks.
dfr [Tue, 12 Jan 1999 10:54:14 +0000 (10:54 +0000)]
A couple more osf/1 compat tweaks.

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

25 years agoClean up warnings: get conditional compilation right so that a local
yokota [Tue, 12 Jan 1999 10:35:58 +0000 (10:35 +0000)]
Clean up warnings: get conditional compilation right so that a local
function won't be defined unless it is actually used.
Requested by: eivind

25 years agoClean up and fix quirk table (was missing necessary wildcards) and add a couple
mjacob [Tue, 12 Jan 1999 08:15:47 +0000 (08:15 +0000)]
Clean up and fix quirk table (was missing necessary wildcards) and add a couple
from the old driver. Change format of quirk table to have a preferred block
size for devices that need to be QUIRK_FIXED- this is loaded into the
last_media_blocksize tag at saregister time and will be used in the first
samount case.

Change sasetparams to take a sense_flags argument so that probe time testing
can be quieter (e.g. with SF_NO_PRINT).

Fix a couple of silly bugs in the fixed/variable determination in samount- one
was where there was a check against 'guessing' AND the density code being
default density- *SMACK* - you're only guessing if you find the media code
to be *other* than default density. Second bug was a test against current
blocksize being zero- should be a test against whether current blocksize
is not equal to the last blocksize if you had wanted to be fixed (suppose
you came up in fixed, but not the preferred size?). And if you don't
know what the fixed size should be, select 512 as the starting point,
not BLKDEV_IOSIZE (reality wins). Finally, in doing the test set to variable
mode, make sasetparams non-chatty.

25 years agoWhen doing a setuid script, the usual #!/usr/bin/perl detects it and execs
peter [Tue, 12 Jan 1999 07:57:01 +0000 (07:57 +0000)]
When doing a setuid script, the usual #!/usr/bin/perl detects it and execs
/usr/bin/sperl5.00502 to implement it, so that name had better exist..

Reviewed by: markm (a while ago)

25 years agoTeach mtree(8) to handle whitespace in filenames. Uses strvis(3).
jkoshy [Tue, 12 Jan 1999 02:58:23 +0000 (02:58 +0000)]
Teach mtree(8) to handle whitespace in filenames.  Uses strvis(3).

PR: bin/3246
Submitted by: Eugene M. Kim <astralblue@usa.net>
Reviewed by: jkoshy, wollman

25 years ago%b takes ints, not u_longs.
eivind [Tue, 12 Jan 1999 02:22:59 +0000 (02:22 +0000)]
%b takes ints, not u_longs.

25 years agoClean out warnings by changin ID string declarations to be char xxx[]
eivind [Tue, 12 Jan 1999 02:16:16 +0000 (02:16 +0000)]
Clean out warnings by changin ID string declarations to be char xxx[]
instead of char *xxx.

25 years agoSwitch type of vxintr instead of using the previous casts.
eivind [Tue, 12 Jan 1999 02:09:33 +0000 (02:09 +0000)]
Switch type of vxintr instead of using the previous casts.

Requested by: bde

25 years agoRemove 'pci_bridgeto' - it was just an empty placeholder.
eivind [Tue, 12 Jan 1999 01:44:42 +0000 (01:44 +0000)]
Remove 'pci_bridgeto' - it was just an empty placeholder.

25 years agoRemove unused variable.
eivind [Tue, 12 Jan 1999 01:42:43 +0000 (01:42 +0000)]
Remove unused variable.

25 years agoSilence warning by casting vxintr to correct type
eivind [Tue, 12 Jan 1999 01:42:01 +0000 (01:42 +0000)]
Silence warning by casting vxintr to correct type

25 years agoClean out warnings introduced in last commit.
eivind [Tue, 12 Jan 1999 01:36:46 +0000 (01:36 +0000)]
Clean out warnings introduced in last commit.

25 years agoTake cdev major # 114 for ugen
n_hibma [Tue, 12 Jan 1999 01:31:13 +0000 (01:31 +0000)]
Take cdev major # 114 for ugen

25 years agoMove a couple of functions to make __inline work. While I'm here,
eivind [Tue, 12 Jan 1999 01:29:45 +0000 (01:29 +0000)]
Move a couple of functions to make __inline work.  While I'm here,
split a couple of function declarations to make the style internally
consistent.

25 years agoAdd a prototype to silence warnings.
eivind [Tue, 12 Jan 1999 01:28:00 +0000 (01:28 +0000)]
Add a prototype to silence warnings.

25 years ago1) textual changes
n_hibma [Tue, 12 Jan 1999 01:21:15 +0000 (01:21 +0000)]
1) textual changes
2) bug fix in handling of select (or presumed bug)
3) trigger a mouse packet on the Z direction as well (but Z still not
   working)

25 years agoChanged DRIVER_MODULE to CDEV_DRIVER_MODULE
n_hibma [Tue, 12 Jan 1999 01:18:38 +0000 (01:18 +0000)]
Changed DRIVER_MODULE to CDEV_DRIVER_MODULE

25 years agoRemove/comment out unused functions.
eivind [Tue, 12 Jan 1999 01:17:01 +0000 (01:17 +0000)]
Remove/comment out unused functions.

25 years agoSilence warnings by cleaning up xxxintr types
eivind [Tue, 12 Jan 1999 01:04:38 +0000 (01:04 +0000)]
Silence warnings by cleaning up xxxintr types

25 years agoSilence warnings.
eivind [Tue, 12 Jan 1999 00:36:36 +0000 (00:36 +0000)]
Silence warnings.

25 years agoClean up warnings; a couple of these came because of genuine errors in
eivind [Tue, 12 Jan 1999 00:27:43 +0000 (00:27 +0000)]
Clean up warnings; a couple of these came because of genuine errors in
parameter passing (passing a pointer to u_short where a pointer to int
is expected), for which the bugs have been fixed.

25 years agoadd minimum2 entry
jkh [Tue, 12 Jan 1999 00:25:49 +0000 (00:25 +0000)]
add minimum2 entry

25 years agoSilence warnings.
eivind [Tue, 12 Jan 1999 00:19:33 +0000 (00:19 +0000)]
Silence warnings.

25 years agoSilence warnings by removing unused convenience function and
eivind [Tue, 12 Jan 1999 00:17:53 +0000 (00:17 +0000)]
Silence warnings by removing unused convenience function and
globalizing debugging functions.

25 years agoFixed minor style bugs in previous commit.
bde [Mon, 11 Jan 1999 23:43:54 +0000 (23:43 +0000)]
Fixed minor style bugs in previous commit.

25 years agoUpdated for not-so-new version of Cyclom-Y PCI boards (with a custom
bde [Mon, 11 Jan 1999 23:35:01 +0000 (23:35 +0000)]
Updated for not-so-new version of Cyclom-Y PCI boards (with a custom
register for the PLX id).  Merge the vendor's modification of the 2.2.*
release version into -current for reference.  Will be cleaned up in next
commit.

Obtained from: ftp://ftp.cyclades.com/pub/cyclades/cyclom-y/freebsd/3.0/cyy30.tar.gz

25 years agoAvoid warning for unused variable.
eivind [Mon, 11 Jan 1999 23:32:35 +0000 (23:32 +0000)]
Avoid warning for unused variable.

25 years agoremove some unused variables
julian [Mon, 11 Jan 1999 22:49:16 +0000 (22:49 +0000)]
remove some unused variables

25 years agoAdd support for the Cyrix Cx5530 PCI/ISA bridge which also includes
julian [Mon, 11 Jan 1999 22:14:23 +0000 (22:14 +0000)]
Add support for the Cyrix Cx5530 PCI/ISA bridge which also includes
a PCI UDMA IDE controller.

25 years agoFix missing \n in boot printfs. Add more mode detection if bootverbose.
nsouch [Mon, 11 Jan 1999 21:22:41 +0000 (21:22 +0000)]
Fix missing \n in boot printfs. Add more mode detection if bootverbose.

25 years agoNew device descriptions added
n_hibma [Mon, 11 Jan 1999 20:00:50 +0000 (20:00 +0000)]
New device descriptions added

25 years agoUpdate to match rev. 1.28 of msdosfs_lookup.c.
dt [Mon, 11 Jan 1999 18:35:14 +0000 (18:35 +0000)]
Update to match rev. 1.28 of msdosfs_lookup.c.

25 years agoMake HP T4000S quirk to FIXED mode
mjacob [Mon, 11 Jan 1999 18:26:25 +0000 (18:26 +0000)]
Make HP T4000S quirk to FIXED mode

25 years agoBack out 1.146 - usbd is already enabled.
msmith [Mon, 11 Jan 1999 18:03:54 +0000 (18:03 +0000)]
Back out 1.146 - usbd is already enabled.

25 years agoAdd 'static' to the declaration, too.
eivind [Mon, 11 Jan 1999 17:45:22 +0000 (17:45 +0000)]
Add 'static' to the declaration, too.

25 years agoSLOW_VGA -> VGA_SLOW_IOACCESS here, too.
eivind [Mon, 11 Jan 1999 17:44:06 +0000 (17:44 +0000)]
SLOW_VGA -> VGA_SLOW_IOACCESS here, too.

25 years agoUpdate the pointer into the bitmap correctly. The previous code
yokota [Mon, 11 Jan 1999 17:32:22 +0000 (17:32 +0000)]
Update the pointer into the bitmap correctly.  The previous code
had the pointer off by 4 bytes if the width of the bitmap is
a multiple of four.

25 years agocorrected disorder, override of user and group defaults and group
hm [Mon, 11 Jan 1999 16:13:16 +0000 (16:13 +0000)]
corrected disorder, override of user and group defaults and group
permissions for /etc/isdn (suggested by Bruce Evans).

25 years agoFix an NFS-related installation problem.
jdp [Mon, 11 Jan 1999 16:08:02 +0000 (16:08 +0000)]
Fix an NFS-related installation problem.

Submitted by: asami

25 years agoDoh... han an occurance of MX that should have been PN (forgot to
wpaul [Mon, 11 Jan 1999 15:38:25 +0000 (15:38 +0000)]
Doh... han an occurance of MX that should have been PN (forgot to
change it when I turn a copy of mx.4 into pn.4).

Pointed out by: Jason Wright <jason@thought.net>

25 years agoRemove the example for setting KERNFORMAT=elf; it is the default already.
peter [Mon, 11 Jan 1999 15:06:57 +0000 (15:06 +0000)]
Remove the example for setting KERNFORMAT=elf; it is the default already.

25 years agoCorrect some formatting errors (one is a groff bug)
brian [Mon, 11 Jan 1999 15:05:39 +0000 (15:05 +0000)]
Correct some formatting errors (one is a groff bug)
Noted & partially submitted by: Peter Jeremy <peter.jeremy@auss2.alcatel.com.au>
PR: 9432

25 years ago(1) Add ONLY_FOR_ARCHS and NOT_FOR_ARCHS. They are list of architecture names
asami [Mon, 11 Jan 1999 13:04:18 +0000 (13:04 +0000)]
(1) Add ONLY_FOR_ARCHS and NOT_FOR_ARCHS.  They are list of architecture names
    (as given by "uname -m") by which you can specify which
    architectures the port is appropriate for.
Idea borrowed from: NetBSD, OpenBSD
Reviewed by: simokawa

(2) New variable PERL_ARCH (value: ${ARCH}-freebsd) that is also
    passed to ${PLIST_SUB}.  Use it to simplify PLISTs.
Submitted by: simokawa

(3) Check OSVERSION as well as existence of /usr/bin/perl5 before
    assuming USE_PERL5 is to be a no-op.  Basically to allow building
    of 2.2-INDEX on a 3.0 machine.

(4) Change USE_QT definition to use new shlib version (2) and
    directory (qt142).

(5) Uncomment temporary Motif dependency for parallel package
    building.  We still need to figure out a way to install the pkg
    database files, but it's a start.

(6) Move EXTRACT_SUFX up into the pre.mk area so it can be used in
    exists() tests.

(7) Add MASTER_SITE_COMP_SOURCES.  Note that this is defined like
    "/pub/usenet/comp.sources.%SUBDIR%/" so you can specify something
    like "SUBDIR=x/volume18" to select the newsgroup as well as
    subdirectory name.
Submitted by: "distfiles" fenner

(8) Other misc. master site cleanup.
Submitted by: "distfiles" fenner

(9) New target "maintainer".  I intend to use it to auto-mail failure
    build failure notices to the maintainer.

25 years agoMerge recent changes from doc/handbook/porting.sgml and www/en/ports/categories.
asami [Mon, 11 Jan 1999 12:45:18 +0000 (12:45 +0000)]
Merge recent changes from doc/handbook/porting.sgml and www/en/ports/categories.

25 years agoDrop boot.help support.
rnordier [Mon, 11 Jan 1999 11:36:03 +0000 (11:36 +0000)]
Drop boot.help support.

25 years agooptreset is a POSIX extension, make it visible in POSIX_SOURCE scope.
msmith [Mon, 11 Jan 1999 11:32:35 +0000 (11:32 +0000)]
optreset is a POSIX extension, make it visible in POSIX_SOURCE scope.
Submitted by:  Andrzej Bialecki <abial@nask.pl>

25 years agoAdd a missing bzero which could be the source of instability
luigi [Mon, 11 Jan 1999 11:08:07 +0000 (11:08 +0000)]
Add a missing bzero which could be the source of instability
problems reported recently (the rtentry pointer in the dummynet
queue was not initialized in all cases, resulting in spurious
rt_refcnt decreases in the lucky cases, and memory trashing in
other cases.

25 years agoMove nologin from /etc to /var/run. This means one less file that has
asami [Mon, 11 Jan 1999 09:07:42 +0000 (09:07 +0000)]
Move nologin from /etc to /var/run.  This means one less file that has
to be written to /etc.

The only essential change is in paths.h, so any third-party software
written correctly will pick it up in the next rebuild.

Reviewed by: the committers list (actually an old version)

25 years agoAdd notes about the new console system and a pointer to the changes
imp [Mon, 11 Jan 1999 09:07:18 +0000 (09:07 +0000)]
Add notes about the new console system and a pointer to the changes
required by it.

Submitted by: Kazutaka YOKOTA (with minor edits by me)

25 years agoAdd usbd to the build
msmith [Mon, 11 Jan 1999 08:06:04 +0000 (08:06 +0000)]
Add usbd to the build

25 years ago No builtin command resets getopt before using it, causing
msmith [Mon, 11 Jan 1999 06:41:32 +0000 (06:41 +0000)]
No builtin command resets getopt before using it, causing
problems in case a wrong option was given previously, and no option
is given to the next command.

PR: kern/9371
Submitted by: "Daniel C. Sobral" <dcs@newsguy.com>

25 years ago POSIX introduced optreset to deal with multiple invocations
msmith [Mon, 11 Jan 1999 06:01:29 +0000 (06:01 +0000)]
POSIX introduced optreset to deal with multiple invocations
of getopt (as in, multiple input lines :). This is documented in the
man page and is used in the code, but unistd.h and stand.h do not
declare it. Incidentally, it prevents me fixing a bug in loader's
code... :-)

PR: misc/9373
Submitted by: "Daniel C. Sobral" <dcs@newsguy.com>

25 years agoPreserve the previous loader as loader.old.
msmith [Mon, 11 Jan 1999 05:52:28 +0000 (05:52 +0000)]
Preserve the previous loader as loader.old.

Note no matching commit for the Alpha, as the alpha boot0 stage does
not have the ability to prompt for user input.

PR: kern/9406
Submitted by:  "Daniel C. Sobral" <dcs@newsguy.com>

25 years agoFix linux sendmsg() emulation
msmith [Mon, 11 Jan 1999 05:28:44 +0000 (05:28 +0000)]
Fix linux sendmsg() emulation

Submitted by: Brian Feldman <green@unixhelp.org>

25 years agoImplement the -l commandline option which turns off broadcast of
steve [Mon, 11 Jan 1999 05:27:37 +0000 (05:27 +0000)]
Implement the -l commandline option which turns off broadcast of
information, but still allows you to monitor other machines.

PR: 9301
Submitted by: Matthew Fuller <fullermd@futuresouth.com>

25 years agoDon't refer to i386/isa/kbdio.h anymore. Use dev/kbd/atkbdcreg.h instead.
yokota [Mon, 11 Jan 1999 03:50:01 +0000 (03:50 +0000)]
Don't refer to i386/isa/kbdio.h anymore.  Use dev/kbd/atkbdcreg.h instead.

25 years agoAdd splash screen module. This version has rather limited
yokota [Mon, 11 Jan 1999 03:34:56 +0000 (03:34 +0000)]
Add splash screen module.  This version has rather limited
capabilities, but should be a good start... Well, sort of.

It can handle W*ndows 256 color BMP file.  (Other color depth probably
won't work.) The size of the image must be 320x200 or less.  *sigh*

25 years agoThe first stage of console driver reorganization: activate new
yokota [Mon, 11 Jan 1999 03:20:32 +0000 (03:20 +0000)]
The first stage of console driver reorganization: activate new
keyboard and video card drivers.

25 years agoThe first stage of console driver reorganization: activate new
yokota [Mon, 11 Jan 1999 03:18:56 +0000 (03:18 +0000)]
The first stage of console driver reorganization: activate new
keyboard and video card drivers.

Because of the changes, you are required to update your kernel
configuration file now!

The files in sys/dev/syscons are still i386-specific (but less so than
before), and won't compile for alpha and PC98 yet.

syscons still directly accesses the video card registers here and
there; this will be rectified in the later stages.

25 years agoOops, I committed wrong version of these files in the last commit!
yokota [Mon, 11 Jan 1999 03:06:28 +0000 (03:06 +0000)]
Oops, I committed wrong version of these files in the last commit!
Here are the correct, and up-top-date ones.

25 years agoTry some new floppy sizes.
jkh [Mon, 11 Jan 1999 00:54:00 +0000 (00:54 +0000)]
Try some new floppy sizes.

25 years agoAdded file handling to ulpt (USB printer) driver
n_hibma [Mon, 11 Jan 1999 00:03:59 +0000 (00:03 +0000)]
Added file handling to ulpt (USB printer) driver

25 years agoFix a minor security problem in libc_r.
imp [Mon, 11 Jan 1999 00:02:37 +0000 (00:02 +0000)]
Fix a minor security problem in libc_r.

Submitted by: Alexandre Snarskii <snar@paranoia.ru>
Approved by: John Birrell
Reminded me that I'd been sitting on this too long: snar@paranoia.ru

25 years agoUse truncate() instead of otruncate() - step on the way to stopping
eivind [Sun, 10 Jan 1999 23:15:35 +0000 (23:15 +0000)]
Use truncate() instead of otruncate() - step on the way to stopping
the linulator from depending on COMPAT_43.

25 years agoAdded starting of usbd
n_hibma [Sun, 10 Jan 1999 22:06:22 +0000 (22:06 +0000)]
Added starting of usbd

25 years agoRemove warning
n_hibma [Sun, 10 Jan 1999 22:04:05 +0000 (22:04 +0000)]
Remove warning

25 years agoAdded usbd and usbdevs
n_hibma [Sun, 10 Jan 1999 21:57:55 +0000 (21:57 +0000)]
Added usbd and usbdevs

25 years agoNo longer install obsolete boot.help file.
rnordier [Sun, 10 Jan 1999 21:31:37 +0000 (21:31 +0000)]
No longer install obsolete boot.help file.

25 years agoNo longer install outdated boot.help file.
rnordier [Sun, 10 Jan 1999 21:08:26 +0000 (21:08 +0000)]
No longer install outdated boot.help file.

25 years agoDisable kzipping the loader; it seems to be breaking the aout-to-elf build
msmith [Sun, 10 Jan 1999 20:20:27 +0000 (20:20 +0000)]
Disable kzipping the loader; it seems to be breaking the aout-to-elf build

25 years agoAdd vpo.4 to the list of manpages to build and install.
steve [Sun, 10 Jan 1999 19:26:27 +0000 (19:26 +0000)]
Add vpo.4 to the list of manpages to build and install.

PR: 9427
Submitted by: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>

25 years agoTweak the vr_start() and vr_rxeof() routines a little to improve
wpaul [Sun, 10 Jan 1999 18:51:49 +0000 (18:51 +0000)]
Tweak the vr_start() and vr_rxeof() routines a little to improve
performance and reliability a little. There was a condition before
where transmission would stall during periods of heavy traffic
exchange between two hosts. Also set the 'want interrupt' bit in
receive descriptor control words.

25 years agoSync with NetBSD sources. Almost there. Mostly style fixes.
n_hibma [Sun, 10 Jan 1999 18:42:54 +0000 (18:42 +0000)]
Sync with NetBSD sources. Almost there. Mostly style fixes.

25 years agoRemove warning
n_hibma [Sun, 10 Jan 1999 18:31:22 +0000 (18:31 +0000)]
Remove warning

25 years agoRemove redundant line of code.
steve [Sun, 10 Jan 1999 18:22:23 +0000 (18:22 +0000)]
Remove redundant line of code.

PR: 9364
Submitted by: Daniel C. Sobral <dcs@newsguy.com>

25 years agoForgotten options needed to build last ppbus commit.
nsouch [Sun, 10 Jan 1999 17:41:33 +0000 (17:41 +0000)]
Forgotten options needed to build last ppbus commit.

Submitted by: "D. Rock" <rock@wurzelausix.CS.Uni-SB.DE>

25 years agoRemove check from where arp replies are coming from -- when doing bridging,
luigi [Sun, 10 Jan 1999 17:40:10 +0000 (17:40 +0000)]
Remove check from where arp replies are coming from -- when doing bridging,
interfaces are used in clusters so the check does not apply.

25 years agoTypo: /etc/ppp/ppp.conf.example -> ppp.conf.sample
sada [Sun, 10 Jan 1999 17:23:10 +0000 (17:23 +0000)]
Typo: /etc/ppp/ppp.conf.example -> ppp.conf.sample
Submitted by: Sugiura Shiro <ssugiura@duo.co.jp>

25 years agoFrom the submitter:
dfr [Sun, 10 Jan 1999 17:22:49 +0000 (17:22 +0000)]
From the submitter:

I found the reason why f77 so offen dies on alpha. Here is a fix.
"Const" is a union of int and double.
If nelt->constblock.Const.ci > 0 then it trys to evaluate it as double
and floating point exception occurs.

Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
Obtained from: NetBSD

25 years agoFix broken low level ppb_rxxx() return type: char becomes u_char.
nsouch [Sun, 10 Jan 1999 16:41:14 +0000 (16:41 +0000)]
Fix broken low level ppb_rxxx() return type: char becomes u_char.

Submitted by: Bruce Evans <bde@zeta.org.au>

Some ppb bootup printfs simplified.

25 years agoFix the annoying bug introduced in rev 1.18 that caused each line to be
peter [Sun, 10 Jan 1999 15:28:37 +0000 (15:28 +0000)]
Fix the annoying bug introduced in rev 1.18 that caused each line to be
one character shorter than the previous in a stairstep fashion when long
idle times were involved.

A couple of nits:
- spelling/typo fix.
- some of the easier style(9) fixes where it was bothering me.
- Handle 100+ days idle time (ha!).  Probably the right thing to do is
  to do a snprintf into a buffer and strlen the result rather than doing
  hackery on magic numbers.

XXX the wide (and mostly unused) username and tty columns annoy me since
it it could be used for more useful information for the command. We should
actually count the largest username and tty and adjust like 'ls -l' does.

25 years agoUse etc/make.conf settings for serial port and speed.
rnordier [Sun, 10 Jan 1999 14:48:05 +0000 (14:48 +0000)]
Use etc/make.conf settings for serial port and speed.

Submitted by: rvb
Reviewed by: bde

25 years agoadd directory /etc/isdn and populate it
hm [Sun, 10 Jan 1999 14:30:53 +0000 (14:30 +0000)]
add directory /etc/isdn and populate it

25 years agoDamn, I thought I had committed this already, but it seems not.
peter [Sun, 10 Jan 1999 13:29:52 +0000 (13:29 +0000)]
Damn, I thought I had committed this already, but it seems not.

Move the relocated boot1 and arg transfer space from 0x600/0x800 to
0x700/0x900.  In theory this should make no difference, apart from the fact
that Buslogic controllers happen to use a few bytes at 0x600 for some sort
of scratch space for it's int 0x13 hook (!!!), causing the machine to crash
badly when the boot2 code makes it's callbacks into boot1 for disk IO.

Submitted by: Robert Nordier <rnordier@freebsd.org>

25 years agoWhen resuming with 2 identical cards in 2 slots, the initialisation
guido [Sun, 10 Jan 1999 13:00:09 +0000 (13:00 +0000)]
When resuming with 2 identical cards in 2 slots, the initialisation
of the second card fails. This fixes that.

25 years agoAdd hooks for the Iprobe kernel profiler.
dfr [Sun, 10 Jan 1999 12:35:39 +0000 (12:35 +0000)]
Add hooks for the Iprobe kernel profiler.

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

25 years agoMajor ppbus commit with:
nsouch [Sun, 10 Jan 1999 12:04:56 +0000 (12:04 +0000)]
Major ppbus commit with:

+ ECP parallel port chipset FIFO detection
+ DMA+FIFO parallel I/O handled as chipset specific
+ nlpt updated in order to use the above enhanced parallel I/O.
  Use 'lptcontrol -e' to use enhanced I/O
+ Various options documented in LINT
+ Full IEEE1284 NIBBLE and BYTE modes support. See ppbus(4) for
  an overview of the IEEE1284 standard
+ Detection of PnP parallel devices at boot
+ Read capability added to nlpt driver to get IEEE1284 compliant
  printer status with a simple 'cat /dev/lpt0'
+ IEEE1284 peripheral emulation added to BYTE mode. Two computers
  may dialog according to IEEE1284 signaling method.
  See PERIPH_1284 option and /sys/dev/ppbus/ppi.c

All this code is supposed to provide basic functions for IEEE1284 programming.
ppi.c and nlpt.c may act as examples.

25 years agoFix typo: "login failures" -> "login failure"
danny [Sun, 10 Jan 1999 11:18:59 +0000 (11:18 +0000)]
Fix typo: "login failures" -> "login failure"
PR: 9424
Submitted by: Lars K*ller <root@cc.fh-lippe.de>

25 years agoSuggested by bde@freebsd.org- memcpy not necessarily good to use. D'oh- not in
mjacob [Sun, 10 Jan 1999 11:15:23 +0000 (11:15 +0000)]
Suggested by bde@freebsd.org- memcpy not necessarily good to use. D'oh- not in
the BSD DKI. Stop being lazy and finish the defines so MEMCPY becomes bzero
for FreeBSD.

25 years agoMerge changes from vendor branch (1.1.1 -> 1.1.3) into mainline.
peter [Sun, 10 Jan 1999 09:53:51 +0000 (09:53 +0000)]
Merge changes from vendor branch (1.1.1 -> 1.1.3) into mainline.

25 years agoThis commit was generated by cvs2svn to compensate for changes in r42468,
peter [Sun, 10 Jan 1999 09:47:00 +0000 (09:47 +0000)]
This commit was generated by cvs2svn to compensate for changes in r42468,
which included commits to RCS files with non-trunk default branches.

25 years agoImport zlib 1.1.3 onto the vendor branch.
peter [Sun, 10 Jan 1999 09:47:00 +0000 (09:47 +0000)]
Import zlib 1.1.3 onto the vendor branch.

Obtained from: ftp.cdrom.com:/pub/infozip/zlib

25 years agoBack out last change to sysctl.
phk [Sun, 10 Jan 1999 07:45:33 +0000 (07:45 +0000)]
Back out last change to sysctl.

It was nay'ed before committing on the grounds that this is not
the way to do it, and has been decided as such several times in
the past.

There is not point in loading gobs of ascii into the kernel when
the only use of that ascii is presentation to the user.

Next thing we'd be adding all section 4 man pages to the loaded
kernel as well.

The argument about KLD's is bogus, klds can store a file in
/usr/share/doc/sysctl/dev/foo/thisvar.txt with a description and
sysctl or other facilities can pick it up there.

Proper documentation will take several K worth of text for many
sysctl variables, we don't want that in the kernel under any
circumstances.

I will welcome any well thought out attempt at improving the
situation wrt. sysctl documentation, but this wasn't it.

25 years agoAdd kernel support for sysctl descriptions. The NO_SYSCTL_DESCRIPTIONS option
des [Sun, 10 Jan 1999 05:33:43 +0000 (05:33 +0000)]
Add kernel support for sysctl descriptions. The NO_SYSCTL_DESCRIPTIONS option
disables them if they're not wanted; in that case, sysctl_sysctl_descr will
always return an empty string.

Apporved by: jkh

25 years agoEnable escapes for $ to make it possible to insert variable names into
msmith [Sun, 10 Jan 1999 05:08:12 +0000 (05:08 +0000)]
Enable escapes for $ to make it possible to insert variable names into
other variable values.

25 years agoFix typo: if_name -> ifr_name
danny [Sun, 10 Jan 1999 04:59:59 +0000 (04:59 +0000)]
Fix typo: if_name -> ifr_name
Submitted by: Casper <casper@acc.am>