Re: [hackers] [sbase][PATCH] kill: handle TRAP signal

2024-12-17 Thread Roberto E. Vargas Caballero
Hi, On Mon, Dec 09, 2024 at 06:36:07AM -0700, Randy Palamar wrote: > TRAP is a useful signal which when sent to a process currently > attached to a debugger causes the debugger to immediately break. > This is very helpful for programs running in some sort of run loop > where it may be difficult to

[hackers] [sbase] kill: handle TRAP signal || Randy Palamar

2024-12-17 Thread git
commit 279cec88898c2386430d701847739209fabf6208 Author: Randy Palamar AuthorDate: Mon Dec 9 06:36:07 2024 -0700 Commit: Roberto E. Vargas Caballero CommitDate: Tue Dec 17 11:46:32 2024 +0100 kill: handle TRAP signal TRAP is a useful signal which when sent to a process curren

[hackers] [sbase] tar: force decompression || Elie Le Vaillant

2024-12-17 Thread git
commit cafdc7c6561f546578e5d7c842149fa242937a42 Author: Elie Le Vaillant AuthorDate: Fri Dec 6 10:37:41 2024 +0100 Commit: Roberto E. Vargas Caballero CommitDate: Tue Dec 17 11:27:35 2024 +0100 tar: force decompression decomp() needs the force flag -f too. diff --git a/tar.

[hackers] [sbase] sed.1: add some missing info || Andrea Calligaris

2024-12-17 Thread git
commit 782afdf8c6202298a35f37bbe6eaedc5f63a7776 Author: Andrea Calligaris AuthorDate: Fri Dec 6 10:37:37 2024 +0100 Commit: Roberto E. Vargas Caballero CommitDate: Tue Dec 17 11:25:12 2024 +0100 sed.1: add some missing info There are some features that are coded already, mig

Re: [hackers] [sbase][PATCH] tar: fix problem with paths longer than 100 characters

2024-12-17 Thread Roberto E. Vargas Caballero
Hi, On Sat, Dec 07, 2024 at 10:53:03AM +0100, Страхиња Радић wrote: > Related: > > https://lists.suckless.org/dev/2207/34907.html > https://lists.suckless.org/dev/2208/34908.html I applied the original patch 'tar: fix problem with paths longer than 100 characters' and I am going to take a take

[hackers] [sbase] tar: fix problem with paths longer than 100 characters || TahaGTRC

2024-12-17 Thread git
commit 20c27b1ad0f2fae65ede721c43f8cb66186d3049 Author: TahaGTRC AuthorDate: Fri Dec 6 10:37:20 2024 +0100 Commit: Roberto E. Vargas Caballero CommitDate: Tue Dec 17 11:18:06 2024 +0100 tar: fix problem with paths longer than 100 characters diff --git a/tar.c b/tar.c index 7529997..

[hackers] [sbase/ubase-merge] Move more things around || Roberto E. Vargas Caballero

2024-12-17 Thread git
commit efd99dad762ac5c64e58e8f2f33f1e7da09f4ded Author: Roberto E. Vargas Caballero AuthorDate: Fri Mar 22 04:32:56 2024 +0100 Commit: Roberto E. Vargas Caballero CommitDate: Tue Dec 17 10:56:56 2024 +0100 Move more things around diff --git a/Makefile b/Makefile new file mode 100644