Nate Lawson
3045c8af3f
Staticize the legacy cpu devclasses and revert the name for the acpi_cpu
...
devclass. As pointed out by dfr@, devclasses don't have to share the same
linkage if multiple drivers have the same name. Newbus should match the
devclasses based on name and allocate non-conflicting unit numbers.
2005-02-06 07:36:08 +00:00
David Schultz
f154b03b25
Update my email address.
2005-02-06 03:23:31 +00:00
Nate Lawson
3888a87205
Finish the job of sorting all includes and fix the build by including
...
malloc.h before proc.h on sparc64. Noticed by das@
Compiled on: alpha, amd64, i386, pc98, sparc64
2005-02-06 01:55:08 +00:00
Gleb Smirnoff
da71ab855f
Notice that NG_VERSION has been increased.
2005-02-05 23:25:59 +00:00
Gleb Smirnoff
4feaf224b8
Increase size of arglen to uint32_t, since uint16_t proved to be
...
not enough (e.g. listing 911 nodes). Bump NG_VERSION.
Reviewed by: julian, archie, ru
2005-02-05 23:23:14 +00:00
Nate Lawson
959c26396c
Make cpu_est_clockrate() more accurate by disabling interrupts for the
...
millisecond it is calibrating. Suggested by jhb@ and bde@. Don't clobber
the tsc_freq with the new value since it isn't accurate enough for
timecounters and the timecounter system as a whole needs support for
changing rates before we do this. Subtract 0.5% from our measurement
to account for overhead in DELAY. Note that this interface is for
estimating the clockrate and needs to work well at runtime so doing a full
calibration including disabling interrupts for a second is not feasible.
2005-02-05 23:16:27 +00:00
Nate Lawson
76ce4cc456
Convert to the new GAS APIs to allow for detach in the future. Also, check
...
the PERF_CTRL register in our probe method so that we can tell earlier
that another driver should handle this device due to FFixedHW. This avoids
scaring users when attach failed when we really wanted probe to fail.
2005-02-05 22:30:57 +00:00
Nate Lawson
f4eb041868
Convert to the new GAS API so that we can free registers in the future.
2005-02-05 22:29:03 +00:00
Nate Lawson
e1c4bf3f42
Convert the acpi_bus_alloc_gas() and acpi_PkgGas() APIs to output the memory
...
type. This is needed if the resource is to be released later. The RID is
still also present, though less necessary since rman_get_rid() can be used
to obtain it from the resource.
2005-02-05 22:28:36 +00:00
Alan Cox
ab42aa145d
Acquire the source pmap's lock in pmap_copy().
2005-02-05 22:06:47 +00:00
Nate Lawson
69bc96f231
Build cpufreq and acpi_perf on platforms that are likely to be able to
...
use them.
2005-02-05 21:01:09 +00:00
Maxim Konovalov
cdef3cf441
Fix typos.
...
PR: misc/77151
Submitted by: Anton Karpov
2005-02-05 20:44:53 +00:00
Alan Cox
fb1b26da19
Implement proper handling of PG_G mappings in pmap_protect(). (I don't
...
believe that this omission mattered before the introduction of MemGuard.)
Reviewed by: tegge@
MFC after: 1 week
2005-02-05 19:21:54 +00:00
Gleb Smirnoff
1676543619
Document how interaction with ng_ipfw node is configured.
2005-02-05 18:29:03 +00:00
Gleb Smirnoff
14cb4a2f66
Manpage for ng_ipfw node.
2005-02-05 17:53:44 +00:00
Nate Lawson
0a9145a2f2
Use intr_disable/restore() instead of disable_intr() since the latter is
...
not MI. This should fix build on non i386 platforms.
2005-02-05 16:31:58 +00:00
Christian Brueffer
ece1f5fe45
Remove Xref to nonexistant ifmedia.4
...
MFC after: 3 days
2005-02-05 15:03:22 +00:00
Christian Brueffer
eced2011e7
Remove last traces of le.4
...
MFC after: 3 days
2005-02-05 14:57:19 +00:00
Christian Brueffer
f9d04d3672
Remove Xref to nonexistant cap.3
...
Ok'ed by: rwatson
MFC after: 3 days
2005-02-05 14:16:35 +00:00
Christian Brueffer
28d16c6b6a
- replace pointers to XF86Config with xorg.conf
...
- remove outdated XFree86 3.3.1 information
- bump .Dd
MFC after: 3 days
2005-02-05 14:09:09 +00:00
Christian Brueffer
bffbb1bea8
Remove last traces of lomac.4
...
MFC after: 3 days
2005-02-05 13:52:21 +00:00
Christian Brueffer
8d243d049b
Backout last commit, lomac_enable is still valid. Just Xref mac_lomac.4
...
instead of lomac.4.
2005-02-05 13:44:29 +00:00
Christian Brueffer
82e9524e14
Xref mac_lomac.4 instead of lomac.4
...
MFC after: 3 days
2005-02-05 13:36:33 +00:00
Christian Brueffer
3d76e5da8a
Remove last traces of lomac(4)
...
MFC after: 3 days
2005-02-05 13:29:20 +00:00
Gleb Smirnoff
f2a7ef4e00
Hook up ng_ipfw to kernel build.
2005-02-05 12:15:56 +00:00
Gleb Smirnoff
aa70aaecdb
Add ng_ipfw to kernel module build.
2005-02-05 12:09:38 +00:00
Gleb Smirnoff
670742a102
Add a ng_ipfw node, implementing a quick and simple interface between
...
ipfw(4) and netgraph(4) facilities.
Reviewed by: andre, brooks, julian
2005-02-05 12:06:33 +00:00
Ruslan Ermilov
fbad9e2d95
Verify that SYNOPSIS section compiles.
2005-02-05 11:31:31 +00:00
Ruslan Ermilov
c8da77c004
Added the SYNOPSIS section.
2005-02-05 11:30:59 +00:00
Gleb Smirnoff
d1240630b3
Expire aged flows in normal expiry thread. This fixes the problem, when
...
a node disconnected from all sources of traffic never purges its cache.
2005-02-05 10:00:04 +00:00
Gleb Smirnoff
020d3f61d8
Break long lines in code and comments.
2005-02-05 09:08:33 +00:00
Ruslan Ermilov
30aabc9afd
Create a per-module mutex on MOD_LOAD, and destroy it on MOD_UNLOAD.
...
(This fixes witness_destroy() panic after module unload.)
OK'ed by: rwatson, julian
2005-02-05 08:28:36 +00:00
Scott Long
6ab93aca6d
Only compile the cpufreq driver on i386 and amd64.
2005-02-05 08:01:10 +00:00
Joseph Koshy
a4230398d3
Note that functions alq_flush() and alq_post() should not be called in
...
contexts where sleeping is disallowed.
Pointed out by: ru
2005-02-05 02:39:07 +00:00
Jeff Roberson
8364446643
- Don't release BKGRDINPROG until after we've bufdone'd the copy.
...
Sponsored by: Isilon Systems, Inc.
2005-02-05 01:26:14 +00:00
Pawel Jakub Dawidek
662a4e5878
- Use bioq_insert_tail()/bioq_insert_head() instead of bioq_disksort().
...
- Improve mediasize checking.
MFC after: 1 week
2005-02-05 00:30:08 +00:00
Gleb Smirnoff
a436589ae2
Do check that version of a message from userland matches ours.
...
MFC after: 3 days
2005-02-04 21:38:42 +00:00
Gleb Smirnoff
e551a1c3c2
When we have converted an ASCII message to binary, set its version in
...
the header. Otherwise we will send a message with zero version.
MFC after: 3 days
2005-02-04 21:36:10 +00:00
Warner Losh
b272360897
As threatened, trim the UDPATING file to the branchpoint for RELENG_5.
...
People wishing to see prior changes are encouraged to look at the
UPDATING file on the RELENG_5 branch. Document when RELENG_5 was
branched, as well as the 5.3 release date, as shown in the CVS logs
for newvers.sh.
This change should not be MFC'd.
Noticed by: Matteo Riondato (and ru)
2005-02-04 21:22:06 +00:00
Maxim Konovalov
c44e20ebec
Backout rev. 1.17 per ru@ request: there are net.graph.recvspace and
...
net.graph.maxdgram sysctls.
2005-02-04 20:09:11 +00:00
David Schultz
e02846ce13
Fix a small scripting snafu in the previous revision.
2005-02-04 20:05:39 +00:00
Gleb Smirnoff
e5d73ca252
Call if_link_state_change() when link status changes.
...
PR: kern/76890
Reviewed by: rwatson, sam
2005-02-04 18:36:04 +00:00
David Schultz
b21154f677
Remove another vestige of support for a non-IEEE libm.
2005-02-04 18:32:13 +00:00
David Schultz
3f70824172
Reduce diffs against vendor source (Sun fdlibm 5.3).
2005-02-04 18:26:06 +00:00
Nate Lawson
26d5f7dfa7
Don't print out a failure message when an attach for FFixedHW fails.
...
Instead, just fail to attach so another hardware-specific driver can
claim the device. Also, clean up some small memory leaks in the failure
case.
2005-02-04 18:09:01 +00:00
Nate Lawson
b68b14adaf
Return a special status of "not supported" for functional fixed hardware
...
since this type of register should be handled by another driver.
2005-02-04 18:07:03 +00:00
Warner Losh
c4241acbb3
Don't rely on indirect inclusion of machine/bus.h to use
...
bus_space_{read,write}_* routines. This doesn't matter in the current
tree, but will matter soon (the rest of the tree appears to already be
clean).
2005-02-04 17:33:31 +00:00
Jeff Roberson
42a29039de
- Add ke_runq == NULL to the conditions which will cause us to abort
...
adjusting timeshare loads in sched_class(). This is only important if
the thread has never run, otherwise the state checks should work as
expected.
2005-02-04 17:22:46 +00:00
Hartmut Brandt
2e0af0312e
Where the returned line length from Buf_GetAll is not used just pass
...
a NULL to the function. Delete the now unused local variables.
Submitted by: Max Okumoto <okumoto@ucsd.edu>
2005-02-04 16:53:35 +00:00
Hartmut Brandt
f4dd241033
Rewrite of the buf code:
...
- convert Buf_AddByte from a macro to a function
- move #define's into the header file
- remove unused field in struct Buffer
- remove size fields - they can be easily computed
- inline Buf_OvAddByte
Submitted by: Max Okumoto <okumoto@ucsd.edu>
2005-02-04 16:48:35 +00:00