| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
current state, it can handle all but four of the 991 zip files (including
jar files) I was able to identify in the ports tree. The remaining four
are two self-extracting archives and two which have garbage preceding the
first local header. This limitation is a feature of libarchive(3) which
I am currently working to resolve.
The code is unnecessarily large due to the need to emulate the exact
command-line syntax and behaviour of ports/unzip. My initial incompatible
implementation was one quarter the size of the one I am committing here.
Notes:
svn path=/head/; revision=175154
|
| |
|
|
|
|
|
|
|
|
| |
requests.
MFC after: 3 days
Reported by: Michiel Boland michiel boland.org
Notes:
svn path=/head/; revision=175138
|
| |
|
|
| |
Notes:
svn path=/head/; revision=175077
|
| |
|
|
| |
Notes:
svn path=/head/; revision=175076
|
| |
|
|
|
|
|
| |
change fixes output for break() on LP64 systems.
Notes:
svn path=/head/; revision=175062
|
| |
|
|
|
|
|
|
|
|
| |
+ kread is not a boolean, so check it as such
+ fix $FreeBSD$ Ids
+ denote copyrights with /*-
+ misc whitespace changes.
Notes:
svn path=/head/; revision=175061
|
| |
|
|
|
|
|
| |
better is almost ready to commit.
Notes:
svn path=/head/; revision=175052
|
| |
|
|
|
|
|
|
|
|
|
| |
* prototypes for optarg/optind on platforms that don't already have them
* Disambiguate version number macros
* Remove unnecessary PACKAGE_NAME macro
* Hook for forthcoming bsdtar test suite
* Sync version number up with the portable distribution
Notes:
svn path=/head/; revision=175051
|
| |
|
|
| |
Notes:
svn path=/head/; revision=175050
|
| |
|
|
| |
Notes:
svn path=/head/; revision=175049
|
| |
|
|
|
|
|
|
|
| |
(This does a couple of things that the standard library's strmode()
doesn't; it proved useful in bsdcpio as well, so I pushed it down
into libarchive.)
Notes:
svn path=/head/; revision=175048
|
| |
|
|
|
|
|
| |
(It's in the C source, just wasn't in the COPYING file until now.)
Notes:
svn path=/head/; revision=175047
|
| |
|
|
|
|
|
| |
Approved by: thompsa (mentor)
Notes:
svn path=/head/; revision=175040
|
| |
|
|
|
|
|
| |
Submitted by: max@
Notes:
svn path=/head/; revision=175038
|
| |
|
|
| |
Notes:
svn path=/head/; revision=175003
|
| |
|
|
|
|
|
|
|
|
| |
return and print a useful message.
Prior to this commit, access problems could give rise to messages that
the file didn't exist.
Notes:
svn path=/head/; revision=175002
|
| |
|
|
|
|
|
|
|
| |
sys/types.h polution that FreeBSD has in one of its include files.
Since this is a bootstrap tool, include more than is strictly
necessary for FreeBSD.
Notes:
svn path=/head/; revision=174965
|
| |
|
|
|
|
|
|
|
| |
to the fetch(3) man page.
MFC after: 1 week
Notes:
svn path=/head/; revision=174960
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
unused in one go.
From the original PR:
I've observed that linux apps running under the linuxulator
have a habit of leaving behind shared memory segments which
are unused, but which eventually cause the system to run
out of free segments and these apps will stop working.
ipcrm(1) currently only allows removal of unused message
queues, shared memory segments and semaphores on an individual
basis, or those having a matching (non-zero) key. However
it would often be convenient to just do a complete cleanup
of everything, usually as root.
PR: bin/118292
Submitted by: Callum Gibson <callumgibson@optusnet.com.au>
Not reviewed by: grog@
Approved by: grog@
Notes:
svn path=/head/; revision=174891
|
| |
|
|
|
|
|
|
|
|
|
| |
This turns out to be due to an argument botch for hid_report_size.
The PR contained patches to fix the argument botch.
Submitted by: Maurice Castro
PR: usb/118915
Notes:
svn path=/head/; revision=174826
|
| |
|
|
| |
Notes:
svn path=/head/; revision=174814
|
| |
|
|
|
|
|
| |
(Repocopied from src/tools/tools/ministat)
Notes:
svn path=/head/; revision=174810
|
| |
|
|
| |
Notes:
svn path=/head/; revision=174754
|
| |
|
|
|
|
|
|
|
|
|
|
| |
changes as proposed in bin/118292.
Feel free to mention any I have missed, there is much to learn with
regarding to style(9).
Approved by: grog@
Notes:
svn path=/head/; revision=174750
|
| |
|
|
|
|
|
|
| |
Submitted by: Andrey V. Elsukov
MFC after: 1 week
Notes:
svn path=/head/; revision=174702
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
because of the absence of a destination directory or if the
"destination directory" is not a directory.
PR: bin/11826
Submitted by: Denis Eremenko <moonshade@pnhz.kz>
Approved by: grog@
X-MFC after: various freezes
Notes:
svn path=/head/; revision=174587
|
| |
|
|
|
|
|
|
|
| |
user/system/idle stats. -h feeds the memory column through
humanize_number() to reduce the amount of column overflowing. -H turns
this off. -h is turned on by default if stdout is a tty.
Notes:
svn path=/head/; revision=174573
|
| |
|
|
|
|
|
|
| |
one it's missing from is the VM display, where there's really not room,
and the file output display is looking quite cramped.
Notes:
svn path=/head/; revision=174530
|
| |
|
|
| |
Notes:
svn path=/head/; revision=174480
|
| |
|
|
|
|
|
|
|
| |
some arguments that are parsed (e.g., semctl command names).
MFC after: 3 days
Notes:
svn path=/head/; revision=174346
|
| |
|
|
|
|
|
|
|
|
|
|
| |
no per-thread name is available or the name is identical to the
process name, display "-" instead. Very slightly shrink the COMM
entry to make a bit more room, although this doesn't help with
stack traces much.
Suggested by: thompsa
Notes:
svn path=/head/; revision=174230
|
| |
|
|
| |
Notes:
svn path=/head/; revision=174200
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
of the missing functionality from procfs(4) and new functionality for
monitoring and debugging specific processes. procstat(1) operates in
the following modes:
-b Display binary information for the process.
-c Display command line arguments for the process.
-f Display file descriptor information for the process.
-k Display the stacks of kernel threads in the process.
-s Display security credential information for the process.
-t Display thread information for the process.
-v Display virtual memory mappings for the process.
Further revision and modes are expected.
Testing, ideas, etc: cognet, sam, Skip Ford <skip at menantico dot com>
Wesley Shields <wxs at atarininja dot org>
Notes:
svn path=/head/; revision=174199
|
| |
|
|
|
|
|
|
|
|
| |
Every time I need newgrp, I forget its name but I remember it's like
login for groups - newgrp(1) already cross-references login(1).
MFC after: 2 days
Notes:
svn path=/head/; revision=174105
|
| |
|
|
|
|
|
|
|
| |
headers. All OpenSolaris compatibility comes via the set of specific
compatibility headers in src/compat/opensolaris and
src/sys/compat/opensolaris.
Notes:
svn path=/head/; revision=174059
|
| |
|
|
| |
Notes:
svn path=/head/; revision=173919
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This should fix the double free() bug where there's no tailing newline(\n)
character:
current# echo -n test | tail
testAssertion failed: (run->magic == ARENA_RUN_MAGIC), function
arena_dalloc, file /usr/src/lib/libc/stdlib/malloc.c, line 2448.
Abort (core dumped)
Reviewed by: kib
MFC after: 3 days
Notes:
svn path=/head/; revision=173838
|
| |
|
|
|
|
|
|
|
|
|
| |
doesn't use the default CFLAGS which contain -fno-strict-aliasing.
Until the code is cleaned up, just add -fno-strict-aliasing to the
CFLAGS of these for the tinderboxes' sake, allowing the rest of the
tree to have -Werror enabled again.
Notes:
svn path=/head/; revision=173766
|
| |
|
|
| |
Notes:
svn path=/head/; revision=173761
|
| |
|
|
|
|
|
| |
-Werror at higher WARNS levels like we did before gcc4 was imported.
Notes:
svn path=/head/; revision=173716
|
| |
|
|
| |
Notes:
svn path=/head/; revision=173712
|
| |
|
|
| |
Notes:
svn path=/head/; revision=173685
|
| |
|
|
|
|
|
|
| |
extended when "jaiL" was added to fmt_flags().
MFC after: 1 week
Notes:
svn path=/head/; revision=173627
|
| |
|
|
|
|
|
|
| |
easier to translate.
- Fix some markup nits.
Notes:
svn path=/head/; revision=173581
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
current tty as returned from ttyname(3) so it can try to avoid writing to
the current tty if possible. Previously, it did this by trimming off any
leading directory (effectively performing a basename(3) on the path
returned from ttyname(3)). However, this chopped off too much of the path
for ttys who have directories in their name such as pts(4). Instead, just
strip off the leading /dev/ from the path returned by ttyname(3). This
fixes write(1) when using pts(4).
MFC after: 1 week
Reported by: rwatson
Notes:
svn path=/head/; revision=173572
|
| |
|
|
| |
Notes:
svn path=/head/; revision=173506
|
| |
|
|
|
|
|
|
|
|
| |
to be specified together with either -u or -t to have an effect,
and exit status of 2 is not possible after a Perl->C conversion.
- While here, fix markup.
Notes:
svn path=/head/; revision=173504
|
| |
|
|
| |
Notes:
svn path=/head/; revision=173502
|
| |
|
|
|
|
|
| |
Found by: CScout
Notes:
svn path=/head/; revision=173439
|
| |
|
|
|
|
|
| |
Found by: CScout
Notes:
svn path=/head/; revision=173438
|