| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
Reviewed by: bcr (mentor)
Approved by: bcr (mentor)
MFC after: 7 days
Differential Revision: https://reviews.freebsd.org/D24795
Notes:
svn path=/head/; revision=362169
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This allows it to be easily suppressed in, e.g., the "daemon" class where it
will not be properly expanded.
This is a part of D21481.
Submitted by: Andrew Gierth <andrew_tao173.riddles.org.uk>
Notes:
svn path=/head/; revision=357560
|
| |
|
|
|
|
|
|
|
|
|
| |
login.conf(5) support.
Reviewed by: jilles
Sponsored by: The FreeBSD Foundation
Differential revision: https://reviews.freebsd.org/D5610
Notes:
svn path=/head/; revision=296723
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
infinity.
The number of ways to indicate this confuses people.
PR: docs/100196
Reported by: "Dr. Markus Waldeck" <waldeck@gmx.de>
Reported by: Jamie Landeg Jones <jamie.landeg.jones@gmail.com>
Notes:
svn path=/head/; revision=257205
|
| |
|
|
| |
Notes:
svn path=/head/; revision=257204
|
| |
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=237269
|
| |
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=236751
|
| |
|
|
|
|
|
|
|
| |
PR: 167804
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days
Notes:
svn path=/head/; revision=235337
|
| |
|
|
| |
Notes:
svn path=/head/; revision=233698
|
| |
|
|
|
|
|
|
| |
this syntax violation and while I'm here also convert <TAB> to Ta and adjust
quotation marks in order to prevent this problem in the future.
Notes:
svn path=/head/; revision=233665
|
| |
|
|
|
|
|
| |
Noticed by: brueffer
Notes:
svn path=/head/; revision=233511
|
| |
|
|
|
|
|
| |
Reviewed by: brueffer
Notes:
svn path=/head/; revision=233510
|
| |
|
|
| |
Notes:
svn path=/head/; revision=223878
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The last half year I've been working on a replacement TTY layer for the
FreeBSD kernel. The new TTY layer was designed to improve the following:
- Improved driver model:
The old TTY layer has a driver model that is not abstract enough to
make it friendly to use. A good example is the output path, where the
device drivers directly access the output buffers. This means that an
in-kernel PPP implementation must always convert network buffers into
TTY buffers.
If a PPP implementation would be built on top of the new TTY layer
(still needs a hooks layer, though), it would allow the PPP
implementation to directly hand the data to the TTY driver.
- Improved hotplugging:
With the old TTY layer, it isn't entirely safe to destroy TTY's from
the system. This implementation has a two-step destructing design,
where the driver first abandons the TTY. After all threads have left
the TTY, the TTY layer calls a routine in the driver, which can be
used to free resources (unit numbers, etc).
The pts(4) driver also implements this feature, which means
posix_openpt() will now return PTY's that are created on the fly.
- Improved performance:
One of the major improvements is the per-TTY mutex, which is expected
to improve scalability when compared to the old Giant locking.
Another change is the unbuffered copying to userspace, which is both
used on TTY device nodes and PTY masters.
Upgrading should be quite straightforward. Unlike previous versions,
existing kernel configuration files do not need to be changed, except
when they reference device drivers that are listed in UPDATING.
Obtained from: //depot/projects/mpsafetty/...
Approved by: philip (ex-mentor)
Discussed: on the lists, at BSDCan, at the DevSummit
Sponsored by: Snow B.V., the Netherlands
dcons(4) fixed by: kan
Notes:
svn path=/head/; revision=181905
|
| |
|
|
|
|
|
| |
sessions to be pinned to cpus by login class.
Notes:
svn path=/head/; revision=180815
|
| |
|
|
| |
Notes:
svn path=/head/; revision=163193
|
| |
|
|
|
|
|
| |
PR: 101262
Notes:
svn path=/head/; revision=163186
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
capabilities but tell they do nothing in the base system.
This is a late responce to
http://docs.freebsd.org/cgi/mid.cgi?ED759F1DC5ADD74592DD063B1EDEDAF803ACD2B5
.
Obtained from: OpenBSD (wording; with minor corrections)
Notes:
svn path=/head/; revision=161545
|
| |
|
|
|
|
|
|
| |
Submitted by: markus
MFC after: 3 days
Notes:
svn path=/head/; revision=157874
|
| |
|
|
|
|
|
| |
Submitted by: ceri
Notes:
svn path=/head/; revision=142721
|
| |
|
|
|
|
|
| |
Suggested by: ru
Notes:
svn path=/head/; revision=142600
|
| |
|
|
|
|
|
| |
Inspiried by: ru
Notes:
svn path=/head/; revision=142411
|
| |
|
|
|
|
|
|
| |
PR: 76981
Submitted by: Lowell Gilbert <freebsd-bugs-local@be-well.ilk.org>
Notes:
svn path=/head/; revision=142330
|
| |
|
|
|
|
|
|
|
| |
not the program. Also, bump the document date.
Reminded by: our resident mdoc guard (ru)
Notes:
svn path=/head/; revision=133210
|
| |
|
|
|
|
|
|
|
| |
Reported by: Bill Moran <wmoran@potentialtech.com>
Submitted by: keramida
MFC after: 2 weeks
Notes:
svn path=/head/; revision=133206
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131504
|
| |
|
|
|
|
|
| |
Pointed out by: David Schultz
Notes:
svn path=/head/; revision=114703
|
| |
|
|
|
|
|
|
| |
PR: docs/40952
MFC After: 3 days
Notes:
svn path=/head/; revision=114675
|
| |
|
|
|
|
|
|
| |
PR: docs/51397
MFC After: 3 days
Notes:
svn path=/head/; revision=114648
|
| |
|
|
|
|
|
|
|
|
|
| |
revision of this file, but note that they are not supported in the
base system.
Requested by: ache
Reviewed by: ache, mike (mentor)
Notes:
svn path=/head/; revision=111891
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
password quality, not login.conf(5).
- Move warnexpire and warnpasswd from the ``Accounting Limits''
section to ``Authentication'', and nix everything else in the
former section. The accounting knobs are not available in
the base system, and the subset of them available in ports
should be documented in the ports' manpages.
PR: 47960
Reviewed by: mike (mentor), doc
Notes:
svn path=/head/; revision=111791
|
| |
|
|
|
|
|
|
|
| |
Approved by: re
Sponsored by: DARPA, Network Associates Labs
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=107177
|
| |
|
|
| |
Notes:
svn path=/head/; revision=106194
|
| |
|
|
| |
Notes:
svn path=/head/; revision=101582
|
| |
|
|
| |
Notes:
svn path=/head/; revision=98852
|
| |
|
|
| |
Notes:
svn path=/head/; revision=86451
|
| |
|
|
|
|
|
|
|
|
| |
is not defined in the capability type list. Provide a definition for
'bool', if a slightly less than elegant one. Note that this definition
does not include the complete scope of available behavior defined
in cgetcap(3), and could probably be improved.
Notes:
svn path=/head/; revision=86444
|
| |
|
|
|
|
|
| |
2) Pick only "me" class from ~/.login_conf as documented
Notes:
svn path=/head/; revision=83923
|
| |
|
|
|
|
|
|
|
| |
and globaly settings. An alternative implementation will be developed.
Reported by: Przemyslaw Frasunek <venglin@freebsd.lublin.pl>
Notes:
svn path=/head/; revision=83550
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79754
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79531
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79454
|
| |
|
|
| |
Notes:
svn path=/head/; revision=76787
|
| |
|
|
|
|
|
|
|
| |
which makes lgoin more like getty in its ability to be configured.
Submitted by: tlambert (code only)
Notes:
svn path=/head/; revision=76786
|
| |
|
|
| |
Notes:
svn path=/head/; revision=74107
|
| |
|
|
| |
Notes:
svn path=/head/; revision=71097
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70481
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68945
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68716
|
| |
|
|
| |
Notes:
svn path=/head/; revision=66470
|