summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Add examples to the ssh-copy-id script.eadler2012-11-131-0/+3
| | | | | Approved by: bcr (mentor) MFC after: 3 days
* Clarify where the authorized_key file lives.eadler2012-11-121-2/+2
| | | | | Approved by: bcr (mentor) MFC after: 3 days
* Correct date of Stanley's encounter with Livingstone.grog2012-11-111-1/+1
| | | | | Obtained from: Henry Morton Stanley, "How I met Livingstone", http://www.gutenberg.org/dirs/5/1/5/5157/5157-h/5157-h.htm MFC after: 14 days
* Add the standard exit status to the ssh-copy-id man page.eadler2012-11-111-1/+3
| | | | | Approved by: bcr (mentor) MFC after: 3 days
* Add the PID column to the list of sort keys.rpaulo2012-11-111-1/+1
|
* More style(9) tabs vs. spaces:grog2012-11-101-25/+25
| | | | | | | - tabs after #define - Not in comments. MFC after: 2 weeks
* Correct date and spelling of encounter between Stanley andgrog2012-11-101-1/+1
| | | | | | Livingstone. MFC after: 2 weeks
* Be a bit more paranoid.eadler2012-11-101-19/+23
| | | | | | | | | Use more portable constructs in order to allow upstream adoption Add per-file error messages Reviewed by: jilles Approved by: cperciva MFC after: 1 week
* Replace spaces by tabs where appropriate.grog2012-11-081-38/+38
| | | | Reminded by: jh@
* Make parameters to -c and -k options optional. If no parameters aregrog2012-11-082-13/+24
| | | | | | | | | supplied, print information for all keywords. Improve output of -c option, in particular in conjunction with -k option. MFC after: 14 days
* Belatedly add links from /usr/bin/clang to /usr/bin/CC, like it has beendim2012-11-071-0/+2
| | | | | | done for g++. MFC after: 3 days
* Fix build with clang: properly terminate comment even in #if 0 blocks.delphij2012-11-051-1/+1
| | | | Submitted by: dim
* MFV: less v453.delphij2012-11-041-0/+12
|
* New sentence, new line.joel2012-11-041-4/+4
| | | | Submitted by: brueffer
* Add a few basic examples.joel2012-11-041-1/+19
|
* - Add my mentor relationships to committers-ports.dotgblach2012-11-041-0/+1
| | | | | | - Add myself to calendar.freebsd Approved by: tabthorpe (mentor)
* kdump: Also decode fcntl commands containing underscores and digits.jilles2012-11-021-1/+1
| | | | | The commands F_SETLK_REMOTE, F_DUPFD_CLOEXEC and F_DUP2FD_CLOEXEC were not decoded.
* - Portability changes for ARMgabor2012-11-019-70/+74
| | | | | | - Allow larger sort memory on 64-bit platforms Submitted by: Oleg Moskalenko <oleg.moskalenko@citrix.com>
* Catch up with r238925. ktr_entries may not be a power of 2.np2012-10-301-2/+2
|
* Add pcpu to the the rctl(8) manual page.trasz2012-10-261-1/+2
|
* Add "-f" to also output filemon(4) information.obrien2012-10-262-11/+56
|
* Prefer an example users born after myself might use.eadler2012-10-261-1/+1
| | | | | Approved by: bcr (mentor) MFC after: 3 days
* Merge bmake-20121010sjg2012-10-251-8/+12
| | | | Approved by: marcel (mentor)
* Show the number of times we block waiting for mbufs.alfred2012-10-251-4/+18
| | | | | | | | | | | | | | | | | | Machines can stall out because mbufs are low, however sometimes we won't see "requests denied", instead we see user land processes or kernel threads blocking waiting for mbufs because they set M_WAIT. These consumers do not see errors, only stalling. Unfortunately until now, netstat did not export this information so you could have experienced an mbuf shortage and have no way of seeing it unless you happen to run netstat at the exact time of the shortage and see "in use" = "max". By exporting the number of times processes are blocked, we can effectively see how often non-interrupt context threads are effectively "denied". MFC after: 2 weeks
* Don't include both <sys/param.h> & <sys/types.h>.obrien2012-10-231-6/+1
|
* Somehow this got replicated too many timeseadler2012-10-221-18/+0
| | | | Approved by: cperciva (implicit)
* Add a clean-room reimplementation of a script originallyeadler2012-10-224-0/+210
| | | | | | | | | | | | found in openssh's contrib directory. This version has more features and is better written. I intend to submit this upstream as well. Reviewed by: bapt Reviewed by: des Approved by: cperciva MFC after: 1 week
* Check the return error of set[ug]id. While this can never fail in theeadler2012-10-221-10/+10
| | | | | | | | | | | | | | current version of FreeBSD, this isn't guarenteed by the API. Custom security modules, or future implementations of the setuid and setgid may fail. PR: bin/172289 PR: bin/172290 PR: bin/172291 Submittud by: Erik Cederstrand <erik@cederstrand.dk> Discussed by: freebsd-security Approved by: cperciva MFC after: 1 week
* Check the return error of set[e][ug]id. While this can never fail in theeadler2012-10-223-3/+7
| | | | | | | | | | current version of FreeBSD, this isn't guarenteed by the API. Custom security modules, or future implementations of the setuid and setgid may fail. Submitted by: Erik Cederstrand Approved by: cperciva MFC after: 3 days
* Remove unused variable. Newer versions of gcc care.eadler2012-10-221-2/+0
| | | | | | Submitted by: Sascha Wildner <saw@online.de> Approved by: cperciva MFC after: 3 days
* Fix conditional expression: previously a bitvector would be operatedeadler2012-10-221-1/+1
| | | | | | | on by a logical not. Approved by: cperciva MFC after: 3 days
* Mark bsdar_errc as __dead2 to help code analysis tools.eadler2012-10-221-1/+1
| | | | | | | PR: bin/172636 Submitted by: Erik Cederstrand <erik@cederstrand.dk> Approved by: cperciva MFC after: 3 days
* Add ATF to the build. This is may be a bit rought around the egdes,marcel2012-10-228-0/+274
| | | | | | | | | | | | | | | | | but committing it helps to get everyone on the same page and makes sure we make progress. Tinderbox breakages that are the result of this commit are entirely the committer's fault -- in other words: buildworld testing on amd64 only. Credits follow: Submitted by: Garrett Cooper <yanegomi@gmail.com> Sponsored by: Isilon Systems Based on work by: keramida@ Thanks to: gnn@, mdf@, mlaier@, sjg@ Special thanks to: keramida@
* Fix build.andreast2012-10-211-1/+1
|
* More -Wmissing-variable-declarations fixes.ed2012-10-206-4/+15
| | | | | | | | | | In addition to adding missing `static' keywords: - bin/dd: Pull in `extern.h' to guarantee consistency with source file. - libexec/rpc.rusersd: Move shared globals into an extern.h. - libexec/talkd: Move `debug' and `hostname' into extern.h. - usr.bin/cksum: Put counters in extern.h, as they are used by ckdist/mtree. - usr.bin/m4: Move `end_result' into extern.h. - usr.sbin/services_mkdb: Move shared globals into an extern.h.
* Apply local patches to mandoc and connect it to the build.uqs2012-10-201-0/+1
| | | | | | - adds a couple more library strings used in the tree - changes some more to the current groff spelling - changes page footer to match groff style
* Merge mandoc from vendor into contrib and provide the necessary Makefile glue.uqs2012-10-191-0/+22
| | | | It's not yet connected to the build.
* Fix a bootstrapping problem where the first bmake (built by FreeBSD'smarcel2012-10-191-4/+3
| | | | | | | | | make) ended up being built with -DFORCE_MACHINE. This broke the lib32 built for amd64 & powerpc64. This fix is comes with the next import of bmake, but is committed here and now to minimize the exposure to the bug. Submitted by: Simon Gerraty <sjg@juniper.net>
* More -Wmissing-variable-declarations fixes.ed2012-10-1926-341/+347
| | | | | | | | | | | | | | | | In addition to adding `static' where possible: - bin/date: Move `retval' into extern.h to make it visible to date.c. - bin/ed: Move globally used variables into ed.h. - sbin/camcontrol: Move `verbose' into camcontrol.h and fix shadow warnings. - usr.bin/calendar: Remove unneeded variables. - usr.bin/chat: Make `line' local instead of global. - usr.bin/elfdump: Comment out unneeded function. - usr.bin/rlogin: Use _Noreturn instead of __dead2. - usr.bin/tset: Pull `Ospeed' into extern.h. - usr.sbin/mfiutil: Put global variables in mfiutil.h. - usr.sbin/pkg: Remove unused `os_corres'. - usr.sbin/quotaon, usr.sbin/repquota: Remove unused `qfname'.
* Add missing const keywords.ed2012-10-191-3/+3
|
* Correct the order of the MFU and MRU labels. I had reversed them.jhb2012-10-191-1/+1
| | | | | | Submitted by: Nikolay Denev ndenev gmail Pointy hat to: jhb MFC after: 3 days
* Remove WARNS=6 lines.ed2012-10-181-2/+0
| | | | WARNS=6 is already implied at this point.
* Disconnect non-MPSAFE SMBFS from the build in preparation for droppingattilio2012-10-186-7/+0
| | | | | | | | | | | | | GIANT from VFS. In addition, disconnect also netsmb, which is a base requirement for SMBFS. In the while SMBFS regular users can use FUSE interface and smbnetfs port to work with their SMBFS partitions. Also, there are ongoing efforts by vendor to support in-kernel smbfs, so there are good chances that it will get relinked once properly locked. This is not targeted for MFC.
* Disconnect non-MPSAFE NWFS from the build in preparation for droppingattilio2012-10-172-8/+0
| | | | | | | | | | | | GIANT from VFS. In addition, disconnect also netncp, which is a base requirement for NWFS. In the possibility of a future maintenance of the code and later readd to the FreeBSD base, maybe we should think about a better location for netncp. I'm not entirely sure the / top location is actually right, however I will let network people to comment on that more specifically. This is not targeted for MFC.
* Obey the value of "MK_BMAKE".obrien2012-10-161-1/+1
|
* - Remove GNU sort and the WITH_GNU_SORT knobgabor2012-10-131-8/+0
|
* Use CLOCK_UPTIME to get the uptime.emaste2012-10-121-1/+1
|
* Remove contractions.joel2012-10-076-6/+6
|
* make: report :M or :N pattern in debug modeavg2012-10-061-0/+1
| | | | MFC after: 12 days
* Add bmake to the build and allow it to be installed as make(1) insteadmarcel2012-10-065-0/+646
| | | | | | | | of FreeBSD's make by setting WITH_BMAKE. The WITH_BMAKE build makes it easy for people to switch while working out the kinks -- think ports tree here. The option will be removed in due time. Submitted by: Simon Gerraty (sjg@juniper.net)
OpenPOWER on IntegriCloud