| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Verified by: New regression tests in tools/regression/usr.bin/jot
MFC after: 2 weeks
|
|
|
|
|
|
|
| |
While there, add some missing FALLTHROUGH comments.
Verified with: cmp(1) on the executable
MFC after: 2 weeks
|
| |
|
|
|
|
|
|
|
|
| |
when parsing dates.
PR: bin/104934: bug in some date handling of bsdtar
Reported by: Herve Boulouis
MFC after: 3 days
|
|
|
|
|
| |
PR: bin/104795
MFC after: 3 days
|
| |
|
| |
|
|
|
|
|
|
| |
proper place.
Pointed out by: rwatson
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
system that don't have audit framefork compiled into kernel or ia32 binary
on amd64 system will result in SIGSYS. There is one place in su.c itself
where it tries to check for errno != ENOSYS, but it has been a nop since su
does not catch SIGSYS anyway. There are few other places in libbsm,
where attempt to invoke audit syscal would result in SIGSYS if no audit
support is present in the kernel, so that the only reliable method for
now is to disable SIGSYS completely in the case when BSM is compiled in.
In the long run, both direct invocation of audit-related syscalls and
libbsm should be made more intellegent to handle the case when BSM is not
compiled into the kernel gracefully.
MFC after: 3 days
(provided re@ approval)
|
|
|
|
|
|
| |
- Add option -h, human-readable output.
PR: docs/53732
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o When stat(2) fails (i.e. the file has been moved) there's no new
file with the same name yet, so keep showing the file that's open.
This yields the same behaviour as -f, for which we don't stat(2).
o When a new file with the same name has been created (i.e stat(2)
succeeds but the inode or device numbers differ from the opened
file), show any new lines in the opened file (i.e. the old or
rotated file) before reopening the new file.
These changes fix the observed behaviour that tail(1) doesn't show
the very last lines of the rotated (log) files.
PR: bin/101979
Tested by: Jos Backus <jos@catnook.com>
MFC after: 2 months
|
| |
|
|
|
|
| |
- Widen some columns; make width of header columns less cryptic.
|
|
|
|
| |
PR: kern/102940
|
|
|
|
| |
MFC after: 1 month
|
|
|
|
| |
PR: docs/85063
|
|
|
|
|
|
|
|
|
| |
- Mention that some of them are POSIX extensions. [2]
PR: docs/85062 [1]
Submitted by: Toby Peterson [1]
Obtained from: wctype(3) [2]
MFC after: 3 days
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
somewhere around 1348.
The revision log doesn't seem to go back quite that far, but I assume
that the update to this file was forgotten in the celebrations.
While, here, note which countries the other UK patron Saints hold
patronage of.
Sources include http://www.novareinna.com/festive/georgeday.html and
http://www.newadvent.org/cathen/
|
|
|
|
|
|
|
|
|
|
| |
not in number of pages.
PR: docs/71690
Submitted by: Jan Srzednicki
(A patch is only partially merged, the rest was already fixed by bde@
in rev. 1.51.)
|
|
|
|
|
|
| |
PR: bin/99985
Submitted by: Nate Eldredge
MFC after: 3 days
|
|
|
|
|
|
| |
PR: docs/103859
Submitted by: shaun
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Approved by: tmclaugh
|
|
|
|
|
| |
PR: conf/85143
Submitted by: Helge Oldach
|
| |
|
|
|
|
|
|
| |
PR: conf/85143
Submitted by: Helge Oldach
MFC after: 1 weeks
|
| |
|
| |
|
|
|
|
| |
Submitted by: ru
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Approved by: sem (mentor)
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
as found on Solaris.
Requested by: ceri
MFC after: 3 days
|
|
|
|
|
|
|
|
| |
audit properties, including the audit user id. This can be quite
helpful in debugging audit problems.
Obtained from: TrustedBSD Project
MFC after: 3 days
|
|
|
|
|
| |
arguments. GCC4 was unhappy with them combined, while GCC 3.4 did
not care.
|
|
|
|
|
| |
Requested by: Tomasz Pilat <tomasz.pilat (at) axelspringer.pl>
Approved by: andre
|
|
|
|
|
| |
reproducable with `jot -s " " 400 1 | column -t'. The bug was present
in the the original CSRG 'column -t' added in 1989.
|
|
|
|
|
|
|
| |
o parselength() returns 0 or -1 so int is enough for its return type.
Submitted by: Ighighi Ighighi, sheldonh
MFC after: 3 weeks
|
|
|
|
|
|
|
| |
Treat it accordingly.
PR: bin/101642
MFC after: 3 weeks
|
| |
|
|
|
|
|
| |
PR: bin/100443
MFC after: 3 days
|
|
|
|
|
| |
PR: bin/86514
MFC after: 3 days
|
|
|
|
|
| |
Requested by: novel
Discussed with: brueffer, simon
|
| |
|