| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Formerly, this tried to clear the flags on the symlink's target
instead of the symlink itself.
As before, this only happens for root or for the unlink(1) variant of rm.
PR: bin/111226 (part of)
Submitted by: Martin Kammerhofer
Approved by: ed (mentor)
MFC after: 3 weeks
Notes:
svn path=/head/; revision=193087
|
| |
|
|
|
|
|
| |
Approved by: gnn
Notes:
svn path=/head/; revision=192997
|
| |
|
|
|
|
|
|
|
|
|
| |
is nsyscalls.
PR: bin/134916
Submitted by: Steven Hartland <steven hartland multiplay co uk>
MFC after: 2 weeks
Notes:
svn path=/head/; revision=192943
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This version is now licensed under a 2-clause BSD license, instead of
the Artistic license. I've reverted a lot of local modifications we made
to ee, because they have been integrated upstream as well.
Only local modifications include:
- $FreeBSD$ ID.
- Pathname to init.ee.
- catopen() call, to honor LC_MESSAGES instead of LANG.
To keep SVN happy, I'm putting an application/octet-stream mime type on
the KOI8 translations.
Reviewed by: current@
Notes:
svn path=/head/; revision=192914
|
| | |
| |
| |
| |
| | |
Notes:
svn path=/vendor/ee/dist/; revision=192830
svn path=/vendor/ee/1.4.2/; revision=192831; tag=vendor/ee/1.4.2
|
| | |
| |
| |
| |
| |
| |
| | |
drivers/functionality and then some.
Notes:
svn path=/head/; revision=192901
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
and jail_get(2). Jail(8) can now create jails using a "name=value"
format instead of just specifying a limited set of fixed parameters; it
can also modify parameters of existing jails. Jls(8) can display all
parameters of jails, or a specified set of parameters. The available
parameters are gathered from the kernel, and not hard-coded into these
programs.
Small patches on killall(1) and jexec(8) to support jail names with
jail_get(2).
Approved by: bz (mentor)
Notes:
svn path=/head/; revision=192896
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The source file, manual page and English translation are now directly
obtained from the contrib/ directory. This makes it a lot easier to
merge a newer version of ee(1) into the tree.
Thanks to: des and jhb
Notes:
svn path=/head/; revision=192856
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=192846
|
| | |
| |
| |
| |
| |
| |
| | |
Suggested by: throdes
Notes:
svn path=/head/; revision=192773
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
I don't entirely like this approach, but it will only be temporarily,
namely until we get rid of COMPAT_43TTY. I do want <sys/ioctl_compat.h>
to cause a compiler error when included, because it's just there for
binary compatibility.
Reported by: Andrzej Tobola <ato iem pw edu pl>
Notes:
svn path=/head/; revision=192768
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
for the experimental nfs subsystem when that option is specified.
Approved by: kib (mentor)
Notes:
svn path=/head/; revision=192762
|
| | |
| |
| |
| |
| |
| |
| |
| | |
PR: 134856
Submitted by: Jeremie Le Hen - jeremie at le-hen dot org
Notes:
svn path=/head/; revision=192732
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
errors to be given by the caller. Change output to be easier
for use in scripts.
Submitted by: bce
Notes:
svn path=/head/; revision=192486
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=192423
|
| | |
| |
| |
| |
| |
| |
| | |
Submitted by: danfe
Notes:
svn path=/head/; revision=192407
|
| | |
| |
| |
| |
| |
| |
| |
| | |
and outputs the associated textual message in the same way that
perror(3) would if called within a program.
Notes:
svn path=/head/; revision=192398
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
First of all, current behavior is not documented and confusing,
and it can be very dangerous in the following sequence:
find -L . -type l
find -L . -type l -delete
(the second line is even suggested by find(1)).
Instead simply refuse to proceed when -L and -delete are both used.
A descriptive error message is provided.
The following command can be safely used to remove broken links:
find -L . -type l -print0 | xargs rm -0
To do: update find(1)
PR: bin/90687
Obtained from: Anatoli Klassen <anatoli@aksoft.net>
Approved by: jhb (mentor)
Notes:
svn path=/head/; revision=192381
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=192153
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=192041
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=192040
|
| | |
| |
| |
| |
| |
| |
| | |
Reviewed by: alfred
Notes:
svn path=/head/; revision=192025
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
At first I allowed ioctl_compat.h to be included, but it just returned
an empty file. I had to do this, to keep kdump happy. I really want to
raise a compiler error when including this header, so now it will just
throw an error if you don't set COMPAT_43TTY.
Notes:
svn path=/head/; revision=191936
|
| | |
| |
| |
| |
| |
| |
| | |
Approved by: wxs (mentor)
Notes:
svn path=/head/; revision=191886
|
| | |
| |
| |
| |
| |
| |
| | |
Approved by: remko
Notes:
svn path=/head/; revision=191831
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
birthday to the calendar.
Approved by: dwmalone (mentor)
Notes:
svn path=/head/; revision=191822
|
| |\ \
| | |
| | |
| | | |
Notes:
svn path=/head/; revision=191771
|
| | | |
| | |
| | |
| | |
| | | |
Notes:
svn path=/vendor/file/dist/; revision=68349
svn path=/vendor/file/3.32/; revision=68351; tag=vendor/file/3.32
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Suggested by: ru
Approved by: ed (mentor)
Notes:
svn path=/head/; revision=191737
|
| | | |
| | |
| | |
| | | |
Notes:
svn path=/head/; revision=191690
|
| | | |
| | |
| | |
| | | |
Notes:
svn path=/head/; revision=191687
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
SIGINFO). Provides some progress report for the impatient. This
won't report that we're blocking in our walk due to disk/network
problems, however. There's no really good way to report that
condition that I'm aware of...
Notes:
svn path=/head/; revision=191677
|
| | | |
| | |
| | |
| | | |
Notes:
svn path=/head/; revision=191652
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
o Change mr/me to so/se [1].
o Introduce a -h option to disable highlighting. [2]
o Spell STDOUT_FILENO as such and pass NULL to tgetent()
to handle the case of unset TERM. [3]
Suggested by: naddy mips.inka.de (Christian Weisgerber) [1]
Requested by: danfe, deischen [2]
Suggested by: jmallett [3]
Approved by: ed (mentor)
Notes:
svn path=/head/; revision=191364
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Match the bracketing in netstat.
Since the cleanup of MROUTING, ports have broken because they
expect to include <netinet/ip_mroute.h> without including
<sys/queue.h>. Fix breakage at source.
The real fix, of course, is to fix the MROUTING APIs by blowing them
away and replacing them with something else...
Notes:
svn path=/head/; revision=191356
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
gnu cal does. This is currently disabled for year view because of hard
coded padding in that case. This will hopefully be fixed soon.
Reviewed by: Simon 'corecode' Schubert <corecode fs.ei.tum.de>
Approved by: ed
Notes:
svn path=/head/; revision=191330
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
arguments. This change should be MFC'd with OpenBSM 1.1 since they
are interdependent.
MFC after: 2 weeks
Obtained from: TrustedBSD Project
Sponsored by: Apple, Inc.
Notes:
svn path=/head/; revision=191297
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
more selective about what libarchive features we pull in:
* No compression support
* Only cpio and ustar writing
* Only cpio and tar/pax readers
This reduces a statically linked, stripped binary from 900k to 680k
and completely eliminates the dependency on libcrypto.
Notes:
svn path=/head/; revision=191262
|
| | | |
| | |
| | |
| | | |
Notes:
svn path=/head/; revision=191240
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Lots of new tests.
* New -n / --numeric-uid-gid option
* More sanity-checking of arguments
* Various Windows portability improvements
* Sync up version number to 2.7.0
Notes:
svn path=/head/; revision=191192
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Add xz and lzma compression options
* Rename --format-options to simply --options
* Add --same-owner for GNU tar compat
* Add -lmd and -lcrypto to fix link
* Documentation
Notes:
svn path=/head/; revision=191190
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Catch and report close-time errors.
Notes:
svn path=/head/; revision=191189
|
| | | |
| | |
| | |
| | | |
Notes:
svn path=/head/; revision=191188
|
| | | |
| | |
| | |
| | | |
Notes:
svn path=/head/; revision=191187
|
| | | |
| | |
| | |
| | | |
Notes:
svn path=/head/; revision=191005
|
| | | |
| | |
| | |
| | | |
Notes:
svn path=/head/; revision=191004
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
for Makefile targets but also for targets they depend on.
Notes:
svn path=/head/; revision=190821
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
value. This bug went un-noticed for so long because EPERM == 1
MFC after: 1 week
Spotted by: sson, rwatson
Notes:
svn path=/head/; revision=190700
|
| | | |
| | |
| | |
| | | |
Notes:
svn path=/head/; revision=190657
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
PR: bin/32686
Submitted by: Jaakko Heinonen <jh saunalahti.fi>
MFC after: 1 week
Notes:
svn path=/head/; revision=190656
|