David E. O'Brien
9b4e871a4f
Document -depth
2001-10-06 18:07:32 +00:00
Giorgos Keramidas
e82a5f198f
Add an entry with my birthday.
...
Approved by: nik
2001-10-06 11:40:36 +00:00
David E. O'Brien
1c68ec0191
Properly static'ize increase_maxtable().
...
Submitted by: db@db.net
2001-10-05 03:02:04 +00:00
David E. O'Brien
2780cd8718
Fix the output so it really does dynamically resize the table.
...
Submitted by: Diane Bruce <db@db.net>
2001-10-05 02:09:43 +00:00
David E. O'Brien
1dce684051
Increase the table size by an order of magnitude.
...
The previous version was too small and YACC core dumped on the during the
hybrid-7 build.
Submitted by: Diane Bruce <db@db.net>
2001-10-05 00:46:22 +00:00
Greg Lehey
70ae2d62cb
Remove duplicate entries.
2001-10-04 00:38:36 +00:00
Thomas Gellekum
1a63d7e08e
- First shot at PIC emulation;
...
- better 8250 emulation;
- fake vertical retrace bit in Input Status #1 register
(this was lost in the VGA emu rewrite).
Submitted by: Igor Serikov <bt@turtle.pangeatech.com>
2001-10-02 11:28:59 +00:00
Bill Fenner
8cd6778484
Allow "obsolete" (but commonly-used) command line style to be used
...
with -F, e.g. tail -1 -F /var/log/messages.
Submitted by: Maxim Konovalov <maxim@macomnet.ru>
2001-10-02 06:22:01 +00:00
Ruslan Ermilov
32eef9aeb1
mdoc(7) police: Use the new .In macro for #include statements.
2001-10-01 16:09:29 +00:00
Ruslan Ermilov
6846c17488
mdoc(7) police: make double quotes in #include statement visible.
2001-10-01 15:01:57 +00:00
Ruslan Ermilov
0eebeb0071
mdoc(7) police: s/FreeBSD/.Fx/, bump document date.
2001-10-01 13:32:46 +00:00
David E. O'Brien
dbb3c034a4
Adjust to the libedit enhancements some functions now take more parameters.
...
Partially submitted by: kris
2001-10-01 08:46:45 +00:00
Greg Lehey
24e7f58b03
Add description for calendar.freebsd.
2001-10-01 02:35:52 +00:00
Greg Lehey
c4035b4f35
Correct spelling of Labour Day in Australia, and clarify which states observe it.
...
Add Queen's Birthday in WA.
Expand unnecessary abbreviation.
Correct rules for German Buss- und Betttag.
Disunite Ivory Coast and Panama.
2001-10-01 02:35:08 +00:00
Bosko Milekic
70a61707f6
Re-enable mbtypes statistics in the mbuf allocator. I disabled these
...
when I changed the allocator bits. This implements per-CPU mbtypes
stats by keeping net number of decrements/increments of a given mbtype
per-CPU and then summing all of the per-CPU mbtypes to produce the total
net number of allocated mbufs of the given mbtype.
Counters are carefully balanced to avoid/prevent underflows/overflows.
mbtypes stats are re-enabled with the idea that we may occasionally
(although very rarely) observe slight inconsistencies in the stat
reporting. Most of the time, we should be fine, though.
Also make appropriate modifications to netstat(1) and systat(1) to do
the necessary reporting.
Submitted by: Jiangyi Liu <jyliu@163.net>
2001-09-30 01:58:39 +00:00
Bill Fumerola
5b3f2c13a2
use openpty() instead of rolling a custom function (which didn't support
...
the full range of ptys anyways)
2001-09-28 22:46:13 +00:00
David E. O'Brien
3d0b614006
Clarify that -h implies -c.
2001-09-24 17:42:37 +00:00
Dag-Erling Smørgrav
dbcc198301
Don't print running stats unless we're the foreground process.
...
PR: 30764
2001-09-23 22:03:39 +00:00
Mike Heffner
28fb5d9a37
Don't add space after comma unless there was already one (prevents a
...
rare overflow). Optimize loop slightly. Don't exit if realloc can't
shrink a buffer (just continue and use the larger buffer).
Obtained from: OpenBSD
MFC after: 2 weeks
2001-09-23 04:07:26 +00:00
David E. O'Brien
d39947fd41
blah, remove debugging code that crept in with last commit.
2001-09-23 00:11:48 +00:00
David E. O'Brien
842d1c6c96
Add the 'h' flag to operate on symlinks rather than what they point to.
2001-09-22 18:45:03 +00:00
Crist J. Clark
cfd848db6f
Fixing a bug that causes very short uptimes (less than one minute) to
...
be 30 seconds off. (Thanks to Vladimir B.Grebenschikov
<vova@express.ru> for the PR and ru for a more elegant fix.)
PR: bin/30680
Approved by: ru
2001-09-22 09:33:00 +00:00
Ruslan Ermilov
db1909f7d2
mdoc(7) police: markup nits.
2001-09-21 07:04:47 +00:00
Garrett Wollman
3dbc6eb200
Cross-reference jot(1).
...
MFC after: 1 week
2001-09-21 03:05:16 +00:00
Garrett Wollman
bc14f117e1
Cross-reference rs(1), the general array re-shaper. (pr(1) is commonly used
...
to display text in columns even when the other formatting pr does is not
desired.)
MFC after: 1 week
2001-09-21 02:57:56 +00:00
Garrett Wollman
748dcfb055
Cross-reference between lam(1) and paste(1). Add a STANDARDS section to
...
lam(1) indicating that paste(1) is a standard way to do some of the same
things.
MFC after: 1 week
2001-09-21 02:51:07 +00:00
Peter Wemm
9119623471
Userland part of nfs client/server split and cleanup.
2001-09-18 23:34:44 +00:00
Greg Lehey
e3c822c968
Fix multiple uses of commas to separate countries. This construct is
...
commonly used in the United States of America to represent a
hierarchical relationship between city and state or country
("Evacuation Day in Suffolk County, Massachusetts"), but it was also
being abused to enumerate unrelated places ("Independence Day in
Albania, Mauritania").
Remove the list of countries observing All Souls' Day. This is a
widely observed holiday, and the list only included South American
contries.
There's more to do here; the list is rather patchy.
2001-09-17 21:19:28 +00:00
Ruslan Ermilov
e08effdafa
When bootstrapping install(1), libc may not have the strtofflags(3) support.
2001-09-17 11:58:14 +00:00
Greg Lehey
fe3e98753e
Correct spelling of PNG.
...
Make it clear that 16 September is the national day both in Mexico and PNG.
2001-09-15 23:55:07 +00:00
Robert Watson
2c19b38f62
o Modify NFS rights comment to note that the early credential changes
...
to test for a home directory don't set up the additional groups, and
as such may limit users conservatively. This does not affect the
eventual credentials selected.
2001-09-15 17:09:39 +00:00
Ruslan Ermilov
4bf12cb91e
Fold groups(1) and whoami(1) into id(1).
2001-09-14 14:04:08 +00:00
Ruslan Ermilov
631a876574
Simplify f_Xtime().
2001-09-14 13:42:26 +00:00
Ruslan Ermilov
adff4fca3d
Bloat find(1) even more, and introduce the concept
...
of time units to be used with -[acm]time primaries.
Based on patch from Nils M Holm <nmh@t3x.org>.
PR: bin/29165, bin/30309
2001-09-14 12:47:13 +00:00
Ruslan Ermilov
7b24b50458
Now that we have it, replace `afterinstall' target with SCRIPTS.
2001-09-13 14:26:31 +00:00
Ruslan Ermilov
fa8baa7a9e
Fixed the BINGRP handling mess.
...
EXEGRP and EXEMODE are used to install DOS (EXE format) binaries.
doscmd(1) can optionally be installed as ``setgid kmem''.
Hence the assignment operator for EXEGRP.
PR: bin/30538
2001-09-13 07:20:51 +00:00
Ruslan Ermilov
cda2a9b2f0
Set BINOWN=root explicitly for setuid root binaries.
...
This is not "useless", as one may have non-default
setting for BINOWN in make.conf, and we still want
these to be installed setuid root in this case.
2001-09-13 06:48:18 +00:00
Mark Murray
69ebfe3495
Reinstate complete (and now correctly functioning) WARNS=2.
2001-09-12 19:15:02 +00:00
Ruslan Ermilov
9de6241784
Fixed some of style bugs.
2001-09-12 10:04:42 +00:00
Julian Elischer
b40ce4165d
KSE Milestone 2
...
Note ALL MODULES MUST BE RECOMPILED
make the kernel aware that there are smaller units of scheduling than the
process. (but only allow one thread per process at this time).
This is functionally equivalent to teh previousl -current except
that there is a thread associated with each process.
Sorry john! (your next MFC will be a doosie!)
Reviewed by: peter@freebsd.org , dillon@freebsd.org
X-MFC after: ha ha ha ha
2001-09-12 08:38:13 +00:00
Greg Lehey
f1422f2ebc
Correct the entry for Sudetenland. It also has nothing to do with the south.
...
Corrected by: joerg
Pointy hat to: grog
2001-09-12 07:22:38 +00:00
Greg Lehey
49113adb7a
Correct the invasion of Südetenland. Any involvement of ducks was insignificant.
2001-09-12 00:13:02 +00:00
Ruslan Ermilov
d44ddba96c
Implement the ``-f address_family'' filter for -i.
...
Prodded by: Igor Podlesny <poige@morning.ru>
2001-09-11 17:14:33 +00:00
Ruslan Ermilov
1cb467b1b3
Update usage() to match reality.
2001-09-11 15:21:36 +00:00
Ruslan Ermilov
6658f7a13b
mdoc(7) police: Fixed the .Ex calls in manpages that describe more
...
than one utility.
PR: docs/30437
Submitted by: SUZUKI Koichi <koich@cac.co.jp>
2001-09-11 12:27:15 +00:00
Mike Barcroft
1c93d61fcc
Add a cast to silence a warning (error because of WARNS=2) on Alpha.
...
Discussed with: des
2001-09-10 17:23:57 +00:00
Ruslan Ermilov
1cdc4a5318
Do not overrun entry array when printing output tables.
...
Cleanup storage allocation for entries.
Obtained from: NetBSD
2001-09-10 15:09:12 +00:00
Ruslan Ermilov
db8b9c344e
Fixed SIGFPE (divide by zero) if column's width exceeds display width (-w).
...
Obtained from: OpenBSD
2001-09-10 11:56:07 +00:00
Ruslan Ermilov
c4c981072b
Fixed the -z option handling:
...
-Wuninitialized if used without -t.
PR: bin/30467
Null pointer dereference if used with -t.
Maximum column width computation was wrong.
2001-09-10 11:43:40 +00:00
Dima Dorfman
728d043e5b
- Move the prototype of ttymsg() into ttymsg.h. syslogd and talkd
...
also use this, and they shouldn't have to have their own prototypes.
- Silence warnings about constness and signedness in ttymsg(). This
includes changing the return value to a `const char *', and changing
the types of `left' and `wret' (both byte counts) to ssize_t.
Reviewed by: bde
2001-09-09 14:23:31 +00:00