]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
25 years agoGdc and pckbd driver don't support pnp mode.
Yoshihiro Takahashi [Tue, 14 Sep 1999 12:57:40 +0000 (12:57 +0000)]
Gdc and pckbd driver don't support pnp mode.

25 years agoCorrect some hard sentence breaks. Only those surrounding the previous
Sheldon Hearn [Tue, 14 Sep 1999 11:46:04 +0000 (11:46 +0000)]
Correct some hard sentence breaks. Only those surrounding the previous
commit and those which cause ugly nroff output have been fixed, since
the purpose of the style guideline which they contravene is to reduce
the sizes of deltas.

Reported by: bde

25 years agoFoo. Maybe I should get Peter to hook ispell up in commit_prep.pl.
David E. O'Brien [Tue, 14 Sep 1999 10:38:45 +0000 (10:38 +0000)]
Foo.  Maybe I should get Peter to hook ispell up in commit_prep.pl.

25 years agoAdd the NIS domain to the tweakable knobs.
David E. O'Brien [Tue, 14 Sep 1999 09:15:35 +0000 (09:15 +0000)]
Add the NIS domain to the tweakable knobs.

25 years agoThe existing libxpg4.so.2.0 didn't support zh_TW.Big5 locale.
David E. O'Brien [Tue, 14 Sep 1999 08:41:09 +0000 (08:41 +0000)]
The existing libxpg4.so.2.0 didn't support zh_TW.Big5 locale.

PR: 13623
Submitted by: jtjang@gcn.net.tw

25 years agoBrutally rip more stuff out of the fixit image so that we can start
Jordan K. Hubbard [Tue, 14 Sep 1999 04:24:29 +0000 (04:24 +0000)]
Brutally rip more stuff out of the fixit image so that we can start
build 4.0-stapshots again.  It's still overflowing. :(

25 years agoDon't call if_up() here, just set IFF_UP.
Ruslan Ermilov [Tue, 14 Sep 1999 01:17:30 +0000 (01:17 +0000)]
Don't call if_up() here, just set IFF_UP.

PR: 12251
Reviewed by: wollman

25 years agoAdjust descriptions for if_up() and if_down().
Ruslan Ermilov [Tue, 14 Sep 1999 01:05:40 +0000 (01:05 +0000)]
Adjust descriptions for if_up() and if_down().

Reviewed by: wollman

25 years agoAdd comments, fix typos.
Ruslan Ermilov [Tue, 14 Sep 1999 00:33:23 +0000 (00:33 +0000)]
Add comments, fix typos.

Reviewed by: wollman

25 years ago- Describe all available message headers.
Ruslan Ermilov [Tue, 14 Sep 1999 00:26:11 +0000 (00:26 +0000)]
- Describe all available message headers.
- Sync structures/constants with sources.
- Fix multiple typos.

Reviewed by: wollman

25 years agoAlign sockaddrs passed to/from the routing socket as supposed by kernel.
Ruslan Ermilov [Mon, 13 Sep 1999 23:32:53 +0000 (23:32 +0000)]
Align sockaddrs passed to/from the routing socket as supposed by kernel.

PR: 12847
Spotted by: Key Teck Sin <ktsin@acm.org>
Reviewed by: wollman

25 years agoEven more dd(1) cleanups! Thanks to Bruce for staying on my case until
Brian Feldman [Mon, 13 Sep 1999 21:47:10 +0000 (21:47 +0000)]
Even more dd(1) cleanups! Thanks to Bruce for staying on my case until
we're done (not yet!) :)

25 years agoFix SEE ALSO section:
Alexey Zelkin [Mon, 13 Sep 1999 19:16:47 +0000 (19:16 +0000)]
Fix SEE ALSO section:
. add printenv(1)
. correct reference to "CSH introduction"

Reviewed by: mpp

25 years agoThe sense of probes has inverted. They return an error, rather than
Peter Wemm [Mon, 13 Sep 1999 19:14:43 +0000 (19:14 +0000)]
The sense of probes has inverted.  They return an error, rather than
true/false.  Fix ed_probe_HP_pclanp() so that it doesn't "succeed" on
non-existing hardware.

Submitted by: Mark Hittinger <bugs@freebsd.netcom.com>

25 years agoMake the fixit floppy 2.88MB as a temporary "solution" to get the nightly
Peter Wemm [Mon, 13 Sep 1999 19:06:21 +0000 (19:06 +0000)]
Make the fixit floppy 2.88MB as a temporary "solution" to get the nightly
snaps re-running.  This is not a fix.  (The alpha already does this)

25 years agoDocument .Ta macro.
Alexey Zelkin [Mon, 13 Sep 1999 18:58:53 +0000 (18:58 +0000)]
Document .Ta macro.

Requested by: ru
Ok'ed by: mpp

25 years agoFix typo: vi(8) -> vi(1)
Alexey Zelkin [Mon, 13 Sep 1999 18:38:53 +0000 (18:38 +0000)]
Fix typo: vi(8) -> vi(1)

Noticed by: ru

25 years agoRegister the right cdevsw on the master device.
Poul-Henning Kamp [Mon, 13 Sep 1999 18:20:21 +0000 (18:20 +0000)]
Register the right cdevsw on the master device.

Detected by: sos

25 years ago`permanent_link' is obsolete; update examples.
Ruslan Ermilov [Mon, 13 Sep 1999 18:18:33 +0000 (18:18 +0000)]
`permanent_link' is obsolete; update examples.

25 years agoAdd Ari Suutari as a maintainer.
Ruslan Ermilov [Mon, 13 Sep 1999 18:16:38 +0000 (18:16 +0000)]
Add Ari Suutari as a maintainer.

Approved by: Ari Suutari <ari@suutari.iki.fi>

25 years agoPull in the core bus drivers based on the machine type rather than
Peter Wemm [Mon, 13 Sep 1999 17:52:06 +0000 (17:52 +0000)]
Pull in the core bus drivers based on the machine type rather than
requiring the user to figure it out.  So, if you comment out all but the
machine type you are using, you automatically get the bus code just for
your system.  (eg DEC_EB164 implies cia, etc).  Multiple machine types
still pulls in the appropriate busses.  This means, take things like
'controller cia0' out of your config.

Reviewed by: dfr  (in principle)

25 years agoDocument .Ox and .Nx macros.
Alexey Zelkin [Mon, 13 Sep 1999 17:33:16 +0000 (17:33 +0000)]
Document .Ox and .Nx macros.

Reviewed by: mpp

25 years agoUpdate to current state of filesystems layout (almost complete)
Alexey Zelkin [Mon, 13 Sep 1999 17:20:58 +0000 (17:20 +0000)]
Update to current state of filesystems layout (almost complete)
Stylize

PR: docs/13229
Reviewed by: mpp

25 years agoAdd/adjust some $FreeBSD$ tags.
Peter Wemm [Mon, 13 Sep 1999 17:09:08 +0000 (17:09 +0000)]
Add/adjust some $FreeBSD$ tags.

Noted by: Doug <Doug@gorean.org>

25 years agoMerged src/lib/libtelnet rev.1.9 (fixed removing of obsolete shared
Bruce Evans [Mon, 13 Sep 1999 16:38:58 +0000 (16:38 +0000)]
Merged src/lib/libtelnet rev.1.9 (fixed removing of obsolete shared
library: wrong library directory, wrong library extension and wrong
comment).  This is mainly of historical interest, if any.  The library
that gets removed is aout.

25 years agoGet rid of a stray printf on boot. (BRDCTL = ...)
Kenneth D. Merry [Mon, 13 Sep 1999 16:32:34 +0000 (16:32 +0000)]
Get rid of a stray printf on boot.  (BRDCTL = ...)

Approved by: gibbs

25 years agoApparently, it's not console=serial to set the serial console,
Jordan K. Hubbard [Mon, 13 Sep 1999 16:24:08 +0000 (16:24 +0000)]
Apparently, it's not console=serial to set the serial console,
it's serial=comconsole.  I wish it were easier to figure this
stuff out. :)

Submitted by: jfieber

25 years agoFixed some disordering (mainly of case lists for disks).
Bruce Evans [Mon, 13 Sep 1999 16:15:58 +0000 (16:15 +0000)]
Fixed some disordering (mainly of case lists for disks).

Fixed bitrot in the `wcd*)' case.

25 years agoMerge from ../egcs/gcc/gcc.c rev.1.5:
Bruce Evans [Mon, 13 Sep 1999 15:50:16 +0000 (15:50 +0000)]
Merge from ../egcs/gcc/gcc.c rev.1.5:
Don't exclude directories that the linker is "known" to search (/lib
and /usr/lib) when deciding whether to pass certain paths to the
linker.  Under FreeBSD, the linker is actually known to never search
/lib and to only search /usr/lib in the elf case.  Not passing the
paths causes at best causes confusing differences for cross compiling.
This change is conditional on FREEBSD_NATIVE but should be absolute.

25 years agoApply a consistent style to most of the etc scripts. Particularly, use
Sheldon Hearn [Mon, 13 Sep 1999 15:44:20 +0000 (15:44 +0000)]
Apply a consistent style to most of the etc scripts.  Particularly, use
case instead of test where appropriate, since case allows case is a sh
builtin and (as a side-effect) allows case-insensitivity.

Changes discussed on freebsd-hackers.

Submitted by: Doug Barton <Doug@gorean.org>

25 years agoFixed longstanding breakage of rm of deep directories in rev.1.2.
Bruce Evans [Mon, 13 Sep 1999 15:12:30 +0000 (15:12 +0000)]
Fixed longstanding breakage of rm of deep directories in rev.1.2.
rm must not use FTS_NOCHDIR, since chdir'ing is required for removing
deep directory trees and the ability to remove such trees is required
by POSIX.2 and POLA.  The breakage didn't make much difference until
recently, since fts(3) didn't work in deep directory trees.  It isn't
clear whether using FTS_NOCHDIR ever fixed anything (Net/2's rm.c is
similar to Lite1's).  Perhaps it was actually to limit the damage
caused by the fts bug.

25 years agoMoved the definition of `boottime' and its sysctl to the correct file.
Bruce Evans [Mon, 13 Sep 1999 14:22:27 +0000 (14:22 +0000)]
Moved the definition of `boottime' and its sysctl to the correct file.

25 years agoConst poisoning from d_name.
Bruce Evans [Mon, 13 Sep 1999 14:12:23 +0000 (14:12 +0000)]
Const poisoning from d_name.

Fixed some style bugs in recent changes.

25 years agoOops, I forgot to commit this together with the updates to the callers.
Bruce Evans [Mon, 13 Sep 1999 14:00:16 +0000 (14:00 +0000)]
Oops, I forgot to commit this together with the updates to the callers.

Removed diskerr()'s unused d_name arg and updated callers.  This fixes
warnings caused by the arg having the wrong type (not const enough).
The arg was also wrong (a full name instead of a short one) for calls
from from subr_diskmbr.c and pc98/diskslice_machdep.c.

25 years agoRemoved diskerr()'s unused d_name arg and updated callers. This fixes
Bruce Evans [Mon, 13 Sep 1999 12:59:41 +0000 (12:59 +0000)]
Removed diskerr()'s unused d_name arg and updated callers.  This fixes
warnings caused by the arg having the wrong type (not const enough).
The arg was also wrong (a full name instead of a short one) for calls
from from subr_diskmbr.c and pc98/diskslice_machdep.c.

25 years agoConst'ify devtoname() and d_name. This exposes some errors (2 non-benign).
Bruce Evans [Mon, 13 Sep 1999 12:29:32 +0000 (12:29 +0000)]
Const'ify devtoname() and d_name.  This exposes some errors (2 non-benign).

Handle negative minor numbers properly in devtoname().

25 years agoFix disordering introduced in my previous commit.
Dag-Erling Smørgrav [Mon, 13 Sep 1999 09:45:07 +0000 (09:45 +0000)]
Fix disordering introduced in my previous commit.

Pointed out by: bde

25 years agoDocument tcp_keepalive, tcp_drop_synfin, tcp_restrict_rst,
Dag-Erling Smørgrav [Mon, 13 Sep 1999 09:18:31 +0000 (09:18 +0000)]
Document tcp_keepalive, tcp_drop_synfin, tcp_restrict_rst,
icmp_drop_redirect and icmp_log_redirect.

25 years agoMerge from sys/i386/conf/GENERIC revision 1.190.
KATO Takenori [Mon, 13 Sep 1999 08:55:15 +0000 (08:55 +0000)]
Merge from sys/i386/conf/GENERIC revision 1.190.

25 years ago"\t\t" -> " \t" as per rev. 1.611 (mangled in the previous commit)
Dag-Erling Smørgrav [Mon, 13 Sep 1999 08:36:15 +0000 (08:36 +0000)]
"\t\t" -> " \t" as per rev. 1.611 (mangled in the previous commit)

Pointed out by: bde

25 years ago__collate_substitute() do something non-trivial only for German. For everyone
Dmitrij Tejblum [Sun, 12 Sep 1999 21:15:28 +0000 (21:15 +0000)]
__collate_substitute() do something non-trivial only for German. For everyone
else, it is equivalent to strdup(). So, we will check if  the substitution
tables are trivial at the load time, and possibly save 2 calls to
__collate_substitute() in strcoll().

Still, __collate_substitute() should not exist.

25 years agoBite the bullet and allocate the devsw entry at compile time.
Poul-Henning Kamp [Sun, 12 Sep 1999 20:40:29 +0000 (20:40 +0000)]
Bite the bullet and allocate the devsw entry at compile time.

25 years agoReduce time of __collate_substitute() from O(strlen(s)^2) to O(strlen(s)).
Dmitrij Tejblum [Sun, 12 Sep 1999 19:42:38 +0000 (19:42 +0000)]
Reduce time of __collate_substitute() from O(strlen(s)^2) to O(strlen(s)).
Other minor optimizations. I got ~30% speedup in strcoll() for 50 char strings,
~40% speedup for 100 char strings, and unmeasurable speedup for 1M strings.

Collates are still terribly slow. To make them reasonable fast,
__collate_substitute() should be killed.

25 years agoFix a file descriptor leak in cam_open_btl(). The xpt device was opened,
Kenneth D. Merry [Sun, 12 Sep 1999 19:40:20 +0000 (19:40 +0000)]
Fix a file descriptor leak in cam_open_btl().  The xpt device was opened,
but never closed.

Submitted by: amobbs@allstor-sw.co.uk

25 years agoISDISK -> ISSEEK
Brian Feldman [Sun, 12 Sep 1999 18:56:12 +0000 (18:56 +0000)]
ISDISK -> ISSEEK

Allow a device type of D_DISK or D_MEM to be ISSEEK.

25 years agoCorrection: mem.c devices are "D_MEM" (and D_MEM is added.)
Brian Feldman [Sun, 12 Sep 1999 18:48:07 +0000 (18:48 +0000)]
Correction: mem.c devices are "D_MEM" (and D_MEM is added.)

Taken issue with by: phk

25 years agoThis fix adds checking for the existance of the /var/msgs
Ollivier Robert [Sun, 12 Sep 1999 18:13:11 +0000 (18:13 +0000)]
This fix adds checking for the existance of the /var/msgs
directory before attempting to create the bounds file.

PR: bin/13184
Submitted by: "Stephen J. Roznowski" <sjr@home.net>

25 years agoAdd the net.inet.tcp.restrict_rst and net.inet.tcp.drop_synfin sysctl
Dag-Erling Smørgrav [Sun, 12 Sep 1999 17:22:08 +0000 (17:22 +0000)]
Add the net.inet.tcp.restrict_rst and net.inet.tcp.drop_synfin sysctl
variables, conditional on the TCP_RESTRICT_RST and TCP_DROP_SYNFIN kernel
options, respectively. See the comments in LINT for details.

25 years agoEven more cleanups to dd(1). This is probably the culmination of the
Brian Feldman [Sun, 12 Sep 1999 16:51:53 +0000 (16:51 +0000)]
Even more cleanups to dd(1). This is probably the culmination of the
BDEification process of dd(1). Most of the changes are from BDE's archive.
Support for negative offsets is gone again, but the case where you
lseek() onto byte -1 of something from a negative offset using seek/skip
is fixed; if you end up on -1, you won't get a false positive lseek failure.
  The biggest changes are to data types (more size_t, for instance) and
argument parsing. skip/seek on /dev/{,k}mem now occurs (instead of "read
until you reach the offset") due to mem devices now being D_DISK. Some
const things are now correctly declared as such, and the "case table"
building is better. The only thing that seems to be left to make dd(1)
everything TOG wants it to be is l10n.

25 years agoMainly stylistic fixes:
Brian Feldman [Sun, 12 Sep 1999 16:44:07 +0000 (16:44 +0000)]
Mainly stylistic fixes:
1. return( -> return (
2. inappropriate ENODEV -> ENOTTY
3. some unreachable cases removed

25 years agoMake the d_flags of mem devices D_DISK to signify that they are disk-like
Brian Feldman [Sun, 12 Sep 1999 16:38:43 +0000 (16:38 +0000)]
Make the d_flags of mem devices D_DISK to signify that they are disk-like
random-seekable devices. This lets dd(1) know it can seek on them. It
also affects spec_vnopen() (IIRC), but only makes the path of execution smaller,
and does not change its behavior. This is when securelevel >= 2.

25 years agoAdd new manpage device_set_flags.9 and add links for
Doug Rabson [Sun, 12 Sep 1999 16:01:11 +0000 (16:01 +0000)]
Add new manpage device_set_flags.9 and add links for
device_set_desc_copy.9 and device_get_flags.9.

25 years agoFixed missing changes from sys/isa/sio.c.
Yoshihiro Takahashi [Sun, 12 Sep 1999 13:44:54 +0000 (13:44 +0000)]
Fixed missing changes from sys/isa/sio.c.

25 years agouse %OB for months names
Andrey A. Chernov [Sun, 12 Sep 1999 13:33:33 +0000 (13:33 +0000)]
use %OB for months names

25 years agoMerge missing changes from sys/i386/conf/files.i386.
Yoshihiro Takahashi [Sun, 12 Sep 1999 12:32:49 +0000 (12:32 +0000)]
Merge missing changes from sys/i386/conf/files.i386.

25 years agoRedefine KEY_HOME as BOL like in pico, joe and lot of others and line edition
Andrey A. Chernov [Sun, 12 Sep 1999 10:08:18 +0000 (10:08 +0000)]
Redefine KEY_HOME as BOL like in pico, joe and lot of others and line edition
Add KEY_END as EOL

25 years agoUse a different tactic when creating the devsw so that disk_create()
Poul-Henning Kamp [Sun, 12 Sep 1999 09:16:00 +0000 (09:16 +0000)]
Use a different tactic when creating the devsw so that disk_create()
doesn't need to malloc.

25 years agoRemove replace phygetvpbuf() with direct call to getpbuf();
Poul-Henning Kamp [Sun, 12 Sep 1999 08:27:41 +0000 (08:27 +0000)]
Remove replace phygetvpbuf() with direct call to getpbuf();

25 years agoRemove unneeded disk-related includes.
Poul-Henning Kamp [Sun, 12 Sep 1999 08:23:21 +0000 (08:23 +0000)]
Remove unneeded disk-related includes.

25 years agoChange scheduling to use on the fly determination rather than presorting.
Poul-Henning Kamp [Sun, 12 Sep 1999 08:13:26 +0000 (08:13 +0000)]
Change scheduling to use on the fly determination rather than presorting.

25 years agoMove the #include directive up one line and out of the function body.
Marcel Moolenaar [Sun, 12 Sep 1999 07:01:23 +0000 (07:01 +0000)]
Move the #include directive up one line and out of the function body.

25 years agoSome PnP BIOSsen return garbage in the high byte of the number-of-devices
Mike Smith [Sun, 12 Sep 1999 06:58:33 +0000 (06:58 +0000)]
Some PnP BIOSsen return garbage in the high byte of the number-of-devices
field (or don't set the high byte at all).  Clear it to avoid reporting
a silly number of devices.

Reported by: phk

25 years agoWhen a STAT command is sent to ftpd as an out-of-band transmission during
Michael Haro [Sun, 12 Sep 1999 01:27:46 +0000 (01:27 +0000)]
When a STAT command is sent to ftpd as an out-of-band transmission during
a file transfer, the command was mishandled on every other receipt of the
command.

PR: 13261
Submitted by: Ian Lepore <ian@plutotech.com>

25 years agoRemove all \n from __COPYRIGHT(...) string - assembler can't parse them
Andrey A. Chernov [Sun, 12 Sep 1999 00:23:44 +0000 (00:23 +0000)]
Remove all \n from __COPYRIGHT(...) string - assembler can't parse them
in .ident and produce warning

25 years agoAdd "alternative" forms of full month names.
Dmitrij Tejblum [Sat, 11 Sep 1999 22:14:18 +0000 (22:14 +0000)]
Add "alternative" forms of full month names.

25 years agoImplement new format specifier for strftime: %OB, alternative national
Dmitrij Tejblum [Sat, 11 Sep 1999 21:35:21 +0000 (21:35 +0000)]
Implement new format specifier for strftime: %OB, alternative national
representation of the full month name. In the Russian locale, this alternative
will be "nominative case", useful when the date designate month as a whole.
E.g. month heading in a calendar. I hope it can be useful for some other
locales too.

Discussed with: wollman, ache

25 years agoAdd FreeBSD history in 'HISTORY'
Alfred Perlstein [Sat, 11 Sep 1999 21:07:14 +0000 (21:07 +0000)]
Add FreeBSD history in 'HISTORY'

Pointed out by: obrien

25 years agovnode -> mountpoint
Alfred Perlstein [Sat, 11 Sep 1999 21:00:03 +0000 (21:00 +0000)]
vnode -> mountpoint
reference vfs_check_export
change license to my own, (ok'd by dfr) and remove advert clause.
remove extra Id tags and emacs cruft, this should be a fresh file.

25 years agoMake pmap_mapdev() deal with non-page-aligned requests.
Peter Wemm [Sat, 11 Sep 1999 20:31:32 +0000 (20:31 +0000)]
Make pmap_mapdev() deal with non-page-aligned requests.
Add a corresponding pmap_unmapdev() to release the KVM back to kernel_map.

25 years agopick up locales from locale subdir
Andrey A. Chernov [Sat, 11 Sep 1999 20:01:41 +0000 (20:01 +0000)]
pick up locales from locale subdir

Submitted by:  "Alexey Zelkin" <phantom@crimea.edu>

25 years agoinstall localized files
Andrey A. Chernov [Sat, 11 Sep 1999 19:56:05 +0000 (19:56 +0000)]
install localized files

25 years agokoi8-r mandoc tweaks
Andrey A. Chernov [Sat, 11 Sep 1999 19:49:21 +0000 (19:49 +0000)]
koi8-r mandoc tweaks

Submitted by: "Alexey Zelkin" <phantom@crimea.edu>

25 years agoFix debut version to 3.3, not 4.0.
Mitsuru IWASAKI [Sat, 11 Sep 1999 19:32:30 +0000 (19:32 +0000)]
Fix debut version to 3.3, not 4.0.

25 years agosource hyphen.us-ru from locale subdir
Andrey A. Chernov [Sat, 11 Sep 1999 19:32:14 +0000 (19:32 +0000)]
source hyphen.us-ru from locale subdir

25 years agoinstall hyphen.us-ru under locale subdir
Andrey A. Chernov [Sat, 11 Sep 1999 19:27:35 +0000 (19:27 +0000)]
install hyphen.us-ru under locale subdir

25 years agoadd tmac/locale for man l10n tweaks
Andrey A. Chernov [Sat, 11 Sep 1999 19:11:03 +0000 (19:11 +0000)]
add tmac/locale for man l10n tweaks

25 years agoDescribe man_locales
Andrey A. Chernov [Sat, 11 Sep 1999 19:03:45 +0000 (19:03 +0000)]
Describe man_locales

Submitted by: "Alexey Zelkin" <phantom@crimea.edu>

25 years agoAdd man_locales knob to specify localized man subdirs for makewhatis and
Andrey A. Chernov [Sat, 11 Sep 1999 19:00:41 +0000 (19:00 +0000)]
Add man_locales knob to specify localized man subdirs for makewhatis and
catman

25 years agolocalize it
Andrey A. Chernov [Sat, 11 Sep 1999 18:55:02 +0000 (18:55 +0000)]
localize it

Submitted by: "Alexey Zelkin" <phantom@crimea.edu>

25 years agoFix kernel compile with BRIDGE, but without DUMMYNET
Nick Sayer [Sat, 11 Sep 1999 18:54:41 +0000 (18:54 +0000)]
Fix kernel compile with BRIDGE, but without DUMMYNET

25 years agolocalize it
Andrey A. Chernov [Sat, 11 Sep 1999 18:30:23 +0000 (18:30 +0000)]
localize it

Submitted by: Alexey Zelkin <phantom@crimea.edu>

25 years agolocalize it
Andrey A. Chernov [Sat, 11 Sep 1999 18:21:16 +0000 (18:21 +0000)]
localize it

Submitted by: Alexey Zelkin <phantom@crimea.edu>

25 years agoChange toupper/tolower so that they don't give a bogus answer if the
Doug Rabson [Sat, 11 Sep 1999 17:54:37 +0000 (17:54 +0000)]
Change toupper/tolower so that they don't give a bogus answer if the
argument is already upper/lower.

25 years agoFixed some style bugs (mainly disorderd prototypes).
Bruce Evans [Sat, 11 Sep 1999 17:11:21 +0000 (17:11 +0000)]
Fixed some style bugs (mainly disorderd prototypes).

25 years agoGet rid of MALLOC_INSTANTIATE and MALLOC_MAKE_TYPE(). Just handle the 3
Bruce Evans [Sat, 11 Sep 1999 16:41:39 +0000 (16:41 +0000)]
Get rid of MALLOC_INSTANTIATE and MALLOC_MAKE_TYPE().  Just handle the 3
malloc types declared in <sys/malloc.h> like other global malloc types.

25 years agoAdd the AMD driver.
Justin T. Gibbs [Sat, 11 Sep 1999 16:05:48 +0000 (16:05 +0000)]
Add the AMD driver.

25 years agoFix a compile warning.
Justin T. Gibbs [Sat, 11 Sep 1999 16:03:57 +0000 (16:03 +0000)]
Fix a compile warning.

25 years agoHandle CAPABILITIESCHANGE event.
Mitsuru IWASAKI [Sat, 11 Sep 1999 16:00:28 +0000 (16:00 +0000)]
Handle CAPABILITIESCHANGE event.
Document USERSTANDBYREQ and CAPABILITIESCHANGE events to apmd manpage.

25 years agoAdd a link for uiomove.9 to uio.9
Chris Costello [Sat, 11 Sep 1999 15:39:31 +0000 (15:39 +0000)]
Add a link for uiomove.9 to uio.9

25 years agoHandle UserStandbyRequests as well as the other 3 members of the
Nick Sayer [Sat, 11 Sep 1999 15:12:31 +0000 (15:12 +0000)]
Handle UserStandbyRequests as well as the other 3 members of the
{,USER}{STANDBY,SUSPEND}REQ matrix.

25 years agos/with historical makefils//. Also, relocate and change the description
Tim Vanderhoek [Sat, 11 Sep 1999 15:11:56 +0000 (15:11 +0000)]
s/with historical makefils//.  Also, relocate and change the description
of VPATH to be a little sexier.  I'd say it looks a bit like Claudia
Schiffer now, which I consider a definate improvement.  We're also a little
more subtle about saying that VPATH is for backward(s) compatibility.

Submitted-by: chris, bde, and myself
                [although none of their descriptions were as sexy
                 M(|is|r)s Schiffer, of course].

25 years agoFixed disordering in previous commit.
Bruce Evans [Sat, 11 Sep 1999 14:20:18 +0000 (14:20 +0000)]
Fixed disordering in previous commit.

25 years agoDocument -R.
David E. O'Brien [Sat, 11 Sep 1999 13:33:18 +0000 (13:33 +0000)]
Document -R.

25 years agoRemove the #include of sys/param.h. It was meant to improve portability
Tim Vanderhoek [Sat, 11 Sep 1999 13:17:35 +0000 (13:17 +0000)]
Remove the #include of sys/param.h.  It was meant to improve portability
for BSD less than 4.4 where sys/cdefs.h DNE but can be simulated with
param.h.  Unfortunately, the additional include did little to actually
improve portability since we've lost portability in several other chunks
of make code (err(), sysctlbyname(), probable more).

Partly submitted by: bde

25 years agoUnduplicate IDs from comments, do $Id -> $FreeBSD$ (submitted-by: bde)
Tim Vanderhoek [Sat, 11 Sep 1999 13:08:02 +0000 (13:08 +0000)]
Unduplicate IDs from comments, do $Id -> $FreeBSD$  (submitted-by: bde)

25 years agoAdd verbose processing flag.
David E. O'Brien [Sat, 11 Sep 1999 10:06:56 +0000 (10:06 +0000)]
Add verbose processing flag.

25 years agoPreserve permissions through tar pipelines.
Jordan K. Hubbard [Sat, 11 Sep 1999 06:11:52 +0000 (06:11 +0000)]
Preserve permissions through tar pipelines.

25 years agoFixed breakage of intro.1 -> introduction.1 link and minor disordering in
Bruce Evans [Sat, 11 Sep 1999 04:59:47 +0000 (04:59 +0000)]
Fixed breakage of intro.1 -> introduction.1 link and minor disordering in
previous commit.

25 years agoDocument the fact that pkg_add/delete passes INSTALL/DEINSTALL
Masafumi Max NAKANE [Sat, 11 Sep 1999 03:52:24 +0000 (03:52 +0000)]
Document the fact that pkg_add/delete passes INSTALL/DEINSTALL
respectively to rscript.

25 years agoregenerate to include proper "gererated from" taglines.
Alfred Perlstein [Sat, 11 Sep 1999 01:06:03 +0000 (01:06 +0000)]
regenerate to include proper "gererated from" taglines.