| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
information about witness(9) to the section about interactions, and
expand 'contexts' table.
|
| |
|
|
|
|
| |
Approved by: imp (mentor)
|
|
|
|
| |
Submitted by: brueffer
|
| |
|
|
|
|
| |
not VFS operation.
|
| |
|
|
|
|
| |
install the man pages on all platforms too.
|
|
|
|
|
|
|
|
| |
5150, 6000 and 6050 devices too, with firmware modules for the 4965, 1000, 5000, 5150 and 6000.
Add documentation for mwl and all the wireless firmware drivers.
Approved by: rrs (mentor)
|
|
|
|
|
|
|
|
| |
platforms where the driver itself is compiled and installed.
PR: docs/130895
Reported by: George Hartzell <hartzell alerce.com>
MFC after: 1 week
|
|
|
|
| |
installed on more than just i386.
|
|
|
|
| |
pages are installed on more platforms than just i386.
|
|
|
|
|
| |
Approved by: rrs (mentor)
MFC after: 3 days
|
|
|
|
|
|
|
|
|
| |
specify list of executables and/or rc scripts that should be executed
after firewall starts/stops.
Submitted by: Yuri Kurenkov <y dot kurenkov at init dot ru>
Reviewed by: rhodes, rc@
MFC after: 1 week
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
| |
brightness, wired LAN power and bass gain), and update the description of
one previously unknown feature (display contrast). While here, expand on
a comment and remove two defines left over from an old version of the code.
Also update man page to document the above changes, and correct grammar.
PR: kern/127581
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
|
| |
driver)
PR: kern/135989
Submitted by: "Rashid N. Achilov" citycat4 ngs.ru
|
|
|
|
|
|
| |
PR: 143613
Submitted by: pluknet <pluknet@gmail.com>
Committed from: Debian/kFreeBSD talk at FOSDEM
|
|
|
|
| |
Approved by: rpaulo (mentor)
|
| |
|
|
|
|
| |
Approved by: delphij (mentor)
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
|
|
| |
override WARNS.
Reported by: <marius@nuenneri.ch> and uqs@
|
|
|
|
| |
Approved by: trasz (mentor)
|
|
|
|
| |
Approved by: rrs (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
maximum file size limit. Default is UINT64_MAX when the option is
not specified. It was useless to set the limit to the total amount of
memory and swap in the system.
Use tmpfs_mem_info() rather than get_swpgtotal() in tmpfs_mount() to
check if there is enough memory available.
Remove now unused get_swpgtotal().
Reviewed by: Gleb Kurtsou
Approved by: trasz (mentor)
|
| |
|
|
|
|
|
| |
This driver was written for OpenBSD by Damien Bergamini and ported over by
Akinori Furukoshi.
|
| |
|
|
|
|
| |
rules into their own section.
|
|
|
|
| |
Approved by: philip (mentor)
|
|
|
|
| |
MFC after: 1 day
|
| |
|
|
|
|
|
| |
they are only used to implement other synchronization primitives), tweak
formatting.
|
|
|
|
|
|
| |
switch to 2-clause license per NetBSD rc.subr.8 r1.19.
Submitted by: Alex Kozlov
|
|
|
|
| |
MFC after: 2 weeks
|
|
|
|
|
|
|
|
| |
by OpenBSD), based on comments from many, including rwatson, jhb, brooks
and others.
Sponsored by: iXsystems, Inc.
MFC after: 1 month
|
|
|
|
| |
Approved by: flz (mentor)
|
|
|
|
| |
Approved by: tabthorpe (mentor)
|
|
|
|
|
|
|
|
| |
Mexico's House of Representatives has approved a proposal for
northern Mexico's border cities to share the same daylight saving
schedule as the United States.
MFC after: now
|
| |
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In the current code, the locking is completely broken and may lead
easilly to deadlocks. Fix it by using the proc_mtx, linked to the
suspending thread, as lock for the operation. Keep using the
thread_lock for setting and reading the flag even if it is not entirely
necessary (atomic ops may do it as well, but this way the code is more
readable).
- Fix a deadlock within kthread_suspend().
The suspender should not sleep on a different channel wrt the suspended
thread, or, otherwise, the awaker should wakeup both. Uniform the
interface to what the kproc_* counterparts do (sleeping on the same
channel).
- Change the kthread_suspend_check() prototype.
kthread_suspend_check() always assumes curthread and must only refer to
it, so skip the thread pointer as it may be easilly mistaken.
If curthread is not a kthread, the system will panic.
In collabouration with: jhb
Tested by: Giovanni Trematerra
<giovanni dot trematerra at gmail dot com>
MFC: 2 weeks
|
|
|
|
|
|
|
| |
Note implementation-defined EOPNOTSUPP error [1].
PR: threads/143115 [1]
MFC after: 3 days
|
|
|
|
| |
Reviewed by: gabor
|
|
|
|
|
|
| |
to have different flags when building profiled objects.
MFC after: 1 month
|
| |
|
|
|
|
| |
getutxent is in category 3, not 5.
|
|
|
|
| |
I removed utmp and its manpage, but not other manpages referring to it.
|