index
:
userland
master
A NetBSD-based, POSIX userland with user-friendly extensions.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2019-05-28
usr.bin/cmp: make buildable, remove nonstandard flag
Kiyoshi Aman
6
-65
/
+9
2019-05-28
usr.bin/cal: make more buildable; requires curses work?
Kiyoshi Aman
1
-17
/
+4
2019-05-25
usr.bin/c99: remove; not sure why this evaded the initial prune
Kiyoshi Aman
2
-83
/
+0
2019-05-25
usr.bin/basename: make buildable
Kiyoshi Aman
2
-14
/
+2
2019-05-25
usr.bin/at: remove; it is already available separately
Kiyoshi Aman
14
-2525
/
+0
2019-05-25
usr.bin/asa: make buildable
Kiyoshi Aman
1
-6
/
+0
2019-05-25
bin/test: make buildable with libbsd
Kiyoshi Aman
1
-8
/
+5
2019-05-25
bin/sleep: make buildable with libbsd, remove nonportable fractional extension
Kiyoshi Aman
2
-88
/
+14
2019-05-25
bin/rmdir: make buildable with libbsd
Kiyoshi Aman
1
-15
/
+2
2019-05-25
bin/rm: make buildable with libbsd
Kiyoshi Aman
1
-31
/
+19
2019-05-24
bin/pwd: make buildable with libbsd
Kiyoshi Aman
1
-16
/
+3
2019-05-24
bin: remove `kill` and `ps`; they are provided by procps
Kiyoshi Aman
10
-4454
/
+0
2019-05-24
bin/mv: make buildable with libbsd
Kiyoshi Aman
1
-23
/
+39
2019-05-24
bin/mkdir: make buildable with libbsd
Kiyoshi Aman
1
-16
/
+4
2019-05-23
bin/expr: make less incompatible with Linux
Kiyoshi Aman
1
-6
/
+2
2019-05-23
bin/ls: make buildable against libbsd
Kiyoshi Aman
5
-120
/
+73
2019-05-19
bin/echo: build against libbsd, make strictly conformant
Kiyoshi Aman
2
-41
/
+4
2019-05-19
bin/df: rewrite
Kiyoshi Aman
2
-624
/
+383
2019-05-16
bin/dd: make buildable with libbsd
Kiyoshi Aman
11
-167
/
+287
2019-05-16
bin/date: make buildable via libbsd, remove unusable options
Kiyoshi Aman
3
-268
/
+34
2019-05-11
bin/cp: make buildable via libbsd
Kiyoshi Aman
3
-53
/
+33
2019-05-11
bin/chown: make buildable via libbsd
Kiyoshi Aman
1
-24
/
+7
2019-05-11
bin/chmod: make buildable via libbsd
Kiyoshi Aman
1
-16
/
+3
2019-05-10
bin/chgrp: remove standalone chgrp, chown project provides chgrp already.
Kiyoshi Aman
3
-629
/
+0
2019-05-10
bin/cat: remove NetBSD cruft
Kiyoshi Aman
1
-14
/
+1
2019-05-09
.gitignore: ignore build directory
Kiyoshi Aman
1
-0
/
+1
2019-05-09
build.pl: basic Perl-based buildsystem
Kiyoshi Aman
1
-0
/
+138
2019-03-17
rm bin/pax: utility covered by heirloom-pax
Kiyoshi Aman
28
-18728
/
+0
2019-03-15
{usr.sbin/{link,unlink} => usr.bin}: move existing (un)link implementations ↵
Kiyoshi Aman
5
-112
/
+55
into usr.bin since there's no reason for them to be in sbin
2019-03-15
rm bin/sh usr.bin/make: utilities provided by other packages
Kiyoshi Aman
225
-74181
/
+0
2019-02-20
usr/bin/link: POSIX link implementation
Kiyoshi Aman
1
-0
/
+57
2019-02-05
utilities.md: document POSIX & LSB/FHS utility requirements
Kiyoshi Aman
1
-0
/
+258
2019-02-03
initial population
Kiyoshi Aman
844
-0
/
+192027