Ruslan Ermilov
93f4bf61d4
Don't go beyond the provided string when parsing the `\' character.
...
PR: bin/99985
Submitted by: Nate Eldredge
MFC after: 3 days
2006-10-09 19:37:26 +00:00
Ceri Davies
659a728e18
Update the list of POSIX extensions.
...
PR: docs/103859
Submitted by: shaun
MFC after: 1 week
2006-10-08 10:31:44 +00:00
Florent Thoumie
a6a5a8f2e6
Add a missing new line at the end of the australian calendar file to
...
suppress and error message.
PR: conf/99490
Submitted by: Shaun Branden <shaun@pcuse.com>
Approved by: cperciva (mentor)
MFC after: 1 day
Sponsored by: FreeBSD Test-Bugathon
2006-10-06 23:20:01 +00:00
Soeren Straarup
457ce4c37b
Adding my birthday
...
Approved by: tmclaugh
2006-10-01 16:17:10 +00:00
Maxim Konovalov
b12f653e35
o Remove an obsoleted (and commented out) entry.
...
PR: conf/85143
Submitted by: Helge Oldach
2006-10-01 09:22:05 +00:00
Maxim Konovalov
e854ae2d06
o Strip eol w/spaces.
2006-10-01 06:30:51 +00:00
Maxim Konovalov
aa137175c2
o Add a Gedenktag.
...
PR: conf/85143
Submitted by: Helge Oldach
MFC after: 1 weeks
2006-10-01 06:29:35 +00:00
Ruslan Ermilov
e9aa046ba9
Revise markup.
2006-09-30 17:27:50 +00:00
Ruslan Ermilov
c4baa2453c
Markup nit.
2006-09-29 21:17:10 +00:00
Bruce M Simpson
910e1364b6
Nits.
...
Submitted by: ru
2006-09-29 16:16:41 +00:00
Bruce M Simpson
2d20d32344
Push removal of mrouted down to the rest of the tree.
2006-09-29 15:45:11 +00:00
Ruslan Ermilov
cb29445a92
Markup fixes.
2006-09-29 15:20:48 +00:00
Luoqi Chen
5a8e64ee60
Do not chdir(2) until after setuid(2), otherwise "su - username" would fail
...
when root doesn't have the permission to enter target user's home directory.
If set, PAM environment variable HOME will be used in chdir(2) instead of
pwd->pw_dir, this allows pam_chroot module to continue to function.
2006-09-29 04:41:37 +00:00
Matteo Riondato
9e0573fdc2
Set txrx_error to 1 when we reach abort. This makes the program correctly set the exit code.
...
The PR has further details on this.
PR: bin/103206
Submitted by: John Hickey <jjh-freebsd@daedalian.us>
MFC after: 3 days
2006-09-28 21:22:21 +00:00
Stanislav Sedov
af159726bc
- Add my birthday entry to the chronicle.
...
Approved by: sem (mentor)
2006-09-27 08:25:53 +00:00
Ceri Davies
de5e5e6ead
Add a -a option as a no-op for Solaris compatibility, as briefly
...
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
2006-09-26 22:28:12 +00:00
Ruslan Ermilov
acc17cb5a5
Fix both arguments to err().
2006-09-26 05:46:55 +00:00
Dmitry Morozovsky
50789a2f3a
Fix bug introduced in rev 1.23:
...
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
2006-09-25 15:06:24 +00:00
Robert Watson
f4882b24fd
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
Robert Watson
5bae3124ab
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
Alexander Kabaev
f340c84ebe
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
Wojciech A. Koszek
60e15662e1
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
Ian Dowse
6508a1ecdc
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 Konovalov
a39846b5e4
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 Konovalov
f45b405f7a
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
Ruslan Ermilov
b43d227cab
Update manpages for FILE 4.17.
2006-09-17 18:42:35 +00:00
Ruslan Ermilov
8a70619712
Initial memory allocation for fields was off-by-one.
...
PR: bin/100443
MFC after: 3 days
2006-09-15 13:33:32 +00:00
Ruslan Ermilov
1007c98db6
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 Dahl
3e1f331553
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
Philippe Charnier
488633c7f4
initialize variable (WARNS=6)
2006-09-13 05:06:12 +00:00
Alexander Botero-Lowry
4f9019bb29
Add my birthday to the calendar, sadly I am only the fifth youngest.
...
Approved by: novel
2006-09-12 09:05:00 +00:00
Philippe Charnier
b2eeeae049
WARNS=6 chocked on unitialized variable.
2006-09-12 05:08:36 +00:00
Erwin Lansing
890fdf8de1
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
Ruslan Ermilov
2aebb8bcb4
Fixed the -# option to work as documented in a manpage.
2006-09-07 19:48:52 +00:00
Ceri Davies
0033dba88b
Chase revision 1.10 in usage string and a comment.
2006-09-07 17:10:26 +00:00
Ruslan Ermilov
934464be64
Bump WARNS level to 3.
...
OK'ed by: make universe
2006-09-01 17:09:09 +00:00
Christian S.J. Peron
6319ad282f
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
Ruslan Ermilov
763e2b058d
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
Ruslan Ermilov
07bb01e3d4
Fix compilation warnings (up to level 3).
2006-08-31 19:19:44 +00:00
Ruslan Ermilov
bfad8c3c1c
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
Ruslan Ermilov
a9f118adfd
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
Ruslan Ermilov
2a98f027e5
Remove some dust.
2006-08-31 14:14:57 +00:00
Ruslan Ermilov
fa92e8831d
Resolve merge conflicts.
2006-08-31 14:14:30 +00:00
Ruslan Ermilov
24ede41b96
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
Ruslan Ermilov
d391708c06
Import OpenBSD's tip(1) as of today
2006-08-31 14:12:22 +00:00
Xin LI
9dd54fbb7e
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
Joseph Koshy
59b2dc9f8b
Manual page tweaks.
...
Submitted by: Niclas Zeising <lothrandil at n00b.apagnu.se> on freebsd-doc
2006-08-29 18:11:20 +00:00
Poul-Henning Kamp
fd0232603d
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
Ruslan Ermilov
2d05c776ef
Remove alpha-specific stuff.
2006-08-23 12:12:56 +00:00
Marcel Moolenaar
e108ac655d
Build libsmb and smbutil on ia64.
2006-08-22 03:22:17 +00:00