log

age author description
Sat, 21 Jul 2012 22:45:05 -0500 Rob Landley Make chmod +w respect umask, implement +s and +t, fix ls to show suid/sgid/stid without x bit.
Sat, 21 Jul 2012 18:38:36 -0500 Rob Landley Use "_password" instead of "_passwd" for names in lib/password.c.
Sat, 21 Jul 2012 18:37:26 -0500 Rob Landley Add date -r, make -u work even when /etc/localtime set, and lots of cleanup/refactoring.
Sat, 21 Jul 2012 00:29:27 -0500 Rob Landley Add status.html and script to calculate it from roadmap info.
Fri, 20 Jul 2012 09:43:27 +0200 Elie De Brauwer taskset.c now also support executing new commands with a given cpu affinity mask
Fri, 20 Jul 2012 08:42:44 +0200 Elie De Brauwer toys/login.c: make use of the read_passwd function offered by the passwd library.
Wed, 18 Jul 2012 21:10:57 -0500 Rob Landley Trivial cleanups.
Wed, 18 Jul 2012 20:28:19 -0500 Rob Landley Cleanup of w command.
Wed, 18 Jul 2012 20:21:50 -0500 Rob Landley Add w command by Gaurang Shastri.
Wed, 18 Jul 2012 00:19:08 -0500 Rob Landley Only add / in dirtree_path if it hasn't already got one, spotted by Ashwini Sharma.
Tue, 17 Jul 2012 23:11:06 -0500 Rob Landley Largely cosmetic code cleanups.
Sun, 15 Jul 2012 13:28:51 +0200 Elie De Brauwer Adding initial implementation of taskset
Tue, 17 Jul 2012 08:54:47 -0500 Rob Landley Add passwd by Kyungwan Han.
Sun, 15 Jul 2012 17:47:08 -0500 Rob Landley Add documentation for lib/llist.c and lib/dirtree.c.
Sun, 15 Jul 2012 17:22:04 -0500 Rob Landley Genericize llist code a bit: rename llist_free() to llist_traverse(), and no longer accept NULL as a synonym for free.
Sun, 15 Jul 2012 16:56:20 -0500 Rob Landley New infrastructure for od (oops).
Sat, 14 Jul 2012 00:59:32 -0500 Rob Landley Fill out od -c and -f.
Wed, 11 Jul 2012 20:59:17 -0500 Rob Landley Complete rewrite of od, mostly working. (Need to finish -c and -f.)
Mon, 09 Jul 2012 23:16:16 -0500 Rob Landley Add modinfo by Andre Renaud.
Thu, 05 Jul 2012 22:58:28 +0200 Elie De Brauwer - Do not abort testing after running the sort tests
Thu, 05 Jul 2012 20:11:40 +0200 Elie De Brauwer Put cmp.c EOF notice on stderr
Thu, 05 Jul 2012 08:21:57 -0500 Rob Landley Add LSB link to the template, for reference.
Sun, 01 Jul 2012 23:48:15 -0500 Rob Landley A note on error messages and internationalization.
Sat, 30 Jun 2012 16:31:37 -0500 Rob Landley Add NOP b (byte) suffix to atolx() since od needs it.
Tue, 26 Jun 2012 20:47:01 -0500 Rob Landley Minor cleanups and refactoring. Make FLAG macros closer to what should eventually be generated for us by the build infrastructure.
Tue, 26 Jun 2012 20:45:56 -0500 Rob Landley Longer usage line and combine ascii[] into a single string.
Tue, 26 Jun 2012 20:45:14 -0500 Rob Landley Some refactoring, shouldn't affect the generated code.
Tue, 26 Jun 2012 19:36:45 -0500 Rob Landley First drop of od, from Andre Renaud.
Mon, 25 Jun 2012 06:42:24 -0500 Rob Landley Update news page for the past two releases.
Mon, 25 Jun 2012 06:33:58 -0500 Rob Landley Added tag 0.3.1 for changeset 8bee9c27c219
Mon, 25 Jun 2012 06:33:41 -0500 Rob Landley Added tag 0.3.0 for changeset d8566c3321f0
Sun, 24 Jun 2012 18:35:49 -0500 Rob Landley Unify chown and chgrp, add support for -hHLP flags. 0.3.1
Sun, 24 Jun 2012 15:26:53 -0500 Rob Landley Work around a Bash bug that removes "." from the $PATH when you're root. (The FSF believes it knows better than you, and won't let you do things, in the name of Freedom.)
Sat, 23 Jun 2012 21:28:38 -0500 Rob Landley Add chgrp test.
Fri, 22 Jun 2012 22:14:13 -0500 Rob Landley Minor code refactoring.
Mon, 18 Jun 2012 23:23:24 -0500 Rob Landley Replace CCFLAGS with description of how to add flags to HOSTCC.
Mon, 18 Jun 2012 23:22:08 -0500 Rob Landley Add date command by Andre Renaud.
Sat, 16 Jun 2012 15:16:08 -0500 Rob Landley Add dirtree_parentfd()
Sat, 16 Jun 2012 14:19:56 -0500 Rob Landley More header fiddling: crypt.h is silly, SUSv4 requires crypt() to be prototyped in unistd.h. The fact glibc refuses to do so without a wacky #define is a glibc bug, treat it as such.
Thu, 14 Jun 2012 00:33:33 -0500 Rob Landley A few more links for the index.
Thu, 14 Jun 2012 00:01:14 -0500 Rob Landley Cosmetic tweak to command preamble.
Wed, 13 Jun 2012 23:58:21 -0500 Rob Landley Fix an embarassing bug causing ls -l to segfault on 32 bit targets.
Tue, 12 Jun 2012 01:14:50 -0500 Rob Landley Delete wrappers converted to commands.
Mon, 11 Jun 2012 23:57:16 -0500 Rob Landley Multiplexer needs stayroot flag for suid handling. 0.3.0
Sun, 10 Jun 2012 19:44:33 -0500 Rob Landley The linux from scratch build wants -v on chmod.
Sat, 09 Jun 2012 22:25:49 -0500 Rob Landley Implement DIRTREE_SYMFOLLOW and ls -cSHL.
Sat, 09 Jun 2012 19:49:37 -0500 Rob Landley Feeding -1 to xdup() isn't an error.
Sat, 09 Jun 2012 19:06:49 -0500 Rob Landley Add ls -kqsunort, and fix -F @symlink.
Sun, 03 Jun 2012 00:32:12 -0500 Rob Landley Update chmod to work with new dirtree, and fix bugs in string_to_mode().
Fri, 01 Jun 2012 20:27:51 -0500 Rob Landley Changed my mind about the design again, now callback is dirtree_opennode() and recursion choice is how caller interprets flags.
Fri, 01 Jun 2012 20:04:39 -0500 Rob Landley Factor out dirtree_comeagain() callback, setting up depth-first search with open filehandle in node->extra.
Fri, 01 Jun 2012 17:59:11 -0500 Rob Landley Convert another realpath use to xrealpath().
Fri, 01 Jun 2012 13:51:22 -0500 Rob Landley Convert mktemp to use xrealpath, and general clean up while there.
Fri, 01 Jun 2012 13:50:41 -0500 Rob Landley Add xrealpath() at suggestion of Ashish Briggers.
Thu, 31 May 2012 21:22:10 -0500 Rob Landley Implement -C and -x for ls.
Thu, 31 May 2012 21:17:11 -0500 Rob Landley cp doesn't really need the optstring + logic. Still needs to be updated for new dirtree, though.
Sun, 27 May 2012 00:56:17 -0500 Rob Landley Update chgrp so -R works, tweaking DIRTREE_COMEAGAIN design along the way.
Wed, 23 May 2012 21:54:16 -0500 Rob Landley Probe available libraries to link --as-needed, avoiding "unknown libarary" errors.
Sun, 20 May 2012 15:00:19 -0500 Rob Landley dirtree logic cleanup: switch DIRTREE_NORECURSE and DIRTREE_NOSAVE to DIRTREE_RECURSE and DIRTREE_SAVE.
Sun, 20 May 2012 14:58:39 -0500 Rob Landley Silence pointless warnings.