| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
These functions only apply to utmp(5). They cannot be kept intact when
moving towards utmpx. The login(3) function would break, because its
argument is an utmp structure. The logout(3) and logwtmp(3) functions
cannot be used, since they provide a functionality which partially
overlaps.
Increment SHLIB_MAJOR to 9 to indicate the removal.
Notes:
svn path=/head/; revision=202216
|
| |
|
|
| |
Notes:
svn path=/head/; revision=183989
|
| |
|
|
| |
Notes:
svn path=/head/; revision=165906
|
| |
|
|
|
|
|
|
| |
NI_WITHSCOPEID, and our getaddrinfo(3) does nothing special
for it, now.
Notes:
svn path=/head/; revision=146187
|
| |
|
|
| |
Notes:
svn path=/head/; revision=121193
|
| |
|
|
|
|
|
| |
to be non-fatal due to stack alignment roundups.
Notes:
svn path=/head/; revision=107030
|
| |
|
|
|
|
|
|
|
| |
depending on namespace pollution 2 layers deep in <sys/stat.h>.
Sorted includes.
Notes:
svn path=/head/; revision=91241
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84225
|
| |
|
|
|
|
|
|
|
| |
Fix disorder in the Makefile.
Reviewed (mostly) by: bde
Notes:
svn path=/head/; revision=74261
|
| |
|
|
| |
Notes:
svn path=/head/; revision=56010
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50476
|
| |
|
|
|
|
|
| |
host:nn[.nn] (if the domain is the same as the local one).
Notes:
svn path=/head/; revision=45505
|
| |
|
|
|
|
|
| |
Suggested by: archie
Notes:
svn path=/head/; revision=45459
|
| |
|
|
|
|
|
| |
Don't truncate one byte short of the passed length.
Notes:
svn path=/head/; revision=45430
|
| |
|
|
|
|
|
|
|
| |
Use bcopy() instead of strcpy() to handle potentially
overlapping regions.
Un-obscure/complicate some code.
Notes:
svn path=/head/; revision=45421
|
| |
|
|
| |
Notes:
svn path=/head/; revision=40117
|
| |
|
|
| |
Notes:
svn path=/head/; revision=40091
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Here is a some example for avoiding a confusion.
It asssumes a logged host domain is "spec.co.jp". All
example is longer than UT_HOSTNAMELEN value.
1) turbo.tama.spec.co.jp: 192.19.0.2 -> trubo.tama
2) turbo.tama.foo.co.jp : 192.19.0.2 -> 192.19.0.2
3) specgw.spec.co.jp : 202.32.13.1 -> specgw
Submitted by: Atsushi Murai <amurai@spec.co.jp>
Notes:
svn path=/head/; revision=36559
|
| |
|
|
| |
Notes:
svn path=/head/; revision=29119
|
| |
|
|
|
|
|
|
|
|
| |
indent and make this compile -Wall clean like the
Makefile suggests that it should. :)
Pointed out by: Bruce Evans <bde@zeta.org.au>
Notes:
svn path=/head/; revision=28179
|
| |
|
|
|
|
|
| |
valid entries into utmp and wtmp
Notes:
svn path=/head/; revision=16432
|
| |
|
|
|
|
|
|
|
|
|
| |
Install (optional) libutil.h with prototypes for the functions and
document this in the man page.
minor cleanups to the various routines, include the prototype file, declare
return codes etc.
Notes:
svn path=/head/; revision=13137
|
|
|
Notes:
svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573
|