Ben Gras
bc0a39238e
worldstone benchmark script
...
. also imports seq(1) to help it
. add -C option to time(1) to print tsc difference
. increase col width for ministat for tsc numbers
2011-09-24 14:49:55 +00:00
Vivek Prakash
12d9a08f0d
import NetBSD mkdir
...
. add symlink from old location /usr/bin/mkdir for
for compatability
2011-08-25 14:35:12 +00:00
Ben Gras
f984dbba70
increase system-wide filename limit to 255
...
. move mfs-specific struct, constants to mfs/, so
mfs-specific, on-disk format structs and consts are
fully isolated from generic structs and functions
. removes de and readfs utils
2011-08-17 16:00:01 +00:00
Ben Gras
51ffecc181
import elf-only -lcurses
...
. abandons mixer, gomoku, talk, talkd, top from base system
. compile top with clang so no ack-compiled program
needs -lcurses any more
2011-07-25 11:08:17 +02:00
Vivek Prakash
1ea07af9da
Replace uniq with NetBSD version
2011-07-24 21:40:02 +02:00
Arun Thomas
06617e7fdf
Import NetBSD mkdep
2011-07-22 17:28:27 +02:00
Arun Thomas
db5c83c918
Remove strings(1)
2011-07-21 19:06:06 +02:00
Ben Gras
1341e4aa02
rename size to acksize
...
. in keeping with the pattern: elf/binutils tools have
regular names, ack tools have 'exceptional' names
2011-07-21 14:31:17 +02:00
Vivek Prakash
49cab1c73c
import NetBSD stat
2011-07-18 16:16:57 +02:00
David van Moolenbroek
561acfb618
remove fsck1 altogether
2010-12-21 11:00:13 +00:00
Arun Thomas
a575be430d
Import mkfifo(1) from NetBSD
2010-11-06 20:43:49 +00:00
Arun Thomas
40fb96b838
Remove revision IDs from files
2010-11-04 01:13:59 +00:00
Arun Thomas
677d80b781
Remove urlget
...
This patch gets rid of urlget. It's not used for anything now, since pkgin
uses fetch.
Arun
2010-10-02 18:24:53 +00:00
David van Moolenbroek
40c8a7062c
make ps(1) use ProcFS
2010-09-14 21:29:40 +00:00
Arun Thomas
9e4e26e0c8
No more packman, easypack, packit
...
-Create a dummy packman script that tells users about pkgin
2010-09-03 07:27:39 +00:00
Erik van der Kouwe
4989de6acc
Don't write to /etc/mtab in newroot, may be an issue on read-only filesystems
2010-08-03 13:57:58 +00:00
Ben Gras
34dd221af7
man - no more whoami, mdb (get installed from commands)
2010-07-18 22:19:34 +00:00
Ben Gras
dc2194efa7
man: add some pkgsrc pages; no more minix diff manpage
2010-07-18 22:15:10 +00:00
Ben Gras
9bb7552df5
remove old man.1
2010-07-13 19:49:12 +00:00
Arun Thomas
4b30979086
Install(1): Allow -c option with -d
...
Contributed by Gautam Tirumala
2010-07-12 13:38:13 +00:00
Ben Gras
a1a12bbc34
man: throw out *whatis
2010-06-26 02:37:41 +00:00
Arun Thomas
e10916476a
Move mkfiles from /etc/mk to /usr/share/mk
...
Simplifies pkgsrc porting.
2010-06-25 19:33:56 +00:00
Arun Thomas
c0c8d25799
Rename mkfiles from minix.*.mk to bsd.*.mk
...
Makes things easier for pkgsrc
2010-06-25 18:29:09 +00:00
Ben Gras
9dc7c1f081
man: remove id, touch
2010-06-25 17:18:45 +00:00
Ben Gras
bfeecdbf62
no more minix touch, id
2010-06-25 17:13:57 +00:00
Ben Gras
2ac57865cb
no more minix cut, printf
2010-06-22 21:19:42 +00:00
Ben Gras
6dd606eabf
no more minix sed, patch man pages
2010-06-22 00:44:20 +00:00
Ben Gras
029d91baa9
no more minix grep man pages.
2010-06-21 14:42:53 +00:00
David van Moolenbroek
0964b221e7
ash: expr -e support
2010-06-16 09:33:11 +00:00
Arun Thomas
f0a158d8c1
More cleanup to remove MM and FS references
2010-06-10 14:04:46 +00:00
Erik van der Kouwe
65764218f7
Remove dependency of release.sh on bc, du option to give overhead totals
2010-06-10 11:14:04 +00:00
Ben Gras
8fea317779
man: no more minix find manpage
2010-06-09 12:30:25 +00:00
Ben Gras
13d50be356
commands, man: remove minix find
2010-06-09 12:17:42 +00:00
Erik van der Kouwe
6244867b11
xargs does not support the -f flag
2010-05-12 19:17:17 +00:00
Arun Thomas
5706670029
Convert boot/ and commands/ over to bsdmake
2010-05-12 16:28:54 +00:00
Arun Thomas
9944688d2b
Convert man/ over to new make
2010-03-16 00:15:43 +00:00
Arun Thomas
2a8fabf4ad
Include directory reorg and makefile updates.
...
-Convert the include directory over to using bsdmake
syntax
-Update/add mkfiles
-Modify install(1) so that it can create symlinks
-Update makefiles to use new install(1) options
-Rename /usr/include/ibm to /usr/include/i386
-Create /usr/include/machine symlink to arch header files
-Move vm_i386.h to its new home in the /usr/include/i386
-Update source files to #include the header files at their
new homes.
-Add new gnu-includes target for building GCC headers
2010-03-08 11:04:59 +00:00
Ben Gras
eedff09bfd
top manpage update
2010-03-03 15:46:20 +00:00
Erik van der Kouwe
e3bfaaa2d0
Remove executable bit on mkdep.1
2010-02-19 12:32:01 +00:00
Arun Thomas
b706112487
Incorporate bsdmake into buildsystem and reorganize libs
2010-02-16 14:41:33 +00:00
Erik van der Kouwe
d70e7ff3b6
Fixes in mkdep.1, suggested by Greg King
2010-02-05 13:07:08 +00:00
Erik van der Kouwe
7c9fe576a8
Throw out getpack, replace printenv with a link to env
2010-02-03 13:51:26 +00:00
Erik van der Kouwe
144de8a7b3
Add smallbunzip2 to bzip2 man-page
2010-02-02 15:26:12 +00:00
Erik van der Kouwe
c107dbe1d0
Man-pages on mkdep, cdprobe, loadramdisk and newroot; thanks to Antoine Leca
2010-02-02 15:10:00 +00:00
Erik van der Kouwe
d8b8e10ba4
Add notrunc conversion for dd tool
2010-01-27 07:48:06 +00:00
Erik van der Kouwe
3e583f4c04
Add -p flag for install tool
2010-01-27 07:47:29 +00:00
Erik van der Kouwe
58024f9eb0
Add character classes for tr
2010-01-25 18:14:54 +00:00
David van Moolenbroek
769e5f373a
man mount(1): dash escaping consistency
2010-01-22 23:24:02 +00:00
David van Moolenbroek
b31119abf5
Mount updates:
...
- allow mounting with "none" block device
- allow unmounting by mountpoint
- make VFS aware of file system process labels
- allow m3_ca1 to use the full available message size
- use *printf in u/mount(1), as mount(2) uses it already
- fix reference leaks for some mount error cases in VFS
2010-01-12 23:08:50 +00:00
Erik van der Kouwe
bbff2115d6
Oops, forgot to svn add this
2010-01-06 07:49:54 +00:00