Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
| | | | | definitions. (That should only be on prototypes.) | ||||
* | sort out yet more type issues | Eric Andersen | 2006-01-30 | 1 | -1/+1 |
| | |||||
* | BusyBox has no business hard coding the number of major and minor bits for a | Eric Andersen | 2004-07-26 | 1 | -1/+2 |
| | | | | | | | | | dev_t. This is especially important now that the user space concept of a dev_t and the kernel concept of a dev_t are divergant. The only bit of user space allowed to know the number of major and minor bits is include/sys/sysmacros.h (i.e. part of libc). When used with a current C library and a 2.6.x kernel, this fix should allow BusyBox to support wide device major/minor numbers. -Erik | ||||
* | Fix symlink handling and small memory leak | Glenn L McGrath | 2004-04-29 | 1 | -0/+5 |
| | |||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -3/+3 |
| | |||||
* | Dont unlink when testing ! | Glenn L McGrath | 2003-08-28 | 1 | -38/+4 |
| | | | | | | | Always preserve creation date Disable the -p option its for modification date Remove some cpio header debugging noise Syncronise file listing behaviour with upstream. | ||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -8/+8 |
| | |||||
* | A cleaner cleanup that avoids passing an off_t to scanf | Eric Andersen | 2002-12-11 | 1 | -5/+9 |
| | |||||
* | squash a warning | Eric Andersen | 2002-12-11 | 1 | -1/+1 |
| | |||||
* | rpm applet by Laurence Anderson | Glenn L McGrath | 2002-12-10 | 1 | -0/+185 |
| | |||||
* | Remove files made obsolete by new unarchiving code | Glenn L McGrath | 2002-09-25 | 1 | -137/+0 |
| | |||||
* | Fixup warnings and undefined operations that show up in gcc-3.1 | Eric Andersen | 2002-07-11 | 1 | -1/+2 |
| | | | | -Erik | ||||
* | *** empty log message *** | Glenn L McGrath | 2001-10-25 | 1 | -0/+136 |