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 (
Expand
)
Author
Files
Lines
2019-07-21
bin/uname: fix nonstandard behaviour
Kiyoshi Aman
1
-6
/
+12
2019-07-20
bin/uname: add POSIX-compliant uname(1)
Kiyoshi Aman
3
-0
/
+204
2019-07-19
bin/ed: make buildable with libbsd
Kiyoshi Aman
9
-90
/
+7
2019-07-07
Makefile: byacc is normally installed as yacc
Kiyoshi Aman
1
-1
/
+1
2019-07-07
README.md: document buildsystem
Kiyoshi Aman
1
-1
/
+13
2019-07-07
build.pl: remove makeshift buildsystem in favour of gprbuild
Kiyoshi Aman
1
-138
/
+0
2019-07-06
{usr.bin => bin}/{true,false}: put true/false where they belong
Kiyoshi Aman
5
-2
/
+2
2019-07-06
Merge branch 'gprbuild-build-system' into 'master'
Kiyoshi Aman
84
-1
/
+571
2019-07-05
bin/expr: POSIX BRE is default and has no flag
Samuel Holland
1
-1
/
+1
2019-07-05
gitignore: ignore yacc-generated c
Samuel Holland
1
-0
/
+1
2019-07-05
build: add wrapper Makefile
Samuel Holland
5
-12
/
+50
2019-07-05
build: add gprbuild projects
Samuel Holland
79
-0
/
+531
2019-07-04
bin/sync: retrieve erroneously-removed utility
Kiyoshi Aman
2
-0
/
+115
2019-07-04
bin/ln: make buildable with libbsd
Kiyoshi Aman
1
-20
/
+3
2019-06-22
usr.bin/xargs: make buildable with libbsd
Kiyoshi Aman
2
-23
/
+4
2019-06-22
usr.bin/what: make buildable
Kiyoshi Aman
1
-14
/
+1
2019-06-22
usr.bin/wc: make buildable
Kiyoshi Aman
1
-19
/
+6
2019-06-22
usr.bin/uuencode: make buildable with libbsd, drop non-POSIX base64 support
Kiyoshi Aman
1
-67
/
+6
2019-06-20
usr.bin/uudecode: make buildable with libbsd, remove nonstandard base64 support
Kiyoshi Aman
1
-100
/
+40
2019-06-20
usr.bin/unlink: make buildable
Kiyoshi Aman
1
-8
/
+1
2019-06-20
usr.bin/uniq: make buildable with libbsd
Kiyoshi Aman
1
-15
/
+2
2019-06-20
usr.bin/unifdef: this somehow missed the not-POSIX purge
Kiyoshi Aman
3
-1413
/
+0
2019-06-20
usr.bin/unexpand: make buildable with libbsd
Kiyoshi Aman
1
-16
/
+2
2019-06-20
usr.bin/tty: make buildable
Kiyoshi Aman
1
-14
/
+1
2019-06-20
usr.bin/tr: make buildable
Kiyoshi Aman
2
-23
/
+3
2019-06-15
usr.bin/tee: make buildable
Kiyoshi Aman
1
-14
/
+1
2019-06-08
usr.bin/tabs: 90% buildable, needs curses work
Kiyoshi Aman
1
-9
/
+1
2019-06-08
usr.bin/split: make buildable against libbsd
Kiyoshi Aman
1
-17
/
+7
2019-06-05
usr.bin/sort: make buildable with libbsd
Kiyoshi Aman
10
-110
/
+80
2019-06-05
usr.bin/time: this was inappropriately pruned at some point
Kiyoshi Aman
5
-29
/
+263
2019-06-04
usr.bin/sed: make buildable
Kiyoshi Aman
6
-78
/
+16
2019-06-04
usr.bin/renice: remove; it is provided elsewhere
Kiyoshi Aman
2
-332
/
+0
2019-06-03
usr.bin/printf: make buildable
Kiyoshi Aman
1
-31
/
+1
2019-06-03
usr.bin/pr: make buildable
Kiyoshi Aman
2
-26
/
+2
2019-06-03
usr.bin/pathchk: make buildable
Kiyoshi Aman
1
-6
/
+1
2019-06-03
usr.bin/patch: make buildable
Kiyoshi Aman
7
-32
/
+14
2019-06-03
usr.bin/paste: make buildable
Kiyoshi Aman
1
-12
/
+1
2019-06-03
usr.bin/nohup: make buildable
Kiyoshi Aman
1
-14
/
+1
2019-06-03
usr.bin/nl: make buildable with libbsd
Kiyoshi Aman
1
-7
/
+1
2019-06-03
usr.bin/nice: make buildable with libbsd
Kiyoshi Aman
1
-14
/
+2
2019-06-02
usr.bin/mkstr: how did this survive the not-POSIX-or-LSB pruning???
Kiyoshi Aman
2
-451
/
+0
2019-06-02
usr.bin/mkfifo: make buildable with libbsd
Kiyoshi Aman
1
-14
/
+2
2019-06-02
usr.bin/{m4,man,mesg}: remove, they are handled separately
Kiyoshi Aman
47
-8830
/
+0
2019-06-02
usr.bin/logname: make buildable
Kiyoshi Aman
1
-14
/
+1
2019-06-02
usr.bin/logger; removed; it is available in util-linux
Kiyoshi Aman
2
-320
/
+0
2019-06-02
usr.bin/link: make buildable
Kiyoshi Aman
1
-9
/
+1
2019-06-02
usr.bin/ldd: remove as it is handled elsewhere
Kiyoshi Aman
11
-860
/
+0
2019-06-02
usr.bin/join: make buildable with libbsd
Kiyoshi Aman
1
-44
/
+27
2019-06-02
usr.bin/id: make buildable with libbsd
Kiyoshi Aman
1
-17
/
+4
2019-06-02
usr.bin/iconv: remove as it is handled separately
Kiyoshi Aman
2
-358
/
+0
[next]