rwatson 2008-08-31 14:40:48 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/security/audit audit_bsm_klib.c
Log:
SVN rev 182544 on 2008-08-31 14:40:48Z by rwatson
Merge r180735 from head to stable/7:
Minor white space tweak.
Obtained
csjp2008-08-24 03:12:17 UTC
FreeBSD src repository
Modified files:
sys/security/audit audit_bsm_klib.c
Log:
SVN rev 182090 on 2008-08-24 03:12:17Z by csjp
Use sbuf_putc instead of sbuf_cat. This makes more sense, since we are
appending a single character to the buff
rwatson 2008-07-23 07:42:31 UTC
FreeBSD src repository
Modified files:
sys/security/audit audit_bsm_klib.c
Log:
SVN rev 180735 on 2008-07-23 07:42:31Z by rwatson
Minor white space tweak.
Obtained from: Apple Inc.
MFC after: 3 days
Revision ChangesPat
csjp2006-06-01 15:38:30 UTC
FreeBSD src repository
Modified files:
sys/security/audit audit_bsm_klib.c
Log:
Check to see if the rootdir is the same as the current working directory.
If it is, and the pathname was relative, do not separate the componenets
with a '/' char