- Print the number of allocation failures in UMA zones.
- Add comma after REQUESTS field missed in previous commit.
- Widen some columns; make width of header columns less cryptic.
PR: kern/102940
Approved by: re (hrs)
Add a missing new line at the end of the australian calendar file to
suppress and error message.
src/usr.bin/calendar/calendars/calendar.australia: rev 1.6 -> 1.7
PR: conf/99490
Submitted by: Shaun Branden <shaun@pcuse.com>
Approved by: re (bmah)
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.
Approved by: re (kensmith)
A temporary fix that in case of pwd == NULL, do not call audit_logout()
which attempts to deference it. This is not quite correct, as we should
audit the event even it is not attributable to a specific user. For now,
just put the temporary fix in, so login(1) would not get signal 11 upon
the case that for instance, ^D at the Login: prompt without providing a
valid login before.i
Approved by: re (rwatson)
PR: bin/103873
Discussed with: rwatson, csjp
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: re (bmah)
rev. 1.12 : use socklen_t where appropriate
rev. 1.13 : 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. [2]
PR: bin/103206 [2]
Approved by: re@ (bmah@)
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: re (kensmith)
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
Rename "-a" flag to "-A" in order to avoid conflicting with the "-a" flag
as found on Solaris.
Requested by: ceri
Approved by: re (hrs)
MFC revision 1.41 Makefile
Log:
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.
This should conclude the userspace audit bits for 6.2, there will be
a lot more to come in future releases!
Reviewed by: rwatson, cperciva
Approved by: re@ (mux)
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
"In 'od -c' mode, deal with printable but zero-width combining
characters correctly. These characters are displayed "combined"
with a space character."
In change 1.15, an arbitrary setting of the max RPC record size to
RPC_MAXDATASIZE was introduced. This is believed to have been debugging
code committed accidentally, although I've been unable to reach the
committer to confirm this. The effect was to limit the size of RPCs on
TCP and UDP to 9k, well below the default protocol limits in the libc
rpc code. This change simply removes these introduced limits, falling
back on the libc definitions.
PR: 88856
Reported by: Keith Bostic <bostic at sleepycat dot com>
Testing by: Susan LoVerso <sue at loverso dot southborough dot ma dot us>
Reveiwed by: cel, rees
Review timeout: alfred, mbr
Approved by: mbr
style "every Monday":
mon * Do Foo.
Previously, at the end of the month, this could cause a printout of
the following nature when invoked with -A 7:
36 May* Do Foo
If the entry runs into the following month, adjust month and day,
wrapping round into next year where necessary.