summaryrefslogtreecommitdiffstats
path: root/share/man
Commit message (Collapse)AuthorAgeFilesLines
...
| * MFC r302520: Replace NTB man page with more detailed and up to date.mav2016-08-184-3/+268
| | | | | | | | Sponsored by: iXsystems, Inc.
* | Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2016-08-082-11/+37
|\ \ | |/
| * MFC r303211:kib2016-07-302-11/+37
| | | | | | | | Implement mtx_trylock_spin(9).
* | Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2016-07-2610-111/+380
|\ \ | |/
| * MFC 302899: Add documentation for the sigevent structure.jhb2016-07-253-1/+178
| | | | | | | | | | | | | | | | | | | | - Add a sigevent(3) manpage to give a general overview of the sigevent structure and the available notification mechanisms. - Document that AIO requests contain a nested sigevent structure that can be used to request completion notification. - Expand the sigevent details in other manuals to note details such as the extra values stored in a queued signal's information or in a posted kevent.
| * MFC 302861: Fix rendering issues.jhb2016-07-251-6/+6
| | | | | | | | | | - Use Ta to separate column headers. - Correct width of the 'Code' column in the last table.
| * MFC 302175:jhb2016-07-241-1/+14
| | | | | | | | Add pci_get_max_payload() to fetch the PCI-express maximum payload size.
| * MFC 300253: Remove dangling references to rman_await_resource().jhb2016-07-242-22/+1
| | | | | | | | | | This function was removed when RF_TIMESHARE was removed a couple of years ago.
| * MFC r302673slm2016-07-202-80/+175
| | | | | | | | | | | | | | | | Use real values to calculate Max I/O size instead of guessing. Reviewed by: ken, scottl Approved by: ken, scottl, ambrisko (mentors) Differential Revision: https://reviews.freebsd.org/D7043
| * MFC r302797:markj2016-07-201-1/+6
| | | | | | | | Document DDB's "alltrace" and "show all trace" commands.
* | Merge remote-tracking branch 'origin/stable/10' into develLuiz Otavio O Souza2016-06-303-21/+63
|\ \ | |/
| * MFC 299912sephe2016-06-231-1/+19
| | | | | | | | | | | | | | | | atomic: Add testandclear on i386/amd64 Reviewed by: kib Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D6381
| * MFC r297160,r297196:bdrewery2016-06-211-1/+8
| | | | | | | | | | | | | | r297160: Document openat(2) behavior. r297196: Spell out 'system calls'.
| * MFC r271049:bdrewery2016-06-211-0/+1
| | | | | | | | Note that script(1) consumes filemon(4).
| * MFC r297156,r297157,r297158,r297159,r297161,r297172,r297200,r297201,r297202,bdrewery2016-06-211-12/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r297203,r297256: r297156: Track filemon usage via a proc.p_filemon pointer rather than its own lists. r297157: Stop tracking stat(2). r297158: Consolidate open(2) and openat(2) code. r297159: Use curthread for vn_fullpath. r297161: Attempt to use the namecache for openat(2) path resolution. r297172: Consolidate common link(2) logic. r297200: Follow-up r297156: Close the log in filemon_dtr rather than in the last reference. r297201: Return any log write failure encountered when closing the filemon fd. r297202: Remove unused done argument to copyinstr(9). r297203: Handle copyin failures. r297256: Remove unneeded return left from refactoring. Relnotes: yes (filemon stability/performance updates) Sponsored by: EMC / Isilon Storage Division
| * MFC r301549, r301550:pfg2016-06-211-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ng_mppc(4): Bring netgraph(3) MPPC compression support. Support for compression has been available from July 2007 but it was never imported due to concerns with patents once held by STAC/HiFn. The issues have clearly been resolved so bring it in now. Special thanks to Brett Glass for preserving the code and pointing documentation for the expiration case. Taken from: mav (through Brett Glass)
* | Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2016-06-217-15/+9
|\ \ | |/
| * MFC r301076: Fix typo ESRC -> ESRCH in pthread man pages.jilles2016-06-183-3/+3
| |
| * MFC r300970: Remove non-history libkse references and fix typojilles2016-06-184-12/+6
| | | | | | | | "PTHREAD_PROCESSES_PRIVATE".
* | Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2016-06-063-1/+337
|\ \ | |/
| * MFC r300607arybchik2016-06-041-1/+1
| | | | | | | | | | | | sfxge(4): cleanup: update copyright to 2016 Sponsored by: Solarflare Communications, Inc.
| * Add ioat.4 missed in r300661.mav2016-05-251-0/+334
| |
| * MFC ioat(4) driver in its present state.mav2016-05-251-0/+2
| |
* | Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2016-05-191-44/+113
|\ \ | |/
| * MFC r299276slm2016-05-161-44/+113
| | | | | | | | | | | | | | | | | | Updates to mpr driver man page. - Add 3216 and 3224 support. - Add SSU, chain_alloc_fail, and spinup_wait_time information. - Clear up some sentences. - Correct some typos.
* | Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2016-05-164-5/+25
|\ \ | |/
| * MFC r299162,r299163:ngie2016-05-131-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r299162: Only install NIS section 8 manpages if MK_NIS != no r299163: Fix r299162 share/man/man8/Makefile: - Add src.opts.mk so MK_NIS can be tested - Fix typo in MK_NIS conditional tools/build/mk/OptionalObsoleteFiles.inc: - Remove WIP diff from ^/user/ngie/detangle-rc
| * MFC r299115:kib2016-05-123-4/+18
| | | | | | | | | | Warn about consequences of suspending threads in arbitrary state of execution
* | Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2016-05-1111-13/+13
|\ \ | |/
| * MFC r298904:wblock2016-05-1011-13/+13
| | | | | | | | | | Spelling fixes supplied by pfg@, detected with codespell, plus additional misspellings detected by igor.
* | Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2016-05-091-3/+15
|\ \ | |/
| * MFC r298759:wblock2016-05-051-3/+15
| | | | | | | | Clarify build(7) instructions for alternate object directory.
* | Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2016-05-033-24/+117
|\ \ | |/
| * MFC r297243: Polish wbwd(4) driver and add more supported chips.mav2016-05-031-8/+41
| |
| * MFC r295471:jamie2016-04-301-13/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new rc.conf parameter "jail_reverse_stop" When a user defines "jail_list" in rc.conf the jails are started in the order defined. Currently the jails are not are stopped in reverse order which may break dependencies between jails/services and prevent a clean shutdown. The new parameter "jail_reverse_stop" will shutdown jails in "jail_list" in reverse order when set to "YES". Please note that this does not affect manual invocation of the jail rc script. If a user runs the command # service jail stop jail1 jail2 jail3 the jails will be stopped in exactly the order specified regardless of jail_reverse_stop being defined in rc.conf. MFC r295568: Document the new jail_reverse_stop parameter While here clean up the documentation for jail_list PR: 196152 Submitted by: feld
| * MFC r297367:jamie2016-04-301-3/+61
| | | | | | | | | | | | | | | | | | Move the various per-type arrays of OSD data into a single structure array. MFC r297422: Add osd_reserve() and osd_set_reserved(), which allow M_WAITOK allocation of an OSD array.
* | Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2016-04-282-9/+22
|\ \ | |/
| * MFC r298522:bcr2016-04-271-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | The default value of MINFREE is defined to be 8% in ufs/ffs/fs.h and not 10%. The newfs(8) and tunefs(8) man pages had this change already, but fs(5) did not. This change makes it consistent again. Bump Dd. PR: 204929 Submitted by: amutu@amutu.com Sponsored by: Essen Linuxhotel Hackathon 2016
| * MFC r298176:wblock2016-04-251-5/+18
| | | | | | | | | | Add the kern.vt.enable_bell sysctl, which was not documented previously. Minor additional punctuation and wording changes.
* | Merge remote-tracking branch 'origin/stable/10' into develLuiz Otavio O Souza2016-04-171-1/+11
|\ \ | |/
| * MFC r287009, r287120 and r298131:loos2016-04-161-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | Add ALTQ(9) support for the CoDel algorithm. CoDel is a parameterless queue discipline that handles variable bandwidth and RTT. It can be used as the single queue discipline on an interface or as a sub discipline of existing queue disciplines such as PRIQ, CBQ, HFSC, FAIRQ. Obtained from: pfSense Sponsored by: Rubicon Communications (Netgate)
| * MFC r284777, r284814, r284863 and r298088:loos2016-04-161-1/+6
| | | | | | | | | | | | | | | | ALTQ FAIRQ discipline import from DragonFLY. Differential Revision: https://reviews.freebsd.org/D2847 Obtained from: pfSense Sponsored by: Rubicon Communications (Netgate)
* | Revert "MFC r284777:"Luiz Otavio O Souza2016-04-171-6/+1
| | | | | | | | | | | | This reverts commit c548a571ceaeae698d02b862b4170d015a265ba7. TAG: FAIRQ
* | Revert "MFC r287009:"Luiz Otavio O Souza2016-04-171-6/+1
| | | | | | | | | | | | This reverts commit 9622cc803af75551a6623d5d9c5311f1e0af1cb5. TAG: CODEL
* | Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2016-04-152-4/+10
|\ \ | |/
| * MFC r297571:wblock2016-04-131-1/+7
| | | | | | | | | | Add another real-life example of setting a quirk for a USB gaming keyboard. From forum thread: https://forums.freebsd.org/threads/55717/
| * MFC r297386: Add support for AMD FCH watchdog timers.mav2016-04-121-3/+3
| |
* | Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2016-04-112-2/+2
|\ \ | |/
| * MFC r297364:wblock2016-04-042-2/+2
| | | | | | | | Fix two more unhappy instances of "user land".
* | Merge remote-tracking branch 'origin/stable/10' into develLuiz Otavio O Souza2016-03-301-1/+3
|\ \ | |/
OpenPOWER on IntegriCloud