aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* MFC 175288 and 180208 from /headGiorgos Keramidas2009-01-3017-0/+97
| | | | | | | | | | | | | | | | : 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
* MFC: r174533, r182605:David E. O'Brien2008-09-011-0/+68
| | | | | | | | | | | | | | | | | | + 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
* MFC of regression tests for usr.bin/calendar.Edwin Groothuis2008-08-0533-1/+523
| | | | | | | PR: bin/113275, bin/113287 Notes: svn path=/stable/6/; revision=181326
* MFC: kernel-mode NFS lock manager.Doug Rabson2008-04-241-0/+7
| | | | Notes: svn path=/stable/6/; revision=178459
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2008-04-112-0/+1356
| | | | Notes: svn path=/stable/6/; revision=178113
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2007-05-134-0/+556
| | | | Notes: svn path=/stable/6/; revision=169518
* MFC:Yaroslav Tykhiy2007-04-191-1/+3
| | | | | | | | | | | | | | | | | | | 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
* MFC:Yaroslav Tykhiy2007-04-191-1/+13
| | | | | | | | | | | | | | | 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
* MFC rev 1.4:Yaroslav Tykhiy2007-04-191-1/+1
| | | | | | | | | | 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
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2007-04-105-0/+17
| | | | Notes: svn path=/stable/6/; revision=168599
* MFC 1.3: fix typoSam Leffler2007-01-261-1/+1
| | | | Notes: svn path=/stable/6/; revision=166253
* MFC 1.2: add rate knob for net80211 rate control modulesSam Leffler2007-01-251-0/+2
| | | | Notes: svn path=/stable/6/; revision=166225
* MFC pkill(1) totally. Besides bugfixes, this brings in the followingYaroslav Tykhiy2007-01-055-42/+118
| | | | | | | | | | | | | | | 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
* MFC 1.22 and 1.23:Nick Hibma2006-11-271-2/+2
| | | | | | | | | | 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
* MFC:Ruslan Ermilov2006-09-292-1/+4
| | | | | | | | | | | | | - 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
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2006-09-2245-0/+5550
| | | | Notes: svn path=/stable/6/; revision=162563
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2006-09-191-0/+93
| | | | Notes: svn path=/stable/6/; revision=162433
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2006-09-161-0/+130
| | | | Notes: svn path=/stable/6/; revision=162355
* MFC: Synchronize geli(8) with HEAD version.Pawel Jakub Dawidek2006-09-042-53/+60
| | | | Notes: svn path=/stable/6/; revision=162003
* MFC: Synchronize opencrypto framework with HEAD version.Pawel Jakub Dawidek2006-09-041-3/+3
| | | | Notes: svn path=/stable/6/; revision=161998
* MFC: tools/tools/crypto/ubsecstats.c 1.4Pawel Jakub Dawidek2006-09-031-2/+4
| | | | | | | Add missing stats.hst_nodesc statistics. Notes: svn path=/stable/6/; revision=161954
* MFC: sync with head (major rewrite)Sam Leffler2006-09-024-486/+1325
| | | | Notes: svn path=/stable/6/; revision=161902
* MFC 1.21:Simon L. B. Nielsen2006-08-281-13/+19
| | | | | | | | 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
* Sync with -current:David Malone2006-08-211-8/+50
| | | | | | | | | | | | - 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
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2006-08-178-0/+1133
| | | | Notes: svn path=/stable/6/; revision=161405
* MFC 1.17-1.20:Simon L. B. Nielsen2006-08-161-22/+52
| | | | | | | | | | | | | - 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
* MFC 1.7:Simon L. B. Nielsen2006-07-301-0/+15
| | | | | | | Add Memory Corp 512MB CF Flash. Notes: svn path=/stable/6/; revision=160841
* MFC 1.5:Simon L. B. Nielsen2006-07-261-2/+2
| | | | | | | Use tr(1) to lowercase strings in a way which works with all locales. Notes: svn path=/stable/6/; revision=160705
* MFC 1.2: fix format; add portability glueSam Leffler2006-07-171-2/+22
| | | | Notes: svn path=/stable/6/; revision=160418
* MFC: cabq statsSam Leffler2006-07-101-0/+2
| | | | Notes: svn path=/stable/6/; revision=160226
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2006-06-126-0/+395
| | | | Notes: svn path=/stable/6/; revision=159558
* Sync with HEAD: take an account a media sectorsize for medium andMaxim Konovalov2006-06-043-71/+163
| | | | | | | | bigsize calculation; -r and -w keys to load and save a worklist; add man page; amd64 fixes. Notes: svn path=/stable/6/; revision=159222
* MFC rev. 1.9: correct comments.Maxim Konovalov2006-05-291-3/+2
| | | | Notes: svn path=/stable/6/; revision=159036
* MFC: Add an option allowing to start search from some arbitrary offsetMaxim Sobolev2006-05-261-13/+46
| | | | | | | | instead of offset 0; measure distance between UFS1 and UFS2 superblocks independently. Notes: svn path=/stable/6/; revision=158925
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2006-05-252-0/+193
| | | | Notes: svn path=/stable/6/; revision=158908
* MFC: 1.6: Fix a small bug.Ruslan Ermilov2006-04-191-1/+1
| | | | | | | Approved by: re (mux) Notes: svn path=/stable/6/; revision=157875
* MFC: sync with HEADSam Leffler2006-03-104-17/+25
| | | | | | | Approved by: re (scottl, hrs) Notes: svn path=/stable/6/; revision=156548
* MFC ncpus: test program to check cpu countingSam Leffler2006-03-011-0/+1
| | | | | | | Approved by: re (scottl) Notes: svn path=/stable/6/; revision=156132
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2006-02-281-0/+335
| | | | Notes: svn path=/stable/6/; revision=156111
* MFC:Wojciech A. Koszek2006-02-271-10/+42
| | | | | | | | | | | | | | | | | | | 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
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2006-02-225-0/+489
| | | | Notes: svn path=/stable/6/; revision=155929
* MFC: reorg tools to simplify use with crunchgen and rename net80211Sam Leffler2006-01-3110-1528/+12
| | | | | | | tools as originally intended Notes: svn path=/stable/6/; revision=155141
* MFC:Poul-Henning Kamp2006-01-312-13/+73
| | | | | | | | Updated flash library ramdisk sizes and last orders. Notes: svn path=/stable/6/; revision=155102
* catch up to driver changesSam Leffler2006-01-241-2/+0
| | | | Notes: svn path=/stable/6/; revision=154753
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2005-12-303-0/+857
| | | | Notes: svn path=/stable/6/; revision=153891
* Extend utility to allow recovering single file from the deffectiveMaxim Sobolev2005-12-152-14/+33
| | | | | | | media. Notes: svn path=/stable/6/; revision=153435
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2005-12-118-0/+660
| | | | Notes: svn path=/stable/6/; revision=153319
* MFC revs. 1.2, 1.3: fix the path to aac_ioctl.h and style.Maxim Konovalov2005-11-131-5/+7
| | | | Notes: svn path=/stable/6/; revision=152382
* MFC:Poul-Henning Kamp2005-10-111-4/+12
| | | | | | | | | Various adjustments. Approved by: re@ (scottl) Notes: svn path=/stable/6/; revision=151228
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2005-10-055-0/+212
| | | | Notes: svn path=/stable/6/; revision=150958