| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
: r175288 | keramida | 2008-01-13 10:33:20 +0200 (Sun, 13 Jan 2008) | 4 lines
:
: Add a new set of regression tests, for the tr(1) utility.
:
: Approved by: das, dds
: r180208 | peter | 2008-07-03 06:50:17 +0300 (Thu, 03 Jul 2008) | 3 lines
:
: Set magic fbsd:nokeywords property that allows files to bypass
: keyword expansion. (file-specific replacement for CVSROOT/exclude)
Notes:
svn path=/stable/6/; revision=187926
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ Open ctty in non-blocking mode to avoid hangs during open and close(waiting
for the port to drain).
+ Handle "*" as a priority properly.
+ Test what is free'ed.
+ Dynamically determine length vs. hardcoding it.
+ Free the previous message buffer (f_prevline) only after logging all the
messages and just before the process exit. Also check f_prevline for NULL
before using it.
+ The time displayed is not synchornized with the other log destinations.
+ Fix a comment.
+ Remove extraneous NULL pointer check - the pointer is guaranteed to be
non-NULL.
Notes:
svn path=/stable/6/; revision=182660
|
| |
|
|
|
|
|
| |
PR: bin/113275, bin/113287
Notes:
svn path=/stable/6/; revision=181326
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=178459
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=178113
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=169518
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Don't forget to close the range if we branched over its end
and had no chance to match it by the 2nd address precisely.
Otherwise the unclosed range would bogusly extend to the end
of stream.
Add a regression test.
Explain the decision in the `POSIX' file.
1.44 src/usr.bin/sed/process.c
1.2-1.4 src/usr.bin/sed/POSIX
1.13 src/tools/regression/usr.bin/sed/regress.sh
1.1 src/tools/regression/usr.bin/sed/regress.b2a.out
Notes:
svn path=/stable/6/; revision=168879
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make the `c' function not forget to print the text in some cases.
Add respective regression tests.
1.42 src/usr.bin/sed/process.c
1.12 src/tools/regression/usr.bin/sed/regress.sh
1.1 src/tools/regression/usr.bin/sed/regress.c0.out
1.1 src/tools/regression/usr.bin/sed/regress.c1.out
1.1 src/tools/regression/usr.bin/sed/regress.c2.out
1.1 src/tools/regression/usr.bin/sed/regress.c3.out
Notes:
svn path=/stable/6/; revision=168878
|
| |
|
|
|
|
|
|
|
|
| |
Add missing newline to correct failure of the regression test.
According to IEEE Std 1003.1, 2004 "Whenever the pattern space is
written to standard output or a named file, sed shall immediately
follow it with a <newline>."
Notes:
svn path=/stable/6/; revision=168877
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=168599
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=166253
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=166225
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
visible changes:
* a new option -I for interactive killing;
* a new syntax for jail wildcards: -j any, -j none; -j0 is deprecated now.
MFC the regression tests for pkill(1), too, to make sure it works well.
Approved by: gad, pjd, re
Tested by: the regression tests
Notes:
svn path=/stable/6/; revision=165803
|
| |
|
|
|
|
|
|
|
|
| |
Shorten the kernel config file on the make command line to make things
like
NANO_KERNEL=/path/to/kernel.config
work, so multiple images can share the same kernel config file.
Notes:
svn path=/stable/6/; revision=164661
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Use SBLOCK_UFS2 instead of SBLOCK_UFS1 to calculate likely start
of the UFS2 partition from the beginning of disk.
- Initialize the "offset" variable and bump WARNS that made this
visible.
Approved by: re (kensmith)
Notes:
svn path=/stable/6/; revision=162774
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=162563
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=162433
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=162355
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=162003
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=161998
|
| |
|
|
|
|
|
| |
Add missing stats.hst_nodesc statistics.
Notes:
svn path=/stable/6/; revision=161954
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=161902
|
| |
|
|
|
|
|
|
| |
Move the setup of "diskless" /etc magic files from install_etc() to a
separate function which is called right after install_etc().
Notes:
svn path=/stable/6/; revision=161693
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- allow matching on subject: ranges of uid, ranges of gid, jail id
and object: ranges of uid, ranges of gid, filesystem, object is
suid, object is sgid, object matches subject uid/gid, object type.
This involves an ABI change between the kernel module and libugidfw,
but no change between applications and ugidfw.
Notes:
svn path=/stable/6/; revision=161513
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=161405
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- In addition to -b (suppress builds) add -k (suppress kernel build) and
-w (suppress world).
- Create the diskless magic files in /etc during the install_etc()
step instead of setup_nanobsd().
- When creating the NanoBSD disk image, install boot blocks from the
newly-built world, in preference to those from the host system.
- 'make distribution' must be run from src, not src/etc.
Notes:
svn path=/stable/6/; revision=161350
|
| |
|
|
|
|
|
| |
Add Memory Corp 512MB CF Flash.
Notes:
svn path=/stable/6/; revision=160841
|
| |
|
|
|
|
|
| |
Use tr(1) to lowercase strings in a way which works with all locales.
Notes:
svn path=/stable/6/; revision=160705
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=160418
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=160226
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=159558
|
| |
|
|
|
|
|
|
| |
bigsize calculation; -r and -w keys to load and save a worklist;
add man page; amd64 fixes.
Notes:
svn path=/stable/6/; revision=159222
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=159036
|
| |
|
|
|
|
|
|
| |
instead of offset 0; measure distance between UFS1 and UFS2
superblocks independently.
Notes:
svn path=/stable/6/; revision=158925
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=158908
|
| |
|
|
|
|
|
| |
Approved by: re (mux)
Notes:
svn path=/stable/6/; revision=157875
|
| |
|
|
|
|
|
| |
Approved by: re (scottl, hrs)
Notes:
svn path=/stable/6/; revision=156548
|
| |
|
|
|
|
|
| |
Approved by: re (scottl)
Notes:
svn path=/stable/6/; revision=156132
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=156111
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
src/tools/tools/ministat/ministat.c:
1. rev. 1.6 -> 1.7
Add option -w to specify graph width.
Use COLUMNS, terminal width for default graph width.
2. rev 1.7 -> 1.8
Fix the way in which median is calculated. If the data source has even
number of data points, value should be calculated by adding two middle
elements and dividing them by 2.
[1] Reviewed by: rwatson
[2] Approved by: cognet (mentor)
Approved by: re (scottl)
Notes:
svn path=/stable/6/; revision=156092
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=155929
|
| |
|
|
|
|
|
| |
tools as originally intended
Notes:
svn path=/stable/6/; revision=155141
|
| |
|
|
|
|
|
|
| |
Updated flash library
ramdisk sizes and last orders.
Notes:
svn path=/stable/6/; revision=155102
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=154753
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=153891
|
| |
|
|
|
|
|
| |
media.
Notes:
svn path=/stable/6/; revision=153435
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=153319
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=152382
|
| |
|
|
|
|
|
|
|
| |
Various adjustments.
Approved by: re@ (scottl)
Notes:
svn path=/stable/6/; revision=151228
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=150958
|