Commit Graph
80 Commits
Author SHA1 Message Date
Axel Dörfler a5b1bafc0b New "error" command; unlike the previous, this should work :)
Added it to the build.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11389 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-02-16 04:15:14 +00:00
Ingo Weinhold 20be402385 Moved strace sources into subdirectory.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11344 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-02-11 05:02:22 +00:00
Ingo Weinhold bd432c793a Added strace to the build.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11320 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-02-10 03:08:01 +00:00
Ingo Weinhold 8359274f30 Added mkindex to the build.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10736 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-01-14 23:34:23 +00:00
Axel Dörfler 73bcca6b32 Added a small command to set the volume of the master gain in the audio mixer.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10592 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-01-06 15:32:59 +00:00
Jérôme Duval 2830eed70b Added dstcheck.
It is run once at system startup after app_server and co are running.
Its job is to make sure the system clock took daily saving time into account.
To do this, it compares DST from a config file with DST from current RTC info.
If they differ, a time-updated alert is showed to let the user choose what to do.
A system call was used on R5 to get the current RTC info.
Unless someone comes with a good reason to still use a syscall, it should stay as is.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10455 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-12-14 16:28:23 +00:00
Axel Dörfler a3d814e271 "catattr" no longer needs additional libraries.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10372 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-12-08 01:34:45 +00:00
Axel Dörfler 78ba30ed0e sysinfo needs private/shared headers.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10329 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-12-01 04:50:06 +00:00
Jérôme Duval f92e8b3361 added a clockconfig bin tool
it is only tested on R5, but should make its way on Haiku too


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10178 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-22 17:26:28 +00:00
Jérôme Duval 424ecf02b2 added zic
build top and tput against libroot.so


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10035 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-19 19:36:29 +00:00
François Revol a1572167ed Add ideinfo, idestatus to the build
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9986 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-17 10:49:28 +00:00
Nathan Whitehorn 919ccaea46 Added AGMS's excellent spam detection software. Still some weirdness with the configuration interface from E-mail prefs.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9934 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-12 02:55:05 +00:00
Axel Dörfler 232b61f7be Adapted mount.c to use the Haiku mounting API instead of the on found in BeOS.
New unmount.c that now also use the new API, and accepts the new -f flag to
force unmounts in case of open files.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9572 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-10-28 18:01:16 +00:00
Jérôme Duval 88c8085889 change to our libmail.so
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9080 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-09-27 22:32:27 +00:00
Axel Dörfler b0c6c1df05 Let some bin commands now link against our libroot.so, so that we
have more functions available (like strlcpy()).
Note, this might affect the functionality on R5. For example, the
"df" command will only work on Dano/Zeta, and of course, Haiku.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8813 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-09-03 12:31:09 +00:00
Jérôme Duval 8291ca0379 added safemode
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8718 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-08-29 19:20:38 +00:00
François Revol 1b19c97c63 new tool: draggers: shows/sets draggers state (shown/hidden) ; typo in sysinfo
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8589 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-08-16 09:44:39 +00:00
François Revol d7063d6e64 open now also handles urls; adds finddir which was lost on my hdd.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8584 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-08-15 16:37:30 +00:00
Jérôme Duval e47269fa21 added keymap
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8517 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-07-29 20:45:20 +00:00
Axel Dörfler 453dcb8fb1 Reordered the Jamfile a bit to be cleaner.
isvolume and lsindex do not need to be linked against libbe.so.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8275 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-07-02 15:38:46 +00:00
Waldemar Kornewald bbcb8882e9 Checking in ppp_up application. This app will be responsible for prompting the user before connecting and for
adding a Deskbar replicant when a connection is established.
It is not finished. The Deskbar replicant is not even started...hopefully, R1 will not be released before 2005
. ;)


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8185 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-27 13:54:31 +00:00
Jérôme Duval 5646569a79 added findutils
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8085 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-20 22:48:12 +00:00
beveloper 965171190d added GNU make 3.80
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8077 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-20 16:15:04 +00:00
Jérôme Duval 1ca5b04538 adding compress and patch
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8009 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-16 21:34:59 +00:00
Jérôme Duval 74004e3aa4 Added vim
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7959 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 09:16:44 +00:00
Jérôme Duval 54cd1179ca Added flex
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7953 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-14 09:20:52 +00:00
Jérôme Duval 57e2e4fe35 Added gawk
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7902 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-11 09:01:23 +00:00
Jérôme Duval 60e6ef4db4 Added gnu bash 2.05b
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7793 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-07 09:11:15 +00:00
Jérôme Duval 1b69511132 Added GNU bison 1.875d
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7727 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-01 10:01:49 +00:00
Jérôme Duval 9b4d8cfa0d Added tput
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7725 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-01 09:40:42 +00:00
Jérôme Duval 63207ba7ae Removing yes
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7676 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-05-29 18:37:24 +00:00
Jérôme Duval de712a53c1 Adding top, clear, removing echo
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7675 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-05-29 18:06:04 +00:00
Jérôme Duval 9e0bed9949 Added gnu bc 1.06
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7648 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-05-26 08:28:32 +00:00
Jérôme Duval fc88a55e7a Added coreutils (should build soon)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7556 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-05-13 08:55:11 +00:00
Jérôme Duval 3a47295d37 Link with our libmedia.so
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7549 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-05-13 08:22:03 +00:00
Jérôme Duval 2a479225b5 Added tar
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7536 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-05-12 08:39:40 +00:00
Jérôme Duval 5afca6b536 Added the bin command "release"
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7028 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-03-19 08:19:11 +00:00
Jérôme Duval 1592b084a9 Added bzip2 1.0.2. Expander has now built in rules and icons for it.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7006 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-03-17 08:46:32 +00:00
Axel Dörfler 2b7853fb07 The coreutils break the kernel build so I've removed it from the build until that is resolved.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6888 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-03-03 02:41:46 +00:00
Ingo Weinhold e490b53c45 Added coreutils, diffutils, grep, less, sed (another one?), and sharutils to the build, and fixed some small problems. Most of the stuff still doesn't build properly.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6862 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-03-02 23:47:11 +00:00
Michael Phipps b4a90358b2 Initial checkin of diffutils
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6847 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-03-02 00:45:50 +00:00
shatty d9e843d8e1 remove breaking csplit from build
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6348 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-01-27 09:32:35 +00:00
Phil Greenway d672265250 Tried to add factor.cpp to jamfile - unsuccessfully
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6008 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-01-10 22:07:21 +00:00
Phil Greenway 5819f6dcf4 Added csplit.c - doesnt work entirely atm.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5881 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-01-03 09:48:40 +00:00
Phil Greenway f6d062bb86 Remarked out tput and clear. Advised by the developer that tput requires ncurses.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5834 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-30 16:25:51 +00:00
Phil Greenway 48667b835c Updated to include tput and clear (hope ive done it right)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5833 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-30 15:59:44 +00:00
François Revol 0380884167 new command 'driveinfo' to dump block device information from ioctl, to help debugging drivers
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5662 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-12 21:12:58 +00:00
Tyler Dauwalder e724add10a Added makeudfimage to the build.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5457 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-23 12:26:04 +00:00
Jérôme Duval 89cd09b305 Added installsound, rmattr. Committed translate from Jonas Sundstrom
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5257 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-05 11:03:24 +00:00
Jérôme Duval f6774ab931 play and query added
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5253 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-04 09:28:00 +00:00