hackers mail list archive by date
- Friday, 30 December 2016
- Thursday, 29 December 2016
- Wednesday, 28 December 2016
- Tuesday, 27 December 2016
- Re: [hackers] [sbase][Patch] date: add date/time setting capability John Vogel
- Re: [hackers] [sbase][PATCH] basename, dirname, printf: recognise -- and fail if options are used. Michael Forney
- Re: [hackers] [sbase][PATCH] basename, dirname, printf: recognise -- and fail if options are used. Evan Gates
- Re: [hackers] [sbase] [PATCH 11/11] tail: Process bytes with -c option, and add -m option for runes Evan Gates
- Re: [hackers] [sbase] [patch] ed: Treat addresses of 0 as 1 for insert Evan Gates
- Re: [hackers] [sbase][PATCH] grep: remove = flag from readme Mattias Andrée
- Re: [hackers] [sbase][PATCH] ls: add -1 option to manpage Evan Gates
- Re: [hackers] [sbase][PATCH] grep: remove = flag from readme Evan Gates
- Re: [hackers] [sbase][PATCH] Add base64(1), base32(1), and base16(1) Mattias Andrée
- Re: [hackers] [sbase][PATCH] Add nologin(8) (from ubase) and simplify it Mattias Andrée
- Re: [hackers] [sbase][PATCH] Add tac(1) Mattias Andrée
- Re: [hackers] [ubase] [PATCH] install: ignore -s Mattias Andrée
- Re: [hackers] [sbase][PATCH] Add tac(1) Laslo Hunhold
- Re: [hackers] [sbase][PATCH] basename, dirname, printf: recognise -- and fail if options are used. Laslo Hunhold
- Re: [hackers] [sbase][PATCH] Add tac(1) Mattias Andrée
- Re: [hackers] [sbase][PATCH] basename, dirname, printf: recognise -- and fail if options are used. Mattias Andrée
- Re: [hackers] [sbase][PATCH] Improvements to sleep(1): Mattias Andrée
- Re: [hackers] [ubase][PATCH] Add setsid(1) from sbase with -c added Mattias Andrée
- Re: [hackers] [sbase][PATCH] test: add -E Mattias Andrée
- Re: [hackers] [sbase][PATCH] basename, dirname, printf: recognise -- and fail if options are used. Laslo Hunhold
- Re: [hackers] [sbase][PATCH] basename, dirname, printf: recognise -- and fail if options are used. Mattias Andrée
- Re: [hackers] [sbase][PATCH] basename, dirname, printf: recognise -- and fail if options are used. Laslo Hunhold
- Re: [hackers] [sbase][PATCH] basename, dirname, printf: recognise -- and fail if options are used. Mattias Andrée
- [hackers] [sbase] paste: fix warning on indentation in parallel() || Robert Karl git_AT_suckless.org
- [hackers] [sbase] cp: Also preserve atime/mtime for symlinks || Michael Forney git_AT_suckless.org
- [hackers] [sbase] cp: Check result of utimensat || Michael Forney git_AT_suckless.org
- [hackers] [sbase] od: Fix buffer overflow if -N flag is larger than BUFSIZ || Michael Forney git_AT_suckless.org
- [hackers] [sbase] xinstall: Check result of fchmod || Michael Forney git_AT_suckless.org
- [hackers] [sbase] Add a TODO-note about crypt.c || Laslo Hunhold git_AT_suckless.org
- [hackers] [sbase] crypt: Add some missing error checks for cryptsum || Michael Forney git_AT_suckless.org
- [hackers] [sbase] xinstall: Fix broken memmove with -t || Michael Forney git_AT_suckless.org
- [hackers] [sbase] install: ignore -s || Mattias Andrée git_AT_suckless.org
- [hackers] [sbase] parsemode: No need to return after eprintf || Michael Forney git_AT_suckless.org
- [hackers] [sbase] remove install.1 on make uninstall || parazyd git_AT_suckless.org
- [hackers] [sbase] printf: handle \0 in %b arguments || Evan Gates git_AT_suckless.org
- [hackers] [sbase] Makefile: sort file lists || Evan Gates git_AT_suckless.org
- [hackers] [sbase] targets must be prerequisites to .PHONY not commands || Evan Gates git_AT_suckless.org
- [hackers] [sbase] ed: Use strlcpy() instead of strcpy() and other minor things || Laslo Hunhold git_AT_suckless.org
- [hackers] [sbase] ed: add manpage || Thomas Mannay git_AT_suckless.org
- [hackers] [sbase] ed: remove double free in join() || Thomas Mannay git_AT_suckless.org
- [hackers] [sbase] ed: place newly joined lines correctly || Thomas Mannay git_AT_suckless.org
- [hackers] [sbase] ed: giving j only one address does nothing || Thomas Mannay git_AT_suckless.org
- [hackers] [sbase] ed: remove infinite loops in join() and getindex() || Thomas Mannay git_AT_suckless.org
- [hackers] [sbase] find: remove VLAs || Evan Gates git_AT_suckless.org
- [hackers] [sbase] find: estrdup before basename || Evan Gates git_AT_suckless.org
- [hackers] [sbase] ed: Fix backslash expressions in RHS || Wolfgang Corcoran-Mathe git_AT_suckless.org
- [hackers] [sbase] ed: Don't match against line 0 in search() || Wolfgang Corcoran-Mathe git_AT_suckless.org
- [hackers] [sbase] Add rev(1) || Mattias Andrée git_AT_suckless.org
- Re: [hackers] [sbase][PATCH] paste: fix warning on indentation in parallel() Laslo Hunhold
- Re: [hackers] [sbase][PATCH] Remove unused parameters from libutil/concat and update all calls thereof. Laslo Hunhold
- Re: [hackers] [sbase] [PATCH 1/5] Remove st != NULL checks from recursor functions Laslo Hunhold
- Re: [hackers] [sbase] [PATCH 11/11] tail: Process bytes with -c option, and add -m option for runes Laslo Hunhold
- Re: [hackers] [sbase] [PATCH 10/11] cp: Also preserve atime/mtime for symlinks Laslo Hunhold
- Re: [hackers] [sbase] [PATCH 09/11] cp: Check result of utimensat Laslo Hunhold
- Re: [hackers] [sbase] [PATCH 05/11] xinstall: Check result of fchmod Laslo Hunhold
- Re: [hackers] [sbase] [PATCH 04/11] Don't use buffered IO (fread) when not appropriate Laslo Hunhold
- Re: [hackers] [sbase] [PATCH 02/11] od: Fix buffer overflow if -N flag is larger than BUFSIZ Laslo Hunhold
- Re: [hackers] [sbase] [PATCH 01/11] crypt: Add some missing error checks for cryptsum Laslo Hunhold
- Re: [hackers] [ubase] [PATCH] install: ignore -s Laslo Hunhold
- Re: [hackers] [sbase] [PATCH] xinstall: Fix broken memmove with -t Laslo Hunhold
- Re: [hackers] [sbase][PATCH] Add shuf(1) Mattias Andrée
- Re: [hackers] [sbase] [PATCH] parsemode: No need to return after eprintf Laslo Hunhold
- Re: [hackers] [sbase] [patch] ed: Treat addresses of 0 as 1 for insert Laslo Hunhold
- Re: [hackers] [sbase] [patch] remove install.1 on make uninstall Laslo Hunhold
- Re: [hackers] [sbase][PATCH] printf: handle \0 in %b arguments Laslo Hunhold
- Re: [hackers] [sbase][PATCH] ls: add -1 option to manpage Laslo Hunhold
- Re: [hackers] [sbase][PATCH] Makefile: sort file lists Laslo Hunhold
- Re: [hackers] [sbase]patch: fix PHONY Laslo Hunhold
- Re: the future of ii (was: [hackers] [PATCH] [ii] get rid of EXIT_bla crap) Laslo Hunhold
- Re: [hackers] [sbase] [patch] cp: add -i flag Laslo Hunhold
- Re: [hackers][sbase][ed] small changes Laslo Hunhold
- Re: [hackers] [sbase] [patch] ed: standards compliance, manpage, double free and infinite loop fix Laslo Hunhold
- Re: [hackers] [sbase][patch]find: copy path before using basename Laslo Hunhold
- Re: [hackers] [sbase] [PATCH 3/3] ed: Fix substitutions with non-determinate patterns Laslo Hunhold
- Re: [hackers] [sbase] [PATCH 2/3] ed: Fix backslash expressions in RHS Laslo Hunhold
- Re: [hackers] [sbase] [PATCH 1/3] ed: Don't match against line 0 in search() Laslo Hunhold
- Re: [hackers] [sbase][PATCH] [find] Better error reporting Laslo Hunhold
- Re: [hackers] [sbase][Patch] date: add date/time setting capability Laslo Hunhold
- Re: [hackers] [sbase] Remove locale-cancer from grep(1) || FRIGN Laslo Hunhold
- Re: [hackers] [sbase][PATCH] Add nologin(8) (from ubase) and simplify it Laslo Hunhold
- Re: [hackers] [sbase][PATCH] grep: remove = flag from readme Laslo Hunhold
- Re: [hackers] [ubase][PATCH] Add setsid(1) from sbase with -c added Laslo Hunhold
- Re: [hackers] [sbase][PATCH] Move setsid to ubase Laslo Hunhold
- Re: [hackers] [sbase][PATCH] Add base64(1), base32(1), and base16(1) Laslo Hunhold
- Re: [hackers] [sbase][PATCH] test: add -E Laslo Hunhold
- Re: [hackers] [sbase][PATCH] Improvements to sleep(1): Laslo Hunhold
- Re: [hackers] [sbase][PATCH] Add rev(1) Laslo Hunhold
- Re: [hackers] [sbase][PATCH] Add shuf(1) Laslo Hunhold
- Re: [hackers] [sbase][PATCH] Add tac(1) Laslo Hunhold
- Re: [hackers] [sbase][PATCH] basename, dirname, printf: recognise -- and fail if options are used. Laslo Hunhold
- [hackers] [sbase][PATCH] paste: fix warning on indentation in parallel() Robert Karl
- Monday, 26 December 2016
- Sunday, 25 December 2016
- Friday, 23 December 2016
- Thursday, 22 December 2016
- Wednesday, 21 December 2016
- Tuesday, 20 December 2016
- Monday, 19 December 2016
- Friday, 16 December 2016
- Thursday, 15 December 2016
- Wednesday, 14 December 2016
- Tuesday, 13 December 2016
- Monday, 12 December 2016
- Sunday, 11 December 2016
- Saturday, 10 December 2016
- Friday, 9 December 2016
- Wednesday, 7 December 2016
- Tuesday, 6 December 2016
- Monday, 5 December 2016
- Sunday, 4 December 2016
- Saturday, 3 December 2016
- Friday, 2 December 2016
- Thursday, 1 December 2016
- Last message date: Wed Dec 28 2016 - 16:04:06 CET
- Archived on: Thu Nov 21 2024 - 10:36:47 CET