aboutsummaryrefslogtreecommitdiffstats
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2006-01-30Properly remove fstypeH. Peter Anvin1-1/+1
2006-01-30Clean up fstype and move into a kinit subdirectoryH. Peter Anvin10-848/+0
2006-01-29Move run-init to under usr/kinitH. Peter Anvin4-352/+1
2006-01-29Break run-init into a wrapper and a utility functionH. Peter Anvin4-170/+266
2006-01-03Fix fstype crashklibc-1.1.15Jürg Billeter1-2/+2
2005-12-13Merge with git+ssh://hera.kernel.org/pub/scm/libs/klibc/klibc.gitH. Peter Anvin3-61/+61
2005-12-12Support fractional-second sleepH. Peter Anvin1-4/+7
2005-12-07Support "fstype /dev/foo" instead of "fstype < /dev/foo"H. Peter Anvin1-4/+15
2005-12-07Add missing fileH. Peter Anvin1-0/+114
2005-12-07[PATCH] Support JFS in fstypeJeff Bailey1-2/+22
2005-12-04Merge with git+ssh://master.kernel.org/pub/scm/libs/klibc/klibc.gitH. Peter Anvin2-680/+1
2005-12-03Remove printf (it's a builtin in dash)klibc-1.1.2H. Peter Anvin2-678/+1
2005-09-01Merge with terminus.zytor.com:/home/hpa/klibc/official/.gitH. Peter Anvin1-3/+9
2005-09-01Without this, comma separated options to the nfs server don't come through.Jeff Bailey1-3/+9
2005-08-07delete unused filesSam Ravnborg1-57/+0
2005-08-07kbuild: make installSam Ravnborg1-4/+3
2005-08-02kbuild: fix cleaning in kernel treeSam Ravnborg1-0/+1
2005-08-01kbuild: add Kbuild for utils and ashSam Ravnborg1-0/+56
2005-03-01Make "make install" do the same thing; try to change the spec fileH. Peter Anvin1-0/+2
2005-03-01Better handling of strip in klccH. Peter Anvin1-2/+2
2005-02-20A utils/cramfs_fs.hklibc-0.199Olaf Hering4-3/+229
2005-02-13add ext2_fs.h for fstype and use it, instead of the kernel headerOlaf Hering2-2/+80
2005-02-12improve dependencies in ash and utils Makefile to avoid spurious rebuildsOlaf Hering1-0/+3
2005-01-01Make it possible to compile on glibc by including constants missingH. Peter Anvin1-1/+14
2004-10-24Add uname(1), from Thayne Harbaughklibc-0.191Olaf Hering2-1/+166
2004-10-23use klibc asprintfOlaf Hering1-19/+0
2004-10-23comparsion between signed and unsigned in for() loopOlaf Hering1-1/+1
2004-10-19Add insmodH. Peter Anvin2-1/+143
2004-10-16Fix handling of the real rootklibc-0.186H. Peter Anvin1-2/+2
2004-10-10add cat command to PROGSOlaf Hering1-1/+1
2004-10-10add changes for klibc compilationOlaf Hering1-21/+48
2004-10-10add cat(1) commandOlaf Hering1-0/+311
2004-10-09Make ppc64 workH. Peter Anvin1-0/+3
2004-08-13printf(1) from netbsd; from Olaf HeringH. Peter Anvin2-1/+697
2004-08-04Use <netinet/in.h> for htonlklibc-0.159H. Peter Anvin1-4/+2
2004-07-30Support XFSklibc-0.154H. Peter Anvin2-1/+33
2004-07-30One more change stat -> lstatH. Peter Anvin1-2/+2
2004-07-30run-init: call lstat() not stat()H. Peter Anvin1-2/+2
2004-07-01Cris architecture fixesH. Peter Anvin1-1/+1
2004-06-09Use MS_MOVE rather than MS_BINDH. Peter Anvin1-2/+2
2004-06-08Add more checks, add handling of consoleklibc-0.130H. Peter Anvin1-19/+72
2004-06-08Remove duplicate definition of magic numbersklibc-0.125H. Peter Anvin1-4/+1
2004-06-08Add list of filesystem types in <sys/vfs.h>;H. Peter Anvin3-39/+233
2004-06-08Change to using new stat and statfs system calls;klibc-0.124H. Peter Anvin2-1/+453
2004-06-08Set 'program' in main()H. Peter Anvin1-1/+3
2004-06-07Clean libutils.aklibc-0.123H. Peter Anvin1-1/+1
2004-06-07Add "nuke" program; save non-stripped versions in .g directoriesklibc-0.122H. Peter Anvin2-4/+135
2004-06-06Add LDFLAGS, even though this is somewhat nonstandard usageH. Peter Anvin1-1/+1
2004-02-22Use an automatic array instead of malloc()klibc-0.114H. Peter Anvin1-7/+2
2004-02-22Actually add the ln fileklibc-0.113H. Peter Anvin1-0/+84
2004-02-22ln utility from OlafH. Peter Anvin1-1/+1
2004-02-21Add sleep utility (from Olaf); build both shared and static versionsklibc-0.112H. Peter Anvin3-37/+55
2004-02-09Rename signal() to sysv_signal() to keep people from getting confusedklibc-0.106H. Peter Anvin2-2/+3
2004-01-07Add true, falseH. Peter Anvin3-1/+15
2003-11-19Specify mode when opening a file using dd [Martin Hicks]H. Peter Anvin1-1/+1
2003-06-10Fix build with kernel 2.6.0-test7.klibc-0.81Bryan O'Sullivan1-0/+1
2002-10-21Fix fstype for 2.5.44; supply our own ext3_fs.hRussell King2-1/+81
2002-09-02Make dd close both in and out fds when done, reporting any errors foundklibc-0.64Russell King1-0/+5
2002-09-02Fix mount_opts parsing (since strcmp changed)Russell King1-1/+1
2002-08-23Make SRCROOT the basis for relative paths, and let there be where theklibc-0.57H. Peter Anvin1-2/+1
2002-08-21Clean up setjmp/longjmp bogosity.klibc-0.56H. Peter Anvin1-15/+18
2002-08-21Add "const" and "unsigned" where neededH. Peter Anvin1-15/+21
2002-08-21Add couple of extra utilities - dd and fstype.Russell King4-1/+811
2002-08-21Add dependency generation and use to {ash,gzip,utils}/MakefileRussell King1-4/+9
2002-08-21If we're going to have separate mount/nfsmount commands, I guess weRussell King4-101/+132
2002-08-18rmk: Patches for some old utilities.klibc-0.52H. Peter Anvin8-33/+296
2002-08-18[rmk]: Warn if we are trying to build against a stale libraryH. Peter Anvin1-0/+3
2002-08-18Makefile modifications; add root Makefilesklibc-0.49H. Peter Anvin1-1/+1
2002-08-18From Russell King: basic klibc-based utilitiesH. Peter Anvin6-0/+406