Commit Graph

187478 Commits

Author SHA1 Message Date
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
jakllsch
ce12229e40 Add display of Long Physical Sector and Long Logical Sectors feature set
information to atactl identify output.

Also:
- remove caddr_t cast
- warn about invalid IDENTIFY data checksum (when possible)
- humanize capacity in power-of-10 format
- remove semi-pointless ATAPI check
- slightly rework command queue depth output to be less conversational
2010-01-25 01:24:11 +00:00
christos
8dd41afecc PR/42658: Geoff Wing: Quote directory variables to deal with spaces in the
source pathname.
2010-01-25 00:43:00 +00:00
jakllsch
0da2c5fc0b Add some more elements to struct ataparams.
These mostly concern the new Long Physical Sectors
and Long Logical Sectors feature sets.

Information from a draft of ACS-2, with some additional
in-between members and bits being borrowed from OpenBSD.

There's lots more in ACS-2 we could add, but for the most
part it would be superfluous.

XXX: Some elements marked as reserved no longer are,
and some elements we still reference are now obsolete.
2010-01-25 00:39:51 +00:00
christos
ebd419f208 vasnprintf and asnprintf were never compiled in our libroken.a and never
used by heimdal programs. Remove the false advertising here that broke
the cygwin build.
2010-01-25 00:26:04 +00:00
martin
3f563da1bf Do not try to read the EEPROM if we already know we don't have one. 2010-01-24 23:27:39 +00:00
martin
808ceeabba Add support for device properties to override the mac address and set
the BGE_NO_EEPROM flag if we have an onboard device w/o SEEPROM.
2010-01-24 23:09:26 +00:00
jnemeth
c14fd5dcde first Apple Macintosh, 1984 2010-01-24 22:56:12 +00:00
wiz
de07982130 Remove one unnecessary Ns. (Rest still ugly.) 2010-01-24 22:54:14 +00:00
njoly
af1a17946d Do not link timeradd.3 to itself. 2010-01-24 22:21:34 +00:00
joerg
0fa8619ec0 Fix some POD errors in the OpenSSL man pages. Regen them. Install some
missing man pages.
2010-01-24 21:19:53 +00:00