| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
variable. The implementation is based upon the patch sent to
arch@, but modified to be compatible with NetBSD. The modifier
that does a reverse sort has been dropped for now, but the
ability to add one later has been preserved.
Notes:
svn path=/head/; revision=120184
|
|
|
|
|
|
|
|
|
|
| |
usage() has been made a (non-void) function so that it can be
used in a pointer expression (see macro `next'). Widen the
implied integer return type of usage() so that we can cast to
a pointer without warnings.
Notes:
svn path=/head/; revision=120148
|
|
|
|
| |
Notes:
svn path=/head/; revision=120054
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
into a separate function, Dir_InitDot().
- Postpone the current and object directories detection (and caching
of the "." directory) until after all command line arguments are
parsed. This makes the -C option DTRT.
PR: bin/47149
Notes:
svn path=/head/; revision=120053
|
|
|
|
|
|
|
|
|
|
|
| |
Reported by: Gary W. Swearingen <underway@comcast.net>
Submitted by: Jim Brown <jpb@sixshooter.v6.thrupoint.net> (original version)
Reviewed by: ru
PR: docs/36459
MFC after: 3 weeks
Notes:
svn path=/head/; revision=120042
|
|
|
|
|
|
|
| |
no a.out toolchain.
Notes:
svn path=/head/; revision=119980
|
|
|
|
| |
Notes:
svn path=/head/; revision=119893
|
|
|
|
| |
Notes:
svn path=/head/; revision=119892
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make this true in the .for loops too. The following fragment,
FOO= foo bar
all:
.for f in ${FOO}
@echo ${f}
.endfor
when run as "make FOO=xxx" should print "xxx". (OpenBSD had
this bug fixed for some time.)
Notes:
svn path=/head/; revision=119876
|
|
|
|
|
|
|
|
|
| |
indeterminate in such a case. The correct value for 2nd argument is
sizeof(buf). Do not NUL-terminate the result string, strftime() will do it
for us.
Notes:
svn path=/head/; revision=119854
|
|
|
|
| |
Notes:
svn path=/head/; revision=119852
|
|
|
|
|
|
|
| |
argument, command is.
Notes:
svn path=/head/; revision=119851
|
|
|
|
| |
Notes:
svn path=/head/; revision=119850
|
|
|
|
|
|
|
| |
of usage() and make the code aware of that.
Notes:
svn path=/head/; revision=119849
|
|
|
|
|
|
|
| |
emphasize examples of source definition file.
Notes:
svn path=/head/; revision=119848
|
|
|
|
|
|
|
|
| |
that we kill each process once, not once for every thread it owns. This
avoids "No such process" warnings when killing threaded processes.
Notes:
svn path=/head/; revision=119834
|
|
|
|
|
|
|
|
|
| |
not define.
Obtained From: NetBSD (rev 1.18; sjg)
Notes:
svn path=/head/; revision=119818
|
|
|
|
|
|
|
|
| |
PR: docs/56426
Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.ORG>
Notes:
svn path=/head/; revision=119808
|
|
|
|
| |
Notes:
svn path=/head/; revision=119795
|
|
|
|
|
|
|
|
|
|
|
| |
Removed three spurious tabs on lines by themselves.
PR: bin/56492
Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at>
MFC after: 6 weeks
Notes:
svn path=/head/; revision=119794
|
|
|
|
| |
Notes:
svn path=/head/; revision=119791
|
|
|
|
|
|
|
|
|
| |
by ldef.h, rather than relying on GCC-specific pollution from <ctype.h>.
Noticed by: Stefan Farfeleder
Notes:
svn path=/head/; revision=119776
|
|
|
|
|
|
|
|
|
| |
PR: 55925
Submitted by: Michael L. Squires <mikes@siralan.org>
MFC after: 1 month
Notes:
svn path=/head/; revision=119774
|
|
|
|
| |
Notes:
svn path=/head/; revision=119758
|
|
|
|
|
|
|
|
| |
Approved by: schweikh (mentor - blanket)
MFC after: 6 weeks
Notes:
svn path=/head/; revision=119747
|
|
|
|
|
|
|
|
| |
were including varargs.h file but did not use any of its macros,
so they escaped the clean-up before.
Notes:
svn path=/head/; revision=119632
|
|
|
|
|
|
|
| |
Spotted by: tjr
Notes:
svn path=/head/; revision=119568
|
|
|
|
|
|
|
|
|
|
| |
NO_TOOLCHAIN skips Compilers and Binutils
NO_USB skips USB stuff
NO_VINUM skips Vinum stuff
NO_ACPI skips ACPI stuff
Notes:
svn path=/head/; revision=119553
|
|
|
|
|
|
|
|
|
|
| |
- Fix grammar error and rationale for not using the command
Approved by: schweikh (mentor)
MFC after: 2 weeks
Notes:
svn path=/head/; revision=119319
|
|
|
|
|
|
|
| |
OK'ed by: peter (long time ago)
Notes:
svn path=/head/; revision=119316
|
|
|
|
|
|
|
| |
some malloc cleanup.
Notes:
svn path=/head/; revision=119312
|
|
|
|
| |
Notes:
svn path=/head/; revision=119067
|
|
|
|
| |
Notes:
svn path=/head/; revision=119025
|
|
|
|
| |
Notes:
svn path=/head/; revision=119024
|
|
|
|
| |
Notes:
svn path=/head/; revision=119023
|
|
|
|
|
|
|
| |
Approved by: demon (mentor)
Notes:
svn path=/head/; revision=118943
|
|
|
|
|
|
|
| |
Approved by: marcus (mentor)
Notes:
svn path=/head/; revision=118939
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
files is usually the first direct block pointer. Since FreeBSD does
automatic block reallocation to reduce filesystem fragmentation, the
file being tailed can be relocated to different blocks 'on-the-fly',
making the check for st_rdev unreliable. The result of this bug is
tail -F pseudo-randomnly thinking the file was rotated when it wasn't,
and as a result, spews out the entire file trying to catch up.
MFC after: 3 days
Notes:
svn path=/head/; revision=118900
|
|
|
|
|
|
|
| |
Inspired by: google.com
Notes:
svn path=/head/; revision=118877
|
|
|
|
|
|
|
|
|
|
|
| |
of data from benchmarks etc. Implements "Student's t" for various
confidence levels, defaults to 95%.
If your benchmarks are not significant at the 95% confidence level,
we don't want to hear about it.
Notes:
svn path=/head/; revision=118856
|
|
|
|
|
|
|
| |
new manual pages for the Big5, GB18030, GBK, and MSKanji encodings.
Notes:
svn path=/head/; revision=118727
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
this involves the sign-extension of the high and low "word". Both
of which are 32-bit. The bug is especially harmful on ia64, where
0x9fffffffe0000000 is a common address (base of register stack).
This was invariably displayed as 0xffffffffe0000000.
The sign-extension is fixed by using {b|l}e{16|32|64}dec() where
applicable. Since elfdump(1) is not a bootstrap tool, dependency
on these functions is not a problem.
Notes:
svn path=/head/; revision=118680
|
|
|
|
|
|
|
|
|
|
|
|
| |
netstat -s -p pim
2. Print information about the bandwidth meters installed in the kernel with
netstat -g
Submitted by: Pavlin Radoslavov <pavlin@icir.org>
Notes:
svn path=/head/; revision=118627
|
|
|
|
| |
Notes:
svn path=/head/; revision=118517
|
|
|
|
| |
Notes:
svn path=/head/; revision=118505
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
multicast VIF tables.
This change is needed for consistency with the rest of the
netstat/mroute.c implementation, and because in some
cases "netstat -g" may fail to report the multicast forwarding
information (e.g., if we run a multicast router on PicoBSD).
* Remove "DVMRP" from the head comment of file netstat/mroute.c,
because the printed multicast-related statistics are not
DVMRP-specific anymore.
Submitted by: Pavlin Radoslavov <pavlin@icir.org>
Notes:
svn path=/head/; revision=118502
|
|
|
|
| |
Notes:
svn path=/head/; revision=118483
|
|
|
|
|
|
|
| |
by POSIX and gains nothing with current code.
Notes:
svn path=/head/; revision=118475
|
|
|
|
| |
Notes:
svn path=/head/; revision=118474
|
|
|
|
| |
Notes:
svn path=/head/; revision=118465
|