| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Submitted by: Tim Kientzle <kientzle@acm.org> (embellished by me)
Notes:
svn path=/head/; revision=114763
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114433
|
| |
|
|
|
|
|
|
|
| |
PR: docs/42021
Submitted by: Jeff Ito <jeffi@rcn.com>
MFC after: 3 days
Notes:
svn path=/head/; revision=102434
|
| |
|
|
| |
Notes:
svn path=/head/; revision=102230
|
| |
|
|
| |
Notes:
svn path=/head/; revision=101571
|
| |
|
|
|
|
|
| |
Approved by: obrien, sheldonh (mentor).
Notes:
svn path=/head/; revision=99678
|
| |
|
|
|
|
|
|
|
|
|
|
| |
a "--" argument after the options so filenames with leading dashes are
handled correctly.
PR: 39318
Submitted by: Serge van den Boom <svdb@stack.nl>
MFC after: 1 week
Notes:
svn path=/head/; revision=98280
|
| |
|
|
|
|
|
| |
CURRENT <paths.h>.
Notes:
svn path=/head/; revision=96806
|
| |
|
|
|
|
|
| |
Reviewed by: brian
Notes:
svn path=/head/; revision=96702
|
| |
|
|
| |
Notes:
svn path=/head/; revision=92974
|
| |
|
|
| |
Notes:
svn path=/head/; revision=92973
|
| |
|
|
| |
Notes:
svn path=/head/; revision=92935
|
| |
|
|
| |
Notes:
svn path=/head/; revision=91085
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Move group_from_gid to grp.h
Remove from stdlib.h
Make the prototypes match the code
Fix rm and mv to include new files.
NetBSD has these defined in those files, and others too that I've not
done.
Approved by: terminal room kabal
Reviewed by: jhb, phk
Notes:
svn path=/head/; revision=90644
|
| |
|
|
| |
Notes:
svn path=/head/; revision=90114
|
| |
|
|
|
|
|
|
|
|
|
|
| |
o Old-style K&R declarations have been converted to new C89 style
o register has been removed
o prototype for main() has been removed (gcc3 makes it an error)
o int main(int argc, char *argv[]) is the preferred main definition.
o Attempt to not break style(9) conformance for declarations more than
they already are.
Notes:
svn path=/head/; revision=90110
|
| |
|
|
|
|
|
|
|
| |
set WARNS=0.
Reviewed by: mike
Notes:
svn path=/head/; revision=87323
|
| |
|
|
| |
Notes:
svn path=/head/; revision=81687
|
| |
|
|
|
|
|
| |
Submitted by: Mike Barcroft <mike@q9media.com>
Notes:
svn path=/head/; revision=79758
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79754
|
| |
|
|
|
|
|
| |
Idea from: Theo de Raadt <deraadt@openbsd.org>
Notes:
svn path=/head/; revision=79452
|
| |
|
|
| |
Notes:
svn path=/head/; revision=77409
|
| |
|
|
|
|
|
|
|
| |
warnings.
MFC after: 1 week
Notes:
svn path=/head/; revision=76878
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68935
|
| |
|
|
|
|
|
|
| |
Requested by: FUJISHIMA Satsuki <k5@cheerful.com>
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=63680
|
| |
|
|
|
|
|
|
|
|
|
|
| |
on different file systems.
PR: bin/12375
Submitted by: Takashi SHIRAI <shirai@nintendo.co.jp>
No response by: steve
No problem with: building 5-current world
Notes:
svn path=/head/; revision=63225
|
| |
|
|
|
|
|
|
|
|
| |
a file. This fixes moving symlinks across partitions.
PR: 17847
Reviewed by: bde
Notes:
svn path=/head/; revision=62963
|
| |
|
|
|
|
|
| |
Noticed by: bde
Notes:
svn path=/head/; revision=55301
|
| |
|
|
|
|
|
| |
Reviewed-by: obrien
Notes:
svn path=/head/; revision=50871
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50544
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50471
|
| |
|
|
|
|
|
| |
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
Notes:
svn path=/head/; revision=46684
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
execvp() in the child branch of a vfork(). Changed to use fork()
instead.
Some of these (mv, find, apply, xargs) might benefit greatly from
being rewritten to use vfork() properly.
PR: Loosely related to bin/8252
Approved by: jkh and bde
Notes:
svn path=/head/; revision=40301
|
| |
|
|
| |
Notes:
svn path=/head/; revision=37245
|
| |
|
|
|
|
|
| |
Obtained from or inspired by: A similar change in OpenBSD by theo
Notes:
svn path=/head/; revision=36785
|
| |
|
|
|
|
|
|
|
| |
is already one there.
PR: 3025
Notes:
svn path=/head/; revision=36383
|
| |
|
|
| |
Notes:
svn path=/head/; revision=36049
|
| |
|
|
|
|
|
|
|
|
|
|
| |
> Error out if someone tries to mv a mount point. Old behavior was to
> move all files contained in the mounted filesystem to the dest. dir
> which could be quite nasty. Personally, I think rename(2) should
> return EPERM or EINVAL instead of EXDEV.
Obtained from: OpenBSD mv.c rev 1.6 by Todd Miller <millert@openbsd.org>
Notes:
svn path=/head/; revision=31664
|
| |
|
|
|
|
|
| |
Pointed out by bde.
Notes:
svn path=/head/; revision=30727
|
| |
|
|
|
|
|
|
| |
print which input mv(1) expect (y/n) and print a warning if the
file was not overwritten.
Notes:
svn path=/head/; revision=30106
|
| |
|
|
|
|
|
|
|
|
| |
$ touch from to
$ echo -n loop | mv -i from to
overwrite to?
^C
Notes:
svn path=/head/; revision=29933
|
| |
|
|
|
|
|
| |
posix standard on the topic.
Notes:
svn path=/head/; revision=24348
|
| |
|
|
|
|
|
|
| |
added when sbits are cleared.
Fixes PR 1351 and 1377 (I hope).
Notes:
svn path=/head/; revision=23525
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22988
|
| |
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
| |
|
|
| |
Notes:
svn path=/head/; revision=20420
|
| |
|
|
|
|
|
| |
Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41
Notes:
svn path=/head/; revision=17891
|
| |
|
|
|
|
|
|
| |
correct indent of last new code
fix usage string, option -f before option -i (alphabetic order)
Notes:
svn path=/head/; revision=14305
|
| |
|
|
|
|
|
|
|
| |
respond `Y' is equal to `y'
update usage string
prompt only if source exist
Notes:
svn path=/head/; revision=14166
|
| |
|
|
|
|
|
| |
-? is an unnecessary case statement and not useful
Notes:
svn path=/head/; revision=14156
|