| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
| |
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
Also add $FreeBSD$ to a few files to keep svn happy.
Discussed with: imp, rwatson
|
|
|
|
|
| |
Use MAXLOGNAME - 1 instead of UTNAMESIZE. There is no definition for TTY
name sizes, at least not as low as 8, so hardcode it for now.
|
|
|
|
| |
needed.
|
|
|
|
| |
Tested with: make universe
|
|
|
|
|
| |
structure, while maintaining backward compatibility with legacy
file and record formats.
|
|
|
|
|
|
| |
Backwards compatibility with the new acct(5) format will be
implemented through the explicit versioning of acct records,
not through an export/import procedure.
|
|
|
|
|
|
| |
Add missing include.
Default to WARNS=6.
|
|
|
|
|
|
|
| |
While implementing import it became apparent that write as a mnemonic
is ambiguous and confusing.
MFC after: 8 days
|
|
|
|
|
|
| |
Use correct type for write_text.
MFC after: 8 days
|
|
|
|
|
| |
Discussed in: -arch
MFC after: 8 days
|
|
|
|
|
|
|
|
| |
read data from the standard input. This allows tail -f to pipe
data to lastcomm, and thereby real-time monitoring of executed
commands. The manual page includes the exact incantation.
MFC after: 2 weeks
|
| |
|
|
|
|
|
|
|
|
|
| |
use fseeko(3) instead.
This commit fixes breakage when `lastcomm matchstring` is run.
PR: bin/66765, bin/64568
Submitted by: Dan Nelson <dnelson at allantgroup.com>
|
|
|
|
|
|
| |
this return an error.
This re-enables display of the first entry in /var/account/acct instead
of the error "lastcomm: /var/account/acct: Invalid argument"
|
|
|
|
|
|
|
|
|
| |
Add some constness to avoid some warnings.
Remove use register keyword.
Deal with missing/unneeded extern/prototypes.
Some minor type changes/casts to avoid warnings.
Reviewed by: md5
|
| |
|
| |
|
|
|
|
|
|
|
| |
and user_from_uid to grp.h and pwd.h. Update the man pages.
Submitted by: David Malone
Pointy hat to: imp
|
|
|
|
|
|
| |
set WARNS=2.
Submitted by: Mike Barcroft <mike@q9media.com>
|
|
|
|
|
|
|
| |
field to avoid trailing spaces.
PR: bin/16649
MFC after: 2 weeks
|
|
|
|
| |
All uses of fldsiz() in this file were wrong anyway.
|
| |
|
| |
|
| |
|
|
|
|
| |
posix standard on the topic.
|
| |
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
|
| |
|
| |
|
|
|
|
| |
Submitted by: edward@edcom.com
|
|
|