Commit Graph

10793 Commits

Author SHA1 Message Date
nonaka 55d019c062 fix typo. 2015-03-03 09:59:20 +00:00
riastradh 90d6db6dee Fix some typos and make style more consistent. 2015-02-27 15:21:54 +00:00
roy 81601736f6 Document RTF_LOCAL 2015-02-26 09:58:12 +00:00
riastradh af4dc18490 Fix type of pc argument in pci_intr(9) man page. 2015-02-25 17:03:42 +00:00
roy 2deeed4389 Sync route flags from net/route.h 2015-02-24 19:11:13 +00:00
riastradh d0a8c79f16 Clarify advice about when to use what parts of cprng(9).
Add security model to specify the difference between cprng_strong and
cprng_fast.

Fix code references.  cprng_fast now uses ChaCha8, not RC4.

XXX Would have been nice if they had been called cprng and cprng_weak
to reduce confusion about which one to use, or even random and
weakrandom.  Too late for that now, though.
2015-02-19 15:38:30 +00:00
wiz 392ee9f315 Remove trailing space, use American spelling, bump date for previous. 2015-02-14 13:02:38 +00:00
he 1d14d02249 Port over the TCP_INFO socket option from FreeBSD, originally from
the Linux 2.6 TCP API.  This permits the caller to query certain information
about a TCP connection, and is used by pkgsrc's net/iperf3 test program
if available.

This extends struct tcbcb with three fields to count retransmits,
out-of-sequence receives and zero window announcements, and will
therefore warrant a kernel revision bump (done separately).
2015-02-14 12:57:52 +00:00
maxv 471961cbf1 Rename kern_verifiedexec.c to kern_veriexec.c. "Veriexec" is the name of
the subsystem, not "Verifiedexec".

The revisions of kern_verifiedexec.c are now in Attic/.

No change between kern_verifiedexec.c and kern_veriexec.c.

Also, update the man page accordingly.

Okayed by christos@ and blymn@ some months ago.
2015-02-13 17:50:48 +00:00
rkujawa e117ce5a17 Don't mention the bug that was fixed by mrg. DAC detection works reliably
since then.
2015-02-11 00:11:58 +00:00
wiz 448d7d2a8e Add man page for iwm(4). 2015-02-08 16:44:09 +00:00
wiz 6ac7e07d7d Remove trailing whitespace. 2015-01-26 22:47:41 +00:00
gson c645abccad bump date 2015-01-26 20:53:49 +00:00
gson 753b885b24 Note that revision 2.0 of the audio device class spec is not supported. 2015-01-26 20:53:12 +00:00
gson 5dcf97ef08 Fix URL of USB Approved Class Specification Documents. 2015-01-26 20:41:49 +00:00
christos 8ac2c41370 correct CMSG_DATA documentation 2015-01-24 17:17:01 +00:00
wiz d5c4ae99cd New sentence, new line. 2015-01-19 11:53:59 +00:00
christos afcbf6727b PR/49584: Leonardo Taccari: alc(4): add support for AR816x/AR817x chipsets 2015-01-18 15:30:03 +00:00
wiz 4b1166b37c Fix table. Based on diff by Henning Petersen in PR 49514. 2015-01-12 09:51:26 +00:00
riastradh c8fe12c4d5 Clarify uvm_km_alloc is contiguous and zero result means fail. 2015-01-08 23:43:11 +00:00
riastradh ede4dd9ede Rewrite /dev/random man page.
- Describe application usage up front.
- State the security model.
- Explain entropy.
- Describe current implementation strategy near the bottom.
2015-01-07 18:50:18 +00:00
bouyer 87fe8c7aca As proposed on tech-net@, introduce a new switch type, PSWITCH_TYPE_RADIO,
to be used to report to userland hardware radio switch changes.
powerd(8) will call a "radio_button" script to handle the event.
This script can e.g. start or stop wpa_supplicant.
Update wpi(4) to report PSWITCH_TYPE_RADIO events to sysmon.
2015-01-06 15:39:54 +00:00
jmcneill e9957d6bc4 add Realtek RTL8152B Ethernet controller to supported device list 2015-01-05 10:48:40 +00:00
ryoon b519fbd6e3 cdce(4) supports normal Ethernet adapters. 2015-01-01 08:11:45 +00:00
mlelstv 2fbc202964 Retire disk_blocksize(). 2014-12-31 20:13:41 +00:00
wiz cb8d097ad2 New sentence, new line. Use more markup. 2014-12-31 18:19:21 +00:00
gdt e1685159eb note that RBUS_IO_BASE issues are common to i386 and amd64 2014-12-31 18:16:32 +00:00
gdt 766c6ec224 Explain RBUS_IO_BASE/SIZE.
See also kern/32327.

Adapted from a patch by Björn Johannesson.
2014-12-31 18:14:55 +00:00
wiz e9d482784b Use more markup. Bump date for previous. 2014-12-29 19:20:22 +00:00
mlelstv 0a0ac6a239 document missing disk_set_info function that maintains the device's
"disk-info" dictionary.
2014-12-29 19:07:03 +00:00
mlelstv 78d420c356 Implement DIOCGMEDIASIZE and DIOCGSECTORSIZE from FreeBSD. 2014-12-29 18:41:20 +00:00
wiz b4595449ed Add comma in Dd. From Henning Petersen in PR 49515. 2014-12-29 14:22:25 +00:00
wiz 80d8011c53 New sentence, new line. Bump date for previous. 2014-12-27 20:45:08 +00:00
maxv b5f5bad3a4 Cleanup:
- remove struct kmembuckets (dead)
 - correctly deadify MALLOC_XX
 - remove MALLOC_DEFINE_LIMIT and MALLOC_JUSTDEFINE_LIMIT (dead)
 - remove malloc_roundup(), malloc_type_setlimit(), MALLOC_DEFINE_LIMIT()
   and MALLOC_JUSTDEFINE_LIMIT() from man 9 malloc
2014-12-27 19:32:57 +00:00
dholland fd190b9d38 typo in previous 2014-12-26 19:15:04 +00:00
wiz 7f88087bf0 Fix description of days_in_month. Based on email from Kamil
Rytarowski.
2014-12-26 14:15:18 +00:00
christos e5b6516423 PR/49215: Kamil Rytarowski: Sync NVNODE with reality. 2014-12-26 01:19:43 +00:00
wiz 6c377c63c7 Add clock(9) from Kamil Rytarowski. 2014-12-22 18:02:52 +00:00
roy cd51d52b6d Remove redundant configuration snippet for dhclient and rtsol as dhcpcd will happily supply both needs. 2014-12-18 17:10:42 +00:00
christos ea32f51527 Fix MKRUMP = no build 2014-12-13 14:16:48 +00:00
snj 62d7bff7c1 Fix some grammar and punctuation issues. Remove a pasto. 2014-12-03 20:36:33 +00:00
msaitoh 66504f18c9 Add missing src(7) reported by Patrick Welche. 2014-12-02 03:51:48 +00:00
ryoon 38b7d5228f Include "Synchronous connection-oriented" for SCO.
Bump date.
2014-11-29 03:35:57 +00:00
wiz d7073c492f New sentence, new line. Use more markup. Sort SEE ALSO. 2014-11-26 20:46:46 +00:00
mlelstv 7e594f6343 Mention the new bootspec variable.
Give more details about the root device configuration.
2014-11-26 20:42:29 +00:00
riastradh 9a10d51413 Fix = -> == in conditional in example. Oops! 2014-11-21 20:53:35 +00:00
riastradh 6687f07d58 Use membar_consumer until we have membar_datadep_consumer. 2014-11-21 16:21:13 +00:00
riastradh 3e2082f994 Elaborate comment before pserialize_perform. 2014-11-21 15:44:42 +00:00
riastradh 558d1d8a9d Fix typo: pserialize_read_exit(s), not s = pserialize_read_exit(). 2014-11-21 15:42:57 +00:00
riastradh 11887e69a3 Bump date. 2014-11-21 15:40:38 +00:00