Commit Graph

15481 Commits

Author SHA1 Message Date
wiz
e7cd356db3 New sentence, new line. 2015-10-29 07:46:08 +00:00
mrg
0830d20e3a flesh out the descrition of kernhist_dumpmask() 2015-10-29 00:32:55 +00:00
mrg
679d7c25a6 introduce a new way of handling SYSCALL_DEBUG messages -- send them to
a kernel history, settable via the SCDEBUG_KERNHIST flag.

this requires a fairly significantly different set of messages than the
normal debug as histories are restricted:
	- each message can take one literal format string and upto 4
	  arguments
	- the arguments can not be strings if you want vmstat -u to
	  work (this could be fixed, and i might, as it would be nice
	  if we could print syscall names as well as numbers.)

introduce SCDEBUG_DEFAULT that is settable in the kernel config.

fix a problem in kernhist_dump_histories() where it would crash when a
history with no allocated entries was found.

extend kernhist_dumpmask() to handle the usbhist and scdebughist.
2015-10-29 00:27:08 +00:00
jakllsch
4ab69f6ee3 EIDE is "enhanced", not "enchanced". 2015-10-27 15:33:07 +00:00
jakllsch
b0dbf4ae55 +EBCDIC 2015-10-27 15:29:45 +00:00
wiz
7a72dbee65 Fl already provides the '-'. 2015-10-27 08:46:13 +00:00
bad
b7ab9303c7 Explain how exactly tagged packets are processed.
While here remove a bit of non-techref wording and assume that people know
what VLANs are good for..

XXX: pullup-7, pullup-6
2015-10-26 22:18:57 +00:00
mrg
d533d1b200 oops, i really did mean a section 9 reference for usb -- but as usbdi(9). 2015-10-26 17:23:00 +00:00
wiz
5baa34ea0e Various fixes and improvements.
Guess what the end of a sentence could be.
2015-10-26 09:06:52 +00:00
mrg
57387e988f add documentation on "options KERNHIST". 2015-10-26 07:07:36 +00:00
wiz
e07c1552b7 Remove description of SPLASHSCREEN_PROGRESS and WSDISPLAY_SPROGRESS.
The last remnants of the former were just removed from src by
pronchery.

Bump date.

XXX: probably WSDISPLAY_SPROGRESS needs removal too -- back to you,
pronchery!
2015-10-25 23:00:00 +00:00
christos
6fe4ef3820 Amend variable initialization in the declarations comment. 2015-10-24 15:46:09 +00:00
dholland
3adc6f5a85 because I'm feeling tetchy, implement "make describe" for everything that
has man pages.
2015-10-19 17:08:11 +00:00
pooka
fd591903fa Allow "make describe" to descend into SUBDIRs. 2015-10-19 16:17:14 +00:00
pooka
f9fe23489a terminology police: rump -> rump kernel 2015-10-19 14:33:11 +00:00
wiz
91583d44bd Improve wording; add missing comma. 2015-10-14 08:32:24 +00:00
nonaka
22a41a669f PR/50261: Add valz(4) man page. 2015-10-14 04:22:45 +00:00
rjs
5f50d03486 Add Xorg server to ibmnws build. 2015-10-13 20:12:03 +00:00
msaitoh
86524ef906 Add note about the return value of pci_intr_setattr(). Found by wizd(8). 2015-10-13 09:21:56 +00:00
wiz
382f373b38 Add return type for pci_intr_setattr to SYNOPSIS. Add missing comma.
XXX: return values for pci_intr_setattr are not documented.
2015-10-13 08:44:54 +00:00
msaitoh
61a6132f89 Add missing pci_intr_setattr(). The function first appeared in NetBSD 5.0. 2015-10-13 04:34:38 +00:00
riastradh
c8d570586e Semicolon, not comma; use future tense more Englishly. 2015-10-13 04:22:24 +00:00
mrg
ef952a545a add xf86-video-nouveau 2015-10-13 03:14:16 +00:00
wiz
eb7338956d Bump date for previous. 2015-10-12 12:07:24 +00:00
mbalmer
b24857d8af add LUA 2015-10-11 10:02:15 +00:00
dholland
19274b23bf ALUA (asymmetric logical unit access) from Nikolai Lifanov in PR 50227 2015-10-11 00:58:24 +00:00
dholland
bc3b61d8ba +FTR (from Nikolai Lifanov in PR 50293) 2015-10-10 22:51:05 +00:00
plunky
48de9fb88b attaching controllers to serial ports is configured using btattach.conf
and not btdevctl.conf, so say that
2015-10-09 19:49:25 +00:00
snj
6ddd15a9a1 fix formatting 2015-10-07 00:44:25 +00:00
pgoyette
7c6859f1a8 Minor tweaks, from Michael McConville 2015-10-04 22:51:19 +00:00
wiz
032e90426a Bump date. 2015-10-04 12:10:51 +00:00
mbalmer
2b8a421a52 Fix case. 2015-10-02 09:01:23 +00:00
msaitoh
605f564f52 PCI Extended Configuration stuff written by nonaka@:
- Add PCI Extended Configuration Space support into x86.
- Check register offset of pci_conf_read() in MD part. It returns (pcireg_t)-1
  if it isn't accessible.
- Decode Extended Capability in PCI Extended Configuration Space.
  Currently the following extended capabilities are decoded:
   - Advanced Error Reporting
   - Virtual Channel
   - Device Serial Number
   - Power Budgeting
   - Root Complex Link Declaration
   - Root Complex Event Collector Association
   - Access Control Services
   - Alternative Routing-ID Interpretation
   - Address Translation Services
   - Single Root IO Virtualization
   - Page Request
   - TPH Requester
   - Latency Tolerance Reporting
   - Secondary PCI Express
   - Process Address Space ID
   - LN Requester
   - L1 PM Substates
  The following extended capabilities are not decoded yet:
   - Root Complex Internal Link Control
   - Multi-Function Virtual Channel
   - RCRB Header
   - Vendor Unique
   - Configuration Access Correction
   - Multiple Root IO Virtualization
   - Multicast
   - Resizable BAR
   - Dynamic Power Allocation
   - Protocol Multiplexing
   - Downstream Port Containment
   - Precision Time Management
   - M-PCIe
   - Function Reading Status Queueing
   - Readiness Time Reporting
   - Designated Vendor-Specific
2015-10-02 05:22:49 +00:00
rjs
5d347183ce Build Xorg server and wsfb driver for mac68k. 2015-09-30 22:58:02 +00:00
wiz
1a48e143e6 Reduce whitespace. 2015-09-29 07:59:15 +00:00
mrg
a5c0f21e52 move GCC 4.8 users to using gcc.old. should be no functional change. 2015-09-25 08:24:20 +00:00
christos
701e13f65d document new sysctls 2015-09-24 14:56:41 +00:00
wiz
c4443bdc21 Bump date for previous. 2015-09-22 08:29:30 +00:00
pgoyette
0ab10d2543 Tweaks from Michael McConville - thanks! 2015-09-22 00:10:12 +00:00
wiz
885f10e6bf tgif 2015-09-18 13:40:10 +00:00
mbalmer
43ef4f903a Fix a few entries, add a not about IATA vs. ICAO codes. 2015-09-13 09:21:51 +00:00
wiz
18373c2a42 New sentence, new line. Bump date for previous. 2015-09-09 17:42:35 +00:00
phx
d8d407e007 Tests showed that the sensor needs at least 30ms after a MR (measurement
request) to have valid data ready, so the driver didn't work very well.
Now the MR is sent in configurable intervals (hw.hythygtemp0.interval)
using callout(9), so that valid data is immediately available for
sysmon's sensor refresh. When the refresh comes too close after the last
MR, then the previous values are used.
2015-09-09 17:16:20 +00:00
uebayasi
45ccdffc42 Revert previous. It was not wrong, but not necessary for everyone.
(If really wanted, *.a generation rule can be easily overriden locally.)
2015-09-08 16:06:42 +00:00
uebayasi
463bd4e74c Order object build alphabetically. 2015-09-07 06:42:07 +00:00
nonaka
d29e8b42dd Add ifconfig.if(5) to SEE ALSO. 2015-08-28 09:06:45 +00:00
wiz
571f656db2 Bump date for previous. 2015-08-28 08:01:15 +00:00
wiz
b4cc4d35f4 Remove reference to non-existing hostname.if(5). 2015-08-28 08:00:32 +00:00
nonaka
5e4eaa25ce Added rtwn(4) for Realtek RTL8188CE/RTL8192CE PCIe 802.11b/g/n wireless network
devices.  Ported from OpenBSD.
2015-08-27 14:04:07 +00:00
wiz
71a19e6319 Formatting and typo fixes. 2015-08-23 20:07:16 +00:00