Commit Graph

16037 Commits

Author SHA1 Message Date
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
scole
975ce79004 Make ia64 considered 64bit for the _XSERVER64 define so a release with x11 will at least build. 2016-12-14 16:03:19 +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
riastradh
efda97f48b wtf tfw
Courtesy of i3enedek.
2016-12-12 20:41:49 +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
christos
e04e53e08d complete the transition to binutils-2.27 2016-12-11 06:37:49 +00:00
mrg
9aed0f5ab2 aarch64 builds work with binutils 2.27. switch it. hppa builds,
just needs a run time test if someone wants.  then we're done!
2016-12-11 03:40:57 +00:00
mrg
692b61f19e switch mips (32 bit) and arm to binutils 2.27. hppa and aarch64 left. 2016-12-11 02:38:54 +00:00
alnsn
127c7e7c0f Document AES-XTS in cgd(4). 2016-12-11 00:24:48 +00:00
mrg
d3581646bd revert binutils check polarity. now we know that only these are
not updated to binutils 2.27: aarch64*, *arm*, hppa, mipse[lb]
2016-12-10 23:40:03 +00:00
mrg
8d6d8e66db switch ppc* to binutils 2.27. 2016-12-10 23:19:26 +00:00
christos
34152e53bb Back in 1993 ${MACHINE} was a unique way to define objdirs for
every platform. Thus setting OBJMACHINE, allowed one to keep
in-tree objdirs with multiple builds. With the advent of evb*, this
has become impossible until now. Introduce OBJMACHINE_ARCH that
adds ${MACHINE_ARCH} to the objdir so that we have unique objdirs
per build again. Until we restructure things to that this is not
necessary, it is the simplest fix.
2016-12-10 23:12:39 +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
christos
db332cd014 factor out expression. 2016-12-08 03:25:35 +00:00
christos
86dd6d287c move sh3 to new binutils 2016-12-08 03:22:36 +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
christos
c4cb6918e1 switch sparc/sparc64 to binutils 227 2016-12-03 16:02:10 +00:00
christos
1b08d10df9 move alpha to new binutils 2016-12-03 04:06:25 +00:00
christos
2de9513676 switch mips64 to new binutils and gdb. 2016-12-03 02:18:38 +00:00
christos
0ab93415f3 switch m68k to new binutils and gdb 2016-12-02 17:54:35 +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
787783f1e0 switch vax to new binutils and gdb. 2016-11-27 18:53:05 +00:00
christos
1b50694b4e Mention fileassoc dependencies 2016-11-26 13:54:34 +00:00
kamil
f97e335d53 Add: PCB process control block 2016-11-26 03:33:34 +00:00
mrg
4a00697d3d document NFS_BOOT_TCP option. 2016-11-22 04:55:10 +00:00
kamil
c37dd9bcb4 Add entry for pthread_dbg in share/tmac/doc2html
pthread_dbg is POSIX Debug Threads Library

Sponsored by <The NetBSD Foundation>
2016-11-22 00:36:49 +00:00
snj
7ae8358cfa nuke xf86-video-nvxbox, as xbox support went away in 2011. 2016-11-21 17:00:32 +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
joerg
30cf47a558 Drop remarks about AArch64 ABI being PIC following a discussion with Tim
Northover. The default code model is small and globals are expected to
be within the lower 4GB if not explicitly using -fPIC.
2016-11-14 20:42:46 +00:00
joerg
cbf73e02bf Define the MKPICLIB default for aarch64 and powerpc64 only for native
builds, not inside src/compat.
2016-11-13 22:13:55 +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
skrll
00c98aaf30 enable xorg-server 1.18 for evbarm 2016-11-01 14:21:30 +00:00
christos
3dbb75efa9 add NODEBUGLIB 2016-11-01 14:01:25 +00:00
christos
ffe585daf7 switch x86 to the new binutils 2016-10-27 01:21:16 +00:00
christos
b7c2c2ac85 switch everyone to binutils.old 2016-10-26 17:32:46 +00:00
skrll
336fa725c9 Switch hppa to gdb 7.12... passes basic tests 2016-10-22 11:06:15 +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
mrg
ad34764861 flip the polarity of the xorg-server version: list the unconverted ports.
i distilled this list from the old list and the MKXORG_SERVER list, but
there may be some build fallout.
2016-10-21 06:04:16 +00:00
mrg
4f6d093233 sh3 (le) gdb 7.12 works. switch it.
sun2 gdb probably doesn't work any less bad.  switch it.
2016-10-20 08:11:38 +00:00
mrg
de0a3ccb6a turn off MKCOMPAT for aarch64eb builds for now. 2016-10-19 20:56:22 +00:00
mrg
b11e2a5651 set {_LIBC_COMPILER_RT,MKGDB,_NEEDS_LIBCXX}.aarch64eb=yes. 2016-10-19 20:29:58 +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
mrg
7793157d87 switch evbcf and powerpc64 to GDB 7.12.
remaining ports:  hppa, sun2, vax, m68k, sh3, mips64*
2016-10-17 22:42:34 +00:00
mrg
baa792517e reverse the HAVE_GDB test - list the unconverted ports. 2016-10-17 21:42:54 +00:00
maya
2909b24516 OPEN_MAX is 128 now, unless defined differently in config 2016-10-17 20:43:19 +00:00
mrg
c3c016d002 switch i386 and 32 bit mips to GDB 7.12. 2016-10-17 20:25:34 +00:00
mrg
8ff6613533 switch alpha to GDB 7.12. it works just as featureful as 7.7/7.10.
'step' and 'stepi' both fail, but 'next' and break points are ok,
so a sufficiently determined user can get somewhere..

someone should try to fix 'step'.  it appears to loop forever inside
ld.elf_so for me in an atomic cas function.
2016-10-16 19:20:02 +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
mrg
017dc3205b switch sparc, sparc64, arm and powerpc to gdb 7.12. 2016-10-16 05:08:59 +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
joerg
b0fa2ba3de Consider aarch64 a 64bit architecture for the purpose of crappy long use
in X.
2016-10-14 20:34:29 +00:00
pho
2b3b9eb63c PR kern/32569: Describe the sysctl variable the driver provides 2016-10-13 13:04:02 +00:00
joerg
9aa54f9b23 Build the new X server on AArch64, it is slightly less offensive. 2016-10-13 11:57:55 +00:00
wiz
d82bf41e41 Fix xref, sort SEE ALSO. 2016-10-12 21:18:46 +00:00
skrll
ca0e34281c Update for nhusb merge. Add some Xr. Bump date. Invoke wiz. 2016-10-12 21:09:36 +00:00
christos
87fea08a4e amd64 switches to gdb 7.12 2016-10-12 20:22:05 +00:00
christos
8e9ca2acba switch to gdb.old 2016-10-12 16:44:31 +00:00
roy
59e4c4e061 Document net.inet.ip.dad_count. 2016-10-12 08:52:49 +00:00
nat
041ac2d003 Add support for Realtek 8192EU.
OK christos@
2016-10-12 03:23:29 +00:00
macallan
c1b0d6addd switch evbmips to new xorg 2016-10-11 17:10:22 +00:00
jdolecek
64bc1112c3 Paul fixed the kernel module to load independently of other ld attachments,
remove the module note
2016-10-08 17:46:06 +00:00
christos
5ddec21141 bye {gcc,gdb,binutils}.old 2016-10-07 16:14:28 +00:00
christos
1d9b0ba763 switch mips64 to pie/gcc53/binutils226/gdb710
switch ppc64 to binutils226/gdb710 (gcc/pie pending to toc issue)
2016-10-05 20:02:03 +00:00
wiz
58273d9dba Add some articles, sort SEE ALSO, make an xref. 2016-10-04 09:21:05 +00:00
mrg
254b21d863 convert the old binutils and gdb lists to only contain the
unconverted ports:
	ppc64/mips64 for both
2016-10-04 04:58:11 +00:00
rkujawa
b1cdec8a9d Add man page for mntva(4). 2016-10-03 18:57:54 +00:00
jdolecek
a70b44767c make symlink ahci.4 -> ahcisata.4 2016-10-02 22:44:30 +00:00
sevan
a7479d150a Add NetBSD 7.0.1
heads up by wiz@
2016-09-29 15:10:37 +00:00
sevan
aa2a5a68b7 Sync with FreeBSD r305215
Add NetBSD rcs tag which was lost with r1.13.
2016-09-29 14:32:51 +00:00
wiz
f0ca89e331 Explain dty/tty a bit and point to tty(4). Bump date.
Ok gdt@
2016-09-29 11:38:43 +00:00
mrg
afbc10d797 enable xorg-server 1.18 for sparc64. minor consistency 2016-09-29 03:53:13 +00:00
mrg
715ec0646c set X11SRCDIR.xf86-video-modesetting correctly for xorg-server 1.18.4.
should fix build errors for x86.
2016-09-27 16:47:01 +00:00
macallan
cb427fba27 switch sparc to new Xorg 2016-09-23 21:30:49 +00:00
wiz
a6c3dd9372 Various fixes: wording, sections, sort order, articles. 2016-09-21 20:12:12 +00:00
jdolecek
8f0fe94fe2 expand driver description 2016-09-21 20:01:03 +00:00
roy
98b0d70fff Add ifam_pid and ifam_addrflags to ifa_msghdr.
Re-version RTM_NEWADDR, RTM_DELADDR, RTM_CHGADDR and NET_RT_IFLIST.
Add compat code for old version.
2016-09-21 10:50:22 +00:00
wiz
12343249c0 Use Mt for email address. 2016-09-17 20:46:35 +00:00
jdolecek
d9820486ac note that pci_intr_establish_xname() is new in NetBSD 8.0 2016-09-17 17:38:11 +00:00
jdolecek
c2b71ff893 include also @n.o email for Kengo Nakahara 2016-09-17 17:13:00 +00:00
jdolecek
638242b8b0 add HISTORY and AUTHORS; listed there Kengo Nakahara as he seems to be the
primary author according to commits, feel free to adjust as appropriate
2016-09-17 17:10:21 +00:00
christos
f1ff7f773f switch arm to new binutils. 2016-09-17 15:58:21 +00:00
kre
64d9c1f971 YAF 2016-09-17 06:06:15 +00:00
kre
2d14a70f84 Fix the fix... 2016-09-17 04:01:43 +00:00
christos
bdfe760495 add \ 2016-09-17 02:50:08 +00:00
christos
28b551a543 switch m68k to new gcc/gdb/binutils and pie. Tested with sun3 and tmesh.
Too bad there is not enough memory for ASLR :-)
2016-09-17 00:59:59 +00:00
jdolecek
5482298fa4 bump date for the typo fix 2016-09-16 13:56:36 +00:00
wiz
5c3b275a64 New sentence, new line. Use Dq. 2016-09-16 12:43:37 +00:00
jdolecek
22def4bee1 document some bugs 2016-09-16 12:31:27 +00:00
wiz
2ad613d4d2 Use Nm instead of Xr to itself. Add missing space. Bump date for previous. 2016-09-16 08:26:16 +00:00
jdolecek
93353c360b update manpage with reality WRT BUS_SPACE_BARRIER_SYNC and
BUS_SPACE_BARRIER_X_BEFORE_Y flags
2016-09-15 21:47:26 +00:00
wiz
a9eb386270 Sort SEE ALSO. 2016-09-15 15:25:11 +00:00
scole
0d99de606e Reference rasops(9), not rasops(4) which doesn't exist 2016-09-15 15:19:00 +00:00
jdolecek
fd929fae0e fix typo in function names 2016-09-15 09:41:33 +00:00
wiz
c6af805862 Use An in AUTHORS section. 2016-09-15 09:11:47 +00:00
mrg
be6cccaf0c switch amd64, i386, shark, ofppc and macppc to xorg-server 1.18.
add a note to UPDATING about needing a clean objdir and destdir.
2016-09-15 07:49:08 +00:00
scole
4afc32c0de Add platinumfb man page 2016-09-14 20:04:22 +00:00
tsutsui
4579274562 Switch NetBSD/x68k to Xorg server 1.18 by default.
Build confirmed by build.sh -x release.
2016-09-11 04:59:54 +00:00
mrg
f0286f687e oops, put mips32 back to gcc 5.3. 2016-09-05 05:58:29 +00:00
mrg
6c540367a2 reverse the GCC 5 test and only list the platforms not using it:
${MACHINE_CPU} == "mips" || \
    ${MACHINE_CPU} == "m68k" || \
    ${MACHINE_ARCH} == "coldfire" || \
    ${MACHINE_ARCH} == "m68000" || \
    ${MACHINE} == "or1k" || \
    ${MACHINE} == "riscv"

and considering riscv and or1k both need to either wait for GCC 6
or have someone who cares port their 5.x patches to our tree, that
really only means we have mips and m68k left.
2016-09-04 18:57:39 +00:00
jakllsch
e964957707 Switch shark to Xorg server 1.18.
The igs driver no longer builds against 1.10.
2016-09-03 16:10:34 +00:00
christos
815243be44 Switch mips32 to new binutils/gcc/gdb/pie. Tested with gxemul+pmax 2016-09-03 12:32:12 +00:00
christos
93c8afea2b gcc-5.3 for sh3 2016-09-03 09:08:28 +00:00
christos
10aee9c29f switch all arm to new binutils 2016-08-31 17:31:22 +00:00
mrg
8e7f733949 move some flags from dix-config.h into X11FLAGS.DIX 2016-08-30 08:34:43 +00:00
dholland
3f2f51302c Use only "function" for the comparison functions, not both that and
"operator". Noted by riastradh.
2016-08-30 05:12:00 +00:00
dholland
c49cf2c657 Clarify the usage, so hopefully nobody else makes the set of wrong
assumptions I just did.
2016-08-29 03:50:05 +00:00
knakahara
0e4989051b specify when pci_intr_release(9) is called as "pih" is NULL. 2016-08-29 02:48:56 +00:00
christos
e14ccc6701 Turn on PIE for all arm and sh3 2016-08-28 14:22:35 +00:00
wiz
9a82c76863 New sentence, new line. 2016-08-28 05:14:35 +00:00
dholland
b742f5b4dc Fix broken xrefs (they are now merely dangling) 2016-08-28 00:05:32 +00:00
dholland
05e0436006 Fix broken .Xr 2016-08-27 23:58:27 +00:00
dholland
01dd681f0f Put some text in pursuant to the rest of PR 48471, about /stand. 2016-08-27 03:57:21 +00:00
tnn
5569b39ef7 fix build of puffs examples; need _KERNTYPES for register_t 2016-08-26 22:12:22 +00:00
nonaka
8b67f0d04d Add TOOL_GPT 2016-08-26 16:57:50 +00:00
christos
6cb75cb515 block sun2 from MKPIE! 2016-08-26 15:41:02 +00:00
christos
f9ebca8e6a mention the default for MKUNBOUND 2016-08-20 16:11:07 +00:00
wiz
35f6de0047 Bump date for previous. 2016-08-20 12:41:31 +00:00
hannken
7139aab724 Remove now obsolete operation vcache_remove().
Welcome to 7.99.36
2016-08-20 12:37:06 +00:00