This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
usr.sbin
/
pkg_install
/
create
History
Bill Fumerola
0845a96cd0
-Wall fixes. Ambigious if/elses, uninitialized values, missing headers,
...
missing prototypes, and empty format strings.
1999-08-11 20:55:42 +00:00
..
create.h
Make it possible to have separate install scripts as well as have
1998-12-16 13:59:31 +00:00
main.c
'?' shouldn't be in the usage string. Unknown characters are already
1999-06-24 06:33:24 +00:00
Makefile
Use
foo/bar.a' instead of
-Lfoo -lbar' for linking to static internal
1998-03-07 08:55:00 +00:00
perform.c
-Wall fixes. Ambigious if/elses, uninitialized values, missing headers,
1999-08-11 20:55:42 +00:00
pkg_create.1
Make it possible to have separate install scripts as well as have
1998-12-16 13:59:31 +00:00
pl.c
correct usage of cleanup() everywhere - this became bogus when the warnx/errx
1998-09-11 07:26:58 +00:00