| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
a pointer and lack a prototype will have the return value (assumed
to be an integer) zero-extended to a pointer. On ia64 this is
unconditionally fatal as it zeroes-out the region bits, forming an
invalid pointer. Fix the sigsegv by including <stdlib.h>.
Pointy hat: bbraun
Notes:
svn path=/head/; revision=108419
|
| |
|
|
|
|
|
|
| |
by basename() and dirname().
Reviewed by: eric
Notes:
svn path=/head/; revision=108152
|
| |
|
|
|
|
|
| |
* Fix SCM ID's.
Notes:
svn path=/head/; revision=90041
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
commit.
Fixed related style bugs:
basename.c: misplaced '#if 0'
dirname.c: misplaced '#if 0'
getgrent.c: missing '#if 0', and tab lossage in vendor id (the previous
commit fixed the complete corruption of the vendor id but
lost a tab)
getpwent.c: missing '#if 0'
Notes:
svn path=/head/; revision=90016
|
| |
|
|
| |
Notes:
svn path=/head/; revision=89999
|
| |
|
|
|
|
|
|
|
| |
PR: 28472
Submitted by: David Xu <davidx@viasoft.com.cn>
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=78936
|
|
|
The man pages need some adjustments.
PR: 12960, 12962
Submitted by: James Howard <howardjp@wam.umd.edu>
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=65294
|