index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util-linux
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Yet another silly little byte saving. couldn't -> cannot
Denis Vlasenko
2006-09-29
1
-1
/
+1
*
mount: fix bug 946 (mount -f should update mtab)
Denis Vlasenko
2006-09-29
1
-6
/
+6
*
losetup: with no arguments lists all /dev/loopN. Corrected help text.
Denis Vlasenko
2006-09-27
1
-3
/
+15
*
mount: fix breakage from recent changes (spurious -ro mounts)
Denis Vlasenko
2006-09-24
1
-19
/
+11
*
hexdump: fixlet for my breakage
Denis Vlasenko
2006-09-23
1
-1
/
+1
*
hexdump: deindent, almost fits into 80 columns now
Denis Vlasenko
2006-09-23
1
-34
/
+32
*
losetup: getopt_ulflags'ification + small fix for perror_nomsg
Denis Vlasenko
2006-09-22
1
-33
/
+35
*
getopt: fix whitespace damage
Denis Vlasenko
2006-09-22
1
-14
/
+14
*
readprofile: getopt_ulflags'isation
Denis Vlasenko
2006-09-22
1
-38
/
+6
*
ipcs: fix my recent breakage
Denis Vlasenko
2006-09-22
1
-1
/
+1
*
Change license statements (and clean up headers) on some of the files that
Rob Landley
2006-09-22
8
-20
/
+8
*
mount: nfs mount should enable bb_error-to-syslog support
Denis Vlasenko
2006-09-21
1
-0
/
+1
*
mount: make Rob happy by reinstating #defines
Denis Vlasenko
2006-09-21
1
-4
/
+2
*
ipcs: fix output (misaligned columns)
Denis Vlasenko
2006-09-19
1
-2
/
+2
*
ipcs: getopt_ulflag'ification, -170 bytes
Denis Vlasenko
2006-09-19
1
-39
/
+16
*
mount: fstabname needs to be const char*
Denis Vlasenko
2006-09-19
1
-2
/
+3
*
mount: fix warning (printf field width of * wants int, not size_t)
Denis Vlasenko
2006-09-19
1
-1
/
+1
*
whitespace cleanup
Denis Vlasenko
2006-09-17
7
-27
/
+27
*
mount: style fixlet
Denis Vlasenko
2006-09-17
1
-2
/
+4
*
mount: revert mount --bind to using "bind" as fstype.
Denis Vlasenko
2006-09-17
1
-1
/
+1
*
mount: mount_it_now() - char *dir is not really needed.
Denis Vlasenko
2006-09-17
1
-3
/
+3
*
mount: fix "duplicate mount options in mtab" bug
Denis Vlasenko
2006-09-17
1
-3
/
+21
*
mount: nfs_strerror's static buffer was bigger than needed.
Denis Vlasenko
2006-09-17
1
-1
/
+1
*
mount: getopt_ulflag'ification
Denis Vlasenko
2006-09-17
1
-38
/
+24
*
mount: style fixes
Denis Vlasenko
2006-09-17
1
-34
/
+34
*
mount: fix bugs: free(mp->mnt_fsname) of non-malloced ptr;
Denis Vlasenko
2006-09-17
1
-17
/
+20
*
mount: use bb_simplify_path as appropriate
Denis Vlasenko
2006-09-17
1
-21
/
+13
*
mount: style fixes
Denis Vlasenko
2006-09-17
1
-21
/
+24
*
mount: reorder things, fix NFS-less mount.
Denis Vlasenko
2006-09-15
1
-380
/
+360
*
umount: do not try to close FILE* which is NULL.
Denis Vlasenko
2006-09-14
1
-11
/
+13
*
mount: -o remount should not add lines to /etc/mtab
Denis Vlasenko
2006-09-14
1
-1
/
+1
*
mount: move code from nfsmount.c into mount.c
Denis Vlasenko
2006-09-14
3
-1028
/
+1018
*
mount: fix mtab support (but it is still rather buggy)
Denis Vlasenko
2006-09-14
1
-13
/
+27
*
More code from kernel developers, and therefore licensed under GPLv2 only.
Rob Landley
2006-09-14
1
-12
/
+4
*
- fix copy'n paste errors that got introduced when switching to the shorter b...
Bernhard Reutner-Fischer
2006-09-13
1
-1
/
+1
*
Remove pointless "const". Bloatcheck says 0 bytes difference.
Rob Landley
2006-09-12
1
-1
/
+1
*
nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg"
Denis Vlasenko
2006-09-11
2
-187
/
+221
*
- convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de...
Bernhard Reutner-Fischer
2006-09-11
1
-2
/
+2
*
nfsmount: remove some really old code (for kernels 1.x!) + small cleanups.
Denis Vlasenko
2006-09-10
1
-60
/
+63
*
nfsmount: delete nfsmount.h
Denis Vlasenko
2006-09-10
1
-242
/
+0
*
nfsmount: nfsmount.h merged into nfsmount.c
Denis Vlasenko
2006-09-10
3
-168
/
+260
*
nfsmount: style fix
Denis Vlasenko
2006-09-10
1
-104
/
+103
*
ipcs: silly trick with strings. saves ~200 bytes.
Denis Vlasenko
2006-09-10
2
-40
/
+39
*
A quick cleanup pass of some low-hanging mess.
Rob Landley
2006-09-08
1
-115
/
+26
*
removed a lot of trailing \n in bb_msg() calls. It is added
Denis Vlasenko
2006-09-06
1
-1
/
+1
*
Vladimir Dronnikov (ybrnj80 at yandex dot ru) pointed out that my cleanup of
Rob Landley
2006-09-05
1
-3
/
+3
*
Thinko.
Rob Landley
2006-09-04
1
-3
/
+1
*
Vladimir Dronnikov also submitted a CIFS support patch to mount, which I
Rob Landley
2006-09-01
2
-8
/
+55
*
Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage
Rob Landley
2006-08-29
3
-18
/
+18
*
- pull from busybox_scratch: r15829:15850
Bernhard Reutner-Fischer
2006-08-28
2
-437
/
+363
[prev]
[next]