mrg
1909f84b1c
- always install pigz. hooary!
...
- kill MKPIGZ.
- add MKPIGZGZIP. if it is "no", then only install pigz as pigz. if it is
not "no", don't install mrgzip, install pigz as gzip.
in all cases, the z* scripts.
i don't like the name MKPIGZGZIP so if anyone has a better name, feel free
to replace it. i don't care enough since killing the ugly name is just
more incentive to get pigz doing .bz2, .Z and .z.
2010-06-19 03:50:30 +00:00
jmcneill
192740f5f9
hook mkubootimage into the build
2010-06-18 18:57:27 +00:00
mrg
7b21e162d6
if MKPIGZ != no, build gzip, otherwise build pigz.
2010-06-17 06:29:16 +00:00
christos
8d5d5ded4d
unhook old cron, hook new one.
2010-05-07 17:35:31 +00:00
roy
98eb889579
Userland now builds and uses terminfo instead of termcap.
...
OK: core@, jdc@
2010-02-03 15:34:37 +00:00
roy
8dafc5727f
Remove tn3270 from base system.
...
If anyone really needs it then it can be put into pkgsrc.
Importing c3270 into pkgsrc is probably a better option though.
2010-01-16 15:34:22 +00:00
christos
3cd2e75890
unhook yacc
2009-10-29 01:01:17 +00:00
christos
a1b53986b9
unhook lex
2009-10-26 21:37:10 +00:00
christos
d79895b899
put back lex
2009-10-26 04:09:45 +00:00
christos
6beb933941
unhook old flex.
2009-10-26 01:18:19 +00:00
joerg
0add6502d8
Enable libarchive-based unzip frontend.
2009-09-03 01:17:29 +00:00
joerg
03c8ba1c27
Add nbperf(1), a minimal perfect hash function generator.
...
Implemented are the 3-graph BDZ algorithm as well as the
2-graph and 3-graph CHM algorithms. All algorithms have expected
linear run time and the smallest functions need around 2.85 bit/key.
2009-08-15 16:21:04 +00:00
christos
34af4cdada
openssl has moved
2009-07-20 17:34:41 +00:00
christos
0587e0bf24
unhook ssh
2009-06-07 22:46:43 +00:00
christos
108470e3b9
unhook file
2009-05-08 17:47:00 +00:00
jmmv
0cdcf7cea6
Remove ATF 0.5 from dist/atf and all of the reachover Makefiles used to
...
build it. 0.6 is going to be imported in external/bsd/atf, with all the
necessary Makefiles in that same hierarchy.
2009-01-19 07:08:14 +00:00
roy
aa75124521
Add the tabs utility, conforming to IEEE Std 1003.1 (``POSIX.1'').
...
Fixes PR bin/11227
No objection on tech-userland, ok: martin
2008-12-11 11:14:36 +00:00
ad
0efea177e3
Remove LKMs and switch to the module framework, pass 1.
...
Proposed on tech-kern@.
2008-11-12 12:35:50 +00:00
christos
7bd2da510f
bye old vi!
2008-10-29 16:49:33 +00:00
christos
19656dada9
For now descend into old vi for virecover and doc. Unfortunately the
...
new vi vi.ref is now texinfo and our makeinfo is too old to deal with it.
2008-08-31 12:09:48 +00:00
christos
0d6bb61e85
nvi is now default
2008-08-31 05:17:31 +00:00
gmcgarry
38c13341d1
Dont build atf tools with (${MKATF} == no).
2008-08-16 23:59:45 +00:00
dyoung
6c06f2593a
Per discussion on tech-userlevel@, do not compile and install nvi
...
if MKNVI=no.
The default is MKNVI=yes, so that this amounts to no change for
most users, but the default may change.
2008-07-22 21:07:58 +00:00
christos
dd8e10b0fe
top is now in dist/bsd
2008-07-16 00:43:04 +00:00
aymeric
2974b82da3
enable the wcurses-enabled vi as 'nvi', 'nex', and 'nview'.
...
Will be put in place of the default "non-n" variants when they are stable.
2008-06-10 18:41:47 +00:00
joerg
21edf88c1e
Add nbsvtool to the build.
2008-05-11 17:58:45 +00:00
mlelstv
b0f88a0388
Import Heimdal-1.1
2008-03-22 08:36:48 +00:00
jmmv
be1e5d770b
Always test MKMODULAR with != "no". Requested by mrg@.
2008-02-10 08:21:25 +00:00
jmmv
4e4a76c0c4
Do not descend into modstat if MKMODULAR is set.
2008-02-09 19:33:17 +00:00
jmmv
9d5a9c0d86
Add the atf tools
...
This adds reachover Makefiles to build and install the atf tools.
Some are public, thus installed in /usr/bin, and others are internal
and therefore installed in /usr/libexec.
2007-11-12 15:00:00 +00:00
plunky
e5a7441d16
Add a new utility 'btkey' for managment of Bluetooth Link Keys stored
...
in the NetBSD key cache (/var/db/bthcid.keys) and Bluetooth controller
memory.
2007-11-09 21:18:22 +00:00
ginsbach
c82c323deb
Add the newgrp(1) utility, which changes effective group ID. This
...
is a POSIX (IEEE Std 1003.1, 2004 / Open Group Base Specifications
Issue 6) User Portability Utility.
2007-06-21 14:09:23 +00:00
rmind
07f5c15ae5
Enable sdiff(1) in usr.bin, disable GNU sdiff(1).
...
lists seems to be compatible.
2007-02-18 22:44:44 +00:00
elad
a8c0f0c72e
Move paxctl from usr.bin/paxctl to usr.sbin/paxctl, and make it an admin
...
tool (man-page moved from section 1 to section 8).
2007-01-30 19:40:07 +00:00
tron
1b5edf0b17
Fix broken line continuation, probably caused by editor word wrap.
2006-10-07 13:04:43 +00:00
elad
fd79a15577
PR/18126: jnilsson at ludd dot luth dot se: add the revoke program
...
I have commited a different version than in the PR, it lacks a license
but if it warrants one we can stick the TNF standard on it. It's just
a main() routine that calls revoke(2).
2006-10-07 08:48:03 +00:00
christos
1a6e50f273
PR/34599: Mindaugas: csplit(1) utility port
2006-09-25 19:21:42 +00:00
gdamore
a5c89047c0
Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,
...
NetBSD Foundation Membership still pending.) This stack was written by
Iain under sponsorship from Itronix Inc.
The stack includes support for rfcomm networking (networking via your
bluetooth enabled cell phone), hid devices (keyboards/mice), and headsets.
Drivers for both PCMCIA and USB bluetooth controllers are included.
2006-06-19 15:44:33 +00:00
elad
04d63f90b5
Introduce PaX MPROTECT -- mprotect(2) restrictions used to strengthen
...
W^X mappings.
Disabled by default.
First proposed in:
http://mail-index.netbsd.org/tech-security/2005/12/18/0000.html
More information in:
http://pax.grsecurity.net/docs/mprotect.txt
Read relevant parts of options(4) and sysctl(3) before using!
Lots of thanks to the PaX author and Matt Thomas.
2006-05-16 00:08:24 +00:00
scw
34b4a96dbb
Add a kernel driver and userland program for the Topfield TF5000PVR range
...
of digital video recorders popular in Europe and Australia.
These devices have a USB client port which can be used to upload and
download recordings (and other files, such as MIPS binaries for execution
on the DVR's CPU) to/from their internal hard disk, in addition to some
other operations on files and directories.
2006-04-03 08:15:48 +00:00
elad
c53cd0c067
moduli utils moved from games to usr.bin.
2006-01-24 19:01:45 +00:00
hubertf
f81ddc5831
Add vndcompress
2005-07-25 18:10:09 +00:00
perry
8f8d9c94bf
add deroff and spell
2005-06-29 21:20:15 +00:00
thorpej
5ecc953bdb
config and genassym are not sysadmin tools, they are development tools.
...
As such, they don't belong in /usr/sbin, but rather /usr/bin. Move them
there.
2005-06-05 18:19:52 +00:00
atatat
724bd01950
Add a sockstat(1) command that can list open sockets and the processes
...
that own them. The implementation concept and man page came largely
from FreeBSD, but the program is fresh.
2005-03-09 05:20:05 +00:00
ginsbach
55049570a7
add seq(1)
2005-01-20 04:26:00 +00:00
thorpej
7ec7b5b2f6
Add a getextattr(1)/setextattr(1)/rmextattr(1)/lsextattr(1) utility
...
that gets, sets, removes, and lists file system extended attributes.
From FreeBSD.
2005-01-02 17:55:48 +00:00
lukem
10f5ef24c1
add getent(1)
2004-11-23 07:35:38 +00:00
thorpej
1209149ad2
Add the uuidgen(1) command, adapted from FreeBSD. While here, also add
...
a DCE-compatible -s flag, which causes uuidgen(1) to output C code for
the UUIDs rather than the standard string representation.
PR 23470.
2004-09-13 23:35:19 +00:00
lha
c569aad96a
Add kgetcred, a tool that fetches a credential from the KDC
...
Useful when debugging service and cross-realm problems.
2004-05-25 10:31:45 +00:00
martin
12920ed961
Remove which (the csh script installed in /usr/bin).
...
It was docuemented to work for *csh users only, and all *csh have a builtin
of that name, which works even better. All other shells have similar
builtins, and this led to confusion several times. Fixes PR 13462.
2004-04-01 14:41:53 +00:00
mrg
1d5769dcfc
switch over to mrg gzip.
2004-03-26 08:52:26 +00:00
jdolecek
c370e5310e
switch awk to nawk; gawk sources will be removed after some grace period
...
change blessed by core@
2004-03-13 22:28:47 +00:00
tshiozak
fab9a2fdc1
add locale(1) utility.
...
Originally written by Alexey Zelkin <phantom@FreeBSD.org>.
So, obtained from FreeBSD with gratitude. (suggested by wiz.)
2003-07-04 05:41:49 +00:00
tshiozak
ff5c3e6895
Citrus iconv support(4)
...
add iconv external I/F (iconv.h - iconv_open()/iconv()/iconv_close()) and
iconv(1) utility.
TODO:
- bump libc minor.
- add iconv data files.
- create manpages: iconv_open(3)/iconv(3)/iconv_close(3)/iconv(1)/
mkesdb(1)/mkcsmapper(1).
2003-06-27 05:21:49 +00:00
tshiozak
e376aa8308
Citrus iconv support(3)
...
add host tools : mkcsmapper and mkesdb
mkcsmapper - coded character set mapping table compiler
mkesdb - encoding scheme database compiler
2003-06-26 06:30:07 +00:00
salo
fd97a8372a
add pathchk(1) (hi jdolecek!)
2003-04-16 11:35:10 +00:00
lha
508f668a25
Don't build a separate kpasswd program, passwd can handle Kerberos
...
password changing. Fixes last part of bin/14988.
2003-04-06 16:35:37 +00:00
christos
8dd5658494
bring back gcore from the dead.
2003-01-23 17:34:49 +00:00
jhawk
39ffd8d76c
make progress(1)
2003-01-22 00:16:39 +00:00
lukem
d182cf2f90
add db(1)
2002-12-11 13:52:41 +00:00
perry
43e55ca474
add qsubst
...
re-sort and re-format SUBDIRs
2002-12-08 21:50:36 +00:00
provos
7778def8eb
add pwhash
2002-10-01 20:50:25 +00:00
joda
aee72c5968
don't build kf; there are security issues with heimdal 0.4e, and we
...
don't actually need it
2002-09-10 22:16:22 +00:00
atatat
692fefdd0e
Move pmap(1) to /usr/bin (from /usr/sbin) where it belongs.
2002-09-01 20:32:43 +00:00
atatat
ba4e8c9674
Add a stat(1) program to /usr/bin. It provides a simple formatting
...
interface, with reasonable defaults, to the information provided by
stat(2) so that scripts can use the data therein much more easily.
2002-04-27 16:37:19 +00:00
thorpej
9c33b55e7c
Split the notion of building Hesiod, Kerberos, S/key, and YP
...
infrastructure and using that infrastructure in programs.
* MKHESIOD, MKKERBEROS, MKSKEY, and MKYP control building
of the infratsructure (libraries, support programs, etc.)
* USE_HESIOD, USE_KERBEROS, USE_SKEY, and USE_YP control
building of support for using the corresponding API
in various libraries/programs that can use it.
As discussed on tech-toolchain.
2002-03-22 18:10:19 +00:00
ad
9c52aa2804
Descend into pkill/.
2002-03-01 11:23:14 +00:00
augustss
9c9a9cad20
Add a program for controlling radio(4) devices. Written by Maxim Tsyplakov
...
and Vladimir Popov for OpenBSD.
2002-01-01 21:56:28 +00:00
martin
9bf1f40cf9
Back out replacing gawk by nawk - James Chacon already fixed gawk for
...
sparc64.
Sorry, next time I'll catch up with mails first.
2001-12-03 22:28:19 +00:00
martin
746902750c
HACK: Build awk (replacing gawk) on sparc64, since this is the only one
...
known to work with the -current toolchain.
2001-12-03 22:15:16 +00:00
jdolecek
a3b6f1c251
put back sort, it's fixed now
2001-01-13 20:11:49 +00:00
simonb
41b1ab320a
Disable sort for now, it has a corruption problem.
2001-01-13 14:11:38 +00:00
jdolecek
ea53379da3
Switch from GNU to BSD sort. Approved by the Core.
2001-01-13 10:49:06 +00:00
augustss
6a55a964fc
Add a command to perform commands when USB HID items take on certain
...
values.
Some sample uses: controlling USB speakers with the HID buttons on them,
invoking the proper programs from the HID buttons on modern USB
keyboards.
2000-12-30 13:07:48 +00:00
itojun
d31d542a97
populate citrus xpg4dl locale definitions into /usr/share.
...
if there are any mistakes, please report (i only speak English/Japanese).
currently, only singlebyte locales are usable.
TODO: enable multibyte handler in libc - there still are few design
discussions, but we are almost ready.
2000-12-22 01:31:47 +00:00
thorpej
0f6926e576
Add pmc(1).
2000-10-24 23:59:00 +00:00
thorpej
8f6bf0e264
Add a build-framework for an SSH implementation which is not
...
yet part of the NetBSD source tree. These Makefiles are a
noop until such time as that implementation is committed.
2000-07-25 16:32:24 +00:00
he
089a542e6c
Under MKCRYPTO != no, also build bdes.
2000-07-01 20:27:11 +00:00
thorpej
df83a2a3cd
Add MK... variables to enable/disable various aspects of building
...
crypto support into the system. See share/mk/bsd.README for more
a full description.
2000-06-23 06:01:10 +00:00
thorpej
e7d6b96938
Merge a bunch of things from crypto-us and crypto-intl into basesrc,
...
adding support for Heimdal/KTH Kerberos where easy to do so. Eliminate
bsd.crypto.mk.
There is still a bunch more work to do, but crypto is now more-or-less
fully merged into the base NetBSD distribution.
2000-06-20 06:00:24 +00:00
thorpej
a7a6978d06
Build openssl.
2000-06-16 16:19:33 +00:00
tron
8bdd9799a5
Build and install "mktemp".
1999-09-02 20:48:27 +00:00
mrg
ba255f8a34
optionally include CRYPTOPATH Makefile.frag files.
1999-07-20 09:47:07 +00:00
thorpej
9630ed475e
Use bsd.crypto.mk.
1999-07-12 22:11:37 +00:00
darrenr
43fc13da12
build ktruss
1999-07-12 03:21:50 +00:00
simonb
a9c0bfe9a4
Always descend into the elf2aout and elf2ecoff directories, now that
...
they check at that level whether or not to build binaries.
A reference to telnet was also here (protected by .if make(obj)...,
but since A) it's already referenced in the main SUBDIR list and b)
the telnet Makefile does this checking as well, it's gone too.
1999-06-09 02:58:57 +00:00
ad
dff6953739
'cdplay', a simple utility for playing compact disks with both a command line
...
and an interactive mode.
1999-06-05 13:21:59 +00:00
tron
c379f48592
Replace "audioctl" with "audio" in sub directory list.
1999-03-26 16:53:29 +00:00
jonathan
3eeb52dee0
Makefile ${MACHINE_ARCH} changes for mips{eb,el}, as suggested by
...
Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
1999-03-03 12:00:18 +00:00
christos
b08d0d82a9
Add netgroup and innetgr
1999-03-02 14:07:24 +00:00
kleink
183022d001
Add an implementation of the XPG4.2 nl(1) utility.
1999-02-15 15:07:14 +00:00
simonb
0b2e590950
Add top.
1999-02-15 03:11:08 +00:00
lukem
fe25f9464e
add hesinfo
1999-01-25 22:47:54 +00:00
cjs
17652c59c0
Descend on obj, as well as clean, etc.
1999-01-03 21:57:49 +00:00
kristerw
9dc9e902a5
Disable strip
1998-12-19 23:57:52 +00:00
pk
137577af03
Remove ldd from special clean list
1998-12-17 15:33:57 +00:00
pk
96868862ca
Move ldd special case one level down.
1998-12-15 22:08:53 +00:00
mrg
c7a1452687
add fgen
1998-11-11 05:53:15 +00:00
simonb
d5383a01a8
Remove elfstrip - not used now that we have an ELF-aware strip and it
...
isn't in the distrib-lists anyway.
1998-11-10 12:19:39 +00:00