Commit Graph

15590 Commits

Author SHA1 Message Date
mrg
08c866994a add rstart and showfont. 2015-07-23 07:44:46 +00:00
mrg
8e27198081 add libXpresent. 2015-07-23 05:44:26 +00:00
wiz
728c4be5f1 Fix Dd argument, whitespace, improve readability. 2015-07-21 12:05:02 +00:00
knakahara
f418a5c9d8 add pci_intr_alloc() man 2015-07-21 03:12:50 +00:00
joerg
a7c9fae5a0 Simplify the build of library archives by no longer doing a topological
sort.
2015-07-20 12:20:26 +00:00
wiz
307e20f618 Trailing whitespace, begone! 2015-07-17 06:45:55 +00:00
hannken
50c0a5b05d Operations getnewvnode() and ungetnewvnode() have been replaced with vcache.
- Remove now obsolete functions getnewvnode() and ungetnewvnode().
- Document vcache operations.

Welcome to 7.99.20
2015-07-12 08:11:27 +00:00
wiz
369f64d0b0 Add more formatting. 2015-07-11 17:36:09 +00:00
kamil
1759837355 Use more macros for symbolic constants
This change was suggested by <riastradh> in PR xsrc/49912
The change idea was approved by <wiz>
2015-07-11 17:24:13 +00:00
kamil
f5c40520dc Correct mandoc warnings and errors
This change should be no visible to users.
2015-07-11 16:47:49 +00:00
wiz
e3c29bc5b2 Avoid Pq. 2015-07-11 15:42:31 +00:00
kamil
152b443026 Clean-up documentation of login.conf(5)
Remove redundant word "limit" from sentences "Maximum ...".
Note that vmemoryuse might specify both maximum and current limits.
Remove redundant 'in bytes' from the description of vmemoryuse, it's noted
in the next section describing the argument type 'size'.

Changes inspired by <riastradh> in PR xsrc/49912
2015-07-11 14:18:08 +00:00
wiz
3834643e6b Bump date for previous. 2015-07-11 09:54:06 +00:00
kamil
3867e136be Clean-up resources (sys/sys/resource.h) usage
Add vmemoryuse to login_cap(3)
Document vmemoryuse in login.conf(5)
Document proc.pid.rlimit.vmemoryuse and proc.pid.rlimit.maxlwp in sysctl(7)
Document SBSIZE, AS, VMEM and NTHR in share/doc/psd/05.sysman/1.6.t

Reviewed by <riastradh>
Approved by <pgoyette>

Tested by Dominik Bialy

Closes PR xsrc/49912
2015-07-11 09:21:22 +00:00
matt
613066da23 Add _MKTARGET_LINK 2015-07-09 14:50:08 +00:00
wiz
187098ed8c Spelling. 2015-07-09 11:38:05 +00:00
wiz
b8e7a38d54 Bump date for previous. 2015-07-09 11:34:59 +00:00
roy
9cc6656f0e Note that dhcpcd will ignore the wpa_supplicant variable in rc.conf 2015-07-09 10:24:27 +00:00
kamil
49204776a2 Set proper include file: <sys/intr.h>
The <sys/param.h> header has nothing to do (directly or indirectly) with
splraiseipl(9). This issue might be hidden for kernel modules, as
<sys/module.h> includes <sys/mutex.h>, which in turn pulls in <sys/intr.h>.

Reviewed by <msaitoh>
2015-07-09 10:23:51 +00:00
chs
f047745321 reapply some fixes to make multi-threaded ctfmerge work
that were lost in the overzealous resync with freebsd.
remove the hacks which were applied to work around those problems.
2015-07-06 00:21:51 +00:00
wiz
3c019c621b New sentence, new line. 2015-07-03 22:18:02 +00:00
bouyer
3c96c24fae Add basic support for tap detection, emulating a left-click. 2015-07-03 14:18:18 +00:00
skrll
7270a09d72 Typos 2015-06-29 16:20:14 +00:00
matt
30074b3e8a Add MKCOMPATX11 knob for making X11 compat libraries. 2015-06-27 16:21:07 +00:00
matt
589b128fbc Support building the xorg X11 libraries under MKCOMPAT.
Add XORG_MACHINE_ARCH to compat's bsd.*.mk
Turn xorg makekeys and makestrs into real host tools which are installed into
${TOOLSDIR}
2015-06-24 22:20:24 +00:00
matt
a517e85e1a Don't add anything to CFLAGS/LDFLAGS on mips64 is BSD_MK_COMPAT_FILE is set. 2015-06-24 13:42:53 +00:00
matt
8056744aa6 Default MKPICLIB on powerpc64 to yes 2015-06-23 01:38:17 +00:00
matt
eebdf6214d Default MKCOMPATMODULES to yes for mips64e{b,l} 2015-06-22 06:47:26 +00:00
matt
0499097e0e Add MKCOMPATTESTS knob to enable building and installing the NetBSD test
suite as part of doing MKCOMPAT
2015-06-19 18:13:52 +00:00
pooka
0dcc02b3ce add READELF and STRINGS 2015-06-18 22:29:12 +00:00
dholland
3a11b350c0 Catch up with <varargs.h> removal. 2015-06-15 02:06:18 +00:00
christos
621bb43b15 the data segment is not randomized. 2015-06-14 16:56:36 +00:00
matt
6811dc67f2 Make LIBCRT* depend on the right files if MLIBDIR from MKCOMPAT is defined. 2015-06-07 15:04:28 +00:00
wiz
9336a60907 Whitespace fixes. 2015-06-04 09:20:12 +00:00
rkujawa
ca97ac20da Cross-reference xsh(4) and xsurf(4). 2015-06-04 09:17:52 +00:00
rkujawa
daf0ed6eca Name of the USB module is known, as it was already released. 2015-06-04 09:08:38 +00:00
mrg
69443c441c fix MKDEBUG vs parallel builds. split the creation of the final
.so file from the main link of it, and use the main file as the
input for both the .so output and the .so.debug file.  for MKDEBUG
builds we now:

	(a) create the (new) .so.full file
	(d) create the .so.debug file
	(c) create the (installable) .so file

for other builds, we simply use the same rule for (a) to create (c).

this stops the .so.debug rule from modifying the .so rule's target
and leading to mayhem.

see this thread for more details:
   http://mail-index.netbsd.org/tech-toolchain/2015/06/03/msg002616.html
2015-06-04 06:01:24 +00:00
martin
dbff044260 Cosmetics: simplify MKCOMPAT default settings 2015-06-04 05:56:23 +00:00
pgoyette
cadd54e581 Fix typo - from Kamil Rytarowski 2015-06-04 01:58:30 +00:00
christos
acb599fdb6 Strip the debug symbols via a temporary file, atomically replacing the full
random access archive to avoid races.
2015-06-02 23:00:25 +00:00
martin
fd0a6d9af6 Enable MKCOMPAT for earm*, now that it works. Ok: matt@ 2015-05-29 14:15:14 +00:00
rjs
550917d61d Build both xf86-video-radeon drivers for amd64 and i386, just build the
old one for other ports.
2015-05-28 14:36:44 +00:00
matt
350927cf34 Compile ARM apcs with -marm (no thumb). 2015-05-28 04:08:48 +00:00
matt
a538b93406 Change draft-ietf-tcpm-initcwnd-08.txt to RFC6928, 2015-05-27 07:52:02 +00:00
prlw1
4b3129d595 typo 2015-05-25 21:02:37 +00:00
mbalmer
b60e108231 Lua 5.1 -> Lua 5.3
From Kamil Rytarowski.
2015-05-25 08:57:31 +00:00
maxv
fa06c44d48 Remove the DIAGNOSTIC section, and two references to MALLOC and FREE. 2015-05-23 17:05:03 +00:00
ozaki-r
5ca2652f3f Remove description of netns/
Pointed out by Kamil Rytarowski
2015-05-21 01:05:33 +00:00
rjs
b596b9b9be Add xf86-video-intel-old to the build. 2015-05-21 00:12:10 +00:00
pooka
310d818a70 +ODTW 2015-05-18 11:56:20 +00:00
snj
ad614bfa87 the OSI options are long gone (hi joerg!) 2015-05-16 17:13:55 +00:00
knakahara
d12e1568ea update man. 2015-05-15 08:39:14 +00:00
wiz
08966c2e65 Sort sections. 2015-05-14 13:59:57 +00:00
wiz
5f5eebf1e3 Minus needs a backslash, add it. 2015-05-14 13:59:15 +00:00
pgoyette
fa7d5074ac Add new man page for devsw_attach() and friends.
From Kamil Ritarowski with some editting by myself.
2015-05-14 00:08:44 +00:00
pgoyette
a75c623ada Add a reference to the recently added module examples. 2015-05-13 22:31:16 +00:00
pgoyette
09f3122f4f Add the correct cross-ref, to intro(9lua) 2015-05-13 12:21:04 +00:00
shm
0bda128cdf 0 mappings are currently disabled on all architectures. 2015-05-13 11:36:12 +00:00
pgoyette
09458121ad Note to self: if you're going to revert, do it right.
This should restore the original SEE ALSO section.
2015-05-13 10:49:26 +00:00
pgoyette
ec17d2b7e8 Revert revision 1.31 - the referenced page does not exist and I am not
qualified to write it!
2015-05-13 10:17:27 +00:00
wiz
bfd8396881 Fix typos, sort SEE ALSO. 2015-05-13 09:15:21 +00:00
pgoyette
ba5eaf4e0d Add an entry for lue(9lua) to the SEE ALSO list. 2015-05-13 09:04:38 +00:00
mlelstv
1490a7ba80 Add documentation for the drvctl driver and add reference.
Fixes PR 49895.
2015-05-13 07:28:49 +00:00
martin
a7b45466db No kernel modules for acorn26 2015-05-12 08:25:28 +00:00
dholland
1f655ad914 ICYMI 2015-05-09 18:18:32 +00:00
wiz
25fa64e429 Bump date for previous.
Use .An.
2015-05-04 21:29:38 +00:00
ryo
89eada3bfc PR/49819: Roberto E. Vargas Caballero: Add support for SystemBase SB16C1050 PCI serial card 2015-05-04 21:21:38 +00:00
pgoyette
1824fee224 Update the Dt macro to include the x86 subdir. 2015-05-04 08:16:28 +00:00
pgoyette
a0820f0ebc Swap function names, so that xxx_bp() refers to the boot processor and
xxx_ap() to the application processor. It doesn't make any sense to
have bp reference the application processor while ap references boot!

XXX The two function are now lexicographically mis-ordered.  If this
XXX is an issue, let me know and I will re-sequence them.
2015-05-04 08:15:21 +00:00
wiz
0c6040f523 Sort SEE ALSO. 2015-05-04 08:07:02 +00:00
pgoyette
cd4fbf1b4e Fix some more cross-refs to point at the x86-specific subdir 2015-05-04 08:04:50 +00:00
wiz
f63d741004 New sentence, new line. 2015-05-04 07:44:18 +00:00
wiz
d7601bc4b1 New sentence, new line. Linebreaks. Fix an article. 2015-05-04 07:40:53 +00:00
wiz
f4f57f3254 Sort SEE ALSO, fix xref. 2015-05-04 07:39:00 +00:00
wiz
9b918b0962 Add .An -nosplit. 2015-05-04 07:14:03 +00:00
pgoyette
1921a9a8e3 Update mark-up 2015-05-04 06:14:47 +00:00
ryoon
f45869d2bd Add missing .Sh SYNOPSIS 2015-05-04 05:30:48 +00:00
pgoyette
b20ab9736b Remove extraneous blank line. 2015-05-04 03:53:41 +00:00
pgoyette
6722659ea8 Update the min and max interval values for the watchdog. The previous
numbers were correct, but the units for those numbers was ticks, not
seconds!  (One tco watchdog tick is approximately 0.6 seconds.)
2015-05-04 03:46:28 +00:00
pgoyette
ed66b501e0 Add new man page for tco(4), and update ichlpcib(4) man page. 2015-05-04 02:43:18 +00:00
matt
f1588c096e For mips64, build kmodules using N64 ABI 2015-05-02 18:18:13 +00:00
prlw1
9521ae7bfd Fix typos 2015-04-28 09:48:30 +00:00
wiz
32a8490845 Improve wording and macro usage. 2015-04-27 10:37:20 +00:00
wiz
15cf05626f Improve wording. 2015-04-27 10:32:22 +00:00
knakahara
8ec1d9400a add x86 MD MSI/MSI-X support code. 2015-04-27 07:03:57 +00:00
knakahara
c65d622dea add pci_intr_distribute(9) for x86. 2015-04-27 06:42:52 +00:00
mrg
aaabec45f9 two changes to radeon drm firmware:
- only install it by default on x86, set new MKRADEONFIRMWARE variable
- install in /libdata, so that separate /usr systems work

(this still doesn't solve PR#49811, which possibly could be handled by
having them being a kernel module loaded by /boot.)
2015-04-26 21:37:22 +00:00
wiz
9b0d6e4299 Sort keywords. From dieter roelants in PR 49855.
Bump date.
2015-04-25 22:03:07 +00:00
wiz
83b7d402c6 New sentence, new line. Bump date for previous. Various minor changes. 2015-04-25 14:27:02 +00:00
mlelstv
70f54807e4 Explain how the kernel determines the root filesystem from information
passed by the bootloader.
2015-04-25 14:05:43 +00:00
riastradh
bbd932f24f Per discussion with board@, remove inappropriate, hostile acronyms.
This reverts changes by rodent@ made without discussion and without
acknowledgement of objections.  Board's commit guidelines include
that changes that could possibly cause anyone to object should be
discussed, and there have been multiple objections publicly and
privately throughout the week.

This also removes some other entries that have been here for some
time that do not belong.  The acronyms file is not Urban Dictionary.
Nobody should expect to see any of these in use around the NetBSD
community, so there is no need to document them here.  If you want
Urban Dictionary, you know where to find it.

Please run any further changes by dholland@, the games maintainer.
2015-04-24 18:03:38 +00:00
jmcneill
186016aae7 IKR: I know, right? 2015-04-24 12:58:47 +00:00
rodent
b235ec802c +nmu loic nypa 2015-04-24 01:17:32 +00:00
rodent
39bbf65d14 +BB = baby - with this commit, we document, rather than police, yet another
acronym/abbreviation which is part of Internet culture. Those who feel
otherwise are welcome to turn this over to core@, who resolve disputes
among developers.
2015-04-24 00:20:16 +00:00
mrg
1bec3b4d7d set FILESBUILD_acronyms-o=yes so that non BUILD= builds work.
from christos.
2015-04-23 02:01:12 +00:00
rodent
14d35bb8b0 +SJW :) 2015-04-22 22:58:41 +00:00
pooka
70483504a1 Build ZFS by default only for amd64, not i386.
If we build i386 for 486 (i.e. no 64bit atomic ops) and as a substitute
for the modern hardware that the code was designed to run on use solid
workarounds like external/cddl/osnet/lib/libzpool/atomic.c, there's not
much point in anything.
2015-04-22 19:43:45 +00:00
christos
2d79abd2a4 Split acronyms to offensive and non-offensive like fortunes. 2015-04-21 22:40:37 +00:00
ryoon
01c7d8eae8 Add Kurotoshiko GbE-USB3.0S2. 2015-04-21 11:53:53 +00:00
pooka
022fe45008 Remove the unused and all-but-unusable kthread_destroy(). Also makes
it more obvious that the opposite of kthread_create() is kthread_exit().
2015-04-21 11:10:29 +00:00
wiz
79a213efae Bump date for previous. 2015-04-21 10:00:30 +00:00
riastradh
f07d4c6e8b Cull long-dead flags from namei(9) man page. 2015-04-21 03:21:54 +00:00
riastradh
944fbd0d8b Cull unused vnode v_iflags: VI_LAYER, VI_LOCKSHARE. 2015-04-20 19:36:55 +00:00
riastradh
4c17c141c3 Use Er, not Dv, for errno E* names. 2015-04-20 15:39:38 +00:00
riastradh
e3d7ca5cf5 First part of reworking vnode(9) man page. Much more to come. 2015-04-20 15:30:41 +00:00
riastradh
830199bd4a Use Dv, not Li, for EBUSY/ENOENT. 2015-04-20 14:09:14 +00:00
riastradh
4515b0035e Fix punctuation. 2015-04-20 14:08:52 +00:00
riastradh
3a57946f59 Rewrite vput(9) description. 2015-04-20 14:07:24 +00:00
riastradh
1e28edefae Document current state of vget. 2015-04-20 14:03:10 +00:00
wiz
eb6e09f00c Add missing .El. From Henning Petersen in PR 49845. 2015-04-20 06:50:13 +00:00
mlelstv
00a6b148d5 fix reference to queue(3) 2015-04-18 08:04:58 +00:00
wiz
24f40fb934 More markup. 2015-04-17 11:27:37 +00:00
rodent
8619e445df Adding more. 2015-04-16 01:07:24 +00:00
rodent
870b6e5640 moar because moar 2015-04-14 12:19:48 +00:00
pgoyette
12249fe7c4 Minor grammatical update. (I wonder if wizd(8) thinks I need to update
the revision date?)
2015-04-14 10:50:25 +00:00
riastradh
013f276e63 Update header file references in rnd man pages. 2015-04-13 22:23:54 +00:00
rodent
2410b2b273 Last ones... for some time to come. 2015-04-13 03:49:28 +00:00
rodent
0e11c388c5 By popular request. 2015-04-13 03:06:18 +00:00
rodent
5966e2e2dc Welcome to 2015, acronyms. 2015-04-13 00:39:57 +00:00
ryoon
723db66625 Add new device.
Bump date.
2015-04-11 00:30:50 +00:00
mrg
df9c189fea remove support to look for GCC 4.5 in gcc.old. 2015-04-08 06:03:09 +00:00
wiz
6046cbdc50 Update some defaults, from Joachim Henke on netbsd-docs. 2015-04-08 05:47:00 +00:00
wiz
99c656eb68 Grammar, whitespace; make AUTHORS section from HISTORY since it mostly cites
people.
2015-04-06 21:10:31 +00:00
bouyer
68e044784d Mention magic trackpad support 2015-04-06 17:57:51 +00:00
riastradh
51820012f4 Clarify what wapbl_jlock_assert and wapbl_junlock_assert mean. 2015-04-01 22:51:33 +00:00
riastradh
d14ef2c7cc More details on what may sleep and what won't sleep when. 2015-03-31 21:08:06 +00:00
riastradh
c380b27c05 Nesting shared in lazy is OK. Note nesting never blocks. 2015-03-31 20:50:29 +00:00
riastradh
68bdcb5496 Prohibit cross-mount transactions. 2015-03-31 15:49:45 +00:00
riastradh
590c31eca4 Revamp fstrans(9) man page.
- Fix example: fstrans_start never fails and returns void.
- Add fstrans_mount/fstrans_unmount.
- Explain intent, not just mechanism.
- Add internal cross-references and redundant information from
  different callers' perspectives.
2015-03-31 15:47:50 +00:00
riastradh
c6a78cfe85 Explain large write transaction bug in WAPBL. 2015-03-31 00:03:58 +00:00
dholland
fd9a522f27 An error was detected in a man page. 2015-03-30 16:57:40 +00:00
riastradh
57ae0bf4df Plural agreement. 2015-03-30 14:09:04 +00:00
riastradh
5586a44152 Fix tense. 2015-03-30 14:00:52 +00:00
riastradh
79047ecb0c Fix typo in example code. 2015-03-30 13:58:28 +00:00
riastradh
185edd37f7 Fix example code and emphasize it doesn't handle holes. 2015-03-30 13:58:03 +00:00
riastradh
bd88b93279 Add SIGNALS section to wizd(8). 2015-03-30 13:51:42 +00:00
riastradh
078e20efa6 Use Dv NULL, per SIGWIZD. 2015-03-30 13:40:01 +00:00
riastradh
6bcaafafa3 Be a little more consistent about nulls. 2015-03-30 13:35:50 +00:00
riastradh
a6a845b4eb Use Fn to mark up a function call. 2015-03-30 13:26:55 +00:00
riastradh
808424fb3e Nested I/O transfers are not `asynchronous'. 2015-03-30 13:22:12 +00:00
riastradh
b2d5d8d78a Consistently use `.Vt "struct buf"' to name the type. 2015-03-30 13:18:08 +00:00
riastradh
e90024bf9f Note reusing bufs requires clearing BO_DONE. 2015-03-30 13:17:14 +00:00
riastradh
ba2aeff9b2 Correct documentation of asynchronous/callback buffer I/O.
Asynchronous is not the same as callback: asynchronous means there is
no completion notification, and can be used only with buffer-cached
buffers.
2015-03-30 13:10:04 +00:00
wiz
51864d68ed Bump date for previous.
it's -> its
2015-03-30 11:01:53 +00:00
chopps
94dff34741 Add resize_root boot operation. If resize_root=YES in rc.conf then
the system attempts to resize the root file system to fill it's
partition prior to mounting read-write. Useful for things like AMI
file system images. May eventually be used by arm images after
coming up with similar solution for increasing the parition size.
2015-03-30 10:58:37 +00:00
riastradh
c57b4b0b32 Remove obsolete cprng_strong_getflags/setflags(9) man page links.
XXX pullup-7
2015-03-30 01:25:36 +00:00
riastradh
fc8e6f8285 Hook bufferio(9) man page into the build.
Remove separate getiobuf(9) man page, subsumed by bufferio(9).
2015-03-30 01:15:15 +00:00
riastradh
bc9959754c Hook up the new wapbl(9) man page. 2015-03-30 00:44:37 +00:00
riastradh
7643fefe1a Mention B_WRITE. 2015-03-29 21:08:36 +00:00
riastradh
5bd51b95d7 Remove \& from example code. Cargo-culted from I forget where. 2015-03-29 21:08:08 +00:00
riastradh
7cfc1b80d8 Use Ap s' instead of No 's', per signal from wizd. 2015-03-29 21:06:26 +00:00
riastradh
d05efdd692 Clarify that getiobuf must be paired with putiobuf, not brelse. 2015-03-29 21:05:21 +00:00
riastradh
a9b7070f73 Cull some obsolete parts of buffercache(9) man page. 2015-03-29 21:02:06 +00:00
riastradh
1098217eb7 New man page bufferio(9) for I/O transfer view of struct buf.
Move biowait/biodone from buffercache(9) man page.
2015-03-29 20:56:01 +00:00
maxv
6e39240181 Remove the 'cred' argument from bread(). Remove a now unused var in
ffs_snapshot.c. Update the man page accordingly.

ok hannken@
2015-03-28 19:24:04 +00:00
maxv
bb338d5f26 Remove the 'cred' argument from breadn(), and update the man page
accordingly.

ok hannken@
2015-03-28 17:23:42 +00:00
riastradh
b5e543d48e Whatever the original intent was, it works only for buffer cache. 2015-03-27 21:53:50 +00:00
riastradh
bfcb27c7c7 Explain resource estimation bug in wapbl(9). 2015-03-27 21:50:39 +00:00
riastradh
0c01a60838 Make wording about who calls wapbl_*_buf consistent. 2015-03-27 21:41:32 +00:00
riastradh
2583f9d8af Explain wapbl's relation to the garbage-appendage bug. 2015-03-27 19:58:58 +00:00
riastradh
b611b929e1 Note that the wapbl transaction lock is nonrecursive. 2015-03-27 19:48:37 +00:00
riastradh
e30c7e3328 Fix typo: VFS_UNMOUNT, not VFS_MOUNT, should call wapbl_stop. 2015-03-27 17:56:16 +00:00
wiz
1d3f3d5a49 Use less macros for same output. 2015-03-26 22:04:38 +00:00
riastradh
85ad28a810 Add wapbl(9) man page. 2015-03-26 21:38:49 +00:00
roy
a37502b2b6 Add RTF_BROADCAST to mark routes used for the broadcast address when
they are created on the fly. This makes it clear what the route is for
and allows an optimisation in ip_output() by avoiding a call to
in_broadcast() because most of the time we do talk to a host.
It also avoids a needless allocation for the storage of llinfo_arp and
thus vanishes from arp(8) - it showed as incomplete anyway so this
is a nice side effect.

Guard against this and routes marked with RTF_BLACKHOLE in
ip_fastforward().
While here, guard against routes marked with RTF_BLACKHOLE in
ip6_fastforward().
RTF_BROADCAST is IPv4 only, so don't bother checking that here.
2015-03-23 18:33:17 +00:00
riastradh
50f73940a2 Update some xrefs to point to softint(9), not the old/alt spelling. 2015-03-23 13:40:34 +00:00
riastradh
d06a75e7df Reorganize UFP_* flags with markup and more detail. 2015-03-23 08:19:12 +00:00
wiz
0e9029ef91 Bump date for previous. Use more markup in AUTHORS section. 2015-03-23 08:11:10 +00:00
riastradh
e3235bfa54 Describe UFP_DIRTYONLY and UFP_BACKWARD flags to uvn_findpages.
PR kern/49335
2015-03-23 08:00:33 +00:00
jmcneill
7ba4328bfa Process /etc/modules.conf (if present) at startup, before securelevel is
raised, to allow module loading on ports without a module aware bootloader.
2015-03-21 19:10:43 +00:00
mrg
22ccd76416 fix the description of MKX11RADEONKMS, as pointed out in PR#49753. 2015-03-17 01:58:29 +00:00
riastradh
d16d908099 Suggest membar_datadep_consumer now that we have it. 2015-03-09 01:55:09 +00:00
christos
071faa13f8 add a shm example 2015-03-04 16:18:04 +00:00
nonaka
55d019c062 fix typo. 2015-03-03 09:59:20 +00:00
mrg
50e581ea01 add build framework to choose between xf86-video-ati 6.x (UMS/KMS)
and 7.x (KMS only), and switch x86 to the latest (KMS only) version.

(if someone can make x86 install both radeon_drv.so.[67] and leave
the default symlink to .7, that would be nice.  renaming it so that
it's easier to choose via xorg.conf is a little more tricky..)
2015-03-01 07:46:04 +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
snj
9235716d61 prune a number of now-nonexistent xorg components 2015-02-26 04:49:16 +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
jmcneill
889ad2c6eb Build and install Mesa GBM buffer management library (libgbm). 2015-02-23 00:09:30 +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
ginsbach
89f8ebe7dd PR/49646: Nikolai Lifanov: Add LLDP - 802.1ab link layer discovery protocol 2015-02-06 14:48:24 +00:00
ginsbach
244854a3bd Add Port Control Protocol (RFC 6887) 2015-02-06 14:39:14 +00:00
plunky
8b3e3b168b IOT 2015-01-29 06:53:28 +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
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
snj
a421a92931 adapt to modern ISO image naming conventions 2014-11-13 22:32:53 +00:00
christos
d60f5081e2 add log_unknown_network 2014-11-13 16:10:21 +00:00
christos
3cbbf4418f do the dependencies in a simpler way using a separate target 2014-11-13 02:31:24 +00:00
uebayasi
67ba08fd77 If mkldscript.sh is used to build ${PROG}, depend on it. 2014-11-13 01:09:59 +00:00
christos
741166e931 sync both instances of the ldscript. 2014-11-12 19:33:32 +00:00