]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoFixed missing installation of a link to getlogin_r.3. This is the first
Bruce Evans [Thu, 23 Dec 1999 16:12:24 +0000 (16:12 +0000)]
Fixed missing installation of a link to getlogin_r.3.  This is the first
example of section 2 and section 3 interfaces sharing a man page.  It's
probably a bad example.

24 years agoFixed missing declaration of getlogin_r(3).
Bruce Evans [Thu, 23 Dec 1999 16:06:12 +0000 (16:06 +0000)]
Fixed missing declaration of getlogin_r(3).

24 years agoFixed missing installation of a link to rand_r.3.
Bruce Evans [Thu, 23 Dec 1999 16:00:50 +0000 (16:00 +0000)]
Fixed missing installation of a link to rand_r.3.

24 years agoFixed missing declaration of rand_r(3).
Bruce Evans [Thu, 23 Dec 1999 15:58:20 +0000 (15:58 +0000)]
Fixed missing declaration of rand_r(3).

24 years agoFixed missing declaration of getdents(2).
Bruce Evans [Thu, 23 Dec 1999 15:52:13 +0000 (15:52 +0000)]
Fixed missing declaration of getdents(2).

24 years agoUpdate the unclean flag for mount -u. I forgot to handle this case
Bruce Evans [Thu, 23 Dec 1999 15:42:14 +0000 (15:42 +0000)]
Update the unclean flag for mount -u.  I forgot to handle this case
when I made the absence of the clean flag sticky in rev.1.88.  This
was a problem main for "mount /".  There is no way to mount "/" for
writing without using mount -u (normally implicitly), so after
"mount -f /" of an unclean filesystem, the absence of the clean flag
was sticky forever.

24 years agoFix the fixfsfile() so that it works for both block and character devices
Peter Wemm [Thu, 23 Dec 1999 14:44:36 +0000 (14:44 +0000)]
Fix the fixfsfile() so that it works for both block and character devices
as root.  This could fix the "filesystem still dirty after fsck" problem.

Submitted by:   bde

24 years agoDefine genassym related macros in a seperate include file to prevent
Marcel Moolenaar [Thu, 23 Dec 1999 14:06:58 +0000 (14:06 +0000)]
Define genassym related macros in a seperate include file to prevent
each and every xxx_genassym.c file to seperately define these and
also to promote uniformity and a level of abstraction.

Symbols are created as unsigned long by default and overridable on
a per file basis.

24 years agoDescent into sub-makes with a fixed PATH. The PATH does not contain
Marcel Moolenaar [Thu, 23 Dec 1999 13:53:44 +0000 (13:53 +0000)]
Descent into sub-makes with a fixed PATH. The PATH does not contain
/usr/games on purpose. All tools in /usr/games are built as part of
the tool stages to support building world on machines without games.

This fixes any build problems that have been caused by non-standard
paths and also removes the primary objection for not using absolute
paths.

24 years agoRevert previous commit, and
Marcel Moolenaar [Thu, 23 Dec 1999 11:25:34 +0000 (11:25 +0000)]
Revert previous commit, and

o  Add genassym to the list of cross-tools
o  Remove sh hashing work-around, we don't need it anymore
o  Clean more directories in WORLDTMP when NOCLEAN is specified

The sh hashing work-around is not needed anymore, because we don't
trigger the bug anymore.

When NOCLEAN is not defined, we wipe out the complete WORLDTMP,
including the object directories of the tools we have built. When
NOCLEAN is defined, we remove anything that we install anyway, which
is usr/bin, usr/games, usr/include, usr/lib and usr/sbin.

24 years agoEnable genassym.
Marcel Moolenaar [Thu, 23 Dec 1999 11:10:23 +0000 (11:10 +0000)]
Enable genassym.

24 years agoNew command for creating assembler symbols from C.
Marcel Moolenaar [Thu, 23 Dec 1999 11:07:45 +0000 (11:07 +0000)]
New command for creating assembler symbols from C.

24 years agoconfigSamba is gone, and is not coming back.
Daniel C. Sobral [Thu, 23 Dec 1999 10:16:46 +0000 (10:16 +0000)]
configSamba is gone, and is not coming back.

24 years agoDuh! Also remove inter.phone from the makefile.
Poul-Henning Kamp [Thu, 23 Dec 1999 09:28:49 +0000 (09:28 +0000)]
Duh! Also remove inter.phone from the makefile.

24 years agoRemove this file for the same reasons as for na.phone: There are
Poul-Henning Kamp [Thu, 23 Dec 1999 08:52:59 +0000 (08:52 +0000)]
Remove this file for the same reasons as for na.phone:  There are
better and more comprehensive and reliable sources for such
information in the global village.

24 years agoFix minor typo in comments about WaveLAN/IEEE driver: 802.1 -> 802.11
Bill Paul [Thu, 23 Dec 1999 05:32:53 +0000 (05:32 +0000)]
Fix minor typo in comments about WaveLAN/IEEE driver: 802.1 -> 802.11

24 years agoClose PR #15422; fix loader.conf to reflect new driver support (old
Bill Paul [Thu, 23 Dec 1999 05:28:31 +0000 (05:28 +0000)]
Close PR #15422; fix loader.conf to reflect new driver support (old
tulip clone NICs merged into if_dc driver).

PR: conf/15422

24 years agoFix one bug and make one minor enhancement:
Bill Paul [Thu, 23 Dec 1999 05:18:58 +0000 (05:18 +0000)]
Fix one bug and make one minor enhancement:

- In uhci_intr() check to see if sc->sc_bus.bdev is NULL, and if it is,
  ack any pending interrupts and disable them, then return. It is possible
  for interrupts to be delivered the moment a handler is set up at attach
  time in uhci_pci.c, particularly when attempting to kldload the usb.ko
  module after the system is already up. However the driver isn't ready
  to field interrupts at that time and certain pointers in the softc
  struct aren't initialized yet, and we invariably end up falling off
  the end of one of them. The effect is that kldloading the usb module
  will panic the system in uhci_intr(). This added sanity check stops
  this from happening: I can now kldload the usb.ko module without any
  problems and load/attach other USB drivers after it.

  Of course the uhci driver has no detach method, but that's another
  problem.

- In uhci_run(), set the UHCI_CMD_MAXP bit in the command register to
  allow 64-byte packets to be used for full speed bandwidth reclamation.
  Certain high speed devices (in this case the ADMtek USB ethernet
  adapter) require this bit to be set, otherwise babble errors occur
  at the end of large (between 1100 and 1500 byte) transfers. This
  should not affect other devices, although supposedly it is less efficient
  than the 32-byte setting. Unfortunately, this is a per-bus setting,
  not a per-device setting, so we can't just enable it for certain
  devices on the USB bus.

24 years agoAdd dialing code for Limassol, Cyprus.
Greg Lehey [Thu, 23 Dec 1999 00:37:47 +0000 (00:37 +0000)]
Add dialing code for Limassol, Cyprus.

24 years agoUpdate area codes for Australia.
Greg Lehey [Thu, 23 Dec 1999 00:31:04 +0000 (00:31 +0000)]
Update area codes for Australia.
Update some area codes for Malaysia.  The list is still woefully incomplete.

24 years agoDon't munge ``set dial|login|logout|hangup'' arguments before
Brian Somers [Wed, 22 Dec 1999 21:48:12 +0000 (21:48 +0000)]
Don't munge ``set dial|login|logout|hangup'' arguments before
ExpandString() has a chance to do its own substitutions.

24 years agolt_LN->la_LN
Andrey A. Chernov [Wed, 22 Dec 1999 20:52:54 +0000 (20:52 +0000)]
lt_LN->la_LN

24 years agoAdd ${WORLDTMP}/sbin to ${STRICTTMPPATH} - sysctl not found otherwise
Andrey A. Chernov [Wed, 22 Dec 1999 20:27:45 +0000 (20:27 +0000)]
Add ${WORLDTMP}/sbin to ${STRICTTMPPATH} - sysctl not found otherwise

24 years agoRIP xntpd.
Mark Murray [Wed, 22 Dec 1999 19:15:02 +0000 (19:15 +0000)]
RIP xntpd.

24 years agoIPSEC support in the kernel.
Yoshinobu Inoue [Wed, 22 Dec 1999 19:13:38 +0000 (19:13 +0000)]
IPSEC support in the kernel.
pr_input() routines prototype is also changed to support IPSEC and IPV6
chained protocol headers.

Reviewed by: freebsd-arch, cvs-committers
Obtained from: KAME project

24 years agoJust on the off-chance that somebody might use libdisk in a totally
Poul-Henning Kamp [Wed, 22 Dec 1999 19:06:29 +0000 (19:06 +0000)]
Just on the off-chance that somebody might use libdisk in a totally
lobotomized environment, say booted from a floppy with no /etc full
of password and group files, give sensible fallbacks for roots uid
and operators gid.

This might fix sysinstall.

24 years agoDon't barf on the releasename symlink in the ftp area on make rerelease.
Poul-Henning Kamp [Wed, 22 Dec 1999 18:56:14 +0000 (18:56 +0000)]
Don't barf on the releasename symlink in the ftp area on make rerelease.

24 years agoDocument the current behaviour with respect to the handling of errno.
Sheldon Hearn [Wed, 22 Dec 1999 17:04:46 +0000 (17:04 +0000)]
Document the current behaviour with respect to the handling of errno.

Approved by: phk

24 years agoAdd the "3 syncs" fortune Jordan has been posting in Usenet years ago.
Joerg Wunsch [Wed, 22 Dec 1999 16:32:28 +0000 (16:32 +0000)]
Add the "3 syncs" fortune Jordan has been posting in Usenet years ago.

Found by: Thomas Gellekum <tg@melaten.rwth-aachen.de>

24 years agoBye bye xntpd.
Ollivier Robert [Wed, 22 Dec 1999 15:24:45 +0000 (15:24 +0000)]
Bye bye xntpd.

24 years agoSay goodbye to some crufty old fortran code.
Kris Kennaway [Wed, 22 Dec 1999 14:30:42 +0000 (14:30 +0000)]
Say goodbye to some crufty old fortran code.

Reviewed by: current

24 years agoAargh, the $FreeBSD$ check caused an inconsistent commit by rejecting
Bruce Evans [Wed, 22 Dec 1999 13:49:14 +0000 (13:49 +0000)]
Aargh, the $FreeBSD$ check caused an inconsistent commit by rejecting
this makefile update which should have been together with the file
removal.

Removed vlimit.3 and vtimes.3.  Removed vlimit.c and vtimes.c from
the "MISSING" list.  These were old variants of get/setrlimit() and
getrusage(), respectively, and were never implemented in FreeBSD.
vlimit.3 referred to <sys/vlimit.h> which was removed recently.
vtimes.3 referred to <sys/vtimes.h> which never existed in FreeBSD.

24 years agoRemoved vlimit.3 and vtimes.3. Removed vlimit.c and vtimes.c from
Bruce Evans [Wed, 22 Dec 1999 12:24:25 +0000 (12:24 +0000)]
Removed vlimit.3 and vtimes.3.  Removed vlimit.c and vtimes.c from
the "MISSING" list.  These were old variants of get/setrlimit() and
getrusage(), respectively, and were never implemented in FreeBSD.
vlimit.3 referred to <sys/vlimit.h> which was removed recently.
vtimes.3 referred to <sys/vtimes.h> which never existed in FreeBSD.

24 years agosn driver is no longer using isa_compat layer
Warner Losh [Wed, 22 Dec 1999 09:40:35 +0000 (09:40 +0000)]
sn driver is no longer using isa_compat layer

24 years agoDon't compile mktime, it is already present elsewhere.
Ollivier Robert [Wed, 22 Dec 1999 09:36:41 +0000 (09:36 +0000)]
Don't compile mktime, it is already present elsewhere.

Submitted by: bde

24 years agoNew files in sn driver.
Warner Losh [Wed, 22 Dec 1999 09:30:51 +0000 (09:30 +0000)]
New files in sn driver.

24 years agoNewbusify the driver.
Warner Losh [Wed, 22 Dec 1999 08:44:13 +0000 (08:44 +0000)]
Newbusify the driver.

Add support, kinda, for megaheartz xjack nic cards.  This support
works well for one machine per ethernet segment because it hard codes
the MAC address.  The pccardd in -current doesn't have support to
parse the ethernet address from the CIS in the funky way that the
megaheartz card does things (it includes it in the info tuple, as
ascii, which is non-standard).  I'd rather kludge this for the moment
and work to read the CIS from the kernel rather than mess with
pccardd.

The isa attachment is untested.  The pccard attachment is known to
work since I'm committing over it.

Card Obtained from: Chris D. Faulhaber <jedger@fxp.org>

24 years agoTurn on the `sym' driver by default. It lives well beside the `ncr' driver
David E. O'Brien [Wed, 22 Dec 1999 05:52:04 +0000 (05:52 +0000)]
Turn on the `sym' driver by default.  It lives well beside the `ncr' driver
now.  On one machine with <825a> and <875> controllers, `sym' correctly
attached.  On another one with only a <ncr 53c810 fast10 scsi>, the `ncr'
driver correctly attached.

24 years agoFix cut-n-paste braino.
David E. O'Brien [Wed, 22 Dec 1999 05:34:56 +0000 (05:34 +0000)]
Fix cut-n-paste braino.

24 years agoReduce the FreeBSD custom hacks to gcc.c by using the GCC provided methods
David E. O'Brien [Wed, 22 Dec 1999 05:00:28 +0000 (05:00 +0000)]
Reduce the FreeBSD custom hacks to gcc.c by using the GCC provided methods
of changing the search dirs.  This also removes an used search dir,
removes unneeded redundancy, and a bugus dir we enherited on the i386
by baseing off of svr4.h.

We went from:
install: /usr/libexec/(null)
programs: /usr/libexec/<OBJFORMAT>/:/usr/libexec/:/usr/bin/:/usr/libexec/
libraries: /usr/libdata/gcc/:/usr/libexec/:/usr/ccs/lib/:/usr/lib/

to:
install: /usr/libexec/(null)
programs: /usr/libexec/<OBJFORMAT>/:/usr/libexec/
libraries: /usr/libexec/:/usr/lib/

24 years agoPrettyness police: Identify flags in b_xflags with BX_ to distinguish
Kirk McKusick [Wed, 22 Dec 1999 03:11:04 +0000 (03:11 +0000)]
Prettyness police: Identify flags in b_xflags with BX_ to distinguish
them from flags in b_flags which are prefixed with B_

24 years agoAnother style nit.
David E. O'Brien [Wed, 22 Dec 1999 02:16:21 +0000 (02:16 +0000)]
Another style nit.

24 years ago* Support a non-default sized `long' data type. This allows one to easily
David E. O'Brien [Wed, 22 Dec 1999 02:03:28 +0000 (02:03 +0000)]
* Support a non-default sized `long' data type.  This allows one to easily
  build the compiler with a 64-bit longs on the i386.
* Comment an important dependancy.
* Fix some style nits

Submitted by: bde

24 years ago* Remove debugging cruft that accidently got committed.
David E. O'Brien [Wed, 22 Dec 1999 01:56:57 +0000 (01:56 +0000)]
* Remove debugging cruft that accidently got committed.
* Support mixed OBJDIR handling such .a's are properly found with a mix of
  obj subdirs both w/in and outside the source tree works.  Requested by BDE.

24 years agoFix the brain-o which prevented the Custom installation item from
Jordan K. Hubbard [Wed, 22 Dec 1999 01:44:57 +0000 (01:44 +0000)]
Fix the brain-o which prevented the Custom installation item from
working.  It was, as I predicted, a stupid bug and thanks to the
submitter for spotting it.  I'll also re-roll some 3.4-RELEASE install
floppies for this.

24 years agoMention the hostname variable in /etc/rc.conf since that is the most
John Baldwin [Wed, 22 Dec 1999 01:28:49 +0000 (01:28 +0000)]
Mention the hostname variable in /etc/rc.conf since that is the most
common way of setting the hostname.  The man page already mentioned that
the hostname is set by /etc/rc.network, so this just explains where
/etc/rc.network gets the hostname from.

PR: docs/14319
Submitted by: rwatson
Reviewed by: cmc

24 years agoFix minor typo.
Archie Cobbs [Wed, 22 Dec 1999 01:25:07 +0000 (01:25 +0000)]
Fix minor typo.

24 years agoUpdates resulting from new documentation from Mylex and some cleaning:
Mike Smith [Wed, 22 Dec 1999 01:21:28 +0000 (01:21 +0000)]
Updates resulting from new documentation from Mylex and some cleaning:

 - Don't keep private copies of some of the data fields from the
   ENQUIRY and ENQUIRY2 commands.  Instead, standardise on the ENQUIRY2
   command for initial adapter information, and keep a copy of the entire
   structure.  Refer to it where appropriate.

 - Move all of the controller description functionality into a new
   function.  Print lots more controller data if bootverbose is set.
   Add knowledge of the DAC960 PR, PT, PTL0 and PRL controllers, rename
   the 960PTL -> PTL0 and 1100P -> 1100PVX.

 - Correctly terminate an error message.

The controller interface procedures have been reviewed against the
Mylex-supplied documentation; no changes appear necessary at this
time.

24 years agoUpdate vnode_if.sh location. This was deliberately left a while after
Peter Wemm [Wed, 22 Dec 1999 01:07:30 +0000 (01:07 +0000)]
Update vnode_if.sh location.  This was deliberately left a while after
the repo copy as the kernel src/sys/modules stuff uses
/usr/share/mk/bsd.kmod.mk which often gets out of sync with the kernel
source.

24 years agoOops- got the initiator and initiator/target f/w reversed for
Matt Jacob [Wed, 22 Dec 1999 00:18:15 +0000 (00:18 +0000)]
Oops- got the initiator and initiator/target f/w reversed for
the 1080/1240/1280 case.

24 years agoAdd cs qwertz keyboard
Andrey A. Chernov [Wed, 22 Dec 1999 00:09:14 +0000 (00:09 +0000)]
Add cs qwertz keyboard

Submitted by:  Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>

24 years agoAdd cs_CZ
Andrey A. Chernov [Wed, 22 Dec 1999 00:02:21 +0000 (00:02 +0000)]
Add cs_CZ

Submitted by:  Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>

24 years agoAdd cs_CZ
Andrey A. Chernov [Tue, 21 Dec 1999 23:57:19 +0000 (23:57 +0000)]
Add cs_CZ

Submitted by:  Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>

24 years agoAdd cs_CZ
Andrey A. Chernov [Tue, 21 Dec 1999 23:51:29 +0000 (23:51 +0000)]
Add cs_CZ

Submitted by: Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>

24 years agoRevert previous checkin; I incorrectly thought that it was needed
Archie Cobbs [Tue, 21 Dec 1999 20:51:34 +0000 (20:51 +0000)]
Revert previous checkin; I incorrectly thought that it was needed
due to having an old version of bsd.kmod.mk.

Caught by: bde

24 years agoregenerate after making getfh a standard syscall.
Alfred Perlstein [Tue, 21 Dec 1999 20:21:48 +0000 (20:21 +0000)]
regenerate after making getfh a standard syscall.

24 years agomake getfh a standard syscall instead of dependant on having
Alfred Perlstein [Tue, 21 Dec 1999 20:21:12 +0000 (20:21 +0000)]
make getfh a standard syscall instead of dependant on having
NFSSERVER defined, useful for userland fileservers that want to
use a filehandle type interface to the filesystem.

Submitted by: Assar Westerlund assar@stacken.kth.se
PR: kern/15452

24 years agoYet another cleanup of the VIA code, this time it should work
Søren Schmidt [Tue, 21 Dec 1999 20:18:56 +0000 (20:18 +0000)]
Yet another cleanup of the VIA code, this time it should work
on all combinations (I hope)...

Add DMA support for the AMD 756 chip (K7 chipset) this is actually the
same as the VIA 82C686 chip (the ATA part that is).

Treat the intel MX chipset PIIX as a PIIX4

Allow UDMA on all disks that say they can handle it.

Cleanup probe printf's a bit

Remove alot of the old #ifdef DEBUG crap.

24 years agoExtra sanity checks in information from file edited by user. This
Warner Losh [Tue, 21 Dec 1999 19:30:09 +0000 (19:30 +0000)]
Extra sanity checks in information from file edited by user.  This
precludes using chfn, et al, to generate a divot in /etc.

Submitted by: Lukasz Luzar
Forgotten about for months by: imp

24 years agoUse the correct return value for MCA NMIs.
Eivind Eklund [Tue, 21 Dec 1999 18:13:02 +0000 (18:13 +0000)]
Use the correct return value for MCA NMIs.

Reviewed by: mdodd

24 years agoAdd #ifdef notyet around uncalled code that is later going to become DDB
Eivind Eklund [Tue, 21 Dec 1999 18:11:48 +0000 (18:11 +0000)]
Add #ifdef notyet around uncalled code that is later going to become DDB
commands.

Discussed with: phk (driver author)

24 years agoComment out explicit MANPATH setting.
Alexey Zelkin [Tue, 21 Dec 1999 17:18:19 +0000 (17:18 +0000)]
Comment out explicit MANPATH setting.

(BTW, it's very bad practice to have MANPATH environment variable set)

PR: conf/14487
Submitted by: Norihiko Ishitani <nori@tlab.is.uec.ac.jp>

24 years agoCorrect the spelling and description of sbc.
Seigo Tanimura [Tue, 21 Dec 1999 14:39:22 +0000 (14:39 +0000)]
Correct the spelling and description of sbc.

24 years agoCollapse a bunch of unused MD_CS42nn tags into a single one. This saves
Peter Wemm [Tue, 21 Dec 1999 14:09:19 +0000 (14:09 +0000)]
Collapse a bunch of unused MD_CS42nn tags into a single one.  This saves
going to a lot of trouble to identify it and set the tag and then not use
it.  Convert the pnp id matching to the preferred table based system.
@@@0001 (CMI8330 ldn 0) is a mss, not a SB.

24 years agoTidy up a few loose ends, including adding the pnp tags in comments.
Peter Wemm [Tue, 21 Dec 1999 14:04:14 +0000 (14:04 +0000)]
Tidy up a few loose ends, including adding the pnp tags in comments.
Remove @@@0001 - it's an MSS, not a SB, at least according to the
original pre-sbc code and according to a pnpinfo report that Cameron has.

24 years agoRemove #if NISA > 0 - this is best done by the configuration process.
Peter Wemm [Tue, 21 Dec 1999 13:55:46 +0000 (13:55 +0000)]
Remove #if NISA > 0 - this is best done by the configuration process.
It had a heap of unreferenced stuff if there was no isa configured in the
system.

24 years agoOnly compile gusc for isa (the #if NISA inside gusc effectively covers
Peter Wemm [Tue, 21 Dec 1999 13:53:49 +0000 (13:53 +0000)]
Only compile gusc for isa (the #if NISA inside gusc effectively covers
the whole file)

24 years agoFix a typo which I cannot believe I missed after rereading this text
Jeroen Ruigrok van der Werven [Tue, 21 Dec 1999 11:55:44 +0000 (11:55 +0000)]
Fix a typo which I cannot believe I missed after rereading this text
about 6-7 times prior to commit.

Reported by: sheldonh

24 years agoalso, changed prototype of pr_rthdr(), as my previous fix
Yoshinobu Inoue [Tue, 21 Dec 1999 11:28:27 +0000 (11:28 +0000)]
also, changed prototype of pr_rthdr(), as my previous fix
for netstat/route.c

24 years agoAdded missing declaration for argment specification at pr_rthdr(),
Yoshinobu Inoue [Tue, 21 Dec 1999 11:25:30 +0000 (11:25 +0000)]
Added missing declaration for argment specification at pr_rthdr(),
caused by my previous patch, sorry.
Also, changed its var name from 'af' to 'wid_af', to avoid confusion with
global var 'af'.

24 years agoProperly manify this manpage.
Jeroen Ruigrok van der Werven [Tue, 21 Dec 1999 11:25:10 +0000 (11:25 +0000)]
Properly manify this manpage.

24 years agoDocument allscreens_flags. This commit perpetuates the i386-centric
Sheldon Hearn [Tue, 21 Dec 1999 11:22:06 +0000 (11:22 +0000)]
Document allscreens_flags.  This commit perpetuates the i386-centric
nature of this manual page. :-(

PR: 15066
Reported by: Andy Farkas <andyf@speednet.com.au>

24 years agoProperly manify this manpage.
Jeroen Ruigrok van der Werven [Tue, 21 Dec 1999 11:19:32 +0000 (11:19 +0000)]
Properly manify this manpage.
Fix some spelling mistakes and typo's inspired by Nicholas' initial
PR submission.

PR: docs/15597
Submitted by: Nicholas Esborn <nick@flatlan.net>

24 years agoChange incorrect NULLs to 0s
Eivind Eklund [Tue, 21 Dec 1999 11:14:12 +0000 (11:14 +0000)]
Change incorrect NULLs to 0s

24 years agoUse more thorough redirection to make the impact of allscreens_flags
Sheldon Hearn [Tue, 21 Dec 1999 10:53:04 +0000 (10:53 +0000)]
Use more thorough redirection to make the impact of allscreens_flags
more comprehensive.  Previously, at least colour changes were not
applied to all virtual consoles.

PR: 15066
Reported by: Andy Farkas <andyf@speednet.com.au>
Submitted by: yokota

24 years agoAdd an explicit warning against copying this file into /etc/, since
Sheldon Hearn [Tue, 21 Dec 1999 10:46:41 +0000 (10:46 +0000)]
Add an explicit warning against copying this file into /etc/, since
work-arounds for the ".: Out of file descriptors" problem (see
PR 13724) are taking longer than expected to come to fruition.

24 years agoFix a bug where a pointer would be one character too far after putting
Ollivier Robert [Tue, 21 Dec 1999 10:17:36 +0000 (10:17 +0000)]
Fix a bug where a pointer would be one character too far after putting
a '\0' at the end of a string.

Submitted by: Martin Birgmeier <Martin.Birgmeier@aon.at>

24 years agodefine WID_DST6 and WID_GW6 and use them only for IPv6, to keep IPv4 related
Yoshinobu Inoue [Tue, 21 Dec 1999 09:31:14 +0000 (09:31 +0000)]
define WID_DST6 and WID_GW6 and use them only for IPv6, to keep IPv4 related
information in 80 columns.

TODO: IPv6 related information is not likely to be kept in 80 columns, anyway.
      Some more print modes could be added,
      but what is the priority between those modes?
-print out all information even if they don't fit into 80 columns
-strip off some information to fit them into 80 columns

Reviewed by: markm

24 years agoExtract a list of extra isa pnp modem ID's from NetBSD and OpenBSD. Some
Peter Wemm [Tue, 21 Dec 1999 09:16:03 +0000 (09:16 +0000)]
Extract a list of extra isa pnp modem ID's from NetBSD and OpenBSD.  Some
of these are bound to have a PNP05xx compatid, but there's no easy way to
tell.  Since it's just an ID list and uses the pnp header's description
strings rather than encoding strings here, it doesn't seem to be too
expensive to err on the safe side.

24 years agoFix cut'n'paste niggles in previous commit.
Sheldon Hearn [Tue, 21 Dec 1999 08:57:58 +0000 (08:57 +0000)]
Fix cut'n'paste niggles in previous commit.

24 years agominor cleanup
Cameron Grant [Tue, 21 Dec 1999 08:43:28 +0000 (08:43 +0000)]
minor cleanup

Parts Submitted by: Ville-Pertti Keinonen <will@ztango.com>

24 years agomake previous commit's format match rest of file
Michael Haro [Tue, 21 Dec 1999 08:39:26 +0000 (08:39 +0000)]
make previous commit's format match rest of file

24 years agoadd default service (other) entries
Michael Haro [Tue, 21 Dec 1999 08:36:10 +0000 (08:36 +0000)]
add default service (other) entries

Reviewed by: markm (in concept)

24 years agoAdd a flag to disable FIFO probing. The code seems to have a chance of
Joerg Wunsch [Tue, 21 Dec 1999 08:33:03 +0000 (08:33 +0000)]
Add a flag to disable FIFO probing.  The code seems to have a chance of
misdetecting FIFO capabilities, at least on my girlfriend's Thinkpad 755,
the driver doesn't work using the FIFO.

While i was at it, i (partially) fixed option FCC_YE since it would no
longer have compiled at all under -current.  I've also made an attempt
to document the device driver flags value (ab-)used internally by this
option.

RELENG_3 candidate, but with a slightly different patch there (will go
to jkh in email).

24 years agoDelay creation of threads until after the idle thread is created, more
Warner Losh [Tue, 21 Dec 1999 08:32:15 +0000 (08:32 +0000)]
Delay creation of threads until after the idle thread is created, more
or less.  This is a kludge because there is no support for delayed
creation of threads early in the boot process.

NEWCARD new boots and the thread process starts and is visible from
ps.

Now, on to dev/pccard.

24 years agoLose explict initialization of mouse to {0}; this gave a warning, and the
Eivind Eklund [Tue, 21 Dec 1999 08:29:35 +0000 (08:29 +0000)]
Lose explict initialization of mouse to {0}; this gave a warning, and the
implict initialization guaranteed by ISO C give the same result.

24 years agoIncorrect uses of NULL changed to 0
Eivind Eklund [Tue, 21 Dec 1999 08:24:35 +0000 (08:24 +0000)]
Incorrect uses of NULL changed to 0

24 years agoGarbage collect oltr_pci_shutdown
Eivind Eklund [Tue, 21 Dec 1999 08:21:36 +0000 (08:21 +0000)]
Garbage collect oltr_pci_shutdown

24 years agoRemove unused variable
Eivind Eklund [Tue, 21 Dec 1999 08:20:36 +0000 (08:20 +0000)]
Remove unused variable

24 years agoFix bogus initialization of using a sledge hammer to quite -Wall, bad
David E. O'Brien [Tue, 21 Dec 1999 07:41:07 +0000 (07:41 +0000)]
Fix bogus initialization of using a sledge hammer to quite -Wall, bad
indention, and size issue between 32 and 64bit machines.

Submitted by: bde

24 years agoFix a typo that was doing something kind of silly, and that is initializing
Chris Costello [Tue, 21 Dec 1999 06:29:00 +0000 (06:29 +0000)]
Fix a typo that was doing something kind of silly, and that is initializing
the creation time for files to the uninitialized value:

vap->va_ctime = vap->va_ctime;

Changed to what was intended, assigning it to the modification time (thus
making all three values of access time, modification time and creation time
the same thing).

Reviewed by: grog

24 years agoWhat was I smoking? Use the proper form of the library names.
David E. O'Brien [Tue, 21 Dec 1999 06:19:03 +0000 (06:19 +0000)]
What was I smoking?  Use the proper form of the library names.

24 years agodon't use the sbpro mic vol register during init on ess cards; it causes
Cameron Grant [Tue, 21 Dec 1999 06:18:03 +0000 (06:18 +0000)]
don't use the sbpro mic vol register during init on ess cards; it causes
feedback and we use the native one elsewhere.

24 years agoAdd entries for two cities in India.
Joseph Koshy [Tue, 21 Dec 1999 05:22:43 +0000 (05:22 +0000)]
Add entries for two cities in India.

24 years agoManual page style work.
Julian Elischer [Tue, 21 Dec 1999 01:25:21 +0000 (01:25 +0000)]
Manual page style work.
Submitted by: Alexey Zelkin <phantom@FreeBSD.org>
thanks!

24 years agoForgot a library.
David E. O'Brien [Mon, 20 Dec 1999 22:57:49 +0000 (22:57 +0000)]
Forgot a library.

24 years agoAdd needed 3.x libraries from 3.4-RELEASE.
David E. O'Brien [Mon, 20 Dec 1999 22:57:12 +0000 (22:57 +0000)]
Add needed 3.x libraries from 3.4-RELEASE.

24 years agoCorrect an "argument reversal" bug that could cause commands requed from
Justin T. Gibbs [Mon, 20 Dec 1999 21:32:32 +0000 (21:32 +0000)]
Correct an "argument reversal" bug that could cause commands requed from
the input fifo to be returned as successful and frozen.  Most, if not
all, peripheral drivers do not check the qfrozen bit for successfully
completed commands, so the result would not only be lost commands, but
devices locked out from receiving commands.  This was a bad bug that
crept in two or three months ago during some target mode work.

24 years agoFix my '#'-at-end-of-lines change, spammed by a subsequent commit.
Brian Somers [Mon, 20 Dec 1999 20:47:58 +0000 (20:47 +0000)]
Fix my '#'-at-end-of-lines change, spammed by a subsequent commit.

24 years agoAdd SUP2070 (Diamond SupraExpress 56i)
Peter Wemm [Mon, 20 Dec 1999 20:31:23 +0000 (20:31 +0000)]
Add SUP2070 (Diamond SupraExpress 56i)
Submitted by:  Kenneth Wayne Culver <culverk@wam.umd.edu>

Add MOT4560
Obtained from: wollman