Added LICENSE.lpl as well and updated the license and copyright details for
the md5 code.
Thanks,
stateless
0001-Add-md5sum.patch
Description: Binary data
Hi,
This is a version of md5sum(1) using the md5 routines from 9base - slightly
adapted to compile.
Thanks,
stateless
0001-Add-md5sum.patch
Description: Binary data
Hi,
Added md5sum(1) - using the OpenBSD md5.[ch] - Let me know if this makes
sense.
Thanks,
stateless
0001-Add-md5sum.patch
Description: Binary data
Hi,
Squashed the two other patches together.
Thanks,
stateless
0001-Add-expand-1.patch
Description: Binary data
Hi all,
Implemented comm(1). I have not tested this very thoroughly so take it
with a grain of salt.
Thanks,
stateless
0001-Add-comm.patch
Description: Binary data
Hi,
Can only handle a single numerical argument.
Thanks,
stateless
0001-Implement-t-n-for-expand.patch
Description: Binary data
Just a cleanup patch.
0001-Remove-unnecessary-exit-1-in-usage.patch
Description: Binary data
Hi,
Implemented expand(1) - no support for -t at the moment.
The in/out routines might be useful on their own (paste.c also uses them) -
so we can perhaps put them in util/?
Thanks,
stateless
0001-Add-primitive-expand-1.patch
Description: Binary data
Hi,
Messed up the usage line. Attached again.
0001-Add-readlink.patch
Description: Binary data
Added readlink support. Let me know of any issues.
0001-Add-readlink.patch
Description: Binary data
On Thu, Feb 9, 2012 at 1:55 PM, Galos, David
wrote:
> Hilarious. I particularly liked the way you needlessly reinvented
> getenv(), and pointlessly used getopt() in printenv.
Heh, true. The use of getopt() was mainly for adding support for -0
in printenv. Although that's probably useless anyway
Hi all,
Implemented yes(1), sync(1) and printenv(1). Source is attached,
haven't had time to write the manpage yet.
Cheers,
stateless
/* See LICENSE file for copyright and license details. */
#include
#include
#include
#include
int
main(int argc, char *argv[])
{
int i;
char *p;
No worries Rob! :)
Arrgh fucking gmail.
/* See LICENSE file for copyright and license details. */
#include
#include
#include
#include
#include
#include "util.h"
static bool lflag = false;
static bool sflag = false;
int
main(int argc, char *argv[])
{
FILE *fp0, *fp1;
int c;
int line, byte;
int ch0, ch1;
in
Small update, attached cmd.c and cmd.1.
/* See LICENSE file for copyright and license details. */
#include
#include
#include
#include
#include
#include "util.h"
static bool lflag = false;
static bool sflag = false;
int
main(int argc, char *argv[])
{
FILE *fp0, *fp1;
int c;
int line, byte;
Hi,
Just to be on the same page and we don't start working on the same
tools. I'll look into implementing id, kill and comm.
Thanks,
stateless
Attached cmp.c and cmp.1.
/* See LICENSE file for copyright and license details. */
#include
#include
#include
#include
#include
#include "util.h"
static bool lflag = false;
static bool sflag = false;
int
main(int argc, char *argv[])
{
FILE *fp0, *fp1;
int c;
int line, byte;
int ch0, ch1
Added pwd.
pwd.1
Description: Binary data
/* See LICENSE file for copyright and license details. */
#include
#include
#include
#include "util.h"
int
main(void)
{
char *buf, *p;
long pathsize;
pathsize = pathconf(".", _PC_PATH_MAX);
if (pathsize < 0)
pathsize = BUFSIZ;
buf = malloc(pat
Hi,
Try to pull the tip.
Hi,
Could you run it through valgrind and attach the output? You can also
run it under gdb and see where it fails.
thx
On Tue, Feb 9, 2010 at 4:49 PM, Jonas H. wrote:
> On 02/08/2010 06:04 PM, stateless wrote:
>>
>> How exactly did you execute skvm?
>
> $ skvm --help
On Sun, Feb 7, 2010 at 10:21 PM, Jonas H. wrote:
> Hi there,
>
> when calling skvm with --help parameters, it crashes with a segmentation
> fault. I think a program shouldn't crash when calling with "too long"
> parameters.
>
> Question: Can I configure skvm to mount devices as $user, so that I
>
21 matches
Mail list logo