rwatson
2f0a02201d
Rename "-a" flag to "-A" in order to avoid conflicting with the "-a" flag
...
as found on Solaris.
Requested by: ceri
MFC after: 3 days
2006-09-23 15:43:29 +00:00
rwatson
fae2ccfa41
Add a -a argument to id(1), which causes id(1) to print out process
...
audit properties, including the audit user id. This can be quite
helpful in debugging audit problems.
Obtained from: TrustedBSD Project
MFC after: 3 days
2006-09-23 12:30:31 +00:00
kan
bd9e529aec
Pass "-Wtraditional -Wno-system-headers" to compiler as two separate
...
arguments. GCC4 was unhappy with them combined, while GCC 3.4 did
not care.
2006-09-21 02:05:38 +00:00
wkoszek
605d460600
Export tcps_rcvmemdrop available in 'struct tcpstat' with netstat(1).
...
Requested by: Tomasz Pilat <tomasz.pilat (at) axelspringer.pl>
Approved by: andre
2006-09-20 12:29:12 +00:00
iedowse
750ab68ba1
Add missing parentheses to fix a segmentation fault that is easily
...
reproducable with `jot -s " " 400 1 | column -t'. The bug was present
in the the original CSRG 'column -t' added in 1989.
2006-09-19 22:11:43 +00:00
maxim
3839b5384d
o Don't leak fd on error.
...
o parselength() returns 0 or -1 so int is enough for its return type.
Submitted by: Ighighi Ighighi, sheldonh
MFC after: 3 weeks
2006-09-18 16:39:23 +00:00
maxim
7914c18982
o optname, the third {set,get}sockopt(2) argument, is an enum, not a bitmap.
...
Treat it accordingly.
PR: bin/101642
MFC after: 3 weeks
2006-09-18 13:49:57 +00:00
ru
1ad9315508
Update manpages for FILE 4.17.
2006-09-17 18:42:35 +00:00
ru
e62cd4548c
Initial memory allocation for fields was off-by-one.
...
PR: bin/100443
MFC after: 3 days
2006-09-15 13:33:32 +00:00
ru
a2c9c25cbe
Don't require a space between -[fv] and its argument.
...
PR: bin/86514
MFC after: 3 days
2006-09-15 13:28:10 +00:00
joel
e532d7ce17
Remove references to the pam(8) manual page. It does not exist.
...
Requested by: novel
Discussed with: brueffer, simon
2006-09-13 17:46:20 +00:00
charnier
2318032d41
initialize variable (WARNS=6)
2006-09-13 05:06:12 +00:00
alexbl
9fa3888195
Add my birthday to the calendar, sadly I am only the fifth youngest.
...
Approved by: novel
2006-09-12 09:05:00 +00:00
charnier
d189165b4f
WARNS=6 chocked on unitialized variable.
2006-09-12 05:08:36 +00:00
erwin
3112417012
Update some of the bulgarian holidays since it no longer
...
is a socialist state.
Submitted by: Shteryana Shopova <shteryana@FreeBSD.org>
2006-09-08 09:45:06 +00:00
ru
5da4fcde16
Fixed the -# option to work as documented in a manpage.
2006-09-07 19:48:52 +00:00
ceri
1510e4aa4d
Chase revision 1.10 in usage string and a comment.
2006-09-07 17:10:26 +00:00
ru
875cc9b598
Bump WARNS level to 3.
...
OK'ed by: make universe
2006-09-01 17:09:09 +00:00
csjp
5c107d0b0f
Integrate audit_submit(3) bits into su. This means that records for
...
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
2006-09-01 13:39:02 +00:00
ru
281df21bcd
Fix markup (in the same way as it was fixed in tip.1) and thus
...
make the diffs against tip.1 minimal (as in OpenBSD).
2006-08-31 20:44:59 +00:00
ru
ede4b2e9ac
Fix compilation warnings (up to level 3).
2006-08-31 19:19:44 +00:00
ru
64957841ba
Document the undocumented change in OpenBSD: the ${raisechar}
...
is no longer set to ^A by default, it's unset.
Reported by: imp, sam
2006-08-31 16:40:30 +00:00
ru
4acf62da69
Actually merge OpenBSD changes and local changes (a diff should
...
be viewed relative to revision 1.24).
2006-08-31 16:26:50 +00:00
ru
6c17f5c634
Remove some dust.
2006-08-31 14:14:57 +00:00
ru
37ec4940b5
Resolve merge conflicts.
2006-08-31 14:14:30 +00:00
ru
f4be069346
This commit was generated by cvs2svn to compensate for changes in r161751,
...
which included commits to RCS files with non-trunk default branches.
2006-08-31 14:12:22 +00:00
ru
a070a49867
Import OpenBSD's tip(1) as of today
2006-08-31 14:12:22 +00:00
delphij
5ffbf296e8
In rev. 1.2 we have introduced a fallback handler for files with unknown
...
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
2006-08-30 08:20:34 +00:00
jkoshy
51c4801eb7
Manual page tweaks.
...
Submitted by: Niclas Zeising <lothrandil at n00b.apagnu.se> on freebsd-doc
2006-08-29 18:11:20 +00:00
phk
40d4b9bdbe
Improve input parsing:
...
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>
2006-08-28 08:27:02 +00:00
ru
aa1113efea
Remove alpha-specific stuff.
2006-08-23 12:12:56 +00:00
marcel
f511e89bcf
Build libsmb and smbutil on ia64.
2006-08-22 03:22:17 +00:00
marcel
8e50b5d93c
Remove alpha left-overs.
2006-08-21 19:49:57 +00:00
danger
b5d0670f93
Add myself to the FreeBSD callendar. Ooops, it seems like I'm the
...
second youngest.
Approved by: keramida (mentor)
2006-08-20 18:52:37 +00:00
delphij
9bdb07389b
Hook lessecho(1) to build.
2006-08-20 15:52:17 +00:00
delphij
c9b9b02928
Regen.
2006-08-20 15:51:18 +00:00
yar
82c5db3e41
Tell in a comment that the symlinks from /usr/bin are
...
for compatibility with other OS types, too.
Pointed out by: gad
2006-08-20 04:25:20 +00:00
yar
a0a656a4f7
Install pkill(1), aka pgrep(1), to /bin so that rc scripts
...
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)
2006-08-19 08:24:01 +00:00
ceri
8dcb0483a6
Further nitpicking.
2006-08-17 16:29:27 +00:00
ceri
65eed3605a
Fix a grammatical error.
...
Funny how one character can completely distort the perception of a sentence :)
2006-08-17 16:20:42 +00:00
maxim
3a3876540a
o Fix the date of LZ 129 Hindenburg crash.
...
PR: misc/102137
Submitted by: jasper@openbsd
MFC after: 3 days
2006-08-16 11:54:07 +00:00
keramida
cd184a0ca1
Add support for splitting at gigabyte boundaries. [1]
...
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
2006-08-10 10:41:47 +00:00
maxim
cf6dea33f2
o Simple strcpy/strcat replacement.
...
PR: bin/101575
Founded by: Dan Lukes
Obtained from: OpenBSD, rev. 1.11 by deraadt
MFC after: 2 weeks
2006-08-09 19:12:10 +00:00
keramida
7d23f1583e
Update usage & SYNOPSIS and clarify that input files are not removed.
...
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
2006-08-08 21:25:22 +00:00
bms
ed29850fa0
Update document date.
...
Noticed by: ru
2006-08-03 20:43:51 +00:00
bms
14416210a8
Add a new command-line option, -P, which allows the user to specify
...
an arbitrary port to which syslog messages are to be sent.
PR: bin/54026
Submitted by: Oliver Fromme
MFC after: 10 days
2006-08-02 13:21:44 +00:00
jkoshy
c03b5b6d66
In 'od -c' mode, deal with printable but zero-width combining
...
characters correctly. These characters are displayed "combined"
with a space character.
PR: misc/100215
Submitted by: "J.R. Oldroyd" <<fbsd AT opal.com>>
Reviewed by: "J.R. Oldroyd" <<fbsd AT opal.com>> (revised patch)
MFC after: 3 days
2006-07-31 14:17:04 +00:00
yar
fe55b573c0
Stop enforcing dependencies between MK_* options at Makefile level.
...
All the dependencies are satisfied now in <bsd.own.mk>.
2006-07-31 13:29:36 +00:00
kientzle
1ac17adabf
Remove two unused variables.
...
Thanks to: Stefan Farfeleder
2006-07-31 04:57:46 +00:00
kientzle
3e01f8e05a
Conditionally include sys/mkdev.h on platforms (such as Solaris) that need it.
...
While I'm here, correctly alphabetize 't' after 's'.
Thanks to: VMiklos
2006-07-30 18:34:40 +00:00