| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154303
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
o Call va_start/va_end for each call to va_arg(). I have no idea why this
works on i386 but it shouldn't. This un-busts termlog on 64 bit
platforms.
o When allocating snp descriptors, allocate the proper size. Currently we
are allocating sizeof(struct utmp) when we really should be allocating
sizeof(struct snp_d). I can only imagine how this happen, but I am going
to guess it was a cut-and-paste-o. This helps un-busts termlog on 64 bit
architectures.
Fixes Submitted by: Eirik ?verby
While we are here:
o Open tty line with O_NONBLOCK
o Close the line fd after we attach to it as we dont need it. This closes
an fd leak.
o Remove comment about fd leak
Approved by: kris
Notes:
svn path=/head/; revision=145062
|
|
|
|
|
|
|
|
|
|
|
|
| |
-Introduce do-install target which will use INSTALL_MAN and INSTALL_PROGRAM
macros to install the files.
This should fix packet build failures.
Approved by: kris
Notes:
svn path=/head/; revision=143524
|
|
|
|
|
|
|
|
|
|
| |
fixes in -CURRENT will be MFC'ed to RELENG_6 so it will work on all
releases again.
Approved by: petef
Notes:
svn path=/head/; revision=143262
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This version introduces the following:
-Bug fixes around locking
-Enhanced jail support
-Ability to create log files with SF_APPEND flag
-cryptographic hashing algorithm was changed from md5 to sha1
Approved by: seanc@
Notes:
svn path=/head/; revision=121526
|
|
|
|
|
|
|
|
|
|
| |
- update maintainer email
- update COMMENT & pkg-descr to match reality
Submitted by: csjp
Notes:
svn path=/head/; revision=115509
|
|
|
|
|
|
|
| |
Submitted by: csjp at IRC
Notes:
svn path=/head/; revision=114804
|
|
|
|
| |
Notes:
svn path=/head/; revision=105747
|
|
|
|
| |
Notes:
svn path=/head/; revision=100139
|
|
|
|
|
|
|
|
| |
PR: ports/56018
Submitted by: Chris S.J.Peron <maneo@bsdpro.com> (maintainer)
Notes:
svn path=/head/; revision=87759
|
|
|
|
| |
Notes:
svn path=/head/; revision=76041
|
|
|
|
|
|
|
|
| |
PR: 42424
Submitted by: maintainer
Notes:
svn path=/head/; revision=66371
|
|
|
|
|
|
|
|
|
| |
PORTREVISION.
Submitted by: maintainer (author)
Notes:
svn path=/head/; revision=64806
|
|
synchronously (real-time).
Submitted by: Chris S.J. Peron <maneo@bsdpro.com>
Approved by: dwcjr (mentor)
Notes:
svn path=/head/; revision=64782
|