]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
20 years agosendmail_submit_enable and sendmail_outbound_enable checks were reverted.
Max Khon [Sat, 17 Apr 2004 19:09:09 +0000 (19:09 +0000)]
sendmail_submit_enable and sendmail_outbound_enable checks were reverted.

Found by: Morten Rodal <morten@rodal.no>

20 years agoCheck -s option source address for validity.
Pierre Beyssac [Sat, 17 Apr 2004 18:44:23 +0000 (18:44 +0000)]
Check -s option source address for validity.

PR: bin/29026
MFC after: 1 week

20 years agoBack out a change (s/IPsec/IPSec/) in rev.1.716->1.717.
Hiroki Sato [Sat, 17 Apr 2004 18:31:25 +0000 (18:31 +0000)]
Back out a change (s/IPsec/IPSec/) in rev.1.716->1.717.

Pointed out by: simon
Pointy hat to: hrs

20 years agoFix some typos:
Hiroki Sato [Sat, 17 Apr 2004 17:38:47 +0000 (17:38 +0000)]
Fix some typos:
s/IPsec/IPSec/
s/ids/IDs/
s/didn't/did not/

20 years agoSort entries in alphabetical order.
Hiroki Sato [Sat, 17 Apr 2004 17:35:18 +0000 (17:35 +0000)]
Sort entries in alphabetical order.

20 years agoNew release note:
Hiroki Sato [Sat, 17 Apr 2004 17:26:47 +0000 (17:26 +0000)]
New release note:
ng_hub(4) added, and
less-381 import.

20 years agoUpdate release note:
Hiroki Sato [Sat, 17 Apr 2004 17:15:43 +0000 (17:15 +0000)]
Update release note:
All drivers that support polling(4) now also support
per-interface polling(4).

Pointed out by: ru

20 years agoNew release note:
Hiroki Sato [Sat, 17 Apr 2004 17:06:28 +0000 (17:06 +0000)]
New release note:
SA-04:07.cvs.

20 years agomake route_init() static
Luigi Rizzo [Sat, 17 Apr 2004 15:10:20 +0000 (15:10 +0000)]
make route_init() static

20 years agomisc cleanup in sysctl_ifmalist():
Luigi Rizzo [Sat, 17 Apr 2004 15:09:36 +0000 (15:09 +0000)]
misc cleanup in sysctl_ifmalist():
 + remove a partly incorrect comment that i introduced in the last commit;
 + deal with the correct part of the above comment by cleaning up the
   updates of 'info' -- rti_addrs needd not to be updated,
   rti_info[RTAX_IFP] can be set once outside the loop.
While at it, correct a few misspelling of NULL as 0, but there are
way too many in this file, and i did not want to clutter the
important part of this commit.

20 years agoA simple packet distribution node type that acts like an Ethernet hub.
Ruslan Ermilov [Sat, 17 Apr 2004 12:42:17 +0000 (12:42 +0000)]
A simple packet distribution node type that acts like an Ethernet hub.

20 years agoAdd support for Exsys EX-41098 cards.
Colin Percival [Sat, 17 Apr 2004 11:57:34 +0000 (11:57 +0000)]
Add support for Exsys EX-41098 cards.

PR: kern/65040
Submitted by: Stefan Grundmann <sg-sendpr@waset.de>
Tested by: buildkernel
"Just commit it" by: phk

20 years agoDon't check for device_get_softc() returning NULL, it can't happen.
Maxime Henrion [Sat, 17 Apr 2004 10:25:04 +0000 (10:25 +0000)]
Don't check for device_get_softc() returning NULL, it can't happen.

20 years agoRestore old value of LESSKEYFILE_SYS.
Tim J. Robbins [Sat, 17 Apr 2004 07:48:21 +0000 (07:48 +0000)]
Restore old value of LESSKEYFILE_SYS.

20 years agoRegenerate with less 381 configure script.
Tim J. Robbins [Sat, 17 Apr 2004 07:46:08 +0000 (07:46 +0000)]
Regenerate with less 381 configure script.

20 years agoMerge vendor changes onto mainline.
Tim J. Robbins [Sat, 17 Apr 2004 07:24:09 +0000 (07:24 +0000)]
Merge vendor changes onto mainline.

20 years agoThis commit was generated by cvs2svn to compensate for changes in r128345,
Tim J. Robbins [Sat, 17 Apr 2004 07:16:34 +0000 (07:16 +0000)]
This commit was generated by cvs2svn to compensate for changes in r128345,
which included commits to RCS files with non-trunk default branches.

20 years agoImport less v381.
Tim J. Robbins [Sat, 17 Apr 2004 07:16:34 +0000 (07:16 +0000)]
Import less v381.

20 years agoSuspend my interest in maintaining libalias(3) and natd(8).
Ruslan Ermilov [Sat, 17 Apr 2004 06:15:16 +0000 (06:15 +0000)]
Suspend my interest in maintaining libalias(3) and natd(8).

20 years agoNew release notes: ports/UPDATING and ports/CHANGES.
Bruce A. Mah [Sat, 17 Apr 2004 05:21:40 +0000 (05:21 +0000)]
New release notes:  ports/UPDATING and ports/CHANGES.

MF4S:  GNOME 2.6, KDE 3.2.1.

20 years agoActually install preseedrandom.
Brooks Davis [Sat, 17 Apr 2004 04:12:27 +0000 (04:12 +0000)]
Actually install preseedrandom.

Reported by: bde

20 years agoFixed some style bugs in previous commit (mainly an insertion sort error
Bruce Evans [Sat, 17 Apr 2004 02:46:05 +0000 (02:46 +0000)]
Fixed some style bugs in previous commit (mainly an insertion sort error
for declarations, and poorly worded messages).

Fixed some nearby style bugs (unsorted declarations).

20 years agoAdd a missing memcpy (*blush*!)
Brian Somers [Sat, 17 Apr 2004 00:29:17 +0000 (00:29 +0000)]
Add a missing memcpy (*blush*!)

Suggested by: James P Scully <scully@CS.Arizona.EDU>, Perianayagam Somasundaram <somu@CS.Arizona.EDU>
MFC after: 10 days

20 years agoAdd support for the HP Modular Smart Array 20 & 500 storage arrays.
Paul Saab [Fri, 16 Apr 2004 23:00:01 +0000 (23:00 +0000)]
Add support for the HP Modular Smart Array 20 & 500 storage arrays.
Logical volumes on these devices show up as LUNs behind another
controller (also known as proxy controller).  In order to issue
firmware commands for a volume on a proxy controller, they must be
targeted at the address of the proxy controller it is attached to,
not the Host/PCI controller.

A proxy controller is defined as a device listed in the INQUIRY
PHYSICAL LUNS command who's L2 and L3 SCSI addresses are zero.  The
corresponding address returned defines which "bus" the controller
lives on and we use this to create a virtual CAM bus.

A logical volume's addresses first byte defines the logical drive
number.  The second byte defines the bus that it is attached to
which corresponds to the BUS of the proxy controller's found or the
Host/PCI controller.

Change event notification to be handled in its own kernel thread.
This is needed since some events may require the driver to sleep
on some operations and this cannot be done during interrupt context.
With this change, it is now possible to create and destroy logical
volumes from FreeBSD, but it requires a native application to
construct the proper firmware commands which is not publicly
available.

Special thanks to John Cagle @ HP for providing remote access to
all the hardware and beating on the storage engineers at HP to
answer my questions.

20 years agoBring describtion of a sysctl in line with the source:
Christian Brueffer [Fri, 16 Apr 2004 22:53:51 +0000 (22:53 +0000)]
Bring describtion of a sysctl in line with the source:

kern.acct_chkfreq is specified in seconds, not minutes.

Cluebat provided by: kensmith

20 years agoRemove unnecessary .Pp macro and bump document date
Christian Brueffer [Fri, 16 Apr 2004 22:38:54 +0000 (22:38 +0000)]
Remove unnecessary .Pp macro and bump document date

Submitted by: ru

20 years agoWhitespace cleanup.
Paul Saab [Fri, 16 Apr 2004 21:03:38 +0000 (21:03 +0000)]
Whitespace cleanup.

20 years agoForced commit to note, that the last commit also added a reference to accton.8
Christian Brueffer [Fri, 16 Apr 2004 20:39:10 +0000 (20:39 +0000)]
Forced commit to note, that the last commit also added a reference to accton.8

20 years agoList some sysctl variables that influence accounting
Christian Brueffer [Fri, 16 Apr 2004 20:32:56 +0000 (20:32 +0000)]
List some sysctl variables that influence accounting

PR: 65070
Submitted by: Marc Silver <marcs@draenor.org>
X-MFC after: re approval

20 years ago- Enable (unmask) interrupt sources earlier in the ithread loop.
John Baldwin [Fri, 16 Apr 2004 20:25:40 +0000 (20:25 +0000)]
- Enable (unmask) interrupt sources earlier in the ithread loop.
  Specifically, we used to enable the source after locking sched_lock
  and just before we had already decided to do a context switch.
  This meant that an ithread could never process more than one interrupt
  per context switch.  Enabling earlier in the loop before sched_lock is
  acquired allows an ithread to handle multiple interrupts per context
  switch if interrupts fire very rapidly.  For the case of heavy interrupt
  load this can reduce the number of context switches (and thus overhead)
  as well as reduce interrupt latency.
- Now that we can handle multiple interrupts per context switch, add simple
  interrupt storm protection to threaded interrupts.  If X number of
  consecutive interrupts are triggered before the itherad voluntarily
  yields to another thread, then the interrupt thread will sleep with the
  associated interrupt source disabled (masked) for 1/10th of a second.
  The default value of X is 500, but it can be tweaked via the tunable/
  sysctl hw.intr_storm_threshold.  If an interrupt storm is detected, then
  a message is output to the kernel console on the first occurrence per
  interrupt thread.  Interrupt storm protection can be disabled completely
  by setting this value to 0.  There is no scientific reasoning for the
  1/10th of a second or 500 interrupts values, so they may require tweaking
  at some point in the future.

Tested by: rwatson (an earlier version w/o the storm protection)
Tested by: mux (reportedly made a machine with two PCI interrupts
storming usable rather than hard locked)
Reviewed by: imp

20 years agoWhitespace fix.
John Baldwin [Fri, 16 Apr 2004 20:09:53 +0000 (20:09 +0000)]
Whitespace fix.

20 years agoRevert part of the "BIOS brain damage" from rev 1.10. It seems that
John Baldwin [Fri, 16 Apr 2004 19:46:30 +0000 (19:46 +0000)]
Revert part of the "BIOS brain damage" from rev 1.10.  It seems that
different BIOSs use the same exact settings to mean two very different and
incompatible things for the SCI.  Thus, if the SCI is remapped to a PCI
interrupt, we now trust the trigger/polarity that the MADT provides by
default.  However, the SCI can be forced to level/lo as 1.10 did by setting
the tunable "hw.acpi.force_sci_lo" to a non-zero value from the loader.

Thus, if rev 1.10 caused an interrupt storm, it should nwo fix your
machine.  If rev 1.10 fixed an interrupt storm on your machine, you
probably need to set the aforementioned tunable in /boot/loader.conf to
prevent the interrupt storm.

The more general problem of getting the SCI's trigger/polarity programmed
"correctly" (for some value of correctly meaning several workarounds for
broken BIOSs and inconsistent "implementations" of the ACPI standard) is
going to require more work, but this band-aid should improve the current
situation somewhat.

Requested by: njl

20 years agoUse %eax rather than %ax when loading segment registers to avoid partial
John Baldwin [Fri, 16 Apr 2004 19:26:37 +0000 (19:26 +0000)]
Use %eax rather than %ax when loading segment registers to avoid partial
register stalls.

Reviewed by: bde (a while ago, and I think an earlier version)

20 years agoDon't call the BIOS to route a link that has already been routed by the
John Baldwin [Fri, 16 Apr 2004 18:54:05 +0000 (18:54 +0000)]
Don't call the BIOS to route a link that has already been routed by the
BIOS during POST as it apparently makes some machines unhappy.

Tested by: mux

20 years agoNew release note:
Hiroki Sato [Fri, 16 Apr 2004 18:38:04 +0000 (18:38 +0000)]
New release note:
acpi_toshiba(4) video switching support,
getvfsent(3) removed,
sx driver added,
pci(4) bus resource and power management updated,
per-interface polling(4) support,
ata(4) early support for Promise SX4/SX4000,
dump(8) and restore(8) -P option,
make(1) .warning directive,
ACPI-CA 20040402 import, and
CVS 1.11.15 import.

Update release note:
Use &man.twa.4;.

20 years agoI added preseedrandom yesterday, not last month.
Brooks Davis [Fri, 16 Apr 2004 18:36:52 +0000 (18:36 +0000)]
I added preseedrandom yesterday, not last month.

Reported by: Dmitry Morozovsky <marck at rinet.ru>

20 years agoDocument changes in /dev/random initalization. Suggest running
Brooks Davis [Fri, 16 Apr 2004 17:13:10 +0000 (17:13 +0000)]
Document changes in /dev/random initalization.  Suggest running
/etc/rc.d/preseedrandom to seed the PRNG in the upgrade instructions.

20 years agoAttempts to make this device Giant-free were ill-conceived as
Mark Murray [Fri, 16 Apr 2004 17:10:54 +0000 (17:10 +0000)]
Attempts to make this device Giant-free were ill-conceived as
uiomove(9) is not properly locked. So, return to NEEDGIANT
mode. Later, when uiomove is finely locked, I'll revisit.

While I'm here, provide some temporary debugging output to
help catch blocking startups.

20 years agoDefault to harvesting everything. This is to help give a faster
Mark Murray [Fri, 16 Apr 2004 17:07:11 +0000 (17:07 +0000)]
Default to harvesting everything. This is to help give a faster
startup. harvesting can be turned OFF in etc/rc.d/* if it is a
burden.

20 years agoDisable the new wake GPE behavior. With it enabled, my laptop won't stay
Nate Lawson [Fri, 16 Apr 2004 16:27:37 +0000 (16:27 +0000)]
Disable the new wake GPE behavior.  With it enabled, my laptop won't stay
suspended after the second try.  Intel is working on a fix to properly
differentiate the non-standard wake/runtime GPEs from wake-only GPEs.

20 years agoooops. I disabled pci_enable_io_modes not pci_do_powerstate in the last
Warner Losh [Fri, 16 Apr 2004 15:01:54 +0000 (15:01 +0000)]
ooops.  I disabled pci_enable_io_modes not pci_do_powerstate in the last
commit.  That was in error.

Noticed by: sos

20 years agoAt some point during the history of m_getcl(), MAC support began to
Robert Watson [Fri, 16 Apr 2004 14:35:11 +0000 (14:35 +0000)]
At some point during the history of m_getcl(), MAC support began to
unconditionally initialize the mbuf header even if cluster allocation
failed, which could result in a NULL pointer dereference in low-memory
conditions.

PR: kern/65548
Submitted by: Stephan Uphoff <ups@tree.com>

20 years agoUse if_link instead of the alias if_list, and change a for() into
Luigi Rizzo [Fri, 16 Apr 2004 10:32:13 +0000 (10:32 +0000)]
Use if_link instead of the alias if_list, and change a for() into
the TAILQ_FOREACH() form.

Comment the need to store the same info (mac address for ethernet-type
devices) in two different places.

No functional changes. Even the compiler output should be unmodified
by this change.

20 years agoDocumented the intended usage of if_addrhead and ifaddr_byindex()
Luigi Rizzo [Fri, 16 Apr 2004 10:28:54 +0000 (10:28 +0000)]
Documented the intended usage of if_addrhead and ifaddr_byindex()
This commit only changes comments. Nothing to recompile.

20 years agoo split a sentence to make it more understandable
Christian Brueffer [Fri, 16 Apr 2004 09:31:17 +0000 (09:31 +0000)]
o split a sentence to make it more understandable
o mention that the acctfile has to exist for accton to work [1]
o add reference to acct.5

PR:             65071 [1] (slightly modified)
Submitted by:   Marc Silver <marcs@draenor.org>
X-MFC after: re approval

20 years agoImprove comment (SMB bus -> System Management Bus)
Eivind Eklund [Fri, 16 Apr 2004 09:29:45 +0000 (09:29 +0000)]
Improve comment (SMB bus -> System Management Bus)

20 years agoConsistently use ifaddr_byindex() to access the link-level address
Luigi Rizzo [Fri, 16 Apr 2004 08:15:37 +0000 (08:15 +0000)]
Consistently use ifaddr_byindex() to access the link-level address
of an interface. No functional change.

On passing, comment an useless invocation of TAILQ_INIT(&ifp->if_addrhead)
which could probably be removed in the interest of clarity.

20 years agoConsistently use ifaddr_byindex() to access the link-level address
Luigi Rizzo [Fri, 16 Apr 2004 08:14:34 +0000 (08:14 +0000)]
Consistently use ifaddr_byindex() to access the link-level address
of an interface. No functional change.

On passing, comment a likely bug in net/rtsock.c:sysctl_ifmalist()
which, if confirmed, would deserve to be fixed and MFC'ed

20 years agoRemoved local bits that are now part of the standard mdoc(7) package.
Ruslan Ermilov [Fri, 16 Apr 2004 07:19:13 +0000 (07:19 +0000)]
Removed local bits that are now part of the standard mdoc(7) package.

20 years agoPull up latest mdoc(7) changes:
Ruslan Ermilov [Fri, 16 Apr 2004 07:08:33 +0000 (07:08 +0000)]
Pull up latest mdoc(7) changes:

: 2004-04-14  Thomas Klausner <wiz@netbsd.org>
:
:  * tmac/doc-common (doc-volume-as-*): Use lowercase names.
:  (doc-operating-system-*): Updated.
:  * tmac/doc-syms (doc-str-St-*): Various small fixes.
:  (doc-str-Lb-*): Add more library names.

20 years agoRemove two variables that became unused because of last commit.
Luigi Rizzo [Fri, 16 Apr 2004 06:58:39 +0000 (06:58 +0000)]
Remove two variables that became unused because of last commit.

Reported by: tinderbox

20 years agoMake whatis(1) happy.
Ruslan Ermilov [Fri, 16 Apr 2004 06:26:09 +0000 (06:26 +0000)]
Make whatis(1) happy.

20 years agoMove ENABLE_ALART to proper place.
David E. O'Brien [Fri, 16 Apr 2004 05:59:08 +0000 (05:59 +0000)]
Move ENABLE_ALART to proper place.

Submitted by: bde

20 years agoFix building on L64 machines.
David E. O'Brien [Fri, 16 Apr 2004 05:34:14 +0000 (05:34 +0000)]
Fix building on L64 machines.

20 years agoAdd support for the ADMtek AN8513 USB Ethernet adapter.
David E. O'Brien [Fri, 16 Apr 2004 05:24:45 +0000 (05:24 +0000)]
Add support for the ADMtek AN8513 USB Ethernet adapter.

Submitted by: taxman <taxman@freedombi.com>

20 years agoCorrect $FreeBSD$ style.
David E. O'Brien [Fri, 16 Apr 2004 05:22:11 +0000 (05:22 +0000)]
Correct $FreeBSD$ style.

20 years agomake the bad bar warning less scary, and toss it behind a bootverbose.
Warner Losh [Fri, 16 Apr 2004 04:53:19 +0000 (04:53 +0000)]
make the bad bar warning less scary, and toss it behind a bootverbose.
It is harmless, but freaking people out.

20 years agoTurn off the power stuff for a little while longer. There appears to be
Warner Losh [Fri, 16 Apr 2004 04:50:54 +0000 (04:50 +0000)]
Turn off the power stuff for a little while longer.  There appears to be
something subtle wrong with it.

20 years agoForced commit to acknowledge Julian Elischer as the source of the previous fix.
Tim Kientzle [Fri, 16 Apr 2004 03:51:37 +0000 (03:51 +0000)]
Forced commit to acknowledge Julian Elischer as the source of the previous fix.

20 years ago--help is only supported if you have getopt_long().
Tim Kientzle [Fri, 16 Apr 2004 03:50:04 +0000 (03:50 +0000)]
--help is only supported if you have getopt_long().
This allows bsdtar to compile on FreeBSD 4.x.

20 years agoSet the "global" attribute on the page table entries for the kernel and
Alan Cox [Fri, 16 Apr 2004 03:45:28 +0000 (03:45 +0000)]
Set the "global" attribute on the page table entries for the kernel and
direct mappings.  This shaves a few seconds off of my buildworld times.

Discussed with: peter@

20 years agoOnly enable the ACL restore logic on FreeBSD versions >= 5.0.
Tim Kientzle [Fri, 16 Apr 2004 01:20:58 +0000 (01:20 +0000)]
Only enable the ACL restore logic on FreeBSD versions >= 5.0.
Earlier versions of FreeBSD don't support ACLs.

Note that the ACL support code in archive_entry is standalone code and
unaffected by this.  (In particular, it should be possible to
manipulate archives containing ACLs even if the ACLs cannot be
restored on the current system.)

20 years ago- Use memory barrier with atomic operations in ntoskrnl_lock_dpc() and
Bill Paul [Fri, 16 Apr 2004 00:04:28 +0000 (00:04 +0000)]
- Use memory barrier with atomic operations in ntoskrnl_lock_dpc() and
  ntoskrnl_unlocl_dpc().
- hal_raise_irql(), hal_lower_irql() and hal_irql() didn't work right
  on SMP (priority inheritance makes things... interesting). For now,
  use only two states: DISPATCH_LEVEL (PI_REALTIME) and PASSIVE_LEVEL
  (everything else). Tested on a dual PIII box.
- Use ndis_thsuspend() in ndis_sleep() instead of tsleep(). (I added
  ndis_thsuspend() and ndis_thresume() to replace kthread_suspend()
  and kthread_resume(); the former will preserve a thread's priority
  when it wakes up, the latter will not.)
- Change use of tsleep() in ndis_stop_thread() to prevent priority
  change on wakeup.

20 years agoAs suggested by Julian Elischer, use a self-sizing hash
Tim Kientzle [Thu, 15 Apr 2004 22:37:54 +0000 (22:37 +0000)]
As suggested by Julian Elischer, use a self-sizing hash
table for the hardlink cache.  This dramatically improves
performance when archiving millions of hardlinked files.

While I'm here, clean up some style bugs (per Bruce Evans)
and clarify some comments.

20 years agoRemove improper use of if_addrhead in device drivers to check
Luigi Rizzo [Thu, 15 Apr 2004 20:31:10 +0000 (20:31 +0000)]
Remove improper use of if_addrhead in device drivers to check
if the link-level address has been initialized already.

The majority of modern drivers never does this and works fine, which
makes me think that the check is totally unnecessary and a residue
of cut&paste from other drivers.

This change is done to simplify locking because now almost none of the
drivers uses this field. The exceptions are "ct" "ctau" and "cx"
where i am not sure if i can remove that part.

20 years agoDocument the way if_addrhead and struct ifaddr are used.
Luigi Rizzo [Thu, 15 Apr 2004 19:45:59 +0000 (19:45 +0000)]
Document the way if_addrhead and struct ifaddr are used.
Remove a member from 'struct ifaddr' which has been in an
#ifdef notdef block since rev 1.1

No ABI changes -- no need to recompile anything.

20 years agoWhitespace nit in previous revision.
Ruslan Ermilov [Thu, 15 Apr 2004 19:13:27 +0000 (19:13 +0000)]
Whitespace nit in previous revision.

20 years agoIf IF_HANDOFF() or netisr_queue() fail, they will free the mbuf. When
Robert Watson [Thu, 15 Apr 2004 19:11:34 +0000 (19:11 +0000)]
If IF_HANDOFF() or netisr_queue() fail, they will free the mbuf.  When
this happens, set (m) to NULL or we'll try to free it a second time on
return.

Submitted by: Pavel Gulchouck <gul@gul.kiev.ua>

20 years agoRemove bogus checks on the value of ${entropy_file} and hardcode out
Brooks Davis [Thu, 15 Apr 2004 18:23:14 +0000 (18:23 +0000)]
Remove bogus checks on the value of ${entropy_file} and hardcode out
entropy source to /entropy.  We have to assume there is no rc.conf at
this stage of the boot process.

Reported by: njl

20 years agoBand-aid diskless booting by running a new preseedrandom script before
Brooks Davis [Thu, 15 Apr 2004 17:52:53 +0000 (17:52 +0000)]
Band-aid diskless booting by running a new preseedrandom script before
initdiskless.  The output of several commands and if available the
contents of /entropy are feed into /dev/random to kickstart the PRNG.
/etc/rc.d/initrandom is left alone to maintain the previous behavior as
much as possiable.

Further work in this area is probably needed.

Discussed with: markm

20 years agouse %zu instead of %zd
Jim Rees [Thu, 15 Apr 2004 16:12:12 +0000 (16:12 +0000)]
use %zu instead of %zd

Requested by: Bruce Evans

20 years agoAdd note that npx depends on isa.
Josef El-Rayes [Thu, 15 Apr 2004 15:11:04 +0000 (15:11 +0000)]
Add note that npx depends on isa.

Approved by: green

20 years agos/atspeaker/speaker/
Colin Percival [Thu, 15 Apr 2004 12:12:15 +0000 (12:12 +0000)]
s/atspeaker/speaker/
cf. revision 1.2 of src/sys/modules/speaker/Makefile

PR: conf/65195
Submitted by: daichi

20 years agoInstall the MIBs and the definition file to the new location under
Hartmut Brandt [Thu, 15 Apr 2004 08:56:06 +0000 (08:56 +0000)]
Install the MIBs and the definition file to the new location under
/usr/share/snmp.

Noted by: bmah

20 years agoEnsure that the poll_burst <= poll_burst_max constraint really holds.
Ruslan Ermilov [Thu, 15 Apr 2004 07:38:44 +0000 (07:38 +0000)]
Ensure that the poll_burst <= poll_burst_max constraint really holds.

Reviewed by: luigi

20 years agoDo a style fixup on the example function.
Mark Murray [Thu, 15 Apr 2004 07:24:10 +0000 (07:24 +0000)]
Do a style fixup on the example function.

20 years agoUpdate bmake glue for cvs-1.11.15, with apologies to Jacques for messing
Peter Wemm [Thu, 15 Apr 2004 01:54:28 +0000 (01:54 +0000)]
Update bmake glue for cvs-1.11.15, with apologies to Jacques for messing
up his day.  The *.patch files are still fine for MFC'ing.

20 years agoChange WriteTemplate to take const char * args.
Peter Wemm [Thu, 15 Apr 2004 01:41:05 +0000 (01:41 +0000)]
Change WriteTemplate to take const char * args.
The Name_Root() call seems to be defunct, remove it because it was
causing compile problems.  The real magic seems to be in the Parse_Info()
callback (which was also updated for const char * args).

20 years agoFix merge typo. Add missing ",".
Peter Wemm [Thu, 15 Apr 2004 01:31:28 +0000 (01:31 +0000)]
Fix merge typo. Add missing ",".

20 years agoThis commit was generated by cvs2svn to compensate for changes in r128270,
Peter Wemm [Thu, 15 Apr 2004 01:19:11 +0000 (01:19 +0000)]
This commit was generated by cvs2svn to compensate for changes in r128270,
which included commits to RCS files with non-trunk default branches.

20 years agoInitial merge of cvs-1.11.5 -> 1.11.15 changes onto mainline
Peter Wemm [Thu, 15 Apr 2004 01:17:28 +0000 (01:17 +0000)]
Initial merge of cvs-1.11.5 -> 1.11.15 changes onto mainline

20 years agoThis commit was generated by cvs2svn to compensate for changes in r128266,
Peter Wemm [Thu, 15 Apr 2004 01:01:56 +0000 (01:01 +0000)]
This commit was generated by cvs2svn to compensate for changes in r128266,
which included commits to RCS files with non-trunk default branches.

20 years agoImport cvs-1.11.15
Peter Wemm [Thu, 15 Apr 2004 01:01:56 +0000 (01:01 +0000)]
Import cvs-1.11.15

20 years agoTurn off cvs build for a few hours while importing.
Peter Wemm [Thu, 15 Apr 2004 01:01:07 +0000 (01:01 +0000)]
Turn off cvs build for a few hours while importing.

20 years agoTurn on the amd64-specific bignum code in openssl. This is actually
Peter Wemm [Wed, 14 Apr 2004 23:26:26 +0000 (23:26 +0000)]
Turn on the amd64-specific bignum code in openssl.  This is actually
a variant of the C code but with some scattered asm and things laid out
more optimally for the platform.  This means that we need to the asm
directory to the search path for the amd64 case so that make can find
the source.

20 years agoLet the NFS client notice a file's size changing as a modification.
Peter Edwards [Wed, 14 Apr 2004 23:23:55 +0000 (23:23 +0000)]
Let the NFS client notice a file's size changing as a modification.
This avoids presenting invalid data to the client's applications
when the file is modified, and then extended within the window of
the resolution of the modifcation timestamp.

Reviewed By: iedowse
PR: kern/64091

20 years agoCheck in structure definitions for the FreeBSD-3.x signal syscall stuff.
Peter Wemm [Wed, 14 Apr 2004 23:20:14 +0000 (23:20 +0000)]
Check in structure definitions for the FreeBSD-3.x signal syscall stuff.
Nothing uses these yet, but I dont want to lose them.

20 years agoRegen
Peter Wemm [Wed, 14 Apr 2004 23:17:57 +0000 (23:17 +0000)]
Regen

20 years agoCatch up to the not-so-recent statfs(2) changes.
Peter Wemm [Wed, 14 Apr 2004 23:17:37 +0000 (23:17 +0000)]
Catch up to the not-so-recent statfs(2) changes.

20 years agoDon't allow the driver to be unloaded if the device node is open.
Paul Saab [Wed, 14 Apr 2004 19:45:07 +0000 (19:45 +0000)]
Don't allow the driver to be unloaded if the device node is open.

20 years agoRemove the 'timeout' argument from aac_wait_command() as it isn't used and
Scott Long [Wed, 14 Apr 2004 19:11:29 +0000 (19:11 +0000)]
Remove the 'timeout' argument from aac_wait_command() as it isn't used and
never will be.  Update the XXX comment for this function to accurately reflect
why things are the way they are.

20 years agoDo not catch signals when waiting for a request. This fixes a nasty
Paul Saab [Wed, 14 Apr 2004 18:55:28 +0000 (18:55 +0000)]
Do not catch signals when waiting for a request.  This fixes a nasty
race when issuing commands from userland.

20 years agoRemove nowerror lines now that acpica is warns clean.
Nate Lawson [Wed, 14 Apr 2004 18:13:16 +0000 (18:13 +0000)]
Remove nowerror lines now that acpica is warns clean.

20 years agoRemove warnings from vendor files. This takes some files off the vendor
Nate Lawson [Wed, 14 Apr 2004 18:12:29 +0000 (18:12 +0000)]
Remove warnings from vendor files.  This takes some files off the vendor
branch but they have indicated they will not fix these warnings.

20 years agoAdded an entry for twa.4.
Vinod Kashyap [Wed, 14 Apr 2004 18:03:30 +0000 (18:03 +0000)]
Added an entry for twa.4.

Reviewed by: ru

20 years agoReturn an error immediately if asked to switch a non-existent consumer.
Nate Lawson [Wed, 14 Apr 2004 17:58:19 +0000 (17:58 +0000)]
Return an error immediately if asked to switch a non-existent consumer.

20 years agoAdd notes about the pci stuff that's currently working its way through
Warner Losh [Wed, 14 Apr 2004 17:54:18 +0000 (17:54 +0000)]
Add notes about the pci stuff that's currently working its way through
current.

20 years agoNow that the dust has settled on the resource issues, turn on the
Warner Losh [Wed, 14 Apr 2004 17:52:08 +0000 (17:52 +0000)]
Now that the dust has settled on the resource issues, turn on the
power parts of my patches and see what breaks.  Don't (yet) throw
the chatty messages behind a if (bootverbose).

20 years agoRemove a non-variable static and move other static variables to the same
Nate Lawson [Wed, 14 Apr 2004 17:48:33 +0000 (17:48 +0000)]
Remove a non-variable static and move other static variables to the same
location.

20 years agoFix some warnings by commenting out unused code.
Nate Lawson [Wed, 14 Apr 2004 17:47:42 +0000 (17:47 +0000)]
Fix some warnings by commenting out unused code.