Commit Graph

15195 Commits

Author SHA1 Message Date
chs
b0a14f469c switch m68k to use gcc48. 2015-01-23 03:43:24 +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
mrg
0e4eb59327 sets.subr:
support machine=<xxx>, machine_arch=<xxx>, machine_cpu=<xxx> tags.

dri7: build Mesa 7 r300_dri.so for x86 platforms.
2015-01-05 03:45:31 +00:00
mrg
a4ee9f7109 fix MKGCCCMDS=no, and turn it on by default for sun2. 2015-01-05 01:52:23 +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
mrg
fbfbb2ece8 move xorg-server.pc's SDK_REQUIRED_MODULES into the local Makefile. 2014-12-30 22:07:21 +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
christos
abe684efd6 protect the variable name, and explain why setting it does not work. 2014-12-19 22:25:39 +00:00
christos
4a9ac4bbf0 Explain why used to fold case when deciding if we are going to install manual
page links, and change the behavior not to do this anymore.
2014-12-19 21:43:11 +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
mrg
c0fe630cea switch PPC to GCC 4.8. 2014-12-18 02:28:34 +00:00
mrg
e72a1182e8 add X11SRCDIR entries for the new separated mesa components. 2014-12-16 06:04:10 +00:00
christos
ea32f51527 Fix MKRUMP = no build 2014-12-13 14:16:48 +00:00
riz
b5e5dc42b2 Spell 'persistent' correctly. 2014-12-12 23:48:45 +00:00
ginsbach
6694ef2dff Add one from the security realm. 2014-12-12 19:36:22 +00:00
snj
62d7bff7c1 Fix some grammar and punctuation issues. Remove a pasto. 2014-12-03 20:36:33 +00:00
dholland
0e9c68a74e + "beaut"
XXX: also I question whether "beauti" as found a few lines later is
XXX: actually a word, but I don't have time to investigate right now.
2014-12-03 15:26:44 +00:00
msaitoh
66504f18c9 Add missing src(7) reported by Patrick Welche. 2014-12-02 03:51:48 +00:00
erh
6830ef879f PR toolchain/9618: add ".d" to MKDEP_SUFFIXES so the depend files are rebuilt
if any of their dependencies (i.e. the files they refer to) are changed.
This allows changes to transitive included headers to be handled properly.
2014-12-01 01:34:30 +00:00
uebayasi
0a333665fa Add a new build make variable, CONFIGOPTS, which is passed to config(1)
when building kernels.  Revert "mkernel=*" and "mkernels" in favor of
this option.

Diff posted on source-changes-d@, approved by (null).
2014-11-30 15:53:29 +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
skrll
74ec17a2af Another section to delete when converting elf -> a.out 2014-11-25 12:01:18 +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
riastradh
df0d780638 Expand pserialize(9) example to include publish, read, and destroy. 2014-11-21 15:28:33 +00:00
ozaki-r
9c95126602 Make it clear that we should use not callout_stop but callout_halt before callout_destroy 2014-11-20 15:43:52 +00:00