| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: 17431
Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2000d.tar.gz
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| | |
Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2000d.tar.gz
|
| |
| |
| |
| | |
Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata1999b.tar.gz
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
reserve, in maximal NFS packets. Originally only 2 packets worth of
space was reserved. The default is now 4, which appears to greatly
improve performance for slow to mid-speed machines on gigabit networks.
Add documentation and correct some prior documentation.
Problem Researched by: Andrew Gallatin <gallatin@cs.duke.edu>
Approved by: jkh
|
| |
| |
| |
| | |
Re-broken by: n_hibma :)
|
| |
| |
| |
| |
| |
| |
| | |
TAILQ_REMOVE_HEAD.
PR: docs/17590
Submitted by: Benno Rice <benno@netizen.com.au>
|
| |
| |
| |
| | |
Obtained from: Anders Andersson <anders@sanyusan.se>
|
| |
| |
| |
| | |
meant to commit umass.4
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Spotted by: Ben Smithurst <ben@scientia.demon.co.uk>
|
| |
| |
| |
| |
| |
| |
| | |
and put some more specific examples in www-supfile.
PR: docs/17600
Discovered by: Denis Mittsev <dm@dmhome.orsk.ru>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
o Comment out display of fortune by default.
o Synch root's .cshrc/.login and non-root's .cshrc/.login in terms of
gratuitous variables set (EDITOR).
o Remove some commented out variables set inconsistently or gratuitously,
such as Interviews settings, 8-bit German locale for root only.
o Synchronize comments in header, as well as references to appropriate man
pages.
o Remove MANPATH setting as apparently /etc/manpath.config does all that
already.
Similar changes probably need to be made in other dot.* files for root
and skel, as all of these files seem to set different aliases, environmental
variables, prompts, and have different semantics.
As a result of this patch, leaving aside the setting of a special prompt
for root, users of csh and tcsh should find similar environments when
logging in or su'ing to any account using that shell.
Reviewed by: asmodai, nbm, will
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Submitted by: Anders Andersson <anders@sanyusan.se>
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
"Man pages shouldn't refer to higher level interfaces
built using the interfaces in the man pages."
Submitted by: bde
|
| | |
|
| |
| |
| |
| | |
Add Xr's for SPLASSERT and CONDSPLASSERT.
|
| |
| |
| |
| |
| | |
fix Jonathan's name, fix copyright date, man -> manual,
add const before char *msg, add email address.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
On a K6-2/450 with fairly fast SCSI disks, building+installing src/share/
takes 2m51.3s, where src/share/doc/ is 1m9.9s of that.
However on a slow Alpha (233MHz) the times are 7m39.3s and 4m58.3s
respectively.
This commit allows one to speed up their build time, without not getting
any important and required changes if one used "NOSHARE".
|
| |
| |
| |
| | |
PR: docs/17506
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Get rid of the "char *" before level which made no sense. Change
"char *msg" to the properly const-unpoisoned one.
Just SPLASSERT.9:
Add an Xref to CONDSPLASSERT(9). Change the function name "rtredirect"
to the correct "rtalloc".
|
| |
| |
| |
| | |
Submitted by: Brian Handy <handy@lambic.physics.montana.edu>
|
| |
| |
| |
| |
| |
| |
| |
| | |
.Fd - > .Cd
EXAMPLE - > EXAMPLES
man page -> manual page
Submitted by: large part by sheldonh
|
| |
| |
| |
| |
| |
| | |
it into a ``shared'' .ko file. This intermediate file can be directly
linked into a static kernel. This isn't all that useful yet but will
become much more interesting shortly.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
macros.
Reviewed by: ps
|
| |
| |
| |
| |
| |
| | |
considering the fact he wrote it himself. =)
Also add his email address in the AUTHORS section.
|