| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Original code by: Gleb Kurtsou
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in format strings.
- Use (void) instead of (void *) when discarding strcat(3) return value.
- Format string fixes to match variable types.
- Change canon() len parameter and getcmd() size parameter type from
int to size_t.
- Style Makefile and increase WARNS to 2.
PR: bin/140061
Submitted by: uqs
Approved by: trasz (mentor)
|
|
|
|
|
| |
Submitted by: ian dowse
MFC after: 2 days
|
|
|
|
| |
Reviewed by: security-team
|
|
|
|
|
|
|
| |
Previously, interactive commands specifying a non-existent file or
directory used to display an "out of memory error".
MFC after: 2 weeks
|
| |
|
|
|
|
|
|
|
| |
rst_closedir() which are called by glob().
Reviewed by: md5
Approved by: das (mentor)
|
|
|
|
|
|
| |
per letter dated July 22, 1999.
Approved by: core, imp
|
|
|
|
| |
Don't set 8bit in quote processing
|
| |
|
| |
|
|
|
|
|
| |
o Use ANSI function definitions
o unifdef -D__STDC__
|
|
|
|
|
|
| |
It does not help modern compilers, and some may take some hit from it.
(I also found several functions that listed *every* of its 10 local vars with
"register" -- just how many free registers do people think machines have?)
|
|
|
|
|
|
|
|
|
| |
corrects cases where restore would spew an infinite stream of
"Changing volumes on pipe input?" messages, or would loop waiting
for a response to the "set owner/mode for '.'" question.
PR: bin/14250
Reviewed by: dwmalone
|
| |
|
|
|
|
| |
Thanks to: A friend at Sun auditing dump/restore for Solaris.
|
| |
|
|
|
|
| |
cleanings. Spelling.
|
|
|
|
|
|
|
|
| |
- cleanups,
- whiteout support
- bug fixes (chflags missing on a few file types etc)
The dump/restore folks would want to have a closer look at this, the
change is pretty big.
|
|
|
|
|
|
|
|
| |
Fixes: PR2446 and PR2536
Submitted by: Flemming Jacobsen <fj@tfs.com>
2.2 Candidate.
|
|
|
|
|
|
| |
2.2 candidate
(and -stable too actually, who does that?)
Reviewed by: Warner Losh
|
|
Note: XNSrouted and routed NOT imported here, they shall be imported with
usr.sbin.
|