summaryrefslogtreecommitdiffstats
path: root/share/man
Commit message (Collapse)AuthorAgeFilesLines
...
* MLINK mfi.4 to mfi_linux.4 and mfip.4 to cover these kernel modules.brueffer2016-04-241-0/+2
| | | | | | | | | | The mfi(4) manpage doesn't explain the modules yet, but at least we direct users to the right place. PR: 205925 Submitted by: dvl MFC after: 1 week Sponsored by: Essen Hackathon 2016
* Correct types for g_example_start() and g_example_access().brueffer2016-04-241-3/+3
| | | | | | | PR: 203498 Submitted by: chadf@triularity.org, ae MFC after: 1 week Sponsored by: Essen Hackathon 2016
* The default value of MINFREE is defined to be 8% inbcr2016-04-231-4/+4
| | | | | | | | | | | | | 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 MFC after: 3 days Sponsored by: Essen Linuxhotel Hackathon 2016
* Bump the date of the manpage after r298515bapt2016-04-231-1/+1
| | | | Sponsored by: Essen Hackathon 2016
* - Add two new subcommands to rc.subr:lme2016-04-231-0/+4
| | | | | | | | | | "describe" shows an rc script's description "extracommands" shows an rc script's non-standard commands like "reload", "configtest", "keygen", etc - Update the rc(8) manpage and the tcsh(1) completion examples to reflect these changes Approved by: bapt Sponsored by: Essen Linuxhotel Hackathon 2016 Differential Revision: D452
* Improve upon r296618 to keep lines < 80 characters.brueffer2016-04-232-4/+9
| | | | | Pointed out by: jhb Sponsored by: Essen Hackathon 2016
* Add the kern.vt.enable_bell sysctl, which was not documented previously.wblock2016-04-181-5/+18
| | | | | | | | Minor additional punctuation and wording changes. PR: 208785 Submitted by: david.marec@davenulle.org MFC after: 1 week
* Fix the description of the first two arguments to proc:::create.markj2016-04-171-2/+2
| | | | Reported by: Matt C <oholiab@grimmwa.re>
* MFHgjb2016-04-163-30/+63
|\ | | | | | | Sponsored by: The FreeBSD Foundation
| * Fix the 'type' for a few variables from tcpcb.hiren2016-04-151-5/+5
| | | | | | | | | | | | Reviewed by: markj Sponsored by: Limelight Networks Differential Revision: https://reviews.freebsd.org/D5973
| * Regeneratebdrewery2016-04-141-19/+44
| |
| * META_MODE+filemon: Default -DNO_CLEAN enabled.bdrewery2016-04-141-1/+9
| | | | | | | | | | | | | | | | | | When using meta mode with filemon, the build is reliably incremental safe. Bmake will use the meta files, along with filemon information, to rebuild targets when their dependencies change, commands change, or files they generate are missing. Sponsored by: EMC / Isilon Storage Division
| * Regeneratebdrewery2016-04-141-6/+6
| |
| * Regeneratebdrewery2016-04-121-5/+16
| |
| * Add another real-life example of setting a quirk for a USB gamingwblock2016-04-051-1/+7
| | | | | | | | | | | | keyboard. From forum thread: https://forums.freebsd.org/threads/55717/ MFC after: 1 week
* | MFHgjb2016-04-121-5/+16
| | | | | | | | Sponsored by: The FreeBSD Foundation
* | MFHgjb2016-04-061-1/+7
| | | | | | | | Sponsored by: The FreeBSD Foundation
* | MFHgjb2016-04-0429-127/+345
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * Fix minor problems caught by mandoc -Tlint.brueffer2016-03-314-6/+5
| |
| * Regeneratebdrewery2016-03-301-13/+4
| |
| * Remove the old depend (mkdep) code and make FAST_DEPEND the one true way.bdrewery2016-03-302-20/+11
| | | | | | | | | | | | | | Reviewed by: emaste, hselasky (partial), brooks (brief) Discussed on: arch@ Sponsored by: EMC / Isilon Storage Division Differential Revision: https://reviews.freebsd.org/D5742
| * Add osd_reserve() and osd_set_reserved(), which allow M_WAITOK allocationjamie2016-03-301-3/+61
| | | | | | | | of an OSD array,
| * Add new USB ID to UDL driver.hselasky2016-03-301-0/+1
| | | | | | | | | | Submitted by: Matthias Petermann <matthias@petermann-it.de> PR: 201084
| * Reword descriptions of asserting locks held without WITNESS.bdrewery2016-03-292-15/+21
| | | | | | | | | | | | | | | | | | | | | | | | This corrects an error in r296947 in that it is not possible to assert which thread holds a shared (or read) lock, but it is possible to assert that one is held. Just not very useful. MFC after: 1 week Submitted by: wblock, jhb Reviewed by: kib (earlier version), jhb, wblock Sponsored by: EMC / Isilon Storage Division Differential Revision: https://reviews.freebsd.org/D5659
| * Add support for AMD FCH watchdog timers.mav2016-03-291-3/+3
| | | | | | | | MFC after: 2 weeks
| * Fix two more unhappy instances of "user land".wblock2016-03-282-2/+2
| | | | | | | | | | Submitted by: bdrewery MFC after: 1 week
| * Replace "user land", which, for any definition of the word "user",wblock2016-03-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | sounds like some kind of horrific theme park. "Hey kids, want to go to User Land?" "No! We'll be good!" The obvious replacement is "userland", a compound word replete with term-of-art meaning and just a hint of cautionary tale. The alternate terms "flugelhorn" and "bullfrog", while also good, are less well-known and were voted down in committee. MFC after: 1 week
| * Fix bunch of .Xrs.trasz2016-03-288-15/+14
| | | | | | | | | | MFC after: 1 month Sponsored by: The FreeBSD Foundation
| * Polish wbwd(4) driver and add more supported chips.mav2016-03-241-8/+41
| | | | | | | | MFC after: 1 month
| * Handle copyin failures.bdrewery2016-03-221-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Skip the log entry as there is nothing good to write out. Don't fail the syscall though since it already succeeded. There's no reason filemon's tracing failure should fail the already-succeeded syscall. Record the error for later to return from close(2) on the filemon devfs file descriptor. Discussed with: markj, sjg, kib (briefly with kib) Reported by: mjg MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
| * Return any log write failure encountered when closing the filemon fd.bdrewery2016-03-221-0/+6
| | | | | | | | | | | | | | Discussed with: sjg, markj Reviewed by: sjg MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
| * Spell out 'system calls'.bdrewery2016-03-221-2/+2
| | | | | | | | | | MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
| * Document openat(2) behavior.bdrewery2016-03-211-0/+7
| | | | | | | | | | MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
| * Stop tracking stat(2).bdrewery2016-03-211-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | None of lstat(2), fstat(2), fstatat(2) were tracked either. The other filemon implementations also do not track stat(2), nor does bmake utilize it. The act of opening a file for read should be enough to decide that a file is a dependency. There could be rare cases where just having a file would cause a dependency but it is unlikely. MFC after: 2 weeks Also noted by: sjg Sponsored by: EMC / Isilon Storage Division
| * Track filemon usage via a proc.p_filemon pointer rather than its own lists.bdrewery2016-03-211-10/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - proc.p_filemon is added which is protected by PROC_LOCK. This improves performance and avoids double-fork issues, taking allproc_lock while in syscalls, and walking the process tree in syscalls. A particular proc.p_filemon can only be changed to NULL or another filemon, or the filemon inherited, while the filemon->lock is held. - Filemon are reference counted. On the last reference the log will be closed. - When closing the devfs file handle, the filemon will be detached from all processes and inheritance prevented. - Disallow attaching to a process already being traced since filemon is typically intended to be used on children only. This is allowed for curproc as bmake relies on this behavior for rare cases when combining .MAKE with .META. - Detach any previously tracked process on ioctl(FILEMON_SET_PID). - Handle error from devfs_set_cdevpriv() in filemon_open(). - The global filemon lock and lists are removed. - A free list is no longer kept. Previously this list was forever-expanding and never garbage cleaned. - No longer loses track of double-forks. If the process holding the filemon handle closes it will close the log rather than wait on a daemonized process, but it will log all activity until it closes its handle. The filemon will be removed from the process and not inherited. - A separate process count is kept only as an optimization for forced detachment to avoid taking allproc_lock and walking the entire process tree. - struct filemon access is protected by sx(9) filemon->lock as it was before. - Add more comments and KASSERTS. MFC after: 2 weeks Reviewed by: kib, mjg, markj (all on previous versions) Sponsored by: EMC / Isilon Storage Division Differential Revision: https://reviews.freebsd.org/D5520
| * Change a little to match what appears to be the right way of specifying an ↵julian2016-03-181-1/+3
| | | | | | | | | | | | | | | | | | argument (from looking at other man pages) MFC after: 1 week Sponsored by: Panzura inc
| * Add a few details that make it easier to use this macro.julian2016-03-181-0/+13
| | | | | | | | | | MFC after: 1 week Sponsored by: Panzura inc
| * Remove incorrect BUGS entry about asserting lock not held.bdrewery2016-03-161-6/+1
| | | | | | | | | | | | | | For non-WITNESS< assertion support for SA_UNLOCKED was added in r125421 and made to panic in r126316. MFC after: 1 week
| * Improve the implementation and documentation of thehselasky2016-03-162-1/+15
| | | | | | | | | | | | | | | | | | | | SYSCTL_COUNTER_U64_ARRAY() macro. - Add proper asserts to the SYSCTL_COUNTER_U64_ARRAY() macro that checks the size of the first element of the array. - Add an example to the counter(9) manual page how to use the SYSCTL_COUNTER_U64_ARRAY() macro. - Add some missing symbolic links for counter(9) while at it.
| * fail.9: Bump Ddcem2016-03-161-1/+1
| |
| * fail(9): Upstreaming some fail point enhancementscem2016-03-161-21/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is several year's worth of fail point upgrades done at EMC Isilon. They are interdependent enough that it makes sense to put a single diff up for them. Primarily, we added: - Changing all mainline execution paths to be lockless, which lets us use fail points in more sleep-sensitive areas, and allows more parallel execution - A number of additional commands, including 'pause' that lets us do some interesting deterministic repros of race conditions - The ability to dump the stacks of all threads sleeping on a fail point - A number of other API changes to allow marking up the fail point's context in the code, and firing callbacks before and after execution - A man page update Submitted by: Matthew Bryan <matthew.bryan@isilon.com> Reviewed by: cem (earlier version), jhb, kib, pho With feedback from: bdrewery Sponsored by: EMC / Isilon Storage Division Differential Revision: https://reviews.freebsd.org/D5427
| * Just install ar5523.bin into /usr/share/firmware and stop compiling itimp2016-03-151-1/+3
| | | | | | | | | | | | in. Differential Review: https://reviews.freebsd.org/D5639
| * Provide sysctl(9) macro to deal with array of counter(9).glebius2016-03-151-1/+37
| |
* | MFHgjb2016-03-142-15/+11
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * Reword SX_NOADAPTIVE description to be clear that adaptive is default.bdrewery2016-03-141-7/+5
| | | | | | | | | | | | The default changed in r193011. MFC after: 1 week
| * Regeneratebdrewery2016-03-111-8/+6
| |
* | MFHgjb2016-03-104-9/+23
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * Fix mdoc markup.brueffer2016-03-102-7/+4
| |
| * FILEMON_SET_FD: Disallow changing the fd.bdrewery2016-03-091-1/+14
| | | | | | | | | | | | MFC after: 1 week Suggested by: mjg Sponsored by: EMC / Isilon Storage Division
| * Mention resolvconf(8) in resolv.conf(5).trasz2016-03-081-1/+2
| | | | | | | | | | MFC after: 1 month Sponsored by: The FreeBSD Foundation
OpenPOWER on IntegriCloud