]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
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

24 years agoUse getpwuid()->pw_dir instead of $HOME when expanding ``~''.
Brian Somers [Mon, 20 Dec 1999 20:30:47 +0000 (20:30 +0000)]
Use getpwuid()->pw_dir instead of $HOME when expanding ``~''.

24 years agoUse getpwuid() instead of getlogin() in ``allow users''.
Brian Somers [Mon, 20 Dec 1999 20:30:40 +0000 (20:30 +0000)]
Use getpwuid() instead of getlogin() in ``allow users''.

24 years agoAdd missing linefeed.
Brian Somers [Mon, 20 Dec 1999 20:30:35 +0000 (20:30 +0000)]
Add missing linefeed.

24 years agoCosmetic: clean up some parenthesis confusion
Brian Somers [Mon, 20 Dec 1999 20:30:30 +0000 (20:30 +0000)]
Cosmetic: clean up some parenthesis confusion

24 years agoHandle comments at the end of lines.
Brian Somers [Mon, 20 Dec 1999 20:30:25 +0000 (20:30 +0000)]
Handle comments at the end of lines.

24 years agoNotice and warn about unterminated quoted strings in commands.
Brian Somers [Mon, 20 Dec 1999 20:30:02 +0000 (20:30 +0000)]
Notice and warn about unterminated quoted strings in commands.
The entire command is ignored if the syntax is invalid...

24 years agoImplement mbuf allocation internally by maintaining 8 buckets of
Brian Somers [Mon, 20 Dec 1999 20:29:51 +0000 (20:29 +0000)]
Implement mbuf allocation internally by maintaining 8 buckets of
different sized mbufs, and mallocing them in chunks of 20 mbufs
at a time.

This improves back-to-back throughput by between 7 and 8%

24 years agoCosmetic: Make struct mbuf more like kernel mbufs.
Brian Somers [Mon, 20 Dec 1999 20:29:47 +0000 (20:29 +0000)]
Cosmetic: Make struct mbuf more like kernel mbufs.

24 years ago Reimplement buf_daemon / getnewbuf() interaction for dealing with
Matthew Dillon [Mon, 20 Dec 1999 20:28:40 +0000 (20:28 +0000)]
Reimplement buf_daemon / getnewbuf() interaction for dealing with
    stressful situations.  buf_daemon now makes a distinction between
    being woken up and its sleep timing out, and as a consequence is now
    much better able to dynamically tune itself to its environment.

Reviewed by: Alfred Perlstein <bright@wintelcom.net>

24 years agoconfigApache does not exist anymore.
Daniel C. Sobral [Mon, 20 Dec 1999 19:22:57 +0000 (19:22 +0000)]
configApache does not exist anymore.

PR: 9582
Submitted by: Stephan Lagerholm <istephan@unilog.se>

24 years agoLose a register declaration to avoid a warning
Eivind Eklund [Mon, 20 Dec 1999 18:43:04 +0000 (18:43 +0000)]
Lose a register declaration to avoid a warning

24 years agoInclude vm/vm_extern.h to get at prototypes
Eivind Eklund [Mon, 20 Dec 1999 18:26:58 +0000 (18:26 +0000)]
Include vm/vm_extern.h to get at prototypes

24 years agoEliminate unused variables
Eivind Eklund [Mon, 20 Dec 1999 18:26:02 +0000 (18:26 +0000)]
Eliminate unused variables

24 years agoMake m_print const correct (avoids a warning)
Eivind Eklund [Mon, 20 Dec 1999 18:10:00 +0000 (18:10 +0000)]
Make m_print const correct (avoids a warning)

24 years agoGC unreferenced code (to avoid warnings)
Eivind Eklund [Mon, 20 Dec 1999 18:05:01 +0000 (18:05 +0000)]
GC unreferenced code (to avoid warnings)

24 years agoEliminate unused variable
Eivind Eklund [Mon, 20 Dec 1999 17:54:05 +0000 (17:54 +0000)]
Eliminate unused variable

24 years agoIncorrect NULL -> 0
Eivind Eklund [Mon, 20 Dec 1999 17:50:24 +0000 (17:50 +0000)]
Incorrect NULL -> 0

24 years agoTest rotated logs for dangerous messages as well as current
Alexey Zelkin [Mon, 20 Dec 1999 17:33:56 +0000 (17:33 +0000)]
Test rotated logs for dangerous messages as well as current

PR: misc/12228
Submitted by: Philippe SCHACK <phschak@inba.fr>

24 years ago(force commit)
Alexey Zelkin [Mon, 20 Dec 1999 16:35:35 +0000 (16:35 +0000)]
(force commit)

Previous commit meant:

Fix Guatemala phones
PR: misc/13275
Submitted by: Oscar Bonilla <obonilla@fisicc-ufm.edu>

Add Simferopol

24 years agoAdd Simferopol, Ukraine (Crimean republic capital)
Alexey Zelkin [Mon, 20 Dec 1999 16:30:39 +0000 (16:30 +0000)]
Add Simferopol, Ukraine (Crimean republic capital)

24 years agoFix the availability table, which incorrectly indicated that sh(1)
Sheldon Hearn [Mon, 20 Dec 1999 16:29:56 +0000 (16:29 +0000)]
Fix the availability table, which incorrectly indicated that sh(1)
does not have a builtin set command.

24 years agoMake sure we don't look at an edt entry that could go away when we try
Matt Jacob [Mon, 20 Dec 1999 16:16:53 +0000 (16:16 +0000)]
Make sure we don't look at an edt entry that could go away when we try
and figure out whether to probe higher than logical unit 7.
Obtained from:gibbs@freebsd.org

24 years agoAdd link(1) and unlink(1) as special cases of ln(1) and rm(1)
Sheldon Hearn [Mon, 20 Dec 1999 16:13:47 +0000 (16:13 +0000)]
Add link(1) and unlink(1) as special cases of ln(1) and rm(1)
respectively, in accordance with SUSv2.

This differs from the approach taken in NetBSD, but provides
less obscure error messages in at least the EISDIR case and
does not take up additional disk space for new binaries.

PR: 13071
PR: 13074
Requested by: James Howard <howardjp@wam.umd.edu>

24 years agos/tcpdump/traceroute
Alexey Zelkin [Mon, 20 Dec 1999 16:07:53 +0000 (16:07 +0000)]
s/tcpdump/traceroute

PR: docs/14523
Submitted by: Adam Morrison <adam@xpert.com>

24 years agoThe ipfilter module name wasn't exactly conventional..
Peter Wemm [Mon, 20 Dec 1999 15:49:38 +0000 (15:49 +0000)]
The ipfilter module name wasn't exactly conventional..

24 years agomerge i386/isa/clock.c 1.147: don't talk about register_intr in comments.
Peter Wemm [Mon, 20 Dec 1999 15:24:56 +0000 (15:24 +0000)]
merge i386/isa/clock.c 1.147: don't talk about register_intr in comments.

24 years agoRemove references to register_intr() etc in comments.
Peter Wemm [Mon, 20 Dec 1999 15:11:31 +0000 (15:11 +0000)]
Remove references to register_intr() etc in comments.

24 years agoZap the old isa_device specific register_intr() and unregister_intr()
Peter Wemm [Mon, 20 Dec 1999 15:01:23 +0000 (15:01 +0000)]
Zap the old isa_device specific register_intr() and unregister_intr()
emulations.  Thankfully, nothing is left in the tree that uses them.

24 years agominor cosmetics
Cameron Grant [Mon, 20 Dec 1999 14:57:46 +0000 (14:57 +0000)]
minor cosmetics

24 years agomake marcel's onboard ess1888 work
Cameron Grant [Mon, 20 Dec 1999 14:55:56 +0000 (14:55 +0000)]
make marcel's onboard ess1888 work

Submitted by: marcel

24 years agoUpdate man(1) to explain how to use the section numbers.
Jeroen Ruigrok van der Werven [Mon, 20 Dec 1999 14:34:29 +0000 (14:34 +0000)]
Update man(1) to explain how to use the section numbers.

PR: docs/15557
Submitted by: John Meshkoff <johnpipe@nwserv.com>
Reviewed by: sheldonh

24 years agoFix command hash handling on
Martin Cracauer [Mon, 20 Dec 1999 13:42:59 +0000 (13:42 +0000)]
Fix command hash handling on
  PATH=... command

Noted by and fix works for Marcel Moolenaar <marcel@scc.nl>

24 years agoRemoved unnecessary include file.
KATO Takenori [Mon, 20 Dec 1999 13:36:32 +0000 (13:36 +0000)]
Removed unnecessary include file.

24 years agoComplement the sum as required in in_cksum_finalize().
Sheldon Hearn [Mon, 20 Dec 1999 12:11:34 +0000 (12:11 +0000)]
Complement the sum as required in in_cksum_finalize().

PR: 15472
Submitted by: wollman

24 years agoRemoved unnecessary include files.
Yoshihiro Takahashi [Mon, 20 Dec 1999 12:08:20 +0000 (12:08 +0000)]
Removed unnecessary include files.

24 years agoSync with sys/i386/conf/options.i386 rev 1.130.
KATO Takenori [Mon, 20 Dec 1999 11:00:02 +0000 (11:00 +0000)]
Sync with sys/i386/conf/options.i386 rev 1.130.

24 years agoSync with sys/i386/conf/files.i386 rev 1.291.
KATO Takenori [Mon, 20 Dec 1999 10:58:54 +0000 (10:58 +0000)]
Sync with sys/i386/conf/files.i386 rev 1.291.

24 years agoSync with sys/i386/conf/Makefile.i386 rev 1.167.
KATO Takenori [Mon, 20 Dec 1999 10:55:49 +0000 (10:55 +0000)]
Sync with sys/i386/conf/Makefile.i386 rev 1.167.