Commit Graph

187488 Commits

Author SHA1 Message Date
pooka
c52d5453ad support bpf from sockin too (i.e. DLT_NULL/AF_UNSPEC) 2010-01-26 17:52:21 +00:00
pooka
ac4d3e46b5 let attach via module space 2010-01-26 17:50:02 +00:00
pooka
3694a1482e support bpf 2010-01-26 17:41:20 +00:00
drochner
69baaf3d28 note current isc-dhcp versions
(our branch is not listed as supported anymore)
2010-01-26 16:59:27 +00:00
wiz
ad9684dee2 Install mom macro sets again, per request from Petar Bogdanovic.
Don't install generated PostScript files that were part of the reason
for the removal.

Based on a patch by him with slight changes.
2010-01-26 15:11:56 +00:00
wiz
0add532ac7 libmagic compat lib is installed again, remove obsolete marker. 2010-01-26 15:08:52 +00:00
jruoho
65a2d62a82 Emphasize the script names and events. 2010-01-26 14:28:23 +00:00
pgoyette
af4bab2a6f Move the limits out of the event structure and into the main sensor.
Use the limits_flags only for calls to the {get,set}_limits() callbacks
and merge the results into upropset, rather than trying to maintain both
values (error prone).
2010-01-26 14:22:00 +00:00
jruoho
964a8c555f Add sysmon_pswitch(9). 2010-01-26 14:06:35 +00:00
jruoho
951041f5f8 Document also the sysmon power switches; sysmon_pswitch(9). 2010-01-26 14:00:38 +00:00
he
ce1061323d On a recursive panic(), don't try to take a dump, as that may very
well have triggered the recursive panic.
Fix the comment for panic() to reflect now-current reality: the code
was already changed never to sync() on panic(), now we avoid dumping
core on a recursive panic.
2010-01-26 12:59:50 +00:00
njoly
1dc2262518 Convert remaining base-obsolete to comp-obsolete. 2010-01-26 12:45:46 +00:00
jruoho
4bd7b88b38 Mention that all tasks are executed before the halt. 2010-01-26 08:48:39 +00:00
jruoho
b1433fc056 Include all references from sysmon_taskq(9). 2010-01-26 08:30:20 +00:00
jruoho
a1ce08be6b Build links for rest of the sysmon_taskq(9) functions. 2010-01-26 08:14:09 +00:00
jmorse
f3d653714c PR/42262: Support drm drivers (intel G33/G45) submapping pci resources 2010-01-26 08:01:26 +00:00
jruoho
4e017432fa Clarify that sysmon_task_queue_init() should be called from arch-specific
routine.
2010-01-26 07:58:16 +00:00
jruoho
5f432f93a1 Document also rest of the functions. 2010-01-26 07:53:25 +00:00
mbalmer
6b4a020188 What a pleasure to fix a typo in Webster's... (Though the typo most probably
was not in it).
2010-01-26 07:16:41 +00:00
jruoho
1555fa1c4f Instead of "general purpose task queue", call it "general purpose system
monitoring task queue". Also include a paragraph about the intended usage.
2010-01-26 07:12:06 +00:00
mrg
048f27069a remove the HISTORY section that merely claimed this manual page was
new (but it was written in 1994 :-)
2010-01-26 06:03:02 +00:00
mrg
495ccd8f3e convert fpulock into fpu_mtx. 2010-01-26 03:06:01 +00:00
pooka
de4f105d4a Include sys/atomic.h now that it's used but gets stealth-included
only on some archs.
2010-01-26 01:06:23 +00:00
pooka
daa3b2e4c7 need rumpvfs for etfs_register() and sys_mknod() 2010-01-25 22:26:19 +00:00
pooka
d70c91c8de In case opening /dev/bpf fails, try to load bpf kmod and try again. 2010-01-25 22:25:38 +00:00
pooka
27d2b45e99 add bpf kmod 2010-01-25 22:21:28 +00:00
pooka
b2bb0f38d5 Make bpf dynamically loadable. 2010-01-25 22:18:17 +00:00
drochner
7393fe922a fix some cases where the EREPORT macro defined to null (as in the NetBSD
build) could change the behaviour of the code in unexpected ways
2010-01-25 20:33:57 +00:00
jruoho
c6660bc8ea Improve wording. 2010-01-25 20:09:15 +00:00
jruoho
7f23851633 Add the names of the parameters to the section describing the functions. 2010-01-25 19:58:46 +00:00
jruoho
a86c90369f Do not list complete prototypes in the sections describing the functions. 2010-01-25 19:34:37 +00:00
pooka
da8d545fb8 msdosfs depends on disk devices now 2010-01-25 19:27:24 +00:00
pooka
51ebf87267 Set attached cpus as running, otherwise (evil) state-probing code
will not execute properly.
2010-01-25 18:37:51 +00:00
jruoho
af55ae111c Add a RETURN VALUES section. 2010-01-25 18:25:08 +00:00
jruoho
2e3ba4a495 Remove two consecutive commas in the SEE ALSO section. 2010-01-25 17:27:41 +00:00
jruoho
24b54723e5 Add the paper/presentation of Joerg and Jared to the list of references.
(Probably better reading than any of the specifications, with also some
historical value to NetBSD.)
2010-01-25 17:21:32 +00:00
jruoho
dd88b90491 Add sysmon_taskq(9). 2010-01-25 16:17:10 +00:00
jruoho
fe5633bcc1 Add a simple manual page for the simple sysmon task queue.
ok wiz@
2010-01-25 16:16:33 +00:00
pooka
26994c608b Define concept "disk based file system" and flag appropriate file
systems as such.
2010-01-25 15:55:36 +00:00
mlelstv
02346e9564 Fetch sector size also from wedges. 2010-01-25 15:30:44 +00:00
mlelstv
ff9a9860d6 GPTs are defined in terms of physical blocks.
- Fix reading of GPT for devices with non-512byte sectors
- Fix bounds check to use DEV_BSIZE units.
2010-01-25 14:51:03 +00:00
yamt
6ddbd5a7dd scsi_command_t: rather than putting cleanup code before every
return statememts, use goto to a single copy of the cleanup code.
no functional changes.
2010-01-25 13:45:16 +00:00
jruoho
30e77757be Add some missing devices. 2010-01-25 11:41:10 +00:00
jruoho
dc30608997 Be more pedantic with the references; list also authors, dates, revisions,
and titles.
2010-01-25 11:02:56 +00:00
martin
f6610e39b4 Back out part of my device property change: the mac-address part was already
done better in another place which I overlooked when merging local
changes.
2010-01-25 10:25:30 +00:00
jruoho
81bf1f7a1f Recommit:
* add verbosity to the PNP0C32 reference
	* use more markup
	* improve wording
2010-01-25 10:12:41 +00:00
jruoho
cd7da15741 Revert an accidental commit. 2010-01-25 10:05:14 +00:00
jruoho
350ee6dc22 *** empty log message *** 2010-01-25 09:33:29 +00:00
jruoho
8e22780dd6 Add CTASSERT(9). 2010-01-25 07:57:05 +00:00
jruoho
3b7a2db110 Add CTASSERT(9). From FreeBSD.
ok @wiz
2010-01-25 07:51:17 +00:00