Glen Barber
b8b210c185
Update the autofs(5) manual to reflect it first appeared in
...
FreeBSD 10.1-RELEASE.
Submitted by: dhw
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
2014-09-03 17:15:12 +00:00
Gleb Smirnoff
c26544aa7f
Make SOCK_RAW sockets to be truly raw, not modifying received and sent
...
packets at all. Swapping byte order on SOCK_RAW was actually a bug, an
artifact from the BSD network stack, that used to convert a packet to
native byte order once it is received by kernel.
Other operating systems didn't follow this, and later other BSD
descendants fixed this, leaving us alone with the bug. Now it is
clear that we should fix the bug.
In collaboration with: Olivier Cochard-Labbé <olivier cochard.me>
See also: https://wiki.freebsd.org/SOCK_RAW
Sponsored by: Nginx, Inc.
2014-09-01 14:04:51 +00:00
Christian Brueffer
fc1dccd59c
Allow the iwn(4) fw 100 to be compiled into the kernel and update the
...
relevant manpages.
2014-08-30 13:47:05 +00:00
Hans Petter Selasky
b5177e001b
Add description of "sysctl_remove_name()" function.
2014-08-28 04:35:38 +00:00
Hiroki Sato
8eac80769b
- Use $local_startup to load rc.conf.d/* scripts.
...
- Document support of rc.conf.d/<dir>/* introduced in r270392.
Discussed with: bapt
2014-08-27 09:19:22 +00:00
Baptiste Daroussin
33b6cf558b
Document the new ${LOCALBASE}/etc/rc.conf.d in rc.conf(5)
...
MFC after: 1 week
2014-08-26 22:54:54 +00:00
Stefan Eßer
9d365a16df
Back-out the references to vt(4) from this man-page. It appears that the
...
splash support in vt is implemented within the vt driver and does not
depend on splash(4).
Submitted by: marius@alchemy.franken.de
2014-08-26 11:13:07 +00:00
Stefan Eßer
651045d6de
Add references to vt(4) and the configuration files in /usr7share/vt where
...
appropriate (i.e. where syscons was already mentioned and vt supports the
feature). Comments in defaults/rc.conf are updated to match the contents
of the modified man-page rc.conf(5).
Reviewed by: pluknet, emaste
MFC after: 3 days
2014-08-26 08:13:30 +00:00
Bjoern A. Zeeb
ac4dd4a91c
Document MAC address selection and setting for atse(4).
...
Submitted by: brooks
MFC after: 3 days
Sponsored by: DARPA/AFRL
2014-08-21 12:50:11 +00:00
Gavin Atkinson
8382d842d5
Fix return type of callout_init_rm() and add return type to
...
callout_deactivate().
PR: 192520
Submitted by: yaneurabeya gmail com
MFC after: 3 days
2014-08-20 23:29:34 +00:00
Kevin Lo
d4bcd25553
Add the D-Link DWA-125 rev D1.
...
Tested by myself.
2014-08-20 01:26:27 +00:00
Bryan Drewery
54d8c5d5af
Regen after r270171
2014-08-19 15:46:40 +00:00
Bryan Drewery
f1d82c3e68
Regen after r270168
2014-08-19 15:09:24 +00:00
Edward Tomasz Napierala
3914ddf8a7
Bring in the new automounter, similar to what's provided in most other
...
UNIX systems, eg. MacOS X and Solaris. It uses Sun-compatible map format,
has proper kernel support, and LDAP integration.
There are still a few outstanding problems; they will be fixed shortly.
Reviewed by: allanjude@, emaste@, kib@, wblock@ (earlier versions)
Phabric: D523
MFC after: 2 weeks
Relnotes: yes
Sponsored by: The FreeBSD Foundation
2014-08-17 09:44:42 +00:00
Gavin Atkinson
990c2e5c9e
Sync list of supported devices in the man page with the driver.
...
MFC after: 1 week
2014-08-14 19:15:20 +00:00
Gavin Atkinson
aa12af3438
Update iwn(4) and iwnfw(4) man pages to reflect all available firmware.
...
MFC after: 1 week
2014-08-14 19:14:24 +00:00
Gavin Atkinson
09e90f5155
Clarify descriptions of pthread_cond_wait() and pthread_cond_timedwait()
...
Requested by: Malcolm Douglas via freebsd-doc
Reviewed by: jhb
MFC after: 1 week
2014-08-12 12:44:52 +00:00
John Baldwin
ebd88e49d3
Fix a typo.
...
PR: 192294
Submitted by: Conrad Meyer <conrad.meyer@isilon.com>
2014-08-11 18:26:57 +00:00
Alan Cox
a695d9b25b
Retire pmap_change_wiring(). We have never used it to wire virtual pages.
...
We continue to use pmap_enter() for that. For unwiring virtual pages, we
now use pmap_unwire(), which unwires a range of virtual addresses instead
of a single virtual page.
Sponsored by: EMC / Isilon Storage Division
2014-08-03 20:40:51 +00:00
Aleksandr Rybalko
45dc370059
Allow to disable some special key combinations handled by vt(4), like debug
...
request, reboot request.
Requested by: Claude Buisson
Sponsored by: The FreeBSD Foundation
2014-08-03 13:07:25 +00:00
Hans Petter Selasky
aa88ccab1b
- Spelling corrections
...
Suggested by: Garrett Cooper <yaneurabeya@gmail.com>
PR: 192101
2014-08-02 18:37:08 +00:00
Hans Petter Selasky
5eb1caa8c8
- Updated SYSCTL manual pages after recent changes to the kernel
...
SYSCTL code. Added description of new macros and functions.
- Merged dynamic and static SYSCTL related content into a single
manual page, hence parameters and functionality is very much the same.
- Uppercased all occurrences of "OID".
- Updated all SYSCTL examples.
PR: 192101
2014-07-31 17:18:40 +00:00
Glen Barber
27c095f49e
Remove trailing comma from ending Xref
...
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
2014-07-30 04:48:56 +00:00
Glen Barber
a5e1109a6e
Remove trailing comma from ending Xref
...
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
2014-07-30 04:48:20 +00:00
Glen Barber
f7a4bc621b
Remove trailing comma from ending Xref.
...
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
2014-07-30 04:47:39 +00:00
Glen Barber
e550cb2f38
Remove trailing comma from standalone Xref.
...
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
2014-07-30 04:46:53 +00:00
Joel Dahl
ff275dea7e
mdoc: remove superfluous paragraph macro.
2014-07-29 19:43:00 +00:00
Joel Dahl
534ade2c95
Silence mandoc lint.
2014-07-29 19:41:00 +00:00
Gleb Smirnoff
9753faf553
Garbage collect couple of unused fields from struct ifaddr:
...
- ifa_claim_addr() unused since removal of NetAtalk
- ifa_metric seems to be never utilized, always a copy of if_metric
2014-07-29 15:01:29 +00:00
Sergey Kandaurov
c07f78a0b1
Add VOP_GETVOBJECT.9 to obsolete files, un-xref.
...
X-MFC with: r269160
2014-07-29 13:40:33 +00:00
Konstantin Belousov
c448f58f45
Explicitely mention that inactivated or reclaimed vnode is locked
...
exclusively.
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
2014-07-27 20:55:47 +00:00
Konstantin Belousov
169b6a554f
Remove man page for non-existent VOPs.
...
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
2014-07-27 20:48:56 +00:00
Konstantin Belousov
e4bf26280f
Correct the locking statement.
...
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
2014-07-27 20:47:06 +00:00
Kevin Lo
6cf8764e75
Add net80211 and minor cleanup.
2014-07-25 10:27:36 +00:00
Sergey Kandaurov
b679017609
- Use Rs/Re mdoc macros.
...
- Remove duplicate and/or redundant content.
2014-07-23 18:54:18 +00:00
Sergey Kandaurov
d0999e70b6
Re-sort synopsis, add includes.
2014-07-22 22:39:59 +00:00
Sergey Kandaurov
814de63043
s/PCBGROUPS/PCBGROUP/ manpage to match "options PCBGROUP".
2014-07-22 22:16:23 +00:00
Sergey Kandaurov
0d93965f43
Grammar and spelling fixes.
2014-07-22 19:37:38 +00:00
Sergey Kandaurov
b2cd178ea2
Fixed fallout from previous change.
2014-07-21 08:47:54 +00:00
Sergey Kandaurov
37d1fbc39f
[mdoc] cleanup
2014-07-21 08:42:35 +00:00
Adrian Chadd
803b5af467
Add the PCBGROUPS manpage.
...
Thanks to wblock for helping me with this manpage.
2014-07-21 04:48:02 +00:00
Alan Cox
ea40a6a62c
Remove obsolete man pages. The corresponding code was removed in r255608.
2014-07-18 15:39:07 +00:00
Alan Cox
311cacb496
Remove an obsolete man page.
2014-07-18 06:56:24 +00:00
Xin LI
61c320f033
Fix markups.
2014-07-17 23:23:01 +00:00
Xin LI
1afc6e14b2
Fix markup regression introduced in r268369.
2014-07-17 23:14:47 +00:00
Alan Cox
ce5bed4b2c
Add a man page for the new function pmap_unwire().
2014-07-17 20:03:52 +00:00
Alan Cox
53cc33f6f6
Remove the man page for a pmap function that no longer exists.
2014-07-17 17:41:32 +00:00
Alan Cox
cd81b88d5c
Correct the name of the man page for pmap_ts_referenced().
...
Sponsored by: EMC / Isilon Storage Division
2014-07-16 23:17:57 +00:00
Don Lewis
d3a6879421
Nuke the never-used RF_TIMESHARE feature, reducing the complexity of the
...
code. The consensus on arch@ is that this feature might have been useful
in the distant past, but is now just unnecessary bloat.
The int_rman_activate_resource() and int_rman_deactivate_resource()
functions become trivial, so manually inline them.
The special deferred handling of RF_ACTIVE is no longer needed in
reserve_resource_bound(), so eliminate the associated code at the
end of the function.
These changes reduce the object file size by more than 500 bytes on i386.
Update the rman.9 man page to reflect the removal of the RF_TIMESHARE
feature.
MFC after: 2 weeks
2014-07-16 22:18:19 +00:00
Julio Merino
18c6fc4c4e
Regen after r268778 to replace WITH_TESTS with WITHOUT_TESTS.
2014-07-16 21:43:24 +00:00