summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Add a -a option as a no-op for Solaris compatibility, as brieflyceri2006-09-262-2/+8
| | | | | | | | discussed on src-committers. This is intentionally not included in the usage() function as it would confuse the output too much. Approved by: jhb MFC after: 1 week
* Fix both arguments to err().ru2006-09-261-1/+1
|
* Fix bug introduced in rev 1.23:marck2006-09-251-1/+6
| | | | | | | | pw_equal does not check crypted password field, so one cannot change crypted password keeping other fields intact. Approved by: des MCF after: 3 days
* Rename "-a" flag to "-A" in order to avoid conflicting with the "-a" flagrwatson2006-09-232-21/+20
| | | | | | | as found on Solaris. Requested by: ceri MFC after: 3 days
* Add a -a argument to id(1), which causes id(1) to print out processrwatson2006-09-233-3/+57
| | | | | | | | audit properties, including the audit user id. This can be quite helpful in debugging audit problems. Obtained from: TrustedBSD Project MFC after: 3 days
* Pass "-Wtraditional -Wno-system-headers" to compiler as two separatekan2006-09-211-1/+2
| | | | | arguments. GCC4 was unhappy with them combined, while GCC 3.4 did not care.
* Export tcps_rcvmemdrop available in 'struct tcpstat' with netstat(1).wkoszek2006-09-201-0/+1
| | | | | Requested by: Tomasz Pilat <tomasz.pilat (at) axelspringer.pl> Approved by: andre
* Add missing parentheses to fix a segmentation fault that is easilyiedowse2006-09-191-3/+3
| | | | | reproducable with `jot -s " " 400 1 | column -t'. The bug was present in the the original CSRG 'column -t' added in 1989.
* o Don't leak fd on error.maxim2006-09-181-4/+6
| | | | | | | o parselength() returns 0 or -1 so int is enough for its return type. Submitted by: Ighighi Ighighi, sheldonh MFC after: 3 weeks
* o optname, the third {set,get}sockopt(2) argument, is an enum, not a bitmap.maxim2006-09-181-1/+1
| | | | | | | Treat it accordingly. PR: bin/101642 MFC after: 3 weeks
* Update manpages for FILE 4.17.ru2006-09-172-39/+235
|
* Initial memory allocation for fields was off-by-one.ru2006-09-152-1/+19
| | | | | PR: bin/100443 MFC after: 3 days
* Don't require a space between -[fv] and its argument.ru2006-09-151-1/+44
| | | | | PR: bin/86514 MFC after: 3 days
* Remove references to the pam(8) manual page. It does not exist.joel2006-09-132-5/+3
| | | | | Requested by: novel Discussed with: brueffer, simon
* initialize variable (WARNS=6)charnier2006-09-131-0/+1
|
* Add my birthday to the calendar, sadly I am only the fifth youngest.alexbl2006-09-121-0/+1
| | | | Approved by: novel
* WARNS=6 chocked on unitialized variable.charnier2006-09-121-1/+1
|
* Update some of the bulgarian holidays since it no longererwin2006-09-081-2/+2
| | | | | | is a socialist state. Submitted by: Shteryana Shopova <shteryana@FreeBSD.org>
* Fixed the -# option to work as documented in a manpage.ru2006-09-071-8/+20
|
* Chase revision 1.10 in usage string and a comment.ceri2006-09-071-2/+2
|
* Bump WARNS level to 3.ru2006-09-011-1/+1
| | | | OK'ed by: make universe
* Integrate audit_submit(3) bits into su. This means that records forcsjp2006-09-012-6/+76
| | | | | | | | | | | | successful and failed su attempts will be recorded using the AUE_su event type (login or lo class) if auditing is present in the system. Currently, the records will have a header, subject, text (with the actual diagnostics), a return and trailer token. See audit_submit(3) for more information. Reviewed by: rwatson Obtained from: TrustedBSD Project
* Fix markup (in the same way as it was fixed in tip.1) and thusru2006-08-311-135/+171
| | | | make the diffs against tip.1 minimal (as in OpenBSD).
* Fix compilation warnings (up to level 3).ru2006-08-318-12/+14
|
* Document the undocumented change in OpenBSD: the ${raisechar}ru2006-08-311-2/+1
| | | | | | is no longer set to ^A by default, it's unset. Reported by: imp, sam
* Actually merge OpenBSD changes and local changes (a diff shouldru2006-08-311-140/+179
| | | | be viewed relative to revision 1.24).
* Remove some dust.ru2006-08-311-65/+0
|
* Resolve merge conflicts.ru2006-08-3128-1164/+1033
|
* This commit was generated by cvs2svn to compensate for changes in r161751,ru2006-08-311-0/+470
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import OpenBSD's tip(1) as of todayru2006-08-3129-1048/+1441
| |
| * Import of OpenBSD's tip (which was the tip code of a month ago, modulomarkm2001-12-2028-1443/+1538
| | | | | | | | OpenBSD commits).
| * This commit was manufactured by cvs2svn to create branch 'bsd'.cvs2svn1995-03-3128-0/+6859
| |
* | In rev. 1.2 we have introduced a fallback handler for files with unknowndelphij2006-08-301-3/+0
| | | | | | | | | | | | | | | | | | | | extensions. This seems to be unnecessary and prevents less(1) from being able to detect file changes, so remove the part. Submitted by: Eric Huss <e-huss netmeridian com> PR: bin/102624 Discussed with: des MFC After: 3 days
* | Manual page tweaks.jkoshy2006-08-291-6/+6
| | | | | | | | Submitted by: Niclas Zeising <lothrandil at n00b.apagnu.se> on freebsd-doc
* | Improve input parsing:phk2006-08-281-14/+36
| | | | | | | | | | | | | | | | Add "-C <column>" and "-d <delims>" options to chop up input lines. Make '#' a comment character, rest of line is ignored. Submitted by: Dmitry Morozovsky <marck@rinet.ru>
* | Remove alpha-specific stuff.ru2006-08-234-460/+0
| |
* | Build libsmb and smbutil on ia64.marcel2006-08-221-0/+4
| |
* | Remove alpha left-overs.marcel2006-08-214-251/+1
| |
* | Add myself to the FreeBSD callendar. Ooops, it seems like I'm thedanger2006-08-201-0/+1
| | | | | | | | | | | | second youngest. Approved by: keramida (mentor)
* | Hook lessecho(1) to build.delphij2006-08-201-1/+1
| |
* | Regen.delphij2006-08-201-2/+15
| |
* | Tell in a comment that the symlinks from /usr/bin areyar2006-08-201-0/+5
| | | | | | | | | | | | for compatibility with other OS types, too. Pointed out by: gad
* | Install pkill(1), aka pgrep(1), to /bin so that rc scriptsyar2006-08-191-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | can use this small and nifty utility. Create compatibility symlinks from /usr/bin for the time being to avoid breaking custom scripts relying on the hardcoded path to the utility. If pkill(1) takes root, its source should be repocopied some day to src/bin. Idea by: des Discussed with: brooks (in cvs-src and cvs-all)
* | Further nitpicking.ceri2006-08-171-13/+13
| |
* | Fix a grammatical error.ceri2006-08-171-1/+1
| | | | | | | | Funny how one character can completely distort the perception of a sentence :)
* | o Fix the date of LZ 129 Hindenburg crash.maxim2006-08-161-1/+1
| | | | | | | | | | | | PR: misc/102137 Submitted by: jasper@openbsd MFC after: 3 days
* | Add support for splitting at gigabyte boundaries. [1]keramida2006-08-102-8/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also make both lowercase and uppercase suffix letters work as byte-count suffixes, i.e. the following two commands are equivalent now: % split -b 4m foo % split -b 4M foo Submitted by: Roman Divacky [1] Lots of help by: cperciva Reviewed by: cperciva MFC after: 1 week
* | o Simple strcpy/strcat replacement.maxim2006-08-091-3/+4
| | | | | | | | | | | | | | PR: bin/101575 Founded by: Dan Lukes Obtained from: OpenBSD, rev. 1.11 by deraadt MFC after: 2 weeks
* | Update usage & SYNOPSIS and clarify that input files are not removed.keramida2006-08-082-18/+30
| | | | | | | | | | | | | | | | | | | | | | Sort getopt option handling of -p too, while here. The changes are adapted from a patch by Ruslan Ermilov, posted as followup to docs/33852. PR: docs/33852 Submitted by: Gary W. Swearingen <swear@blarg.net> MFC after: 1 week
* | Update document date.bms2006-08-031-1/+1
| | | | | | | | Noticed by: ru
OpenPOWER on IntegriCloud