haiku/src/bin
Oliver Ruiz Dorantes 25ae4a6a68 Prevent softfault, although I would like not to have to declare the sender if I dont care...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26612 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-07-24 18:28:27 +00:00
..
addattr * Now reports a proper error when the attribute file is empty (instead of just 2007-11-23 13:45:05 +00:00
bash Reverted r22488 and part of r23783. This makes the backspace key work 2008-06-19 14:24:12 +00:00
bc bc builds again 2005-12-15 19:13:26 +00:00
bemail_utils Made a *lot* of controls less technical 2006-12-09 03:42:10 +00:00
bzip2 updated bzip2 to 1.0.5 2008-04-12 09:30:47 +00:00
chkbfs fix error exit codes 2006-08-30 10:06:19 +00:00
compress Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
coreutils * Build fix: coreutils had a replacement for dirfd(). 2008-07-17 01:22:13 +00:00
ctags updated ctags to 5.7 2007-09-25 17:42:11 +00:00
desklink Patch from Kaoutsis (I change a few things, like method names, introduced a private method for alerting, and the about menu item label). 2008-05-12 10:32:59 +00:00
diffutils Applied patch by James Woodcock: 2008-04-03 08:50:56 +00:00
findutils generate with a different name to avoid rewriting on the same file 2007-10-15 18:11:07 +00:00
fwcontrol patch from JiSheng: fixed usage for option -M, added examples for testing 2007-09-06 18:12:33 +00:00
gawk gawk build is beos compatible 2006-01-26 17:13:09 +00:00
gdb Applied patch by James Woodcock: 2008-04-03 08:50:56 +00:00
grep We don't have a "working strerror_r" as far as grep configuration is concerned. 2008-06-28 18:30:16 +00:00
gzip Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
iasl added iasl bin tool from acpica-20061109 2006-12-17 19:53:01 +00:00
ideinfo convert files to new include file locations 2007-09-28 14:53:42 +00:00
keymap julun+mauricek: 2008-07-23 21:40:12 +00:00
less Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
listdev fixed listdev and device_manager syscalls 2008-06-06 22:23:25 +00:00
m4 Unlike BeOS' strerror_r() (not in headers) ours is standard-conforming 2008-03-19 22:12:30 +00:00
make Don't forget config.h and rdef when updating... it was still saying 3.80. 2008-05-13 17:32:50 +00:00
makebootable stubbed out makebootable for atari. It should be doable the same way as on x86, but the emulator doesn't scan hdds for bootsector. 2008-06-23 15:52:44 +00:00
makeudfimage Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
mkdos I forgot this one ... 2006-08-24 13:12:22 +00:00
mkfs * Now supports formatting file devices as well as partitions. 2008-07-22 14:11:54 +00:00
multiuser Added missing spwd::sp_lstchg field. 2008-05-19 02:16:12 +00:00
network Patch by James Woodcock: 2008-05-27 15:20:29 +00:00
patch fixed build for patch 2005-12-16 10:13:12 +00:00
pc Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
pcmcia-cs Added Haiku as host platform supported by the build system ("haiku_host"). 2007-08-02 21:13:56 +00:00
playsound made interrupt flag volatile 2006-03-20 19:37:01 +00:00
rc Moved rc from <build> tools to target standard command tools. 2008-06-27 20:44:01 +00:00
rcs Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
rmd160 Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
screen_blanker small cleanup 2008-01-16 00:09:49 +00:00
screenmode * Wrote a "screenmode" application that can be used to get and set the current 2008-06-28 11:37:06 +00:00
sed Allow to build "sed" for BeOS; it's needed to make the 2008-02-22 10:10:41 +00:00
sharutils * Prefixed the variables NETWORK_LIBS, NETAPI_LIB, and 2007-08-12 22:15:10 +00:00
strace * Changed the _kern_exec() and _kern_load_image() syscalls. They expect 2008-06-24 03:37:07 +00:00
tar updated tar to 1.19 - was harder than expected. 2008-02-23 22:37:49 +00:00
unrar Updated unrar to 3.7.8, patch by Ioan Molnar - thanks! 2007-10-15 23:49:42 +00:00
unzip Attempt to make unzip build for MacOS X as well. 2007-10-29 22:27:43 +00:00
vim The main thread was used as BApplication thread and a new thread as 2008-06-20 00:56:05 +00:00
writembr
zic this fix provided in tzcode2007a is wrong, as noticed by BGA 2007-02-21 20:16:44 +00:00
zip * Use 0 instead of the unportable EOK. 2008-05-17 23:27:38 +00:00
alert.cpp Applied patch by Vasilis Kaoutsis: 2006-12-29 11:29:00 +00:00
beep.cpp applied style patch by Vasilis Kaoutsis 2006-12-22 08:19:00 +00:00
boot_process_done.cpp added missing headers 2006-09-25 22:00:53 +00:00
bt_dev_info.cpp Update a bit the tool showing name/address 2008-03-05 23:24:26 +00:00
bt_discovery.cpp Prevent softfault, although I would like not to have to declare the sender if I dont care... 2008-07-24 18:28:27 +00:00
c++ Added cc and c++ wrapper scripts. 2008-02-07 00:26:02 +00:00
cal.c * Made cal.c compile, and fixed warnings. 2007-12-06 20:40:24 +00:00
cat.c
catattr.cpp
cc Added cc and c++ wrapper scripts. 2008-02-07 00:26:02 +00:00
chop.c
clear.c
clipboard.cpp
clockconfig.c
comm.c
copyattr.cpp * Explicitly support source paths with a leaf name "." or "..". In this 2008-04-07 19:40:52 +00:00
csplit.c
cut.c
df.cpp Fixes that make Haiku build with gcc 4. Mainly out of the following 2005-11-12 23:27:14 +00:00
diff_zip.cpp Added small tool diff_zip that I used for building the latest optional 2008-04-06 23:40:12 +00:00
dpms.cpp An old cli tool I wrote, controlls DPMS monitor caps and reports status. 2007-01-18 12:49:52 +00:00
draggers.cpp
driveinfo.c display errors 2006-05-31 00:04:24 +00:00
dstcheck.cpp creates the dststatus file with 600 as permissions 2007-12-11 20:20:45 +00:00
echo.c
eject.c * fix --help usage 2008-03-06 01:19:35 +00:00
error.c E2BIG wasn't catched by the sed scripts... added. 2007-10-22 16:01:15 +00:00
factor.cpp
fdinfo.cpp * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00
ffm.cpp
filepanel.cpp Fix return code and some style. 2007-12-09 01:56:39 +00:00
finddir.c
fortune.c * Now checks if /etc/fortunes is a directory, and picks a random file out of 2008-01-30 10:08:48 +00:00
haiku-utils.rdef * Applied patch by Vasilis Kaoutsis: added rdef file for all Haiku utilities. 2007-01-14 13:01:21 +00:00
hd.c
hey.cpp replaced use of vector with BList 2006-09-25 21:53:56 +00:00
hey.rdef added a rdef for hey 2006-06-25 23:20:47 +00:00
id.c
idestatus.c
installsound.cpp added missing headers 2006-09-25 22:00:53 +00:00
iroster.cpp
isvolume.cpp now returns 1 in case of error, not -1, as Korli asked. 2007-01-02 07:03:11 +00:00
Jamfile * Wrote a "screenmode" application that can be used to get and set the current 2008-06-28 11:37:06 +00:00
listarea.c Confined a couple of Haiku-only command-line apps to just Haiku builds 2006-08-03 16:37:48 +00:00
listattr.cpp replaced misc values with respective constants 2007-10-29 19:10:30 +00:00
listfont.cpp * Applied our coding style. 2007-11-04 14:21:12 +00:00
listimage.c Fixed warning, minor cleanup. 2005-10-31 14:27:28 +00:00
listport.c
listres.cpp replaced misc values with respective constants 2007-10-29 19:10:30 +00:00
listsem.c
logger.cpp * Now always adds a newline at the end of the given arguments. This fixes 2008-02-29 09:10:44 +00:00
logname.c
lsindex.cpp
mail.cpp
mimeset.cpp * Check the return code of the functions that trigger the work in the 2008-03-07 16:07:06 +00:00
mimeset.rdef added rdef for mimeset 2006-01-29 23:01:09 +00:00
mkindex.cpp Fixes that make Haiku build with gcc 4. Mainly out of the following 2005-11-12 23:27:14 +00:00
modifiers.cpp
mount.c Allow device-less mounts for things like googlefs... 2007-01-20 00:35:17 +00:00
mountvolume.cpp Made the output of the volume listing more useful: added size, and device information. 2007-07-05 19:32:59 +00:00
open.cpp Fix Haiku build, sorry ;) 2008-02-15 02:38:39 +00:00
play.cpp
printenv.c
printf.c
prio.c
ps.c a waiting thread can wait on something else than a sem 2008-05-15 23:25:17 +00:00
query.cpp
quit.cpp
release.c
renice.c
rescan.c
rmattr.cpp fix error exit codes 2006-08-30 10:06:19 +00:00
rmindex.cpp Last set of minor fixes for GCC 4 build. 2006-07-14 21:10:26 +00:00
roster.cpp Fixes that make Haiku build with gcc 4. Mainly out of the following 2005-11-12 23:27:14 +00:00
safemode.c
setdecor.cpp * Rewrote BeBuild.h which had "a few" consequences (got rid of all those class 2007-10-15 20:13:55 +00:00
settype.cpp Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
setversion.cpp Now sets the "other" unchanged version info to {0} if it doesn't exist yet - this 2007-02-05 23:28:09 +00:00
setvolume.cpp
shutdown.cpp shutdown now defaults to returning to the caller (ie. runs asynchronously), as it 2006-01-11 23:17:40 +00:00
sysinfo.c * Reenabled used page reporting based on vm_available_memory(). 2008-04-02 12:47:08 +00:00
top.c - style cleanup. 2008-04-17 19:34:01 +00:00
tput.c
translate.cpp Translate print the output formats twice instead of the input formats. 2007-04-05 14:26:06 +00:00
trash.cpp
tty.c
unchop.c Fix a warning 2007-08-11 21:23:47 +00:00
unmount.c fix warning 2008-02-07 19:33:53 +00:00
uptime.cpp
urlwrapper.cpp Add reading of .url files from win, redirects to default browser. 2007-09-04 01:26:42 +00:00
urlwrapper.h Add reading of .url files from win, redirects to default browser. 2007-09-04 01:26:42 +00:00
urlwrapper.rdef Add reading of .url files from win, redirects to default browser. 2007-09-04 01:26:42 +00:00
usb_dev_info.cpp Print class, subclass and protocol field as hex numbers. This fits general usage and documentation. 2007-08-18 18:45:49 +00:00
version.cpp Applied patch by Vasilis Kaotsis, and added him as an author (because you don't really 2007-01-15 20:48:32 +00:00
waitfor.c fix mmu_man's name 2008-05-06 21:23:24 +00:00
wc.c
whoami.c
WindowShade.cpp Test code to set other ui_colors... 2007-11-30 01:18:23 +00:00
xres.cpp Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
yes.cpp