FreeBSD Bugzilla – Attachment 191499 Details for
Bug 226609
Expand ut_user from 32 characters to 64 to support longer usernames
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff for changed kernel files
utmpx.diff (text/plain), 943 bytes, created by
Dan Wood
on 2018-03-14 16:27:58 UTC
(
hide
)
Description:
svn diff for changed kernel files
Filename:
MIME Type:
Creator:
Dan Wood
Created:
2018-03-14 16:27:58 UTC
Size:
943 bytes
patch
obsolete
>--- include/utmpx.h (revision 330929) >+++ include/utmpx.h (working copy) >@@ -43,7 +43,7 @@ > struct timeval ut_tv; /* Time entry was made. */ > char ut_id[8]; /* Record identifier. */ > pid_t ut_pid; /* Process ID. */ >- char ut_user[32]; /* User login name. */ >+ char ut_user[64]; /* User login name. */ > char ut_line[16]; /* Device name. */ > #if __BSD_VISIBLE > char ut_host[128]; /* Remote hostname. */ > >--- sys/sys/param.h (revision 330929) >+++ sys/sys/param.h (working copy) >@@ -98,7 +98,7 @@ > > #define MAXCOMLEN 19 /* max command name remembered */ > #define MAXINTERP PATH_MAX /* max interpreter file name length */ >-#define MAXLOGNAME 33 /* max login name length (incl. NUL) */ >+#define MAXLOGNAME 65 /* max login name length (incl. NUL) */ > #define MAXUPRC CHILD_MAX /* max simultaneous processes */ > #define NCARGS ARG_MAX /* max bytes for an exec function */ > #define NGROUPS (NGROUPS_MAX+1) /* max number groups */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 226609
: 191499