]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoRemove a vestige of an older attempt at implementing this.
Doug Rabson [Tue, 29 Aug 2000 08:50:17 +0000 (08:50 +0000)]
Remove a vestige of an older attempt at implementing this.

24 years ago8859-9 font
Andrey A. Chernov [Tue, 29 Aug 2000 07:58:52 +0000 (07:58 +0000)]
8859-9 font

Submitted by: Evren Yurtesen <yurtesen@ispro.net.tr>

24 years agoExpand information about device.hints. Add information in the
Warner Losh [Tue, 29 Aug 2000 06:35:46 +0000 (06:35 +0000)]
Expand information about device.hints.  Add information in the
cookbook section about needing to copy GENERIC.hints to
/boot/device.hints, as well as a footnote about exceptions to this
rule.

Partially suggested by: obrien

24 years agoAdd TI-1031 id. It doesn't work yet, but it is nice to have it.
Warner Losh [Tue, 29 Aug 2000 04:40:17 +0000 (04:40 +0000)]
Add TI-1031 id.  It doesn't work yet, but it is nice to have it.
These were on cards that were pci pccard (not cardbus) bridges that
lived in SparcUltras that picked up on ebay.

24 years agoAdd iso08 fonts
Andrey A. Chernov [Tue, 29 Aug 2000 04:11:57 +0000 (04:11 +0000)]
Add iso08 fonts

24 years agoFix Hebrew langcode
Andrey A. Chernov [Tue, 29 Aug 2000 04:11:29 +0000 (04:11 +0000)]
Fix Hebrew langcode

24 years agoHebrew keyboard
Andrey A. Chernov [Tue, 29 Aug 2000 04:07:52 +0000 (04:07 +0000)]
Hebrew keyboard

24 years agoAdd Hebrew keyboard
Andrey A. Chernov [Tue, 29 Aug 2000 04:05:30 +0000 (04:05 +0000)]
Add Hebrew keyboard

PR: 20864
Submitted by: Allow Ole <allow@darkserver.dyndns.org>

24 years agoBDECFLAGS (with a whitespace change or two)
Bill Fumerola [Tue, 29 Aug 2000 03:25:49 +0000 (03:25 +0000)]
BDECFLAGS (with a whitespace change or two)

24 years agoCorrect typo.
Greg Lehey [Tue, 29 Aug 2000 02:42:02 +0000 (02:42 +0000)]
Correct typo.

24 years agoset pccard insertion beep type in install floppy.
MIHIRA Sanpei Yoshiro [Tue, 29 Aug 2000 00:42:31 +0000 (00:42 +0000)]
set pccard insertion beep type in install floppy.

When we use PC-Card as install media, it is a patch
to tell with beep about whether we were able to
recognize it well.

Reviewed by: jkh, imp
Tested by: Kenji Yamada <kyamada@ISI.EDU>

24 years agoAdd LogFILTER logging to log packets allowed by the dial filter and
Brian Somers [Mon, 28 Aug 2000 23:24:52 +0000 (23:24 +0000)]
Add LogFILTER logging to log packets allowed by the dial filter and
dropped by any filter.

Submitted by: Mark Hannon <markhannon@one.net.au>

with some small tweaks by me.

24 years agoRevert back to the previous i-node values for the fixit floppy.
John Baldwin [Mon, 28 Aug 2000 23:16:14 +0000 (23:16 +0000)]
Revert back to the previous i-node values for the fixit floppy.

24 years ago- Break the acd track devices out into a seperate target acdXt[Y]. The
John Baldwin [Mon, 28 Aug 2000 23:14:44 +0000 (23:14 +0000)]
- Break the acd track devices out into a seperate target acdXt[Y].  The
  X field is treated the same as the unit number for acdX.  The optional
  Y parameter specifies the number of track devices to create starting at
  track 1.  If Y is not specified, it defaults to 100.
- Add the acd0t target to the all target to preserve previous behavior.
- Don't add the acd0t target to the fixit target, thus keeping the fixit
  floppy from running out of i-nodes.

24 years agoSupport radius accounting, and add a packet count to throughput
Brian Somers [Mon, 28 Aug 2000 22:44:54 +0000 (22:44 +0000)]
Support radius accounting, and add a packet count to throughput
statistics as a side effect.

Submitted by: Marcin Cieslak <saper@system.pl>

with some tweaks to RAD_ACCT_SESSION_ID and
RAD_ACCT_MULTI_SESSION_ID generation by me.

24 years agoAfter positive feedback from a few folks, activate a switchover to
Peter Wemm [Mon, 28 Aug 2000 22:09:38 +0000 (22:09 +0000)]
After positive feedback from a few folks, activate a switchover to
using killall.c instead of the perl version that depends on procfs.
The C version uses sysctl().  The program is based on a hack that was
originally written about 6 years ago and has evolved somewhat since then.
(which is why it is a superset of killall.pl, rather than being a clone.)

With apologies to: wosch

24 years ago* Completely rewrite the alpha busspace to hide the implementation from
Doug Rabson [Mon, 28 Aug 2000 21:48:13 +0000 (21:48 +0000)]
* Completely rewrite the alpha busspace to hide the implementation from
  the drivers.
* Remove legacy inx/outx support from chipset and replace with macros
  which call busspace.
* Rework pci config accesses to route through the pcib device instead of
  calling a MD function directly.

With these changes it is possible to cleanly support machines which have
more than one independantly numbered PCI busses. As a bonus, the new
busspace implementation should be measurably faster than the old one.

24 years agoUpdate xl(4) man page to mention a whole bunch of supported cards,
Bill Paul [Mon, 28 Aug 2000 21:25:37 +0000 (21:25 +0000)]
Update xl(4) man page to mention a whole bunch of supported cards,
including the 3c556 and 3c556B.

24 years agoDocument kobj_class_compile_static().
Doug Rabson [Mon, 28 Aug 2000 21:17:46 +0000 (21:17 +0000)]
Document kobj_class_compile_static().

24 years agoAdd kobj_class_compile_static() to allow classes to be initialised
Doug Rabson [Mon, 28 Aug 2000 21:11:12 +0000 (21:11 +0000)]
Add kobj_class_compile_static() to allow classes to be initialised
statically (i.e. without calling malloc). This allows kobj to be used
very early in the boot sequence.

24 years ago* Remove a bogus call to kobj_init() from make_device().
Doug Rabson [Mon, 28 Aug 2000 21:08:12 +0000 (21:08 +0000)]
* Remove a bogus call to kobj_init() from make_device().
* Add a non-empty implementation of root_print_child().

24 years agoFix disordered arguments to bus_space_barrier().
Doug Rabson [Mon, 28 Aug 2000 21:02:18 +0000 (21:02 +0000)]
Fix disordered arguments to bus_space_barrier().

24 years agoAdd support for the 3Com 556 and 556B mini-pci adapters used on some
Bill Paul [Mon, 28 Aug 2000 20:40:03 +0000 (20:40 +0000)]
Add support for the 3Com 556 and 556B mini-pci adapters used on some
laptops. I've checked that this still works with the other cards and
it works with the 3c556 that I have access to, but I want to check that
it works with the 556B mentioned in PR #20878 before I close out the PR
and merge to -stable.

24 years agoAdd BSD.x11-4.dist to list of mtree files to install (d'oh!).
Satoshi Asami [Mon, 28 Aug 2000 20:22:25 +0000 (20:22 +0000)]
Add BSD.x11-4.dist to list of mtree files to install (d'oh!).

Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>

24 years ago This allows you to script sysinstall to say "NO" to DHCP and IPv6.
Murray Stokely [Mon, 28 Aug 2000 18:18:47 +0000 (18:18 +0000)]
  This allows you to script sysinstall to say "NO" to DHCP and IPv6.
Previously, you could only script these features if you said YES.

Oops.  Accidentally commited to releng_4 first.

PR: 20334
Approved by: jkh

24 years agoAccording to the susv2 man pages I have, remove(3) should act as
David Malone [Mon, 28 Aug 2000 15:45:42 +0000 (15:45 +0000)]
According to the susv2 man pages I have, remove(3) should act as
rmdir(2) on directories and unlink(2) otherwise. This modification,
and most of the man page update has been obtined from OpenBSD. This
was spotted by someone on a mailing lists a few months ago, but
I've lost their mail.

Reviewed by: sheldonh

24 years ago8859-8 fonts
Andrey A. Chernov [Mon, 28 Aug 2000 15:07:58 +0000 (15:07 +0000)]
8859-8 fonts

PR: 20864
Submitted by: Allow Ole  <allow@darkserver.dyndns.org>

24 years agoThe fixit floppy needs a few more inodes.
John Hay [Mon, 28 Aug 2000 14:25:53 +0000 (14:25 +0000)]
The fixit floppy needs a few more inodes.

24 years agoadd ELECOM Air@Hark/LD-WL11/PCC card
MIHIRA Sanpei Yoshiro [Mon, 28 Aug 2000 14:15:24 +0000 (14:15 +0000)]
add ELECOM Air@Hark/LD-WL11/PCC card
add NEC Wireless Card CMZ-RT-WP card

Obtained from: [bsd-nomads:13988] by YAMAMOTO Shigeru <shigeru@iij.ad.jp>

sort Farallon Skyline 11Mbps Wireless entory

24 years agoNo more hunting around for ipnat.conf(5) man page.
Nick Hibma [Mon, 28 Aug 2000 11:36:30 +0000 (11:36 +0000)]
No more hunting around for ipnat.conf(5) man page.

24 years agoWhitespace-only change: fix hard sentence breaks in previous commit.
Sheldon Hearn [Mon, 28 Aug 2000 10:11:56 +0000 (10:11 +0000)]
Whitespace-only change: fix hard sentence breaks in previous commit.

24 years agoApply fixes from NetBSD to bring this manual page into reallity.
Alexey Zelkin [Mon, 28 Aug 2000 09:27:28 +0000 (09:27 +0000)]
Apply fixes from NetBSD to bring this manual page into reallity.

Inspired by: ru & 4.4BSD Design and Implementation
Obtained from: NetBSD

24 years agoExplain the notion that additional mount options may be described
Sheldon Hearn [Mon, 28 Aug 2000 08:52:59 +0000 (08:52 +0000)]
Explain the notion that additional mount options may be described
in mount_XXX manual pages.  Remove explicit mention of NFS mount
options, since they are accurately described by this rule.

PR: 20814

24 years agomake sure we have IV that is random enough. memory allocator on
Hajimu UMEMOTO [Mon, 28 Aug 2000 08:24:46 +0000 (08:24 +0000)]
make sure we have IV that is random enough.  memory allocator on
some of platforms give us almost constant number (oops).

Obtained from: KAME

24 years agoRegen: fix prototypes for {o|}{g|s}etrlimit.
Marcel Moolenaar [Mon, 28 Aug 2000 07:56:38 +0000 (07:56 +0000)]
Regen: fix prototypes for {o|}{g|s}etrlimit.

24 years ago(forced commit)
Sheldon Hearn [Mon, 28 Aug 2000 07:54:27 +0000 (07:54 +0000)]
(forced commit)

rev 1.21 was:

PR: 20706
Reported by: Damieon Stark <visigoth@telemere.net>
Submitted by: Jonathan Chen <jon@spock.org>

24 years agoFix prototypes for {o|}{g|s}etrlimit. A recent change in the
Marcel Moolenaar [Mon, 28 Aug 2000 07:50:44 +0000 (07:50 +0000)]
Fix prototypes for {o|}{g|s}etrlimit. A recent change in the
Linuxulator caused this bug to trigger.

24 years agoClean up previous commit.
Bill Fumerola [Mon, 28 Aug 2000 05:54:14 +0000 (05:54 +0000)]
Clean up previous commit.

24 years agoAdd the description of some hard-learnt restrictions and a workaround.
Greg Lehey [Mon, 28 Aug 2000 05:47:05 +0000 (05:47 +0000)]
Add the description of some hard-learnt restrictions and a workaround.

24 years agoDefine a pcic module version
Warner Losh [Mon, 28 Aug 2000 04:53:36 +0000 (04:53 +0000)]
Define a pcic module version

24 years agoRemoved detection for Voodoo Banshee and Voodoo3 cards. I forsee certain
Coleman Kane [Mon, 28 Aug 2000 04:28:53 +0000 (04:28 +0000)]
Removed detection for Voodoo Banshee and Voodoo3 cards. I forsee certain
possible complications with the forthcoming DRI code, and feel that DRI
should handle the device-level interaction. Read
http://people.FreeBSD.org/~cokane/3dfx.html
to find out more. Basically want to move toward using OpenGL and DRI for
everything on these cards. Added a few defines and spacing style fixes in
tdfx_vars.h

24 years ago/boot/device.hints is now required.
Warner Losh [Mon, 28 Aug 2000 03:54:51 +0000 (03:54 +0000)]
/boot/device.hints is now required.

24 years agoDon't enable Linuxulator support if not on an i386.
Marcel Moolenaar [Mon, 28 Aug 2000 03:17:49 +0000 (03:17 +0000)]
Don't enable Linuxulator support if not on an i386.

PR: 20873
Submitted by: Christian Weisgerber <naddy@mips.inka.de>

24 years agoremove clause 3 licence
Matt Jacob [Sun, 27 Aug 2000 23:39:23 +0000 (23:39 +0000)]
remove clause 3 licence

24 years agovarious fixes
Matt Jacob [Sun, 27 Aug 2000 23:38:44 +0000 (23:38 +0000)]
various fixes

24 years agoBDECFLAGS
Bill Fumerola [Sun, 27 Aug 2000 22:24:43 +0000 (22:24 +0000)]
BDECFLAGS

24 years agoAdd 'shot', using the definition used by bars and shotglasses.
Bill Fumerola [Sun, 27 Aug 2000 22:02:42 +0000 (22:02 +0000)]
Add 'shot', using the definition used by bars and shotglasses.

24 years ago*fix* commented out DEVFS
Matt Jacob [Sun, 27 Aug 2000 21:57:31 +0000 (21:57 +0000)]
*fix* commented out DEVFS

24 years agoadd commented out DEVFS
Matt Jacob [Sun, 27 Aug 2000 21:56:40 +0000 (21:56 +0000)]
add commented out DEVFS

24 years agoRemove a stray backspace character.
John W. De Boskey [Sun, 27 Aug 2000 18:49:12 +0000 (18:49 +0000)]
Remove a stray backspace character.

Reviewed by: Eivind Eklund <eivind@FreeBSD.org>

24 years agosendmail 8.11.0 has been merged into RELENG_4
Gregory Neil Shapiro [Sun, 27 Aug 2000 17:33:46 +0000 (17:33 +0000)]
sendmail 8.11.0 has been merged into RELENG_4

24 years ago Reorder vop's alphabetically.
Poul-Henning Kamp [Sun, 27 Aug 2000 14:46:36 +0000 (14:46 +0000)]
 Reorder vop's alphabetically.
 Smarter use of devfs_allocv() (from bp@)
 Introduce devfs_find()
 ".." fixes to devfs_lookup (from bp@)

24 years agoCall destroy_dev() when sio devices go away.
Poul-Henning Kamp [Sun, 27 Aug 2000 14:46:13 +0000 (14:46 +0000)]
Call destroy_dev() when sio devices go away.

24 years agoFix ioctl MOUSE_SETMODE as defined in mouse(4).
Kazutaka YOKOTA [Sun, 27 Aug 2000 12:36:28 +0000 (12:36 +0000)]
Fix ioctl MOUSE_SETMODE as defined in mouse(4).
(Do not return EINVAL when -1 is specified as a new value,
as it should mean "preserve the current value.")

24 years agoTry and fix up some bogus indentation leftovers from emacs several
Peter Wemm [Sun, 27 Aug 2000 02:12:29 +0000 (02:12 +0000)]
Try and fix up some bogus indentation leftovers from emacs several
years ago.

24 years agoSigh, today is not my day. Convert a verbose while() .. loop into a for()
Peter Wemm [Sun, 27 Aug 2000 01:17:11 +0000 (01:17 +0000)]
Sigh, today is not my day.  Convert a verbose while() .. loop into a for()
loop.

Submitted by: billf

24 years ago*blush*. I was *sure* I compiled this after the last change..
Peter Wemm [Sun, 27 Aug 2000 01:10:55 +0000 (01:10 +0000)]
*blush*.  I was *sure* I compiled this after the last change..
Add the missing )

Shamed by: billf

24 years agowarn that setsockopt/sysctl # spaces are shared among *BSD, and should better
Jun-ichiro itojun Hagino [Sun, 27 Aug 2000 00:58:13 +0000 (00:58 +0000)]
warn that setsockopt/sysctl # spaces are shared among *BSD, and should better
be consulted with KAME guys if you want a number.

24 years agokillall.c is meant to be a superset replacement of killall.pl, the
Peter Wemm [Sun, 27 Aug 2000 00:46:25 +0000 (00:46 +0000)]
killall.c is meant to be a superset replacement of killall.pl, the
main difference is that it uses sysctl to get the process lists rather
than /proc - thereby reducing the dependency on /proc by one more tool.

24 years agonew sysctl 'kern.openfiles' (exports nfiles to userland)
Alfred Perlstein [Sat, 26 Aug 2000 23:49:44 +0000 (23:49 +0000)]
new sysctl 'kern.openfiles' (exports nfiles to userland)

24 years agoAllow the DPT pci attachment to share IRQ's
Peter Wemm [Sat, 26 Aug 2000 22:19:53 +0000 (22:19 +0000)]
Allow the DPT pci attachment to share IRQ's

Submitted by: Jonathan Chen <jon@spock.org>

24 years agoo Correct spelling of ufs_exttatr_find_attr -> ufs_extattr_find_attr
Robert Watson [Sat, 26 Aug 2000 22:00:58 +0000 (22:00 +0000)]
o Correct spelling of ufs_exttatr_find_attr -> ufs_extattr_find_attr
o Add "const" qualifier to attrname argument of various calls to remove
  warnings

Obtained from: TrustedBSD Project

24 years agoMinor cleanups tp devfs_readdir();
Poul-Henning Kamp [Sat, 26 Aug 2000 16:20:57 +0000 (16:20 +0000)]
Minor cleanups tp devfs_readdir();
Add devfs_read() for directories.  (inspired by bp@)

24 years agoSync with NetBSD:
Nick Hibma [Sat, 26 Aug 2000 13:53:27 +0000 (13:53 +0000)]
Sync with NetBSD:
Print unknown usages with 4 digits.
Mask in page extraction.

24 years agoMake mergemaster ignore files in /dev if /dev is a devfs.
Ben Smithurst [Sat, 26 Aug 2000 12:15:24 +0000 (12:15 +0000)]
Make mergemaster ignore files in /dev if /dev is a devfs.

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

24 years agoMount DEVFS with no options.
Poul-Henning Kamp [Sat, 26 Aug 2000 11:53:53 +0000 (11:53 +0000)]
Mount DEVFS with no options.

24 years agoMake if_xe eepend on both xe and card.
Warner Losh [Sat, 26 Aug 2000 08:52:58 +0000 (08:52 +0000)]
Make if_xe eepend on both xe and card.

24 years agoEnabled pcic, card and xe devices.
Yoshihiro Takahashi [Sat, 26 Aug 2000 07:38:43 +0000 (07:38 +0000)]
Enabled pcic, card and xe devices.

24 years agoPass two pointer parameters to the r_debug_state() hook
John W. De Boskey [Sat, 26 Aug 2000 05:13:29 +0000 (05:13 +0000)]
Pass two pointer parameters to the r_debug_state() hook
function, thus allowing a debugger or other trace tool
to easily grab the addresses of the needed structures
off the stack.

This change is transparent to gdb, which locates the
link_map list and transfers it to debugger memory
for comparison purposes.

A sample program will be committed showing how this can
be used.

Reviewed by:    John Polstra <jdp@FreeBSD.org>

24 years agoWhitespace change: (near) KNF
Marcel Moolenaar [Sat, 26 Aug 2000 05:12:16 +0000 (05:12 +0000)]
Whitespace change: (near) KNF

24 years agoRegen.
Masahide MAEKAWA [Sat, 26 Aug 2000 05:08:11 +0000 (05:08 +0000)]
Regen.

24 years agoFix bug in previous commit. We need to trim the limits to fit
Marcel Moolenaar [Sat, 26 Aug 2000 05:08:10 +0000 (05:08 +0000)]
Fix bug in previous commit. We need to trim the limits to fit
the datatype (= long). Use ULONG_MAX and LONG_MAX to avoid
creating MD code.

24 years agoAdd vendor IBM product USB CD-ROM Drive
Masahide MAEKAWA [Sat, 26 Aug 2000 05:06:40 +0000 (05:06 +0000)]
Add vendor IBM product USB CD-ROM Drive

24 years agoMake the arguments match the functionality of the functions.
David E. O'Brien [Sat, 26 Aug 2000 04:51:39 +0000 (04:51 +0000)]
Make the arguments match the functionality of the functions.

24 years agoFix a premature freeing bug found with malloc debugging courtesy John Hay.
Brian Feldman [Sat, 26 Aug 2000 03:42:51 +0000 (03:42 +0000)]
Fix a premature freeing bug found with malloc debugging courtesy John Hay.

Submitted by: jhay

24 years agoMake this file compile again when COMPAT_43 has not been
Marcel Moolenaar [Sat, 26 Aug 2000 02:27:01 +0000 (02:27 +0000)]
Make this file compile again when COMPAT_43 has not been
defined. This boils down to conditionally compile the
old signal syscalls.

We might want to extend the types in syscalls.master to
make these syscalls conditionally on something more
appropriate than COMPAT_43.

24 years agoRe-implement linux_{g|s}etrlimit in terms of {g|s}etrlimit
Marcel Moolenaar [Sat, 26 Aug 2000 02:18:41 +0000 (02:18 +0000)]
Re-implement linux_{g|s}etrlimit in terms of {g|s}etrlimit
instead of the o{g|s}etrlimit so that the dependency on
COMPAT_43 is removed.

24 years agoMinor tweaks to have the card be properly enabled via the CCR.
Warner Losh [Sat, 26 Aug 2000 00:07:40 +0000 (00:07 +0000)]
Minor tweaks to have the card be properly enabled via the CCR.
Minor debug changes
Minor power management pessimizations

24 years agom_mballoc_wait() had a spl/tsleep race. mbufs can be freed in interrupt
Peter Wemm [Fri, 25 Aug 2000 22:28:08 +0000 (22:28 +0000)]
m_mballoc_wait() had a spl/tsleep race.  mbufs can be freed in interrupt
context, which can cause a wakeup.. which can race with this.

24 years agoFinger.conf first appeared in 4.2 (now that it's been MFCd)
Brian Somers [Fri, 25 Aug 2000 22:22:04 +0000 (22:22 +0000)]
Finger.conf first appeared in 4.2 (now that it's been MFCd)

24 years agoIf the config program found a hints file and included it as a fallback,
Peter Wemm [Fri, 25 Aug 2000 19:48:10 +0000 (19:48 +0000)]
If the config program found a hints file and included it as a fallback,
then treat it as such.  This isn't perfect, but should do for things
like GENERIC.  When in fallback mode, they will be used if there are NO
other hints.

24 years agoIf a ${KERNEL}.hints file exists, and no hints are specified explicitly,
Peter Wemm [Fri, 25 Aug 2000 19:30:03 +0000 (19:30 +0000)]
If a ${KERNEL}.hints file exists, and no hints are specified explicitly,
then include the hints with a marker indicating that it is a fallback.
The kernel side of this is to come shortly.

24 years agoAdd some anti-foot-shooting protection to the kernel install target.
Peter Wemm [Fri, 25 Aug 2000 19:16:43 +0000 (19:16 +0000)]
Add some anti-foot-shooting protection to the kernel install target.
Do not install a kernel unless a device.hints exists.  Yes, you can
create an empty hints file if you refuse to use them.

24 years agoMove acpi_softc into acpi.h to be shared from additional files.
Mitsuru IWASAKI [Fri, 25 Aug 2000 19:04:16 +0000 (19:04 +0000)]
Move acpi_softc into acpi.h to be shared from additional files.
Add PowerResource manipulation code; acpi_powerres.c.  (more files to
be created something like acpi_battery, acpi_thermal.c...)

24 years agoCorrect variable spelling
Brian Somers [Fri, 25 Aug 2000 18:50:54 +0000 (18:50 +0000)]
Correct variable spelling

PR: 20841

24 years agoFix the -m option - broken by the last commit.
Brian Somers [Fri, 25 Aug 2000 18:28:43 +0000 (18:28 +0000)]
Fix the -m option - broken by the last commit.

Submitted by: Mark Knight <markk@knigma.org>

24 years agoUpdate BSD.x11-4.dist to XFree86-4 after repo copy. I believe this is
Satoshi Asami [Fri, 25 Aug 2000 10:07:21 +0000 (10:07 +0000)]
Update BSD.x11-4.dist to XFree86-4 after repo copy.  I believe this is
correct but I won't know for sure until bento's cluster comes back up.

24 years agoQuick fix for msdsofs_write() on alphas and other machines with either
Bruce Evans [Fri, 25 Aug 2000 09:03:58 +0000 (09:03 +0000)]
Quick fix for msdsofs_write() on alphas and other machines with either
longs larger than 32 bits or strict alignment requirements.

pm_fatmask had type u_long, but it must have a type that has precisely
32 bits and this type must be no smaller than int, so that ~pmp->pm_fatmask
has no bits above the 31st set.  Otherwise, comparisons between (cn
| ~pmp->pm_fatmask) and magic 32-bit "cluster" numbers always fail.
The correct fix is to use the C99 type uint_least32_t and mask with
0xffffffff.  The quick fix is to use u_int32_t and assume that ints
have

msdosfs metadata is riddled with unaligned fields, and on alphas,
unaligned_fixup() apparently has problems fixing up the unaligned
accesses caused by this.  The quick fix is to not comment out the
NetBSD code that sort of handles this, and define UNALIGNED_ACCESS on
i386's so that the code doesn't change on i386's.  The correct fix
would define UNALIGNED_ACCESS in a central machine-dependent header
and maybe add some extra cases to unaligned_fixup().  UNALIGNED_ACCESS
is also tested in isofs.

Submitted by: parts by Mark Abene <phiber@radicalmedia.com>
PR: 19086

24 years agoSync with main
Andrey A. Chernov [Fri, 25 Aug 2000 08:56:28 +0000 (08:56 +0000)]
Sync with main

24 years agocons25r: minimize differences with cons25
Andrey A. Chernov [Fri, 25 Aug 2000 08:36:43 +0000 (08:36 +0000)]
cons25r: minimize differences with cons25

24 years agoCorrect messages for VIA Apollo Pro133A.
Jun Kuriyama [Fri, 25 Aug 2000 08:30:51 +0000 (08:30 +0000)]
Correct messages for VIA Apollo Pro133A.

24 years agoAdd a missing comma.
Sheldon Hearn [Fri, 25 Aug 2000 08:29:28 +0000 (08:29 +0000)]
Add a missing comma.

24 years agoReplace the thumb-suck phrase "system call vector translation" with
Sheldon Hearn [Fri, 25 Aug 2000 08:18:50 +0000 (08:18 +0000)]
Replace the thumb-suck phrase "system call vector translation" with
something that people who like tomato juice prefer.

24 years agoFix typo in license.
Marcel Moolenaar [Fri, 25 Aug 2000 07:32:24 +0000 (07:32 +0000)]
Fix typo in license.

24 years agoAnother file needed for ACPI,I forgot to commit.
Takanori Watanabe [Fri, 25 Aug 2000 02:13:25 +0000 (02:13 +0000)]
Another file needed for ACPI,I forgot to commit.

Noticed by:iwasaki

24 years agoAllow finger.conf to contain aliases for files that will be displayed
Brian Somers [Fri, 25 Aug 2000 01:01:07 +0000 (01:01 +0000)]
Allow finger.conf to contain aliases for files that will be displayed
when fingered.

Submitted by: Mark Knight <markk@knigma.org>

24 years agoAdd a new compile-time tweak to BTX. If you set the make(1) variable
John Baldwin [Thu, 24 Aug 2000 20:57:44 +0000 (20:57 +0000)]
Add a new compile-time tweak to BTX.  If you set the make(1) variable
BOOT_BTX_NOHANG, then BTX will be compiled with the appropriate flags so
that it reboots after a fault instead of hanging forever.

Requested by: ps
Approved by: rnordier

24 years agoQuick Fix: swap.c doesn't appear to actually need <sys/conf.h>, so remove
Peter Wemm [Thu, 24 Aug 2000 20:22:44 +0000 (20:22 +0000)]
Quick Fix: swap.c doesn't appear to actually need <sys/conf.h>, so remove
it to try and get world building again.  (sys/conf.h now depends on
sys/types.h)

24 years agoQuick fix. <sys/conf.h> now depends on <sys/time.h>, which is not present
Peter Wemm [Thu, 24 Aug 2000 19:23:09 +0000 (19:23 +0000)]
Quick fix. <sys/conf.h> now depends on <sys/time.h>, which is not present
when libcam is building this in userland.

24 years agoMake the temporary file _evp.h instead of evp.h to not conflict with
Brian Feldman [Thu, 24 Aug 2000 19:06:55 +0000 (19:06 +0000)]
Make the temporary file _evp.h instead of evp.h to not conflict with
the real evp.h.

Reported by: markm