]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
20 years agoRemove a nonsensical remark about byte order markers in UTF-8 streams.
Tim J. Robbins [Mon, 12 Apr 2004 12:58:41 +0000 (12:58 +0000)]
Remove a nonsensical remark about byte order markers in UTF-8 streams.

20 years agoFixed alignment of multicast addresses when printing that got
Ruslan Ermilov [Mon, 12 Apr 2004 09:44:42 +0000 (09:44 +0000)]
Fixed alignment of multicast addresses when printing that got
broken in previous revision.

20 years agoFix "sleeping without a mutex" panic.
Mark Murray [Mon, 12 Apr 2004 09:13:24 +0000 (09:13 +0000)]
Fix "sleeping without a mutex" panic.

20 years agoRemove a check for the return value added in rev 1.41. It's not an error
Nate Lawson [Mon, 12 Apr 2004 05:04:47 +0000 (05:04 +0000)]
Remove a check for the return value added in rev 1.41.  It's not an error
to fail to turn off a fan, since the case is that it's usually already off.

20 years agoMove sx to i386/NOTES for the moment. I missed the
Warner Losh [Mon, 12 Apr 2004 02:36:51 +0000 (02:36 +0000)]
Move sx to i386/NOTES for the moment.  I missed the
enable/disable_intr() in the code.

20 years agoMore work on ACLs: fix error in archive_entry's ACL parsing code,
Tim Kientzle [Mon, 12 Apr 2004 01:16:16 +0000 (01:16 +0000)]
More work on ACLs: fix error in archive_entry's ACL parsing code,
  try to set ACLs even if fflag restore fails, first cut at reading
  Solaris tar ACLs

Code improvement: merge gnu tar read support into main tar reader;
  this eliminates a lot of duplicate code and generalizes the tar
  reader to handle formats with GNU-like extensions.

Style: Makefile cleanup, eliminate 'dmalloc' references, remove 'tartype'
  from archive_entry (this makes archive_entry more format-agnostic)

Thanks to: David Magda for providing Solaris tar test files

20 years agoAdd DPADD to Makefile (thanks to Andrey for pointing this out).
Tim Kientzle [Mon, 12 Apr 2004 00:13:23 +0000 (00:13 +0000)]
Add DPADD to Makefile (thanks to Andrey for pointing this out).

Generally clean up Makefile, remove dmalloc references from source
(there are better ways to do this than pollute the FreeBSD src tree).

20 years agoFix some minor grammar nits. Translators can probably ignore this.
Bruce A. Mah [Sun, 11 Apr 2004 23:49:16 +0000 (23:49 +0000)]
Fix some minor grammar nits.  Translators can probably ignore this.

20 years agoBump __FreeBSD_version for getgrent(3) removal. I doubt anything
Maxime Henrion [Sun, 11 Apr 2004 21:57:07 +0000 (21:57 +0000)]
Bump __FreeBSD_version for getgrent(3) removal.  I doubt anything
outside of the tree uses it, but it doesn't cost anything.

20 years agoBelatedly remove the getvfsent(3) API. All the consumers have been
Maxime Henrion [Sun, 11 Apr 2004 21:36:31 +0000 (21:36 +0000)]
Belatedly remove the getvfsent(3) API.  All the consumers have been
updated to use getvfsbyname(3) or the vfs.conflist sysctl since a
long time, except mount_smbfs(8) which has just been fixed.

20 years agoPut struct ovfsconf inside BURN_BRIDGES as well.
Maxime Henrion [Sun, 11 Apr 2004 21:26:07 +0000 (21:26 +0000)]
Put struct ovfsconf inside BURN_BRIDGES as well.

20 years agoPut deprecated sysctl code inside BURN_BRIDGES.
Maxime Henrion [Sun, 11 Apr 2004 21:09:22 +0000 (21:09 +0000)]
Put deprecated sysctl code inside BURN_BRIDGES.

20 years agoSync with other mount_*fs(8) utilities; we don't need to try to
Maxime Henrion [Sun, 11 Apr 2004 21:07:26 +0000 (21:07 +0000)]
Sync with other mount_*fs(8) utilities; we don't need to try to
load the smbfs module because the mount(2) syscall will do it
if it's needed.

20 years agoImplemented per-interface polling(4) control.
Ruslan Ermilov [Sun, 11 Apr 2004 21:01:12 +0000 (21:01 +0000)]
Implemented per-interface polling(4) control.

20 years agoImplemented per-interface polling(4) control.
Ruslan Ermilov [Sun, 11 Apr 2004 20:34:08 +0000 (20:34 +0000)]
Implemented per-interface polling(4) control.

20 years agoAdd sx driver, since it looks like it should work on all
Warner Losh [Sun, 11 Apr 2004 20:17:34 +0000 (20:17 +0000)]
Add sx driver, since it looks like it should work on all
architectures.

20 years agoUpdate to recent driver api changes.
Warner Losh [Sun, 11 Apr 2004 20:15:15 +0000 (20:15 +0000)]
Update to recent driver api changes.

20 years agoAdd glue for new sx driver.
Warner Losh [Sun, 11 Apr 2004 20:01:18 +0000 (20:01 +0000)]
Add glue for new sx driver.

20 years agoUse vm_page_hold() rather than vm_page_wire() for short-duration page
Alan Cox [Sun, 11 Apr 2004 19:57:11 +0000 (19:57 +0000)]
Use vm_page_hold() rather than vm_page_wire() for short-duration page
wiring.  The reason being that vm_page_hold() is cheaper.

20 years agoFrank Mayhar's <frank@exit.com> sx driver for older Specialix
Warner Losh [Sun, 11 Apr 2004 19:32:20 +0000 (19:32 +0000)]
Frank Mayhar's <frank@exit.com> sx driver for older Specialix
I/O8+ and I/O4+ intelligent serial controllers.  si is for
completely different hardware, also made by Specialix.

20 years agoImplemented per-interface polling(4) control.
Ruslan Ermilov [Sun, 11 Apr 2004 19:25:56 +0000 (19:25 +0000)]
Implemented per-interface polling(4) control.

20 years agoAdd note about why we're ignoring the below 1MB bit.
Warner Losh [Sun, 11 Apr 2004 19:22:25 +0000 (19:22 +0000)]
Add note about why we're ignoring the below 1MB bit.

20 years agoFixed resetting of the watchdog timer and queue full flag.
Ruslan Ermilov [Sun, 11 Apr 2004 18:28:14 +0000 (18:28 +0000)]
Fixed resetting of the watchdog timer and queue full flag.

20 years agoCommit import of OpenBSD-stable fix:
Max Laier [Sun, 11 Apr 2004 17:35:40 +0000 (17:35 +0000)]
Commit import of OpenBSD-stable fix:

 Fix by dhartmei@ and mcbride@
 1.433
 Properly m_copyback() modified TCP sequence number after demodulation
 1.432
 Fix icmp checksum when sequence number modlation is being used.
 Also fix a daddr vs saddr cut-n-paste error in ICMP error handling.

 Fixes PR 3724

Obtained from: OpenBSD
Reviewed by: dhartmei
Approved by: rwatson

20 years agoUnbreak build: s/TAILQ_ISEMPTY/TAILQ_EMPTY/g
Marcel Moolenaar [Sun, 11 Apr 2004 17:15:36 +0000 (17:15 +0000)]
Unbreak build: s/TAILQ_ISEMPTY/TAILQ_EMPTY/g

20 years agoIn 4.x, if_ipending is used to track network interrupt state. In 5.x,
Robert Watson [Sun, 11 Apr 2004 16:35:53 +0000 (16:35 +0000)]
In 4.x, if_ipending is used to track network interrupt state.  In 5.x,
it is no longer used, so GC the ifnet.if_ipending field.

20 years agoStop xe claiming ownership of every card passed to xe_pccard_match.
Scott Mitchell [Sun, 11 Apr 2004 16:34:29 +0000 (16:34 +0000)]
Stop xe claiming ownership of every card passed to xe_pccard_match.

Found by: Pete Carss <itinerant at mac dot com>
Reviewed by: imp (mentor)
Pointy hat to: rsm

20 years agoCompare IFF_POLLING flag with ifp->if_flags rather than ifp->if_ipending,
Robert Watson [Sun, 11 Apr 2004 16:26:39 +0000 (16:26 +0000)]
Compare IFF_POLLING flag with ifp->if_flags rather than ifp->if_ipending,
which was almost certainly a bug since polling support was introduced
in this driver.

Found during discussion with: mlaier

20 years agoImplemented per-interface polling(4) control.
Ruslan Ermilov [Sun, 11 Apr 2004 16:23:16 +0000 (16:23 +0000)]
Implemented per-interface polling(4) control.

20 years agoInclude nehemiah.c only on i386, as is done for the non-modules
Marcel Moolenaar [Sun, 11 Apr 2004 15:40:18 +0000 (15:40 +0000)]
Include nehemiah.c only on i386, as is done for the non-modules
build.

20 years agoImplemented per-interface polling(4) control.
Ruslan Ermilov [Sun, 11 Apr 2004 15:35:49 +0000 (15:35 +0000)]
Implemented per-interface polling(4) control.

20 years agoImplemented per-interface polling(4) control.
Ruslan Ermilov [Sun, 11 Apr 2004 15:18:09 +0000 (15:18 +0000)]
Implemented per-interface polling(4) control.

20 years agoImplemented per-interface polling(4) control.
Ruslan Ermilov [Sun, 11 Apr 2004 14:42:25 +0000 (14:42 +0000)]
Implemented per-interface polling(4) control.

20 years agoNew release note:
Hiroki Sato [Sun, 11 Apr 2004 14:19:36 +0000 (14:19 +0000)]
New release note:
04:06.ipv6.

20 years agoFirst driver with user-configurable polling(4).
Ruslan Ermilov [Sun, 11 Apr 2004 13:47:15 +0000 (13:47 +0000)]
First driver with user-configurable polling(4).

20 years agoDocument that -m also causes the capability list to be displayed.
Ruslan Ermilov [Sun, 11 Apr 2004 13:44:57 +0000 (13:44 +0000)]
Document that -m also causes the capability list to be displayed.

20 years agoAdded the new interface capability option for drivers that implement
Ruslan Ermilov [Sun, 11 Apr 2004 13:36:52 +0000 (13:36 +0000)]
Added the new interface capability option for drivers that implement
user-configurable polling(4) support.  Make ifconfig(8) aware of it.

Suggested by: luigi

20 years agoDon't let the NFS server module be unloaded as long as there are
Peter Edwards [Sun, 11 Apr 2004 13:33:34 +0000 (13:33 +0000)]
Don't let the NFS server module be unloaded as long as there are
nfsd processes running

Reviewed By: iedowse
PR: 16299

20 years agoClean up properly when unloading NFS client module.
Peter Edwards [Sun, 11 Apr 2004 13:30:20 +0000 (13:30 +0000)]
Clean up properly when unloading NFS client module.

This includes a modified form of some code from Thomas Moestl (tmm@)
to properly clean up the UMA zone and the "nfsnodehashtbl" hash
table.

Reviewed By: iedowse
PR: 16299

20 years agoFix pc98 build.
Yoshihiro Takahashi [Sun, 11 Apr 2004 09:13:42 +0000 (09:13 +0000)]
Fix pc98 build.

20 years agoMove en_CA from US_LINKS to GB_LINKS.
Joe Marcus Clarke [Sun, 11 Apr 2004 08:07:22 +0000 (08:07 +0000)]
Move en_CA from US_LINKS to GB_LINKS.

Submitted by: adamw
Approved by: ache
Committed by: me since adamw should be studying for exams

20 years agoAdd system tunable to turn off power state changes. Default to off until
Warner Losh [Sun, 11 Apr 2004 07:02:49 +0000 (07:02 +0000)]
Add system tunable to turn off power state changes.  Default to off until
we get the resource allocation stuff hammered out.

Fix and off by one error that caused unnecessary filtering of valid
BARs for only 4 bytes than ICH3 and other PCI IDE controllers have.
Andrew Gallatin submitted this, although it doesn't solve the problems
ICH3 controllers have with the new code, it does restore the former
resource list on the probe line.

20 years agoMove advise from DEVICE_PROBE.9 about where to probe children.
Warner Losh [Sun, 11 Apr 2004 06:37:50 +0000 (06:37 +0000)]
Move advise from DEVICE_PROBE.9 about where to probe children.

20 years agoRemove a comment that refers to avail_start and avail_end as these
Alan Cox [Sun, 11 Apr 2004 06:37:36 +0000 (06:37 +0000)]
Remove a comment that refers to avail_start and avail_end as these
variables no longer exist.

20 years agoDocument more clearly that a probe routine:
Warner Losh [Sun, 11 Apr 2004 06:37:21 +0000 (06:37 +0000)]
Document more clearly that a probe routine:
Should have no side effects
Must not hold resources when it returns
May be called multiple times if it returns < 0.

Remove the bad advise that the probe routine should look for children
for devices that implement busses.  This is more properly reserved for
the attach routine.

20 years agoRemove avail_end. It is not used.
Alan Cox [Sun, 11 Apr 2004 06:02:24 +0000 (06:02 +0000)]
Remove avail_end.  It is not used.

20 years agoDocument the meaning of the zero return value.
Tim J. Robbins [Sun, 11 Apr 2004 05:19:19 +0000 (05:19 +0000)]
Document the meaning of the zero return value.

20 years agoRemove avail_end. It is not used.
Alan Cox [Sun, 11 Apr 2004 05:08:26 +0000 (05:08 +0000)]
Remove avail_end.  It is not used.

20 years ago - is_physical_memory()'s parameter, which is a physical address, should be
Alan Cox [Sun, 11 Apr 2004 04:26:58 +0000 (04:26 +0000)]
 - is_physical_memory()'s parameter, which is a physical address, should be
   a vm_paddr_t not a vm_offset_t.

20 years agoFix kernel build instructions to be correct for 5.X.
Ken Smith [Sun, 11 Apr 2004 03:30:09 +0000 (03:30 +0000)]
Fix kernel build instructions to be correct for 5.X.

PR: docs/65397
Submitted by: Russell Francis <rf358197 (at) ohio.edu>

20 years ago - pmap_kenter_temporary()'s first parameter, which is a physical address,
Alan Cox [Sat, 10 Apr 2004 23:28:49 +0000 (23:28 +0000)]
 - pmap_kenter_temporary()'s first parameter, which is a physical address,
   should be declared as vm_paddr_t not vm_offset_t.

20 years ago - pmap_kenter_temporary() is unused by machine-independent code. Therefore,
Alan Cox [Sat, 10 Apr 2004 22:41:46 +0000 (22:41 +0000)]
 - pmap_kenter_temporary() is unused by machine-independent code.  Therefore,
   move its declaration to the machine-dependent header file on those
   machines that use it.  In principle, only i386 should have it.
   Alpha and AMD64 should use their direct virtual-to-physical mapping.
 - Remove pmap_kenter_temporary() from ia64.  It is unused.  Approved
   by: marcel@

20 years agoDocument devfs_set_rulesets a little.
Brian Feldman [Sat, 10 Apr 2004 22:13:27 +0000 (22:13 +0000)]
Document devfs_set_rulesets a little.

20 years agoNew release note:
Hiroki Sato [Sat, 10 Apr 2004 20:44:11 +0000 (20:44 +0000)]
New release note:
VIA C3 Nehemiah's hardware RNG support,
nge(4) VLAN support bugfix,
rl(4) polling support bugfix,
ste(4) and vr(4) polling support,
twa driver,
bsdlabel(8) -f option,
bthidcontrol and bthidd for Bluetooth HID,
doscmd removed,
fdcontrol(8), fdformat(1), and fdread(1) now work on FreeBSD/pc98,
find(1) -acl option,
UTF-8 versions of the supported system locales,
netstat(1) now displays the multicast group memberships,
pgrep(1) and pkill(1),
ps(1) supports more POSIX/SUSv3 compatible options,
Heimdal Kerberos 0.6 -> 0.6.1,
libpcap 0.7.1 -> 0.8.3,
OpenSSL 0.9.7c -> 0.9.7d, and
tcpdump 3.7.1 -> 3.8.3.

Update release note:
Sort ctau(4) entry in the alphabetical order.

20 years agoUnbreak alpha kernel build and unbreak any non-i386 runtime brokenness.
Marcel Moolenaar [Sat, 10 Apr 2004 19:43:15 +0000 (19:43 +0000)]
Unbreak alpha kernel build and unbreak any non-i386 runtime brokenness.
The VIA Nehemias is so obviously specific to i386 that it should not
be compiled on non-i386 platforms. The obviousness is in the fact that
all functions in nehemias.c are purely i386 inline assembly, guarded
by #ifdef __i386__

20 years agoFix module build during buildworld with MODULES_WITH_WORLD defined.
Alexander Kabaev [Sat, 10 Apr 2004 19:41:15 +0000 (19:41 +0000)]
Fix module build during buildworld with MODULES_WITH_WORLD defined.

20 years agoCall trm_Interrupt() in trm_poll(). This fixes the lock at reboot time some
Olivier Houchard [Sat, 10 Apr 2004 15:38:49 +0000 (15:38 +0000)]
Call trm_Interrupt() in trm_poll(). This fixes the lock at reboot time some
people reported.

PR: kern/62864
Tested by: Putinas Piliponis <putinas.piliponis at icnspot.net>

20 years agoFix a typo. I was locked out for two days from my machine.
David Xu [Sat, 10 Apr 2004 14:36:57 +0000 (14:36 +0000)]
Fix a typo. I was locked out for two days from my machine.

20 years agoRemove a comment that complains about the lack of %qd, to justify
Maxime Henrion [Sat, 10 Apr 2004 11:08:16 +0000 (11:08 +0000)]
Remove a comment that complains about the lack of %qd, to justify
truncating a rlim_t to a long.  We have %qd since some time now.
However, the correct format to use here is %jd and a cast to
intmax_t, so do this.

20 years agoChanged comments following changes to not bundle firmware by default.
Vinod Kashyap [Sat, 10 Apr 2004 02:41:22 +0000 (02:41 +0000)]
Changed comments following changes to not bundle firmware by default.

Approved by: re

20 years agoFixed unformatting of copyright clause 4 in previous commit.
Bruce Evans [Sat, 10 Apr 2004 02:22:35 +0000 (02:22 +0000)]
Fixed unformatting of copyright clause 4 in previous commit.

20 years agoDon't include the firmware image by default as it adds 500k (uncompressed) to
Scott Long [Sat, 10 Apr 2004 02:00:47 +0000 (02:00 +0000)]
Don't include the firmware image by default as it adds 500k (uncompressed) to
the module.

Reviewed by: vinod

20 years agoDon't cast away const qualifiers.
Tim J. Robbins [Sat, 10 Apr 2004 00:27:52 +0000 (00:27 +0000)]
Don't cast away const qualifiers.

Spotted by: bde

20 years agoStart committing Bluetooth HID (Human Interface Device) support.
Maksim Yevmenkin [Sat, 10 Apr 2004 00:18:00 +0000 (00:18 +0000)]
Start committing Bluetooth HID (Human Interface Device) support.
Note: bthidd(8) is still not complete. Need to commit kernel
support (a-la Linux /dev/input) to feed HID events into kernel.
Also need to write bthidd(8) and bthidd.conf(5) man pages.

20 years agoUse uint instead of u_int
Maksim Yevmenkin [Fri, 9 Apr 2004 23:58:53 +0000 (23:58 +0000)]
Use uint instead of u_int

20 years agoUse uint instead of u_int
Maksim Yevmenkin [Fri, 9 Apr 2004 23:26:16 +0000 (23:26 +0000)]
Use uint instead of u_int

20 years agoMake sure Bluetooth stuff can be compiled on amd64
Maksim Yevmenkin [Fri, 9 Apr 2004 23:01:42 +0000 (23:01 +0000)]
Make sure Bluetooth stuff can be compiled on amd64

Submitted by: ps

20 years agoOnly print state change message for real state changes. When we set a
Warner Losh [Fri, 9 Apr 2004 20:41:18 +0000 (20:41 +0000)]
Only print state change message for real state changes.  When we set a
device in D0 to D0, that's a no-op, however the messages seem to be
confusing some people.  Eventually, these messages will be parked
behind a if (bootverbose).

# I don't think this will fix any real bugs...

20 years agoThe previous clause 3 commit was also
Mark Murray [Fri, 9 Apr 2004 20:34:51 +0000 (20:34 +0000)]
The previous clause 3 commit was also

Approved by: scottl
Thanks to: scottl

20 years agoRemove advertising clause from University of California Regent's license,
Mark Murray [Fri, 9 Apr 2004 19:58:40 +0000 (19:58 +0000)]
Remove advertising clause from University of California Regent's license,
per letter dated July 22, 1999.

Approved by: core, imp

20 years agoAdd MODULE_DEPEND entries so some of these drivers can eventually be
Nate Lawson [Fri, 9 Apr 2004 18:14:32 +0000 (18:14 +0000)]
Add MODULE_DEPEND entries so some of these drivers can eventually be
loaded separately from ACPI (i.e., embedded use).

20 years agoBand-aid fix to extract MAC address from some CEM2/CEM28 cards with broken
Scott Mitchell [Fri, 9 Apr 2004 17:34:54 +0000 (17:34 +0000)]
Band-aid fix to extract MAC address from some CEM2/CEM28 cards with broken
CIS.  Really needs a better interface to the CIS in pccard driver.

Reviewed by: imp (mentor)

20 years agoBackout previous commit. It seems this comment applied to something
Maxime Henrion [Fri, 9 Apr 2004 17:30:26 +0000 (17:30 +0000)]
Backout previous commit.  It seems this comment applied to something
else than I thought, and thus really needs to go away.

Noticed by: ru

20 years agoFix probe routine to use card IDs from pccarddevs for NEWCARD and OLDCARD.
Scott Mitchell [Fri, 9 Apr 2004 17:27:36 +0000 (17:27 +0000)]
Fix probe routine to use card IDs from pccarddevs for NEWCARD and OLDCARD.
Should now correctly probe and attach all supported cards in either mode.

Reviewed by: imp (mentor)

20 years agoo Fix an incorrect parsing of 0.0.0.0/0 expression.
Maxim Konovalov [Fri, 9 Apr 2004 17:26:01 +0000 (17:26 +0000)]
o Fix an incorrect parsing of 0.0.0.0/0 expression.

PR: kern/64778
MFC after: 6 weeks

20 years agoAdd Xircom XEM5600 card (appears to be a renamed REM56).
Scott Mitchell [Fri, 9 Apr 2004 17:15:18 +0000 (17:15 +0000)]
Add Xircom XEM5600 card (appears to be a renamed REM56).
Observe that Xircom CEM28 and CEM33 are known to work in Ethernet mode.

Reviewed by: imp (mentor)

20 years agoSync to pccarddevs 1.83
Scott Mitchell [Fri, 9 Apr 2004 17:10:12 +0000 (17:10 +0000)]
Sync to pccarddevs 1.83

Reviewed by: imp (mentor)

20 years agoAdd Xircom XEM5600 and known versions of CE2, CEM33 and CEM56.
Scott Mitchell [Fri, 9 Apr 2004 17:08:12 +0000 (17:08 +0000)]
Add Xircom XEM5600 and known versions of CE2, CEM33 and CEM56.
Xircom had an unfortunate habit of re-using PCMCIA IDs for quite different
cards - the xe driver knows about this and uses the first byte of 'extra'
PCMCIA ID info to identify cards with ambiguous IDs.

Reviewed by: imp (mentor)

20 years agoI hate noticing bugs after committing. :-(
Mark Murray [Fri, 9 Apr 2004 17:00:03 +0000 (17:00 +0000)]
I hate noticing bugs after committing. :-(
ALWAYS set up the CPU base identity string. THEN optionally
add features.

20 years agoo SIOCGIFCONF->getifaddrs(2) conversion.
Maxim Konovalov [Fri, 9 Apr 2004 16:59:05 +0000 (16:59 +0000)]
o SIOCGIFCONF->getifaddrs(2) conversion.

PR: bin/9379
Obtained from: NetBSD

20 years agoDocument the recent upgrade to the entropy device WRT hardware
Mark Murray [Fri, 9 Apr 2004 16:02:54 +0000 (16:02 +0000)]
Document the recent upgrade to the entropy device WRT hardware
generators.

20 years agoTake into account hardware-supplied entropy. If the entropy source
Mark Murray [Fri, 9 Apr 2004 15:56:16 +0000 (15:56 +0000)]
Take into account hardware-supplied entropy. If the entropy source
is hardware, the Yarrow initialisations don't need to be done.

20 years agoReorganise the entropy device so that high-yield entropy sources
Mark Murray [Fri, 9 Apr 2004 15:47:10 +0000 (15:47 +0000)]
Reorganise the entropy device so that high-yield entropy sources
can more easily be used INSTEAD OF the hard-working Yarrow.
The only hardware source used at this point is the one inside
the VIA C3 Nehemiah (Stepping 3 and above) CPU. More sources will
be added in due course. Contributions welcome!

20 years agoOmnibus PCI commit:
Warner Losh [Fri, 9 Apr 2004 15:44:34 +0000 (15:44 +0000)]
Omnibus PCI commit:
o Save and restore bars for suspend/resume as well as for D3->D0
  transitions.
o preallocate resources that the PCI devices use to avoid resource
  conflicts
o lazy allocation of resources not allocated by the BIOS.
o set unattached drivers to state D3.  Set power state to D0
  before probe/attach.  Right now there's two special cases
  for this (display and memory devices) that need work in other
  areas of the tree.

Please report any bugs to me.

20 years agoPlug minor memory leak of module_t structures when unloading a file
Peter Edwards [Fri, 9 Apr 2004 15:27:38 +0000 (15:27 +0000)]
Plug minor memory leak of module_t structures when unloading a file
from the kernel.

Reviewed By: Doug Rabson (dfr@)

20 years agoAdd extra output to show when VIA C3 Nehemiah CPUs have hardware
Mark Murray [Fri, 9 Apr 2004 15:01:44 +0000 (15:01 +0000)]
Add extra output to show when VIA C3 Nehemiah CPUs have hardware
Random Number Generator (RNG) and/or Advanced Cryptography Engine
(ACE).

20 years agoSpell "switches" a more conventional way.
Olivier Houchard [Fri, 9 Apr 2004 14:31:29 +0000 (14:31 +0000)]
Spell "switches" a more conventional way.

20 years ago- Change several errx() calls that should have been err() calls.
Maxime Henrion [Fri, 9 Apr 2004 14:27:28 +0000 (14:27 +0000)]
- Change several errx() calls that should have been err() calls.
- Handle empty ARP tables properly.
- Remove register keyword.
- arp(8) is WARNS?=4 clean, so mark it as such to avoid regressions.

20 years agoReintroduce a comment that was wrongly removed in revision 1.34.
Maxime Henrion [Fri, 9 Apr 2004 14:19:12 +0000 (14:19 +0000)]
Reintroduce a comment that was wrongly removed in revision 1.34.

20 years agoCompare pointers with NULL rather than using pointers are booleans in
Robert Watson [Fri, 9 Apr 2004 13:23:51 +0000 (13:23 +0000)]
Compare pointers with NULL rather than using pointers are booleans in
if/for statements.  Assign pointers to NULL rather than typecast 0.
Compare pointers with NULL rather than 0.

20 years agoFixed missing forward declaration of struct rusage in the _KERNEL case.
Bruce Evans [Fri, 9 Apr 2004 13:14:32 +0000 (13:14 +0000)]
Fixed missing forward declaration of struct rusage in the _KERNEL case.

Removed namespace-polluting forward declaration of struct rusage in the
!_KERNEL && !_BSD_VISIBLE case.

Fixed some nearby style bugs.

20 years agoTerminate execl()'s argument list with a null pointer instead of a
Tim J. Robbins [Fri, 9 Apr 2004 11:32:32 +0000 (11:32 +0000)]
Terminate execl()'s argument list with a null pointer instead of a
null pointer constant. (The latter may be an integer constant, which
is not correct here.)

Submitted by: Stefan Farfeleder

20 years agoImprove robustness of multibyte character handling (-m option), and
Tim J. Robbins [Fri, 9 Apr 2004 11:17:29 +0000 (11:17 +0000)]
Improve robustness of multibyte character handling (-m option), and
simplify the read buffering now that we can feed partial multibyte
characters to mbrtowc().

20 years agoStyle fixes and add gen to CLEANFILES.
Nate Lawson [Fri, 9 Apr 2004 07:13:27 +0000 (07:13 +0000)]
Style fixes and add gen to CLEANFILES.

Submitted by: bde

20 years agoReplace more ad-hoc versions of acpi_GetReference(). Since the type of
Nate Lawson [Fri, 9 Apr 2004 06:55:50 +0000 (06:55 +0000)]
Replace more ad-hoc versions of acpi_GetReference().  Since the type of
Reference objects changed from ACPI_TYPE_ANY to ACPI_TYPE_LOCAL_REFERENCE
in Oct. 2002, this may help systems where switching the cooler on failed.
We support both types for now until this sorts out.

20 years agoInclude the prototype for acpi_GetReference.
Nate Lawson [Fri, 9 Apr 2004 06:53:50 +0000 (06:53 +0000)]
Include the prototype for acpi_GetReference.

20 years agoAdd support for packages as the first element of _PRW. This may allow
Nate Lawson [Fri, 9 Apr 2004 06:40:03 +0000 (06:40 +0000)]
Add support for packages as the first element of _PRW.  This may allow
some machines to enable wake events for more devices although I haven't
seen a system yet that uses this form.  Also, introduce acpi_GetReference()
which retrieves an object reference from various types.

20 years agoOoops, removed this acknowledgement bogusly.
Warner Losh [Fri, 9 Apr 2004 05:12:47 +0000 (05:12 +0000)]
Ooops, removed this acknowledgement bogusly.

Eagle Eyes: bde

20 years agoForced commit to add note to previous commit message.
Robert Watson [Fri, 9 Apr 2004 03:17:21 +0000 (03:17 +0000)]
Forced commit to add note to previous commit message.

Also tested by: "Michael L. Squires" <mikes@siralan.org>

20 years agoLock down the netatalk AARP code, which is responsible for appletalk
Robert Watson [Fri, 9 Apr 2004 01:40:12 +0000 (01:40 +0000)]
Lock down the netatalk AARP code, which is responsible for appletalk
address discovery and caching (similar to inet ARP).  Use a single
global mutex, aarptab_mtx, to protect the table.  Remove spl/spx.

Tested by: Bob Bishop <rb@gid.co.uk>