summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Add manual page for rctl.conf(5).trasz2011-04-141-1/+2
|
* Show client's access cache statistics.ru2011-04-131-3/+4
|
* Add link to rctl(8).trasz2011-04-101-1/+2
|
* When specifying the -t option (send tag in front of message), this tagedwin2011-04-082-9/+15
| | | | | | | | | should also be forwarded to the remote logging host, not only when the logging is done locally. PR: bin/154324 Submitted by: Callum Gibson <callumgibson@optusnet.com.au> MFC after: 1 week
* - Adjust a comment to actual behaviourgabor2011-04-078-4/+19
| | | | | | | | | - Makefile nit - Add more CVS/SVN keywords to make it easier to track changes from NetBSD in case they add further improvements Approved by: delphij (mentor) Obtained from: The NetBSD Project
* - Simplify the fixed string pattern preprocessing codegabor2011-04-073-11/+12
| | | | | | | - Improve readability Approved by: delphij (mentor) Obtained from: The NetBSD Project
* - Replace some strcpy()-family functions with memcpy() ones. It has beengabor2011-04-071-5/+6
| | | | | | | | | discussed earlier that the extra safeness is not required in these cases and we can avoid the overhead by using the more general memory copy functions. Approved by: delphij (mentor) Obtained from: The NetBSD Project
* Document -w for swapuse.pluknet2011-04-051-3/+7
| | | | | | PR: docs/156089 Submitted by: Andrey Ignatov <rdna att rdna.ru> MFC after: 1 week
* Overhaul locale handling.gordon2011-04-021-46/+45
| | | | | | | | Use locale(1) to determine the locale instead of trying to hand roll it. Correctly construct groff call based on charset and locale independently, not the mix between the two. Submitted by: uqs@
* Remove $Log$ keyword, which can cause annoyance in diffs in some cases.emaste2011-03-311-1/+1
| | | | Revision control tools have a history command to obtain this information.
* Fix grammar and bump date.trasz2011-03-301-2/+2
| | | | Submitted by: trociny
* Add rctl(8), the utility to manage rctl rules.trasz2011-03-304-0/+751
| | | | | Sponsored by: The FreeBSD Foundation Reviewed by: kib (earlier version)
* Add myselfmartymac2011-03-281-0/+1
|
* getpwnam(3) may return NULL.ume2011-03-271-3/+4
| | | | | | Requested by: nork Reviewed by: Takeharu KATO <takeharu1219__at__ybb.ne.jp>, nork MFC after: 1 week
* Fixed sockets display somewhat (-L, -T, -x, -Lx, with and without -A).ru2011-03-261-45/+37
| | | | | | (I didn't try to fix negative TCP timers with -x.) MFC after: 3 days
* Discourage from using "cp -r".ru2011-03-241-2/+2
|
* Please welcome the Brazilian calendar in the FreeBSD base.edwin2011-03-2310-0/+521
| | | | | | | For now, calendar.brazilian points to pt_BR.ISO8859-1 Submitted by: Renato Tambellini <rtsanch@gmail.com> MFC after: 1 week
* - Merge in OFED 1.5.3 from projects/ofed/headjeff2011-03-213-8/+28
|
* Add myself to calendar.freebsd.sbz2011-03-181-0/+1
| | | | Approved by: miwi@ (mentor)
* Remove uptime validity check that hasn't been necessary since r151417emaste2011-03-171-5/+1
| | | | | switched to clock_gettime. vmstat will now not exit with an error if run on a system with 10 years of uptime.
* Add my birthday to the freebsd calendar.dchagin2011-03-141-0/+1
|
* Fix typo.brucec2011-03-131-1/+1
|
* Add myself to calendar.freebsd and committers-src.dot.trociny2011-03-111-0/+1
| | | | Approved by: pjd (mentor)
* Move the explanation of using arguments for the PRIMARIES abovegjb2011-03-101-12/+12
| | | | | | | | | the list of PRIMARIES. PR: 151812 Submitted by: Jay (jouellette of gmail com) Patch by: eadler MFC after: 1 week
* Simplify various code that allowed for sys_signame being lower case.jilles2011-03-062-20/+3
| | | | This was changed in r218285.
* Add two new system calls, setloginclass(2) and getloginclass(2). This makestrasz2011-03-052-5/+23
| | | | | | | | | it possible for the kernel to track login class the process is assigned to, which is required for RCTL. This change also make setusercontext(3) call setloginclass(2) and makes it possible to retrieve current login class using id(1). Reviewed by: kib (as part of a larger patch)
* Expand the name of Palm Sunday holiday with more canonical Entry of theosa2011-03-021-5/+3
| | | | | | | Lord into Jerusalem. Merge the Pentecost and Trinity Sunday holidays, they are synonyms. Remove Body of Christ day, nonexistent holiday for Orthodox Church. Fix typo in the name of Ioann The Baptist, introduced in previous commit.
* Fix beginning day of the Carnival. it startsosa2011-03-021-1/+1
|
* printf: Note that this is used both as a normal program and a shell builtin.jilles2011-03-011-0/+4
|
* Teach kdump to decode linux syscalls names too.dchagin2011-03-013-19/+138
| | | | | | | | Fix bug introduced in my previous commit: the kernel always dump native signal numbers, so no need to check the ABI in ktrpsig(). Suggested by: jhb MFC after: 1 Month.
* Remove duplicate "in".brucec2011-03-011-1/+1
| | | | | Suggested by: Rob Farmer <rfarmer at predatorlabs.net> MFC after: 3 days
* Revert some of r177626. "in in" is valid in certain sentences.brucec2011-02-281-1/+1
| | | | | PR: 121490 MFC after: 3 days
* Finally... Import the latest open-source ZFS version - (SPA) 28.pjd2011-02-271-0/+1
| | | | | | | | | | | | | | | Few new things available from now on: - Data deduplication. - Triple parity RAIDZ (RAIDZ3). - zfs diff. - zpool split. - Snapshot holds. - zpool import -F. Allows to rewind corrupted pool to earlier transaction group. - Possibility to import pool in read-only mode. MFC after: 1 month
* Regenerate clang and tblgen manpages; the clang manpage has some minordim2011-02-272-5/+8
| | | | updates.
* Not only had I included a syntax / style error, nice.3 is alsoremko2011-02-261-1/+0
| | | | deprecated.
* Update manual page to reflect latest changes of ABI description support.dchagin2011-02-251-1/+3
| | | | MFC after: 1 Month.
* Teach kdump to understand sv_flags records in the trace files.dchagin2011-02-253-17/+128
| | | | MFC after: 1 Month.
* Revert the commit that I made, there is a lot of discussionremko2011-02-251-5/+0
| | | | | | and it's not accurate anyway Requested by: jb, bde
* Document the input line length limit.jh2011-02-251-1/+6
| | | | Submitted by: Dominic Fandrey (original version)
* Add the BSD-licensed Citrus iconv to the base system with default offgabor2011-02-2518-0/+1945
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | setting. It can be built by setting the WITH_ICONV knob. While this knob is unset, the library part, the binaries, the header file and the metadata files will not be built or installed so it makes no impact on the system if left turned off. This work is based on the iconv implementation in NetBSD but a great number of improvements and feature additions have been included: - Some utilities have been added. There is a conversion table generator, which can compare conversion tables to reference data generated by GNU libiconv. This helps ensuring conversion compatibility. - UTF-16 surrogate support and some endianness issues have been fixed. - The rather chaotic Makefiles to build metadata have been refactored and cleaned up, now it is easy to read and it is also easier to add support for new encodings. - A bunch of new encodings and encoding aliases have been added. - Support for 1->2, 1->3 and 1->4 mappings, which is needed for transliterating with flying accents as GNU does, like "u. - Lots of warnings have been fixed, the major part of the code is now WARNS=6 clean. - New section 1 and section 5 manual pages have been added. - Some GNU-specific calls have been implemented: iconvlist(), iconvctl(), iconv_canonicalize(), iconv_open_into() - Support for GNU's //IGNORE suffix has been added. - The "-" argument for stdin is now recognized in iconv(1) as per POSIX. - The Big5 conversion module has been fixed. - The iconv.h header files is supposed to be compatible with the GNU version, i.e. sources should build with base iconv.h and GNU libiconv. It also includes a macro magic to deal with the char ** and const char ** incompatibility. - GNU compatibility: "" or "char" means the current local encoding in use - Various cleanups and style(9) fixes. Approved by: delphij (mentor) Obtained from: The NetBSD Project Sponsored by: Google Summer of Code 2009
* Add wording about the priority range andremko2011-02-241-1/+7
| | | | | | | | | mention what effect this has at certain values. PR: 124469 Obtained from: NetBSD nice.1 v1.14 MFC after: 1 week
* Fix typos - remove duplicate "is".brucec2011-02-231-1/+1
| | | | | | PR: docs/154934 Submitted by: Eitan Adler <lists at eitanadler.com> MFC after: 3 days
* Flesh out WITHOUT_GROFF support to DTRT.uqs2011-02-221-2/+4
| | | | | | | | | | | | A full featured groff is required during buildworld, so build it always and don't rely on it being present on the host system. vgrind(1) is tightly coupled to a roff processor and will not be built/installed when groff is disabled. Also much of the roff'ed documentation under share/doc will not be built/installed when WITHOUT_GROFF is defined. Reviewed by: ru (partial)
* Teach tools/install.sh the -d directory mode.uqs2011-02-221-2/+2
| | | | | | | | Sync up with flags understood by install(1) [1], and make install(1)'s usage output not hide the clearly documented -M flag. PR: misc/154739 [1] Submitted by: arundel
* Fix typos - remove duplicate "the".brucec2011-02-215-5/+5
| | | | | | PR: bin/154928 Submitted by: Eitan Adler <lists at eitanadler.com> MFC after: 3 days
* Upgrade our copy of llvm/clang to r126079, from upstream's trunk.dim2011-02-202-8/+12
| | | | | This contains many improvements, primarily better C++ support, an integrated assembler for x86 and support for -pg.
* Replace hard-coded value by Julian2Gregorian converter function.osa2011-02-182-1/+11
|
* Fix the beginning day of the Great Lent, it starts on Monday for 7 weeks ↵osa2011-02-171-2/+6
| | | | | | | before Paskha. Fix the Exaltation of the Holy Cross day. Add more Twelve holidays (dvunadesyatye prazdniki).
* Properly check for errors from waitpid().jhb2011-02-151-4/+4
| | | | | Submitted by: gcooper MFC after: 1 week
* Synthesize the change from NetBSD's 1.33:dougb2011-02-111-1/+5
| | | | | | | "Do not crash if a date cannot be represented (localtime returning NULL), use the Epoch value instead." Obtained from: njoly@NetBSD.org
OpenPOWER on IntegriCloud