Commit Graph

11243 Commits

Author SHA1 Message Date
ryoon
cfaa2ed36b Add UE-200TX-G 2016-12-19 15:09:38 +00:00
ryoon
9f9505b77a Add LAN-TXU2C and LAN-TXU2H3A 2016-12-19 15:08:03 +00:00
ryoon
93882b3f92 Add Anker A7611 and DIEWU USB-DW8152, and bump date 2016-12-19 15:03:59 +00:00
ryoon
4a775abe09 Add LUA3-U2-ATX and bump date 2016-12-19 14:55:32 +00:00
wiz
0b615192ef Various improvements.
New sentence, new line.
Better punctuation.
More appropriate macros.
More markup.
2016-12-19 13:45:57 +00:00
cherry
07acf3c096 This is a preview of the uvm_hotplug(9) api code.
This commit does not actually introduce the UVM_HOTPLUG option.
However it does provide developers a way to review, test and try out
the API.

To do this, please go to tests/sys/uvm/ and build and run the tests
there. The tests also have a set of basic load tests, to get a measure
of the performance penalties due to enabling the UVM_HOTPLUG option.

In order to build the tests you need to have at least done the
following in $SRC/

cd $SRC; $NBMAKE do-distrib-dirs includes
cd $SRC/lib/csu; $NBMAKE all install || exit
cd $SRC/external/gpl3/gcc/lib/libgcc/libgcc_s; $NBMAKE all install || exit
cd $SRC/external/gpl3/gcc/lib/libgcc/libgcc; $NBMAKE all install || exit
cd $SRC/lib/libc; $NBMAKE includes all install || exit
cd $SRC/lib/libpthread; $NBMAKE all install || exit
cd $SRC/lib/libm; $NBMAKE all install || exit
cd $SRC/external/gpl3/gcc/lib/libstdc++-v3/; $NBMAKE all install || exit

Once the development environment has these userspace libraries, one
can simple build using $NBMAKE and finally test the kernel API using

atf-run|atf-report
2016-12-19 12:21:29 +00:00
maya
9faa971c56 Change one more "generic DHCP client" reference to say dhcpcd rather
than dhclient
2016-12-17 07:44:59 +00:00
maya
17af23f753 Reference dhcpcd as the sole DHCP client in general man pages.
We'd rather have new users use dhcpcd. hopefully this eliminates some
unnecessary confusion about there being two clients.
2016-12-17 07:37:24 +00:00
abhinav
e5909f155b Fix sentence. 2016-12-16 17:20:52 +00:00
hannken
70ec436e39 Move vnode members "v_freelisthd" and "v_freelist" from "struct vnode"
to "struct vnode_impl" and rename to "vi_lrulisthd" and "vi_lrulist".

No functional change intended.

Welcome to 7.99.48
2016-12-14 15:48:54 +00:00
wiz
c63070ac1f Bump date for previous. 2016-12-13 11:00:20 +00:00
kamil
35e94f32ac KSTACK_CHECK_DR0 is no longer available
It used to detect stackoverflow on the i386 port.

Sponsored by <The NetBSD Foundation>
2016-12-13 10:55:40 +00:00
nat
4012ae34ea Update audio man page with regard to audio changes.
OK wiz@
2016-12-12 11:49:27 +00:00
wiz
c985f95b45 Improve wording. Fix typo. Remove superfluous Pp. 2016-12-12 10:13:00 +00:00
wiz
9b02f8947b New sentence, new line.
Sort SEE ALSO.
2016-12-12 10:10:05 +00:00
wiz
36a13280ea Fix xref. 2016-12-12 10:09:52 +00:00
alnsn
127c7e7c0f Document AES-XTS in cgd(4). 2016-12-11 00:24:48 +00:00
mlelstv
6e90174755 Add d_label and add a few words to minphys and strategy.
Update disk man page for other users of the disk driver switch and
add reference to dksubr(9).
2016-12-10 09:49:00 +00:00
nat
03783bb56a Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.
2016-12-08 11:31:08 +00:00
maya
baefce2250 update uep(4) to reflect the fact it can be calibrated now. 2016-12-05 13:17:28 +00:00
skrll
ae2187513d Note all chipsets supported.
Bump date.
2016-12-04 11:31:55 +00:00
mrg
a361e6a644 document new UVMHIST_MAPHIST_SIZE and UVMHIST_PDHIST_SIZE options. 2016-12-01 02:12:21 +00:00
pgoyette
5ce4a2dac2 orrect the text for fileassoc_table_run() - it takes two parameters. 2016-12-01 01:06:12 +00:00
wiz
238875cdff New sentence, new line.
Use more/better formatting.
Fix a typo.
2016-11-28 11:54:18 +00:00
mlelstv
9185ad93b5 Provide a man page for the disk driver subroutines (dksubr). 2016-11-28 11:00:24 +00:00
christos
1b50694b4e Mention fileassoc dependencies 2016-11-26 13:54:34 +00:00
mrg
4a00697d3d document NFS_BOOT_TCP option. 2016-11-22 04:55:10 +00:00
wiz
48516259b7 Add RCS Id. Bump date for import. Case fixes. 2016-11-20 17:02:33 +00:00
wiz
1d1b567584 Bump date for previous. Use more markup. 2016-11-20 16:59:11 +00:00
macallan
91eaa6ded9 add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518
2016-11-20 16:55:18 +00:00
mlelstv
b6a6db8fe4 Make scsipi framework MPSAFE.
Data structures are now protected by a per-adapter mutex at IPL_BIO
that is created by the scsibus or atapibus instance when the adapter
is configured.
The enable reference counter and the channel freeze counter which are
currently used by HBA code before the adapter is configured, are made
atomic.
The target drivers are now all tagged as D_MPSAFE.

Almost all HBA drivers still require the kernel lock to present,
so all callbacks into HBA code are still protected by kernel lock
unless the driver is tagged as SCSIPI_ADAPT_MPSAFE.

TODO: refactor sd and cd to use dksubr.
2016-11-20 15:37:19 +00:00
dholland
c90f9ca485 Add crossreference to scsictl per note in PR 9627. 2016-11-20 07:02:21 +00:00
wiz
3d5157a1a4 Use more markup. 2016-11-18 08:29:43 +00:00
pgoyette
c8638169db Document the previously-undocument kern.bufq node. 2016-11-17 01:22:00 +00:00
pgoyette
25c4c808ce Update bufq man page for new functions, with appropriate cross-refs to
sysctl(7) and module(9).
2016-11-17 01:16:27 +00:00
pgoyette
54ac83e6d0 Merge changes from David H. Gutteridge in PR misc/51611
Thanks!
2016-11-08 02:43:29 +00:00
riastradh
55c7ac83f4 These have been able to handle uintmax-width masks since creation.
XXX pullup-6
XXX pullup-7
2016-11-07 03:12:54 +00:00
wiz
a1a199794c Fix xref. 2016-11-06 09:16:38 +00:00
msaitoh
a9fc64c0c4 Add 82562 and wm(4). 2016-11-06 02:27:34 +00:00
wiz
669cbb2613 Remove trailing space. 2016-10-22 07:36:36 +00:00
jdolecek
dc627d47b1 update according to latest changes 2016-10-21 20:55:25 +00:00
uwe
5b48185605 Xref to useradd(8) by its official name. 2016-10-18 23:24:48 +00:00
maya
303adcbf0c Bump date for previous ciss(4) change 2016-10-18 18:56:39 +00:00
gson
b12dd756a7 HP Smart Array P410i works for me 2016-10-18 18:44:20 +00:00
maya
2909b24516 OPEN_MAX is 128 now, unless defined differently in config 2016-10-17 20:43:19 +00:00
wiz
7a268bffe0 New sentence, new line. 2016-10-16 05:26:20 +00:00
wiz
94e9fec48d Whitespace. 2016-10-16 05:25:52 +00:00
rkujawa
9fc67ee09f Note improvements by mbouyer and kiyohara. 2016-10-15 19:51:48 +00:00
jdolecek
2a3f2e45c6 fix tyop 2016-10-15 16:31:16 +00:00
pho
2b3b9eb63c PR kern/32569: Describe the sysctl variable the driver provides 2016-10-13 13:04:02 +00:00