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
Erik van der Kouwe
a75c9fce4d
Man-page for ping, contributed by Leith Brandeland
2010-01-06 07:36:12 +00:00
David van Moolenbroek
ac9ab099c8
General cleanup:
...
- clean up kernel section of minix/com.h somewhat
- remove ALLOCMEM and VM_ALLOCMEM calls
- remove non-safecopy and minix-vmd support from Inet
- remove SYS_VIRVCOPY and SYS_PHYSVCOPY calls
- remove obsolete segment encoding in SYS_SAFECOPY*
- remove DEVCTL call, svrctl(FSDEVUNMAP), map_driverX
- remove declarations of unimplemented svrctl requests
- remove everything related to swapping to disk
- remove floppysetup.sh
- remove traces of rescue device
- update DESCRIBE.sh with new devices
- some other small changes
2010-01-05 19:39:27 +00:00
David van Moolenbroek
0bafee3d78
unbreak, deprivilege dumpcore(1)
2009-12-29 21:34:06 +00:00
Erik van der Kouwe
379e087d6b
Create man pages for bigsh and dev2name
2009-10-27 15:34:22 +00:00
David van Moolenbroek
0143cb2335
support for head -n (suggested by xorquewasp)
2009-10-10 22:36:46 +00:00
Erik van der Kouwe
cb6dbfca2c
Add lspci command and SI_PCI_INFO getsysinfo call
2009-10-09 10:48:46 +00:00
Erik van der Kouwe
d9a34f96e7
Add nohup tool (approved by Ben)
2009-10-06 14:16:35 +00:00
David van Moolenbroek
e7dea9c609
Add id(1) -g, -n, -r options (Bug#302, reported by Aleksey Cheusov)
2009-10-02 12:23:00 +00:00
Ben Gras
cb50e7e135
support for OSS.
2009-10-01 16:36:14 +00:00
David van Moolenbroek
aa84986819
more small man page fixes
2009-06-25 10:41:55 +00:00
David van Moolenbroek
be9606a4e0
random man page update: cut.1
2009-06-24 21:13:28 +00:00
David van Moolenbroek
3018cd023a
random man page fix: cawf.1
2009-06-24 11:42:05 +00:00
Arun Thomas
86d89ed3f1
ls(1) manpage corrections
...
-Add missing '-n' option to synopsis.
-MINIX 3 does support symbolic links now.
Thanks to River Tarnell for the patch.
2009-05-30 11:01:17 +00:00
David van Moolenbroek
fe8c612aa4
support in 'mount' for specifying file system type and options
2009-05-13 15:39:44 +00:00
Ben Gras
02f047d008
lose -s flag for umount.
2009-04-27 14:23:57 +00:00
Ben Gras
cc7c561d41
obsolete manpages (these have become packages)
2007-04-24 13:25:57 +00:00
Ben Gras
f3f2e92191
move date(1) to minix manual page place.
2007-03-26 11:24:13 +00:00
Ben Gras
fedb5c0368
make way for new date(1).
2007-03-26 11:21:54 +00:00
Ben Gras
454bb40129
correct references to manpage section 9 to 1x.
2007-03-05 16:43:03 +00:00
Ben Gras
1250e94d56
New sed manpage
2006-11-02 16:51:04 +00:00