CVS log for src/usr.bin/Makefile
Up to [cvs.NetBSD.org] / src / usr.bin
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.241: download - view: text, markup, annotated - select for diffs
Mon Oct 28 17:55:12 2024 UTC (2 months, 2 weeks ago) by nia
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.240: preferred, colored
Changes since revision 1.240: +2 -2
lines
Add c17(1) wrapper script for gcc with the ISO 2017 C standard.
Not much reason to use this over c11(1), but it's expected to be
required by upcoming POSIX revisions.
Revision 1.238.2.1: download - view: text, markup, annotated - select for diffs
Thu Sep 5 09:22:44 2024 UTC (4 months, 1 week ago) by martin
Branches: netbsd-10
CVS tags: netbsd-10-1-RELEASE
Diff to: previous 1.238: preferred, colored; next MAIN 1.239: preferred, colored
Changes since revision 1.238: +2 -2
lines
Pull up following revision(s) (requested by ozaki-r in ticket #817):
tests/usr.bin/Makefile: revision 1.41 (patch)
distrib/sets/lists/base/mi: revision 1.1350 (patch)
usr.bin/shmif_pcapin/shmif_pcapin.1: revision 1.1
distrib/sets/lists/man/mi: revision 1.1787 (patch)
distrib/sets/lists/debug/mi: revision 1.447 (patch)
tests/usr.bin/shmif_pcapin/d_pcap.out.bz2.uue: revision 1.1
sys/rump/net/lib/libshmif/if_shmem.c: revision 1.88
etc/mtree/NetBSD.dist.tests: revision 1.207
sys/rump/net/lib/libshmif/shmifvar.h: revision 1.12
usr.bin/shmif_pcapin/shmif_pcapin.c: revision 1.1
usr.bin/shmif_pcapin/Makefile: revision 1.1
tests/usr.bin/shmif_pcapin/t_basic.sh: revision 1.1
usr.bin/Makefile: revision 1.240
distrib/sets/lists/tests/mi: revision 1.1335 (patch)
tests/usr.bin/shmif_pcapin/Makefile: revision 1.1
tests/usr.bin/shmif_pcapin/d_pcap.in.bz2.uue: revision 1.1
shmif: export LOCK_* definitions
They will be used by upcoming shmif_pcapin.
Add shmif_pcapin(1) utility program
It can send any frames that are stored in a pcap(3) file format to
shmif(4) Ethernet interface via the bus of it. If you want to write
some tests for networking with rump kernels and the tests need to send
frames that are difficult to generate by stock programs, shmif_pcapin
can be helpful.
The author of shmif_pcapin is k-goda@IIJ and the man page is written
by ozaki-r.
tests: add a basic test for shmif_pcapin
The original author of the test is k-goda@IIJ. ozaki-r tweaked
the test to improve stability and added comments.
distrib, etc: install shmif_pcapin and its tests
Revision 1.240: download - view: text, markup, annotated - select for diffs
Mon Sep 2 05:14:45 2024 UTC (4 months, 1 week ago) by ozaki-r
Branches: MAIN
Diff to: previous 1.239: preferred, colored
Changes since revision 1.239: +2 -2
lines
Add shmif_pcapin(1) utility program
It can send any frames that are stored in a pcap(3) file format to
shmif(4) Ethernet interface via the bus of it. If you want to write
some tests for networking with rump kernels and the tests need to send
frames that are difficult to generate by stock programs, shmif_pcapin
can be helpful.
The author of shmif_pcapin is k-goda@IIJ and the man page is written
by ozaki-r.
Revision 1.239: download - view: text, markup, annotated - select for diffs
Wed May 24 13:00:15 2023 UTC (19 months, 3 weeks ago) by lukem
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs
Diff to: previous 1.238: preferred, colored
Changes since revision 1.238: +3 -3
lines
obsolete mkstr(1) and xstr(1)
These were only used on PDP-11 for two programs we don't ship,
and have been obsolete since the VAX days.
xstr never worked in the build.sh cross-build environment (22 years), or
parallel make environment (nearly 28 years), didn't work in the orignal 386bsd
import, and has never been needed in NetBSD as we don't have the older BSD
programs (pascal, pre-nvi ex) that needed mkstr/xstr on PDP-11.
PR toolchain/35964
Revision 1.238: download - view: text, markup, annotated - select for diffs
Mon Jun 6 10:56:29 2022 UTC (2 years, 7 months ago) by nia
Branches: MAIN
CVS tags: netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1
Branch point for: netbsd-10
Diff to: previous 1.237: preferred, colored
Changes since revision 1.237: +2 -10
lines
build system: Revert all the recent additions of MK[...] knobs that
allow conditionally disabling the building of certain user space
programs in the 'base' set.
There is not enough consensus that this is the right way and a few
people had strong objections, see source-changes-d@.
Revision 1.237: download - view: text, markup, annotated - select for diffs
Sat May 28 14:31:11 2022 UTC (2 years, 7 months ago) by nia
Branches: MAIN
Diff to: previous 1.236: preferred, colored
Changes since revision 1.236: +11 -3
lines
mk: Add MKFINGER, MKTALK flags for not building
talk, talkd, finger, fingerd.
Revision 1.236: download - view: text, markup, annotated - select for diffs
Tue Dec 7 17:39:55 2021 UTC (3 years, 1 month ago) by brad
Branches: MAIN
Diff to: previous 1.235: preferred, colored
Changes since revision 1.235: +2 -2
lines
A driver and user land utility for the Sparkfun Serial Controlled Motor
Driver module as illustrated here:
https://www.sparkfun.com/products/13911
A SCMD module is a ARM SOC simular to a Arduino in front of a motor
driver chip. The single SCMD module can control two motors and up to
16 additional modules can be chained together using an internal I2C
bus. One can interface with the SCMD using tty uart commands, SPI or
I2C. The driver in this commit adds a kernel driver for the I2C and
SPI interfaces. The command line utility provides a set of
convenience commands that support most of the functions of the SCMD
and is able to use the tty uart mode, SPI user land or the included
kernel driver in a uniform manor.
The use of the SCMD module is mostly for small robots and the like,
but it can control anything that is controllable by voltage.
Revision 1.235: download - view: text, markup, annotated - select for diffs
Fri May 7 21:51:20 2021 UTC (3 years, 8 months ago) by nia
Branches: MAIN
CVS tags: cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Diff to: previous 1.234: preferred, colored
Changes since revision 1.234: +2 -2
lines
hook up aiomixer
Revision 1.234: download - view: text, markup, annotated - select for diffs
Mon Dec 28 03:48:41 2020 UTC (4 years ago) by htodd
Branches: MAIN
Diff to: previous 1.233: preferred, colored
Changes since revision 1.233: +2 -2
lines
Go into the resize directory to build/install the files since they're in the sets.
Revision 1.229.10.2: download - view: text, markup, annotated - select for diffs
Wed Apr 8 14:09:14 2020 UTC (4 years, 9 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.229.10.1: preferred, colored; branchpoint 1.229: preferred, colored; next MAIN 1.230: preferred, colored
Changes since revision 1.229.10.1: +2 -2
lines
Merge changes from current as of 20200406
Revision 1.233: download - view: text, markup, annotated - select for diffs
Sun Feb 2 21:49:43 2020 UTC (4 years, 11 months ago) by kamil
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
is-mlppp-base,
is-mlppp
Diff to: previous 1.232: preferred, colored
Changes since revision 1.232: +2 -2
lines
Port realpath(1) from FreeBSD
realpath(1) wraps realpath(3) and returns resolved physical path.
This utility shipped with GNU and FreeBSD is sometimes
used in scripts in the wild.
Revision 1.229.10.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:10:17 2019 UTC (5 years, 7 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.229: preferred, colored
Changes since revision 1.229: +4 -4
lines
Sync with HEAD
Revision 1.229.8.1: download - view: text, markup, annotated - select for diffs
Sat Jul 28 04:38:13 2018 UTC (6 years, 5 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.229: preferred, colored; next MAIN 1.230: preferred, colored
Changes since revision 1.229: +4 -4
lines
Sync with HEAD
Revision 1.232: download - view: text, markup, annotated - select for diffs
Tue Jul 24 15:26:16 2018 UTC (6 years, 5 months ago) by christos
Branches: MAIN
CVS tags: phil-wifi-20191119,
phil-wifi-20190609,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9
Diff to: previous 1.231: preferred, colored
Changes since revision 1.231: +2 -2
lines
Tiny base64 encoder/decoder command patterned after the linux and the macosx
ones with the same name,.
Revision 1.231: download - view: text, markup, annotated - select for diffs
Fri Jul 13 11:14:14 2018 UTC (6 years, 6 months ago) by maxv
Branches: MAIN
Diff to: previous 1.230: preferred, colored
Changes since revision 1.230: +2 -2
lines
Remove tpfmt(1). Its code was merged into tprof(8).
Revision 1.230: download - view: text, markup, annotated - select for diffs
Fri Jul 13 11:13:10 2018 UTC (6 years, 6 months ago) by mrg
Branches: MAIN
Diff to: previous 1.229: preferred, colored
Changes since revision 1.229: +2 -2
lines
don't try to decend into remove 'pmc' subdir.
Revision 1.229.4.1: download - view: text, markup, annotated - select for diffs
Mon Aug 7 14:27:11 2017 UTC (7 years, 5 months ago) by perseant
Branches: perseant-stdc-iso10646
Diff to: previous 1.229: preferred, colored; next MAIN 1.230: preferred, colored
Changes since revision 1.229: +2 -2
lines
Make it compile again when __STDC_ISO_10646__ is not defined.
Revision 1.229: download - view: text, markup, annotated - select for diffs
Sun May 21 15:28:42 2017 UTC (7 years, 7 months ago) by riastradh
Branches: MAIN
CVS tags: phil-wifi-base,
pgoyette-compat-base,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
perseant-stdc-iso10646-base,
netbsd-8-base,
netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
matt-nb8-mediatek-base,
matt-nb8-mediatek
Branch point for: phil-wifi,
pgoyette-compat,
perseant-stdc-iso10646
Diff to: previous 1.228: preferred, colored
Changes since revision 1.228: +1 -3
lines
Remove MKCRYPTO option.
Originally, MKCRYPTO was introduced because the United States
classified cryptography as a munition and restricted its export. The
export controls were substantially relaxed fifteen years ago, and are
essentially irrelevant for software with published source code.
In the intervening time, nobody bothered to remove the option after
its motivation -- the US export restriction -- was eliminated. I'm
not aware of any other operating system that has a similar option; I
expect it is mainly out of apathy for churn that we still have it.
Today, cryptography is an essential part of modern computing -- you
can't use the internet responsibly without cryptography.
The position of the TNF board of directors is that TNF makes no
representation that MKCRYPTO=no satisfies any country's cryptography
regulations.
My personal position is that the availability of cryptography is a
basic human right; that any local laws restricting it to a privileged
few are fundamentally immoral; and that it is wrong for developers to
spend effort crippling cryptography to work around such laws.
As proposed on tech-crypto, tech-security, and tech-userlevel to no
objections:
https://mail-index.netbsd.org/tech-crypto/2017/05/06/msg000719.html
https://mail-index.netbsd.org/tech-security/2017/05/06/msg000928.html
https://mail-index.netbsd.org/tech-userlevel/2017/05/06/msg010547.html
P.S. Reviewing all the uses of MKCRYPTO in src revealed a lot of
*bad* crypto that was conditional on it, e.g. DES in telnet... That
should probably be removed too, but on the grounds that it is bad,
not on the grounds that it is (nominally) crypto.
Revision 1.225.2.3: download - view: text, markup, annotated - select for diffs
Wed Apr 26 02:53:34 2017 UTC (7 years, 8 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.225.2.2: preferred, colored; branchpoint 1.225: preferred, colored; next MAIN 1.226: preferred, colored
Changes since revision 1.225.2.2: +2 -2
lines
Sync with HEAD
Revision 1.226.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 21 16:54:13 2017 UTC (7 years, 8 months ago) by bouyer
Branches: bouyer-socketcan
Diff to: previous 1.226: preferred, colored; next MAIN 1.227: preferred, colored
Changes since revision 1.226: +3 -3
lines
Sync with HEAD
Revision 1.228: download - view: text, markup, annotated - select for diffs
Mon Apr 10 16:38:19 2017 UTC (7 years, 9 months ago) by christos
Branches: MAIN
CVS tags: prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
pgoyette-localcount-20170426,
bouyer-socketcan-base1
Diff to: previous 1.227: preferred, colored
Changes since revision 1.227: +2 -2
lines
switch to the OpenBSD dc
Revision 1.225.2.2: download - view: text, markup, annotated - select for diffs
Mon Mar 20 06:58:03 2017 UTC (7 years, 9 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.225.2.1: preferred, colored; branchpoint 1.225: preferred, colored
Changes since revision 1.225.2.1: +2 -2
lines
Sync with HEAD
Revision 1.227: download - view: text, markup, annotated - select for diffs
Mon Feb 6 16:04:07 2017 UTC (7 years, 11 months ago) by christos
Branches: MAIN
CVS tags: pgoyette-localcount-20170320
Diff to: previous 1.226: preferred, colored
Changes since revision 1.226: +2 -2
lines
Add nc.
Revision 1.225.2.1: download - view: text, markup, annotated - select for diffs
Fri Nov 4 14:49:25 2016 UTC (8 years, 2 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.225: preferred, colored
Changes since revision 1.225: +2 -2
lines
Sync with HEAD
Revision 1.226: download - view: text, markup, annotated - select for diffs
Mon Oct 3 01:00:27 2016 UTC (8 years, 3 months ago) by kamil
Branches: MAIN
CVS tags: pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
bouyer-socketcan-base
Branch point for: bouyer-socketcan
Diff to: previous 1.225: preferred, colored
Changes since revision 1.225: +2 -2
lines
Import c11(1) - a cc -std=c11 wrapper
This script is similar to c89(1) and c99(1).
It's a NetBSD extension. The c89(1) and c99(1) scripts are part of POSIX.
Revision 1.225: download - view: text, markup, annotated - select for diffs
Sat Jun 4 15:27:11 2016 UTC (8 years, 7 months ago) by agc
Branches: MAIN
CVS tags: pgoyette-localcount-base,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
localcount-20160914
Branch point for: pgoyette-localcount
Diff to: previous 1.224: preferred, colored
Changes since revision 1.224: +3 -2
lines
Following positive feedback on tech-userlevel, move the sys_info
script from othersrc to usr.bin/sys_info
The sys_info script is a small script which will show the version
information for installed utilities. It also works on the kernel, and
on most libraries.
Its use is as follow:
[19:41:13] agc@netbsd-002 ...external/bsd/sys_info [4568] > ./sys_info -a
awk-20121220
bind-9.10.3pl3
bzip2-1.0.6
calendar-20160601
ftpd-20110904
g++-4.8.5
gcc-4.8.5
grep-2.5.1anb1
gzip-20150113
bozohttpd-20151231
NetBSD-7.99.26
netpgp-3.99.17
netpgpverify-20160214
ntp-4.2.8pl5
openssl-1.0.1r
sqlite3-3.12.2
openssh-7.1
opensshd-7.1
tcsh-6.19.00
xz-5.2.1
[19:41:20] agc@netbsd-002 ...external/bsd/sys_info [4569] > ./sys_info ntp ssh netpgp
ntp-4.2.8pl5
openssh-7.1
netpgp-3.99.17
[19:41:31] agc@netbsd-002 ...external/bsd/sys_info [4570] > ./sys_info ntp ssh netbsd
ntp-4.2.8pl5
openssh-7.1
NetBSD-7.99.26
[19:41:38] agc@netbsd-002 ...external/bsd/sys_info [4571] >
The -a option can be given to the script to print out the information
on all known components.
The sys_info script also works on libraries, returning their
"versions" as given by the shared object version numbers.
[19:45:06] agc@netbsd-002 ...external/bsd/sys_info [4572] > ./sys_info libevent libXfont libc netbsd
libevent-4.0
libXfont-3.0
libc-12.200
NetBSD-7.99.26
[19:45:27] agc@netbsd-002 ...external/bsd/sys_info [4573] >
Alistair Crooks
Wed Jun 1 19:44:01 PDT 2016
Revision 1.224: download - view: text, markup, annotated - select for diffs
Sun Jan 24 17:08:16 2016 UTC (8 years, 11 months ago) by christos
Branches: MAIN
Diff to: previous 1.223: preferred, colored
Changes since revision 1.223: +2 -2
lines
Add a program to find the latest timestamp in a cvs repository
Revision 1.223: download - view: text, markup, annotated - select for diffs
Thu Jan 14 04:27:26 2016 UTC (9 years ago) by christos
Branches: MAIN
Diff to: previous 1.222: preferred, colored
Changes since revision 1.222: +2 -2
lines
this are our's not gnu
Revision 1.222: download - view: text, markup, annotated - select for diffs
Fri Dec 18 18:56:47 2015 UTC (9 years ago) by christos
Branches: MAIN
Diff to: previous 1.221: preferred, colored
Changes since revision 1.221: +2 -2
lines
add sortinfo
Revision 1.221: download - view: text, markup, annotated - select for diffs
Wed Jun 3 14:32:16 2015 UTC (9 years, 7 months ago) by christos
Branches: MAIN
Diff to: previous 1.220: preferred, colored
Changes since revision 1.220: +2 -2
lines
Add a gettext implementation from William Orr.
Revision 1.220: download - view: text, markup, annotated - select for diffs
Mon Mar 2 21:54:13 2015 UTC (9 years, 10 months ago) by christos
Branches: MAIN
Diff to: previous 1.219: preferred, colored
Changes since revision 1.219: +2 -2
lines
add pwait
Revision 1.218.2.1: download - view: text, markup, annotated - select for diffs
Mon Jan 12 10:22:22 2015 UTC (10 years ago) by martin
Branches: netbsd-7
CVS tags: netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0
Diff to: previous 1.218: preferred, colored; next MAIN 1.219: preferred, colored
Changes since revision 1.218: +4 -4
lines
Pull up following revision(s) (requested by mrg in ticket #409):
usr.bin/midirecord/Makefile: revision 1.1
usr.bin/midirecord/midirecord.1: revision 1.1-1.3
usr.bin/midirecord/midirecord.c: revision 1.1-1.6
usr.bin/Makefile: revision 1.219
distrib/sets/lists/base/mi: revision 1.1093
distrib/sets/lists/man/mi: revision 1.1492
distrib/sets/lists/debug/mi: revision 1.98
Add midirecord.
Revision 1.219: download - view: text, markup, annotated - select for diffs
Tue Dec 30 04:22:18 2014 UTC (10 years ago) by mrg
Branches: MAIN
Diff to: previous 1.218: preferred, colored
Changes since revision 1.218: +4 -4
lines
install midirecord.
Revision 1.210.2.3: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:04:56 2014 UTC (10 years, 4 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.210.2.2: preferred, colored; branchpoint 1.210: preferred, colored; next MAIN 1.211: preferred, colored
Changes since revision 1.210.2.2: +9 -6
lines
Rebase to HEAD as of a few days ago.
Revision 1.216.2.1: download - view: text, markup, annotated - select for diffs
Sun Aug 10 07:04:07 2014 UTC (10 years, 5 months ago) by tls
Branches: tls-earlyentropy
Diff to: previous 1.216: preferred, colored; next MAIN 1.217: preferred, colored
Changes since revision 1.216: +5 -3
lines
Rebase.
Revision 1.218: download - view: text, markup, annotated - select for diffs
Fri Aug 1 14:01:30 2014 UTC (10 years, 5 months ago) by christos
Branches: MAIN
CVS tags: tls-maxphys-base,
tls-earlyentropy-base,
netbsd-7-base
Branch point for: netbsd-7
Diff to: previous 1.217: preferred, colored
Changes since revision 1.217: +3 -2
lines
PR/49053: Kamil Rytarowski: Import timeout(1) from FreeBSD
Revision 1.204.2.4: download - view: text, markup, annotated - select for diffs
Thu May 22 11:42:41 2014 UTC (10 years, 7 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.204.2.3: preferred, colored; branchpoint 1.204: preferred, colored; next MAIN 1.205: preferred, colored
Changes since revision 1.204.2.3: +12 -6
lines
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.217: download - view: text, markup, annotated - select for diffs
Tue Apr 15 22:09:27 2014 UTC (10 years, 9 months ago) by ginsbach
Branches: MAIN
CVS tags: yamt-pagecache-base9
Diff to: previous 1.216: preferred, colored
Changes since revision 1.216: +3 -2
lines
Hook getaddrinfo(1) into the build. Hi riastradh!
Revision 1.216: download - view: text, markup, annotated - select for diffs
Thu Jan 16 01:54:47 2014 UTC (11 years ago) by pooka
Branches: MAIN
CVS tags: riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3
Branch point for: tls-earlyentropy
Diff to: previous 1.215: preferred, colored
Changes since revision 1.215: +3 -2
lines
Add rump_wmd, a utility to resolve rump kernel component dependencies.
Revision 1.215: download - view: text, markup, annotated - select for diffs
Sat Dec 28 02:32:01 2013 UTC (11 years ago) by rjs
Branches: MAIN
Diff to: previous 1.214: preferred, colored
Changes since revision 1.214: +3 -3
lines
Only build shmif_dumpbus when rump is available.
Revision 1.214: download - view: text, markup, annotated - select for diffs
Fri Nov 22 16:10:25 2013 UTC (11 years, 1 month ago) by christos
Branches: MAIN
Diff to: previous 1.213: preferred, colored
Changes since revision 1.213: +2 -2
lines
switch to the nv in external/bsd
Revision 1.210.2.2: download - view: text, markup, annotated - select for diffs
Mon Feb 25 00:30:33 2013 UTC (11 years, 10 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.210.2.1: preferred, colored; branchpoint 1.210: preferred, colored
Changes since revision 1.210.2.1: +6 -2
lines
resync with head
Revision 1.213: download - view: text, markup, annotated - select for diffs
Mon Feb 11 17:24:21 2013 UTC (11 years, 11 months ago) by christos
Branches: MAIN
CVS tags: riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
agc-symver-base,
agc-symver
Diff to: previous 1.212: preferred, colored
Changes since revision 1.212: +5 -1
lines
put back soelim, if MKGROFF is no so that we don't break the sets.
Revision 1.212: download - view: text, markup, annotated - select for diffs
Mon Feb 11 17:14:23 2013 UTC (11 years, 11 months ago) by christos
Branches: MAIN
Diff to: previous 1.211: preferred, colored
Changes since revision 1.211: +2 -2
lines
Don't build and install soelim anymore, because it got overwritten
anyway by the groff one and messed up the mtree unprived sets. If
we want to switch back to ours, we should probably add the extra
flags GNU added first.
Revision 1.204.2.3: download - view: text, markup, annotated - select for diffs
Wed Jan 16 05:34:05 2013 UTC (12 years ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.204.2.2: preferred, colored; branchpoint 1.204: preferred, colored
Changes since revision 1.204.2.2: +2 -2
lines
sync with (a bit old) head
Revision 1.207.2.1: download - view: text, markup, annotated - select for diffs
Wed Nov 28 21:35:00 2012 UTC (12 years, 1 month ago) by riz
Branches: netbsd-6
CVS tags: netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1
Diff to: previous 1.207: preferred, colored; next MAIN 1.208: preferred, colored
Changes since revision 1.207: +2 -2
lines
Pull up following revision(s) (requested by christos in ticket #719):
distrib/sets/lists/base/mi: revision 1.1011
usr.bin/flock/Makefile: revision 1.1
usr.bin/flock/flock.1: revision 1.1
distrib/sets/lists/man/mi: revision 1.1404
usr.bin/flock/flock.c: revision 1.1
distrib/sets/lists/comp/mi: revision 1.1786
usr.bin/Makefile: revision 1.211
add flock(1)
Add an flock program inspired by the linux one with the same name.
Revision 1.210.2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 20 03:02:57 2012 UTC (12 years, 1 month ago) by tls
Branches: tls-maxphys
Diff to: previous 1.210: preferred, colored
Changes since revision 1.210: +2 -2
lines
Resync to 2012-11-19 00:00:00 UTC
Revision 1.211: download - view: text, markup, annotated - select for diffs
Thu Nov 1 23:30:19 2012 UTC (12 years, 2 months ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base8,
yamt-pagecache-base7
Diff to: previous 1.210: preferred, colored
Changes since revision 1.210: +2 -2
lines
Add an flock program inspired by the linux one with the same name.
Revision 1.204.2.2: download - view: text, markup, annotated - select for diffs
Tue Oct 30 19:00:14 2012 UTC (12 years, 2 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.204.2.1: preferred, colored; branchpoint 1.204: preferred, colored
Changes since revision 1.204.2.1: +7 -4
lines
sync with head
Revision 1.210: download - view: text, markup, annotated - select for diffs
Wed Aug 8 14:13:46 2012 UTC (12 years, 5 months ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base6
Branch point for: tls-maxphys
Diff to: previous 1.209: preferred, colored
Changes since revision 1.209: +6 -3
lines
exclude programs for MKRUMP = no
Revision 1.209: download - view: text, markup, annotated - select for diffs
Sat Aug 4 15:50:16 2012 UTC (12 years, 5 months ago) by christos
Branches: MAIN
Diff to: previous 1.208: preferred, colored
Changes since revision 1.208: +2 -2
lines
fix bogus test.
Revision 1.204.2.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:09:29 2012 UTC (12 years, 9 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.204: preferred, colored
Changes since revision 1.204: +9 -5
lines
sync with head
Revision 1.208: download - view: text, markup, annotated - select for diffs
Thu Feb 16 04:52:47 2012 UTC (12 years, 11 months ago) by jmmv
Branches: MAIN
CVS tags: yamt-pagecache-base5,
yamt-pagecache-base4
Diff to: previous 1.207: preferred, colored
Changes since revision 1.207: +2 -2
lines
Remove window(1).
window(1) was replaced by tmux(1) on March 2011. The source code has
been reimported into othersrc/usr.bin/window and an up-to-date package
is available in pkgsrc/misc/window.
This removal was approved by core@, with the condition that it be done
once netbsd-6 had been brached. And the branching has just happened!
Revision 1.207: download - view: text, markup, annotated - select for diffs
Tue Feb 7 19:13:31 2012 UTC (12 years, 11 months ago) by joerg
Branches: MAIN
CVS tags: netbsd-6-base,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus
Branch point for: netbsd-6
Diff to: previous 1.206: preferred, colored
Changes since revision 1.206: +7 -3
lines
Import the new apropos/whatis.
This code has been developed by Abhinav Upadhyay as part of Google's Summer
of Code 2011. It uses libmandoc to parse man pages and builds a Full
Text Index in a SQLite database. The combination of indexing the full
manual page, filtering out stop words and ranking individual matches
based on the section gives a much improved user experience.
The old makewhatis and friends are kept under MKMAKEMANDB=no for now.
Revision 1.206: download - view: text, markup, annotated - select for diffs
Wed Jan 4 16:25:13 2012 UTC (13 years ago) by yamt
Branches: MAIN
Diff to: previous 1.205: preferred, colored
Changes since revision 1.205: +2 -2
lines
install tprof related commands and man pages.
Revision 1.205: download - view: text, markup, annotated - select for diffs
Wed Jan 4 15:54:37 2012 UTC (13 years ago) by yamt
Branches: MAIN
Diff to: previous 1.204: preferred, colored
Changes since revision 1.204: +2 -2
lines
install fincore.
Revision 1.204: download - view: text, markup, annotated - select for diffs
Sat Oct 8 19:16:54 2011 UTC (13 years, 3 months ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base
Branch point for: yamt-pagecache
Diff to: previous 1.203: preferred, colored
Changes since revision 1.203: +2 -2
lines
descend into cleantags
Revision 1.203: download - view: text, markup, annotated - select for diffs
Thu Oct 6 07:38:56 2011 UTC (13 years, 3 months ago) by mrg
Branches: MAIN
Diff to: previous 1.202: preferred, colored
Changes since revision 1.202: +2 -2
lines
enable building/installing audiocfg(1). ok jmcneill.
Revision 1.171.10.1: download - view: text, markup, annotated - select for diffs
Tue Jul 26 02:57:26 2011 UTC (13 years, 5 months ago) by matt
Branches: matt-nb5-pq3
Diff to: previous 1.171: preferred, colored; next MAIN 1.172: preferred, colored
Changes since revision 1.171: +3 -2
lines
Add mkubootimage from -HEAD
Revision 1.202: download - view: text, markup, annotated - select for diffs
Sun Jul 3 21:58:52 2011 UTC (13 years, 6 months ago) by tron
Branches: MAIN
Diff to: previous 1.201: preferred, colored
Changes since revision 1.201: +2 -2
lines
Remove the old version of "less".
Revision 1.171.6.1: download - view: text, markup, annotated - select for diffs
Fri May 20 15:05:11 2011 UTC (13 years, 7 months ago) by matt
Branches: matt-nb5-mips64
Diff to: previous 1.171: preferred, colored; next MAIN 1.172: preferred, colored
Changes since revision 1.171: +3 -3
lines
Backport mkubootimage from -current
Revision 1.201: download - view: text, markup, annotated - select for diffs
Thu Apr 21 14:26:35 2011 UTC (13 years, 8 months ago) by joerg
Branches: MAIN
CVS tags: cherry-xenmp-base,
cherry-xenmp
Diff to: previous 1.200: preferred, colored
Changes since revision 1.200: +5 -1
lines
Add MKBSDGREP switch for easy testing of the GNU grep
replacement/alternative.
Revision 1.200: download - view: text, markup, annotated - select for diffs
Fri Apr 15 18:05:46 2011 UTC (13 years, 9 months ago) by elric
Branches: MAIN
Diff to: previous 1.199: preferred, colored
Changes since revision 1.199: +1 -6
lines
Upgrade Heimdal to 1.5pre1 by switching the build from crypto/dist/heimdal
to crypto/external/bsd/heimdal. The latter was just imported as the head
of the Heimdal tree as of a few days ago.
Revision 1.198.2.1: download - view: text, markup, annotated - select for diffs
Tue Feb 8 16:20:10 2011 UTC (13 years, 11 months ago) by bouyer
Branches: bouyer-quota2
Diff to: previous 1.198: preferred, colored; next MAIN 1.199: preferred, colored
Changes since revision 1.198: +3 -2
lines
Sync with HEAD
Revision 1.199: download - view: text, markup, annotated - select for diffs
Thu Jan 20 18:47:19 2011 UTC (13 years, 11 months ago) by pooka
Branches: MAIN
CVS tags: bouyer-quota2-nbase,
bouyer-quota2-base
Diff to: previous 1.198: preferred, colored
Changes since revision 1.198: +3 -2
lines
Add a simple dhcp client for rump kernels. It uses code from dhcpcd
for talking to the server and for setting the interface address
and route. However, otherwise it is quite different, since we need
to be working under the assumptions that there is no stable storage
on a rump instance, and that there are n networking stacks on a
given host.
Revision 1.198: download - view: text, markup, annotated - select for diffs
Wed Jan 12 16:14:24 2011 UTC (14 years ago) by pooka
Branches: MAIN
Branch point for: bouyer-quota2
Diff to: previous 1.197: preferred, colored
Changes since revision 1.197: +2 -2
lines
shmif(4) bus dumping utility
Revision 1.197: download - view: text, markup, annotated - select for diffs
Sun Dec 26 11:31:43 2010 UTC (14 years ago) by jmcneill
Branches: MAIN
CVS tags: matt-mips64-premerge-20101231
Diff to: previous 1.196: preferred, colored
Changes since revision 1.196: +3 -2
lines
hook videoctl into build
Revision 1.196: download - view: text, markup, annotated - select for diffs
Mon Dec 13 13:29:15 2010 UTC (14 years, 1 month ago) by pooka
Branches: MAIN
Diff to: previous 1.195: preferred, colored
Changes since revision 1.195: +2 -2
lines
Add rump_server which is just like rump_allserver with the exception
that it links in only -lrump instead of everything. The startup
time difference (especially when attaching a debugger) is noticeable.
Revision 1.195: download - view: text, markup, annotated - select for diffs
Sun Dec 12 12:48:30 2010 UTC (14 years, 1 month ago) by pooka
Branches: MAIN
Diff to: previous 1.194: preferred, colored
Changes since revision 1.194: +2 -2
lines
utility to halt a rump kernel
Revision 1.194: download - view: text, markup, annotated - select for diffs
Sun Dec 5 17:45:08 2010 UTC (14 years, 1 month ago) by pooka
Branches: MAIN
Diff to: previous 1.193: preferred, colored
Changes since revision 1.193: +2 -2
lines
dumdidumdum, fix name in previous
Revision 1.193: download - view: text, markup, annotated - select for diffs
Sun Dec 5 17:37:32 2010 UTC (14 years, 1 month ago) by pooka
Branches: MAIN
Diff to: previous 1.192: preferred, colored
Changes since revision 1.192: +4 -3
lines
Add a rump server which comes with all the drivers currently
available. In terms of modules it maps to:
golem> rump.modstat
NAME CLASS SOURCE REFS SIZE REQUIRES
bpf driver builtin 0 - -
cd9660 vfs builtin 0 - -
cgd driver builtin 0 - -
dm driver builtin 0 - -
efs vfs builtin 0 - -
ext2fs vfs builtin 0 - ffs
fdesc vfs builtin 0 - -
ffs vfs builtin 3 - -
fss driver builtin 0 - -
hfs vfs builtin 0 - -
kernfs vfs builtin 0 - -
ksem misc builtin 0 - -
layerfs misc builtin 2 - -
lfs vfs builtin 0 - ffs
mfs vfs builtin 0 - ffs
msdos vfs builtin 0 - -
nfs vfs builtin 1 - -
nfsserver misc builtin 0 - nfs
nilfs vfs builtin 0 - -
ntfs vfs builtin 0 - -
null vfs builtin 0 - layerfs
pad driver builtin 0 - -
ptyfs vfs builtin 0 - -
puffs vfs builtin 0 - putter
putter driver builtin 1 - -
scsiverbose misc builtin 0 - -
smbfs vfs builtin 0 - -
suser secmodel builtin 0 - -
swsensor driver builtin 0 - -
sysvbfs vfs builtin 0 - -
tmpfs vfs builtin 0 - -
udf vfs builtin 0 - -
umap vfs builtin 0 - layerfs
union vfs builtin 0 - -
usbverbose misc builtin 0 - -
wapbl vfs builtin 0 - -
In terms of interfaces:
golem> rump.ifconfig -C
shmif virt lo carp
and dmesg:
NetBSD 5.99.41 (RUMP-ROAST) #0: Tue Nov 30 15:35:05 CET 2010
pooka@pain-rustique.localhost:/usr/allsrc/src/sys/rump/librump/rumpkern
total memory = unlimited (host limit)
timecounter: Timecounters tick every 10.000 msec
timecounter: Timecounter "rumpclk" frequency 100 Hz quality 0
cpu0 at thinair0: rump virtual cpu
cpu1 at thinair0: rump virtual cpu
root file system type: rumpfs
mainbus0 (root)
ugenhc0 at mainbus0
usb0 at ugenhc0: USB revision 2.0
uhub0 at usb0: vendor 0x7275 product 0x6d70, class 9/0, rev 0.00/0.00, addr 1
uhub0: 1 port with 1 removable, self powered
ugenhc1 at mainbus0
usb1 at ugenhc1: USB revision 2.0
uhub1 at usb1: vendor 0x7275 product 0x6d70, class 9/0, rev 0.00/0.00, addr 1
uhub1: 1 port with 1 removable, self powered
ugenhc2 at mainbus0
usb2 at ugenhc2: USB revision 2.0
uhub2 at usb2: vendor 0x7275 product 0x6d70, class 9/0, rev 0.00/0.00, addr 1
uhub2: 1 port with 1 removable, self powered
ugenhc3 at mainbus0
usb3 at ugenhc3: USB revision 2.0
uhub3 at usb3: vendor 0x7275 product 0x6d70, class 9/0, rev 0.00/0.00, addr 1
uhub3: 1 port with 1 removable, self powered
scsitest0 at mainbus0
scsibus0 at scsitest0: 2 targets, 1 lun per target
cd0 at scsibus0 target 1 lun 0: <RUMPHOBO, It's a LIE, 0.00> cdrom removable
Chicony Electronics Chicony Electronics, class 0/0, rev 2.00/1.00, addr 2, uhub0 port 1 not configured
AuthenTec AuthenTec, class 255/255, rev 1.10/6.21, addr 2, uhub1 port 1 not configured
swwdog0: software watchdog initialized
Kernelized RAIDframe activated
pad0: outputs: 44100Hz, 16-bit, stereo
audio0 at pad0: half duplex, playback, capture
There a bunch of other stuff which doesn't show up as any of the
above, plus of course the usb drivers which are probed only if I
have the appropriate hardware plugged into my workstation.
Revision 1.192: download - view: text, markup, annotated - select for diffs
Fri Aug 27 16:50:10 2010 UTC (14 years, 4 months ago) by christos
Branches: MAIN
Diff to: previous 1.191: preferred, colored
Changes since revision 1.191: +2 -2
lines
unhook awk again
Revision 1.191: download - view: text, markup, annotated - select for diffs
Fri Aug 27 16:38:27 2010 UTC (14 years, 4 months ago) by christos
Branches: MAIN
Diff to: previous 1.190: preferred, colored
Changes since revision 1.190: +2 -2
lines
switch back to the old awk till I fixed the problem.
Revision 1.190: download - view: text, markup, annotated - select for diffs
Thu Aug 26 14:57:47 2010 UTC (14 years, 4 months ago) by christos
Branches: MAIN
Diff to: previous 1.189: preferred, colored
Changes since revision 1.189: +2 -2
lines
Unglue awk.
Revision 1.189: download - view: text, markup, annotated - select for diffs
Sat Jun 19 03:50:30 2010 UTC (14 years, 6 months ago) by mrg
Branches: MAIN
Diff to: previous 1.188: preferred, colored
Changes since revision 1.188: +4 -2
lines
- 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.
Revision 1.188: download - view: text, markup, annotated - select for diffs
Fri Jun 18 18:57:27 2010 UTC (14 years, 7 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.187: preferred, colored
Changes since revision 1.187: +3 -2
lines
hook mkubootimage into the build
Revision 1.187: download - view: text, markup, annotated - select for diffs
Thu Jun 17 06:29:16 2010 UTC (14 years, 7 months ago) by mrg
Branches: MAIN
Diff to: previous 1.186: preferred, colored
Changes since revision 1.186: +8 -2
lines
if MKPIGZ != no, build gzip, otherwise build pigz.
Revision 1.186: download - view: text, markup, annotated - select for diffs
Fri May 7 17:35:31 2010 UTC (14 years, 8 months ago) by christos
Branches: MAIN
Diff to: previous 1.185: preferred, colored
Changes since revision 1.185: +2 -2
lines
unhook old cron, hook new one.
Revision 1.185: download - view: text, markup, annotated - select for diffs
Wed Feb 3 15:34:45 2010 UTC (14 years, 11 months ago) by roy
Branches: MAIN
Diff to: previous 1.184: preferred, colored
Changes since revision 1.184: +3 -3
lines
Userland now builds and uses terminfo instead of termcap.
OK: core@, jdc@
Revision 1.184: download - view: text, markup, annotated - select for diffs
Sat Jan 16 15:34:23 2010 UTC (15 years ago) by roy
Branches: MAIN
Diff to: previous 1.183: preferred, colored
Changes since revision 1.183: +2 -2
lines
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.
Revision 1.183: download - view: text, markup, annotated - select for diffs
Thu Oct 29 01:01:17 2009 UTC (15 years, 2 months ago) by christos
Branches: MAIN
CVS tags: matt-premerge-20091211
Diff to: previous 1.182: preferred, colored
Changes since revision 1.182: +2 -2
lines
unhook yacc
Revision 1.182: download - view: text, markup, annotated - select for diffs
Mon Oct 26 21:37:10 2009 UTC (15 years, 2 months ago) by christos
Branches: MAIN
Diff to: previous 1.181: preferred, colored
Changes since revision 1.181: +2 -2
lines
unhook lex
Revision 1.181: download - view: text, markup, annotated - select for diffs
Mon Oct 26 04:09:45 2009 UTC (15 years, 2 months ago) by christos
Branches: MAIN
Diff to: previous 1.180: preferred, colored
Changes since revision 1.180: +2 -2
lines
put back lex
Revision 1.180: download - view: text, markup, annotated - select for diffs
Mon Oct 26 01:18:19 2009 UTC (15 years, 2 months ago) by christos
Branches: MAIN
Diff to: previous 1.179: preferred, colored
Changes since revision 1.179: +2 -2
lines
unhook old flex.
Revision 1.179: download - view: text, markup, annotated - select for diffs
Thu Sep 3 01:17:29 2009 UTC (15 years, 4 months ago) by joerg
Branches: MAIN
Diff to: previous 1.178: preferred, colored
Changes since revision 1.178: +2 -2
lines
Enable libarchive-based unzip frontend.
Revision 1.178: download - view: text, markup, annotated - select for diffs
Sat Aug 15 16:21:04 2009 UTC (15 years, 5 months ago) by joerg
Branches: MAIN
Diff to: previous 1.177: preferred, colored
Changes since revision 1.177: +2 -2
lines
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.
Revision 1.177: download - view: text, markup, annotated - select for diffs
Mon Jul 20 17:34:41 2009 UTC (15 years, 5 months ago) by christos
Branches: MAIN
Diff to: previous 1.176: preferred, colored
Changes since revision 1.176: +1 -2
lines
openssl has moved
Revision 1.176: download - view: text, markup, annotated - select for diffs
Sun Jun 7 22:46:43 2009 UTC (15 years, 7 months ago) by christos
Branches: MAIN
Diff to: previous 1.175: preferred, colored
Changes since revision 1.175: +1 -2
lines
unhook ssh
Revision 1.174.2.1: download - view: text, markup, annotated - select for diffs
Wed May 13 19:19:42 2009 UTC (15 years, 8 months ago) by jym
Branches: jym-xensuspend
Diff to: previous 1.174: preferred, colored; next MAIN 1.175: preferred, colored
Changes since revision 1.174: +2 -2
lines
Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
Revision 1.175: download - view: text, markup, annotated - select for diffs
Fri May 8 17:47:00 2009 UTC (15 years, 8 months ago) by christos
Branches: MAIN
CVS tags: jym-xensuspend-nbase,
jym-xensuspend-base
Diff to: previous 1.174: preferred, colored
Changes since revision 1.174: +2 -2
lines
unhook file
Revision 1.174: download - view: text, markup, annotated - select for diffs
Mon Jan 19 07:08:29 2009 UTC (15 years, 11 months ago) by jmmv
Branches: MAIN
Branch point for: jym-xensuspend
Diff to: previous 1.173: preferred, colored
Changes since revision 1.173: +1 -5
lines
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.
Revision 1.173: download - view: text, markup, annotated - select for diffs
Thu Dec 11 11:14:37 2008 UTC (16 years, 1 month ago) by roy
Branches: MAIN
Diff to: previous 1.172: preferred, colored
Changes since revision 1.172: +2 -2
lines
Add the tabs utility, conforming to IEEE Std 1003.1 (``POSIX.1'').
Fixes PR bin/11227
No objection on tech-userland, ok: martin
Revision 1.172: download - view: text, markup, annotated - select for diffs
Wed Nov 12 12:36:29 2008 UTC (16 years, 2 months ago) by ad
Branches: MAIN
Diff to: previous 1.171: preferred, colored
Changes since revision 1.171: +1 -5
lines
Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
Revision 1.171: download - view: text, markup, annotated - select for diffs
Wed Oct 29 16:49:33 2008 UTC (16 years, 2 months ago) by christos
Branches: MAIN
CVS tags: netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
matt-nb5-pq3-base,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb4-mips64-k7-u2a-k9b
Branch point for: matt-nb5-pq3,
matt-nb5-mips64
Diff to: previous 1.170: preferred, colored
Changes since revision 1.170: +2 -2
lines
bye old vi!
Revision 1.163.4.2: download - view: text, markup, annotated - select for diffs
Thu Sep 18 04:29:07 2008 UTC (16 years, 3 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.163.4.1: preferred, colored; branchpoint 1.163: preferred, colored; next MAIN 1.164: preferred, colored
Changes since revision 1.163.4.1: +8 -6
lines
Sync with wrstuden-revivesa-base-2.
Revision 1.170: download - view: text, markup, annotated - select for diffs
Sun Aug 31 12:09:48 2008 UTC (16 years, 4 months ago) by christos
Branches: MAIN
CVS tags: wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
matt-mips64-base2
Diff to: previous 1.169: preferred, colored
Changes since revision 1.169: +2 -2
lines
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.
Revision 1.169: download - view: text, markup, annotated - select for diffs
Sun Aug 31 05:17:31 2008 UTC (16 years, 4 months ago) by christos
Branches: MAIN
Diff to: previous 1.168: preferred, colored
Changes since revision 1.168: +3 -7
lines
nvi is now default
Revision 1.168: download - view: text, markup, annotated - select for diffs
Sat Aug 16 23:59:45 2008 UTC (16 years, 5 months ago) by gmcgarry
Branches: MAIN
Diff to: previous 1.167: preferred, colored
Changes since revision 1.167: +6 -3
lines
Dont build atf tools with (${MKATF} == no).
Revision 1.167: download - view: text, markup, annotated - select for diffs
Tue Jul 22 21:07:58 2008 UTC (16 years, 5 months ago) by dyoung
Branches: MAIN
Diff to: previous 1.166: preferred, colored
Changes since revision 1.166: +5 -2
lines
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.
Revision 1.166: download - view: text, markup, annotated - select for diffs
Wed Jul 16 00:43:04 2008 UTC (16 years, 6 months ago) by christos
Branches: MAIN
Diff to: previous 1.165: preferred, colored
Changes since revision 1.165: +2 -2
lines
top is now in dist/bsd
Revision 1.163.4.1: download - view: text, markup, annotated - select for diffs
Mon Jun 23 04:32:10 2008 UTC (16 years, 6 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.163: preferred, colored
Changes since revision 1.163: +3 -1
lines
Sync w/ -current. 34 merge conflicts to follow.
Revision 1.163.2.2: download - view: text, markup, annotated - select for diffs
Tue Jun 17 09:15:21 2008 UTC (16 years, 7 months ago) by yamt
Branches: yamt-pf42
Diff to: previous 1.163.2.1: preferred, colored; branchpoint 1.163: preferred, colored; next MAIN 1.164: preferred, colored
Changes since revision 1.163.2.1: +2 -1
lines
sync with head.
Revision 1.165: download - view: text, markup, annotated - select for diffs
Tue Jun 10 18:41:47 2008 UTC (16 years, 7 months ago) by aymeric
Branches: MAIN
CVS tags: yamt-pf42-base4,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base
Diff to: previous 1.164: preferred, colored
Changes since revision 1.164: +2 -1
lines
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.
Revision 1.163.2.1: download - view: text, markup, annotated - select for diffs
Sun May 18 12:36:04 2008 UTC (16 years, 8 months ago) by yamt
Branches: yamt-pf42
Diff to: previous 1.163: preferred, colored
Changes since revision 1.163: +2 -1
lines
sync with head.
Revision 1.164: download - view: text, markup, annotated - select for diffs
Sun May 11 17:58:45 2008 UTC (16 years, 8 months ago) by joerg
Branches: MAIN
CVS tags: yamt-pf42-base3,
yamt-pf42-base2,
hpcarm-cleanup-nbase
Diff to: previous 1.163: preferred, colored
Changes since revision 1.163: +2 -1
lines
Add nbsvtool to the build.
Revision 1.158.4.2: download - view: text, markup, annotated - select for diffs
Sun Mar 23 00:49:00 2008 UTC (16 years, 9 months ago) by matt
Branches: matt-armv6
Diff to: previous 1.158.4.1: preferred, colored; branchpoint 1.158: preferred, colored; next MAIN 1.159: preferred, colored
Changes since revision 1.158.4.1: +6 -2
lines
sync with HEAD
Revision 1.163: download - view: text, markup, annotated - select for diffs
Sat Mar 22 08:37:27 2008 UTC (16 years, 9 months ago) by mlelstv
Branches: MAIN
CVS tags: yamt-pf42-baseX,
yamt-pf42-base
Branch point for: yamt-pf42,
wrstuden-revivesa
Diff to: previous 1.162: preferred, colored
Changes since revision 1.162: +2 -1
lines
Import Heimdal-1.1
Revision 1.162: download - view: text, markup, annotated - select for diffs
Sun Feb 10 08:21:25 2008 UTC (16 years, 11 months ago) by jmmv
Branches: MAIN
CVS tags: matt-armv6-nbase,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-base
Diff to: previous 1.161: preferred, colored
Changes since revision 1.161: +2 -2
lines
Always test MKMODULAR with != "no". Requested by mrg@.
Revision 1.161: download - view: text, markup, annotated - select for diffs
Sat Feb 9 19:33:17 2008 UTC (16 years, 11 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.160: preferred, colored
Changes since revision 1.160: +6 -2
lines
Do not descend into modstat if MKMODULAR is set.
Revision 1.158.4.1: download - view: text, markup, annotated - select for diffs
Wed Jan 9 02:00:29 2008 UTC (17 years ago) by matt
Branches: matt-armv6
Diff to: previous 1.158: preferred, colored
Changes since revision 1.158: +4 -2
lines
sync with HEAD
Revision 1.160: download - view: text, markup, annotated - select for diffs
Mon Nov 12 15:00:00 2007 UTC (17 years, 2 months ago) by jmmv
Branches: MAIN
CVS tags: matt-armv6-base,
cube-autoconf-base,
cube-autoconf
Diff to: previous 1.159: preferred, colored
Changes since revision 1.159: +3 -2
lines
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.
Revision 1.159: download - view: text, markup, annotated - select for diffs
Fri Nov 9 21:18:24 2007 UTC (17 years, 2 months ago) by plunky
Branches: MAIN
Diff to: previous 1.158: preferred, colored
Changes since revision 1.158: +3 -2
lines
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.
Revision 1.158: download - view: text, markup, annotated - select for diffs
Thu Jun 21 14:09:23 2007 UTC (17 years, 6 months ago) by ginsbach
Branches: MAIN
CVS tags: matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
hpcarm-cleanup
Branch point for: matt-armv6
Diff to: previous 1.157: preferred, colored
Changes since revision 1.157: +2 -2
lines
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.
Revision 1.157: download - view: text, markup, annotated - select for diffs
Sun Feb 18 22:44:44 2007 UTC (17 years, 10 months ago) by rmind
Branches: MAIN
Diff to: previous 1.156: preferred, colored
Changes since revision 1.156: +2 -2
lines
Enable sdiff(1) in usr.bin, disable GNU sdiff(1).
lists seems to be compatible.
Revision 1.155.2.1: download - view: text, markup, annotated - select for diffs
Tue Feb 6 22:20:42 2007 UTC (17 years, 11 months ago) by tron
Branches: netbsd-4
CVS tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0
Diff to: previous 1.155: preferred, colored; next MAIN 1.156: preferred, colored
Changes since revision 1.155: +2 -2
lines
Pull up following revision(s) (requested by elad in ticket #396):
distrib/sets/lists/base/mi: revision 1.685
usr.sbin/paxctl/Makefile: revision 1.1
usr.bin/Makefile: revision 1.156
usr.sbin/paxctl/paxctl.c: revision 1.1
usr.bin/paxctl/paxctl.1: file removal
usr.sbin/paxctl/paxctl.8: revision 1.1
distrib/sets/lists/comp/mi: revision 1.995
usr.bin/paxctl/Makefile: file removal
distrib/sets/lists/man/mi: revision 1.971
usr.bin/paxctl/paxctl.c: file removal
usr.sbin/Makefile: revision 1.225
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).
Revision 1.156: download - view: text, markup, annotated - select for diffs
Tue Jan 30 19:40:07 2007 UTC (17 years, 11 months ago) by elad
Branches: MAIN
Diff to: previous 1.155: preferred, colored
Changes since revision 1.155: +2 -2
lines
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).
Revision 1.155: download - view: text, markup, annotated - select for diffs
Sat Oct 7 13:04:43 2006 UTC (18 years, 3 months ago) by tron
Branches: MAIN
CVS tags: netbsd-4-base
Branch point for: netbsd-4
Diff to: previous 1.154: preferred, colored
Changes since revision 1.154: +5 -6
lines
Fix broken line continuation, probably caused by editor word wrap.
Revision 1.154: download - view: text, markup, annotated - select for diffs
Sat Oct 7 08:48:03 2006 UTC (18 years, 3 months ago) by elad
Branches: MAIN
Diff to: previous 1.153: preferred, colored
Changes since revision 1.153: +3 -2
lines
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).
Revision 1.153: download - view: text, markup, annotated - select for diffs
Mon Sep 25 19:21:42 2006 UTC (18 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.152: preferred, colored
Changes since revision 1.152: +2 -2
lines
PR/34599: Mindaugas: csplit(1) utility port
Revision 1.152: download - view: text, markup, annotated - select for diffs
Mon Jun 19 15:44:56 2006 UTC (18 years, 7 months ago) by gdamore
Branches: MAIN
CVS tags: abandoned-netbsd-4-base,
abandoned-netbsd-4
Diff to: previous 1.151: preferred, colored
Changes since revision 1.151: +4 -4
lines
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.
Revision 1.151: download - view: text, markup, annotated - select for diffs
Tue May 16 00:08:25 2006 UTC (18 years, 8 months ago) by elad
Branches: MAIN
CVS tags: chap-midi-nbase,
chap-midi-base,
chap-midi
Diff to: previous 1.150: preferred, colored
Changes since revision 1.150: +2 -2
lines
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.
Revision 1.150: download - view: text, markup, annotated - select for diffs
Mon Apr 3 08:15:48 2006 UTC (18 years, 9 months ago) by scw
Branches: MAIN
Diff to: previous 1.149: preferred, colored
Changes since revision 1.149: +2 -2
lines
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.
Revision 1.149: download - view: text, markup, annotated - select for diffs
Tue Jan 24 19:01:45 2006 UTC (18 years, 11 months ago) by elad
Branches: MAIN
Diff to: previous 1.148: preferred, colored
Changes since revision 1.148: +2 -2
lines
moduli utils moved from games to usr.bin.
Revision 1.145.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 16 12:13:52 2005 UTC (19 years, 5 months ago) by tron
Branches: netbsd-3
CVS tags: netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0
Diff to: previous 1.145: preferred, colored; next MAIN 1.146: preferred, colored
Changes since revision 1.145: +2 -2
lines
Pull up revision 1.148 (requested by hubertf in ticket #667):
Add vndcompress
Revision 1.148: download - view: text, markup, annotated - select for diffs
Mon Jul 25 18:10:09 2005 UTC (19 years, 5 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.147: preferred, colored
Changes since revision 1.147: +2 -2
lines
Add vndcompress
Revision 1.147: download - view: text, markup, annotated - select for diffs
Wed Jun 29 21:20:15 2005 UTC (19 years, 6 months ago) by perry
Branches: MAIN
Diff to: previous 1.146: preferred, colored
Changes since revision 1.146: +4 -3
lines
add deroff and spell
Revision 1.146: download - view: text, markup, annotated - select for diffs
Sun Jun 5 18:19:52 2005 UTC (19 years, 7 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.145: preferred, colored
Changes since revision 1.145: +4 -4
lines
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.
Revision 1.145: download - view: text, markup, annotated - select for diffs
Wed Mar 9 05:20:05 2005 UTC (19 years, 10 months ago) by atatat
Branches: MAIN
CVS tags: netbsd-3-base
Branch point for: netbsd-3
Diff to: previous 1.144: preferred, colored
Changes since revision 1.144: +2 -2
lines
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.
Revision 1.144: download - view: text, markup, annotated - select for diffs
Thu Jan 20 04:26:00 2005 UTC (19 years, 11 months ago) by ginsbach
Branches: MAIN
Diff to: previous 1.143: preferred, colored
Changes since revision 1.143: +2 -2
lines
add seq(1)
Revision 1.143: download - view: text, markup, annotated - select for diffs
Sun Jan 2 17:55:48 2005 UTC (20 years ago) by thorpej
Branches: MAIN
Diff to: previous 1.142: preferred, colored
Changes since revision 1.142: +2 -2
lines
Add a getextattr(1)/setextattr(1)/rmextattr(1)/lsextattr(1) utility
that gets, sets, removes, and lists file system extended attributes.
From FreeBSD.
Revision 1.142: download - view: text, markup, annotated - select for diffs
Tue Nov 23 07:35:38 2004 UTC (20 years, 1 month ago) by lukem
Branches: MAIN
Diff to: previous 1.141: preferred, colored
Changes since revision 1.141: +2 -2
lines
add getent(1)
Revision 1.141: download - view: text, markup, annotated - select for diffs
Mon Sep 13 23:35:19 2004 UTC (20 years, 4 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.140: preferred, colored
Changes since revision 1.140: +2 -2
lines
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.
Revision 1.140: download - view: text, markup, annotated - select for diffs
Tue May 25 10:31:45 2004 UTC (20 years, 7 months ago) by lha
Branches: MAIN
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +2 -2
lines
Add kgetcred, a tool that fetches a credential from the KDC
Useful when debugging service and cross-realm problems.
Revision 1.139: download - view: text, markup, annotated - select for diffs
Thu Apr 1 14:41:53 2004 UTC (20 years, 9 months ago) by martin
Branches: MAIN
Diff to: previous 1.138: preferred, colored
Changes since revision 1.138: +2 -2
lines
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.
Revision 1.138: download - view: text, markup, annotated - select for diffs
Fri Mar 26 08:52:26 2004 UTC (20 years, 9 months ago) by mrg
Branches: MAIN
CVS tags: netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0,
netbsd-2
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +3 -3
lines
switch over to mrg gzip.
Revision 1.137: download - view: text, markup, annotated - select for diffs
Sat Mar 13 22:28:47 2004 UTC (20 years, 10 months ago) by jdolecek
Branches: MAIN
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +2 -2
lines
switch awk to nawk; gawk sources will be removed after some grace period
change blessed by core@
Revision 1.136: download - view: text, markup, annotated - select for diffs
Fri Jul 4 05:41:49 2003 UTC (21 years, 6 months ago) by tshiozak
Branches: MAIN
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +2 -2
lines
add locale(1) utility.
Originally written by Alexey Zelkin <phantom@FreeBSD.org>.
So, obtained from FreeBSD with gratitude. (suggested by wiz.)
Revision 1.135: download - view: text, markup, annotated - select for diffs
Fri Jun 27 05:21:54 2003 UTC (21 years, 6 months ago) by tshiozak
Branches: MAIN
Diff to: previous 1.134: preferred, colored
Changes since revision 1.134: +2 -2
lines
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).
Revision 1.134: download - view: text, markup, annotated - select for diffs
Thu Jun 26 06:30:12 2003 UTC (21 years, 6 months ago) by tshiozak
Branches: MAIN
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +3 -3
lines
Citrus iconv support(3)
add host tools : mkcsmapper and mkesdb
mkcsmapper - coded character set mapping table compiler
mkesdb - encoding scheme database compiler
Revision 1.133: download - view: text, markup, annotated - select for diffs
Wed Apr 16 11:35:10 2003 UTC (21 years, 9 months ago) by salo
Branches: MAIN
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +2 -2
lines
add pathchk(1) (hi jdolecek!)
Revision 1.132: download - view: text, markup, annotated - select for diffs
Sun Apr 6 16:35:37 2003 UTC (21 years, 9 months ago) by lha
Branches: MAIN
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +2 -2
lines
Don't build a separate kpasswd program, passwd can handle Kerberos
password changing. Fixes last part of bin/14988.
Revision 1.124.2.2: download - view: text, markup, annotated - select for diffs
Mon Feb 10 06:05:23 2003 UTC (21 years, 11 months ago) by jmc
Branches: netbsd-1-6
CVS tags: netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001
Diff to: previous 1.124.2.1: preferred, colored; branchpoint 1.124: preferred, colored; next MAIN 1.125: preferred, colored
Changes since revision 1.124.2.1: +3 -3
lines
Pullup rev 1.130 (requested by grant in ticket #1115)
Separate progress reporting into a utility set of routines. Use
these to provide a standalone progress binary and integrate support
for this into sysinst.
Revision 1.131: download - view: text, markup, annotated - select for diffs
Thu Jan 23 17:34:49 2003 UTC (21 years, 11 months ago) by christos
Branches: MAIN
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +2 -2
lines
bring back gcore from the dead.
Revision 1.130: download - view: text, markup, annotated - select for diffs
Wed Jan 22 00:16:39 2003 UTC (21 years, 11 months ago) by jhawk
Branches: MAIN
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +2 -2
lines
make progress(1)
Revision 1.129: download - view: text, markup, annotated - select for diffs
Wed Dec 11 13:52:41 2002 UTC (22 years, 1 month ago) by lukem
Branches: MAIN
CVS tags: fvdl_fs64_base
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +2 -2
lines
add db(1)
Revision 1.128: download - view: text, markup, annotated - select for diffs
Sun Dec 8 21:50:36 2002 UTC (22 years, 1 month ago) by perry
Branches: MAIN
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +22 -21
lines
add qsubst
re-sort and re-format SUBDIRs
Revision 1.127: download - view: text, markup, annotated - select for diffs
Tue Oct 1 20:50:25 2002 UTC (22 years, 3 months ago) by provos
Branches: MAIN
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +3 -2
lines
add pwhash
Revision 1.124.2.1: download - view: text, markup, annotated - select for diffs
Tue Sep 17 13:30:50 2002 UTC (22 years, 4 months ago) by lukem
Branches: netbsd-1-6
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +2 -2
lines
Pull up revision 1.126 (requested by joda in ticket #782):
don't build kf; there are security issues with heimdal 0.4e, and we
don't actually need it
Revision 1.109.2.5: download - view: text, markup, annotated - select for diffs
Wed Sep 11 00:07:40 2002 UTC (22 years, 4 months ago) by itojun
Branches: netbsd-1-5
Diff to: previous 1.109.2.4: preferred, colored; branchpoint 1.109: preferred, colored; next MAIN 1.110: preferred, colored
Changes since revision 1.109.2.4: +2 -2
lines
libexec/Makefile 1.43
usr.bin/Makefile 1.126
distrib/sets/lists/base/mi 1.350 via patch
distrib/sets/lists/man/mi 1.513 via patch
distrib/sets/lists/man/obsolete.mi 1.52
distrib/sets/lists/base/obsolete.mi 1.53
obsolete usr.bin/kf and libexec/kfd for security issues, and are no longer
needeed.
Revision 1.126: download - view: text, markup, annotated - select for diffs
Tue Sep 10 22:16:22 2002 UTC (22 years, 4 months ago) by joda
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +2 -2
lines
don't build kf; there are security issues with heimdal 0.4e, and we
don't actually need it
Revision 1.125: download - view: text, markup, annotated - select for diffs
Sun Sep 1 20:32:43 2002 UTC (22 years, 4 months ago) by atatat
Branches: MAIN
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +2 -2
lines
Move pmap(1) to /usr/bin (from /usr/sbin) where it belongs.
Revision 1.124: download - view: text, markup, annotated - select for diffs
Sat Apr 27 16:37:19 2002 UTC (22 years, 8 months ago) by atatat
Branches: MAIN
CVS tags: netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1
Branch point for: netbsd-1-6
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +2 -2
lines
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.
Revision 1.123: download - view: text, markup, annotated - select for diffs
Fri Mar 22 18:10:22 2002 UTC (22 years, 9 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +21 -6
lines
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.
Revision 1.122: download - view: text, markup, annotated - select for diffs
Fri Mar 1 11:23:14 2002 UTC (22 years, 10 months ago) by ad
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +3 -3
lines
Descend into pkill/.
Revision 1.121: download - view: text, markup, annotated - select for diffs
Tue Jan 1 21:56:28 2002 UTC (23 years ago) by augustss
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +3 -3
lines
Add a program for controlling radio(4) devices. Written by Maxim Tsyplakov
and Vladimir Popov for OpenBSD.
Revision 1.120: download - view: text, markup, annotated - select for diffs
Mon Dec 3 22:28:19 2001 UTC (23 years, 1 month ago) by martin
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +1 -5
lines
Back out replacing gawk by nawk - James Chacon already fixed gawk for
sparc64.
Sorry, next time I'll catch up with mails first.
Revision 1.119: download - view: text, markup, annotated - select for diffs
Mon Dec 3 22:15:16 2001 UTC (23 years, 1 month ago) by martin
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +5 -1
lines
HACK: Build awk (replacing gawk) on sparc64, since this is the only one
known to work with the -current toolchain.
Revision 1.118: download - view: text, markup, annotated - select for diffs
Sat Jan 13 20:11:49 2001 UTC (24 years ago) by jdolecek
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +2 -3
lines
put back sort, it's fixed now
Revision 1.117: download - view: text, markup, annotated - select for diffs
Sat Jan 13 14:11:38 2001 UTC (24 years ago) by simonb
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +3 -2
lines
Disable sort for now, it has a corruption problem.
Revision 1.116: download - view: text, markup, annotated - select for diffs
Sat Jan 13 10:49:06 2001 UTC (24 years ago) by jdolecek
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +2 -2
lines
Switch from GNU to BSD sort. Approved by the Core.
Revision 1.115: download - view: text, markup, annotated - select for diffs
Sat Dec 30 13:07:48 2000 UTC (24 years ago) by augustss
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +2 -2
lines
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.
Revision 1.114: download - view: text, markup, annotated - select for diffs
Fri Dec 22 01:31:48 2000 UTC (24 years ago) by itojun
Branches: MAIN
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +3 -2
lines
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.
Revision 1.113: download - view: text, markup, annotated - select for diffs
Tue Oct 24 23:59:00 2000 UTC (24 years, 2 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +2 -2
lines
Add pmc(1).
Revision 1.109.2.4: download - view: text, markup, annotated - select for diffs
Fri Sep 29 05:43:36 2000 UTC (24 years, 3 months ago) by thorpej
Branches: netbsd-1-5
CVS tags: netbsd-1-5-RELEASE,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA
Diff to: previous 1.109.2.3: preferred, colored; branchpoint 1.109: preferred, colored
Changes since revision 1.109.2.3: +2 -2
lines
Descend into the ssh heirarchy.
Revision 1.112: download - view: text, markup, annotated - select for diffs
Tue Jul 25 16:32:24 2000 UTC (24 years, 5 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +2 -2
lines
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.
Revision 1.109.2.3: download - view: text, markup, annotated - select for diffs
Sun Jul 2 11:35:58 2000 UTC (24 years, 6 months ago) by he
Branches: netbsd-1-5
CVS tags: netbsd-1-5-ALPHA2
Diff to: previous 1.109.2.2: preferred, colored; branchpoint 1.109: preferred, colored
Changes since revision 1.109.2.2: +2 -2
lines
Pull up revision 1.111 (requested by he, approved by thorpej):
Under MKCRYPTO != no, also build bdes.
Revision 1.111: download - view: text, markup, annotated - select for diffs
Sat Jul 1 20:27:11 2000 UTC (24 years, 6 months ago) by he
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +2 -2
lines
Under MKCRYPTO != no, also build bdes.
Revision 1.109.2.2: download - view: text, markup, annotated - select for diffs
Sat Jun 24 06:59:35 2000 UTC (24 years, 6 months ago) by thorpej
Branches: netbsd-1-5
Diff to: previous 1.109.2.1: preferred, colored; branchpoint 1.109: preferred, colored
Changes since revision 1.109.2.1: +35 -0
lines
Update from trunk:
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.
Revision 1.107.6.2: download - view: text, markup, annotated - select for diffs
Fri Jun 23 16:30:10 2000 UTC (24 years, 6 months ago) by minoura
Branches: minoura-xpg4dl
Diff to: previous 1.107.6.1: preferred, colored; branchpoint 1.107: preferred, colored; next MAIN 1.108: preferred, colored
Changes since revision 1.107.6.1: +6 -9
lines
Sync w/ netbsd-1-5-base.
Revision 1.110: download - view: text, markup, annotated - select for diffs
Fri Jun 23 06:01:15 2000 UTC (24 years, 6 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +5 -1
lines
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.
Revision 1.109.2.1
Tue Jun 20 06:00:36 2000 UTC (24 years, 7 months ago) by thorpej
Branches: netbsd-1-5
FILE REMOVED
Changes since revision 1.109: +0 -31
lines
file Makefile was added on branch netbsd-1-5 on 2000-06-24 06:59:35 +0000
Revision 1.109: download - view: text, markup, annotated - select for diffs
Tue Jun 20 06:00:36 2000 UTC (24 years, 7 months ago) by thorpej
Branches: MAIN
CVS tags: netbsd-1-5-base
Branch point for: netbsd-1-5
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +2 -7
lines
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.
Revision 1.108: download - view: text, markup, annotated - select for diffs
Fri Jun 16 16:19:33 2000 UTC (24 years, 7 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +3 -1
lines
Build openssl.
Revision 1.107.6.1: download - view: text, markup, annotated - select for diffs
Sun May 28 22:41:01 2000 UTC (24 years, 7 months ago) by minoura
Branches: minoura-xpg4dl
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +3 -2
lines
Citrus Project XPG4DL, an implementation of I18N (locale) framework,
is imported.
Revision 1.101.2.1: download - view: text, markup, annotated - select for diffs
Wed Sep 22 03:17:43 1999 UTC (25 years, 3 months ago) by cgd
Branches: netbsd-1-4
CVS tags: netbsd-1-4-PATCH003,
netbsd-1-4-PATCH002
Diff to: previous 1.101: preferred, colored; next MAIN 1.102: preferred, colored
Changes since revision 1.101: +4 -4
lines
pull up rev 1.107 from trunk (requested by cgd):
Add mktemp(1), a utility to make temporary files for shell scripts.
Revision 1.107: download - view: text, markup, annotated - select for diffs
Thu Sep 2 20:48:27 1999 UTC (25 years, 4 months ago) by tron
Branches: MAIN
CVS tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221,
wrstuden-devbsize,
minoura-xpg4dl-base,
comdex-fall-1999-base,
comdex-fall-1999
Branch point for: minoura-xpg4dl
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +4 -4
lines
Build and install "mktemp".
Revision 1.106: download - view: text, markup, annotated - select for diffs
Tue Jul 20 09:47:08 1999 UTC (25 years, 6 months ago) by mrg
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +2 -2
lines
optionally include CRYPTOPATH Makefile.frag files.
Revision 1.105: download - view: text, markup, annotated - select for diffs
Mon Jul 12 22:11:37 1999 UTC (25 years, 6 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +8 -4
lines
Use bsd.crypto.mk.
Revision 1.104: download - view: text, markup, annotated - select for diffs
Mon Jul 12 03:21:50 1999 UTC (25 years, 6 months ago) by darrenr
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +2 -2
lines
build ktruss
Revision 1.103: download - view: text, markup, annotated - select for diffs
Wed Jun 9 02:58:57 1999 UTC (25 years, 7 months ago) by simonb
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +2 -13
lines
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.
Revision 1.102: download - view: text, markup, annotated - select for diffs
Sat Jun 5 13:21:59 1999 UTC (25 years, 7 months ago) by ad
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +3 -3
lines
'cdplay', a simple utility for playing compact disks with both a command line
and an interactive mode.
Revision 1.101: download - view: text, markup, annotated - select for diffs
Fri Mar 26 16:53:29 1999 UTC (25 years, 9 months ago) by tron
Branches: MAIN
CVS tags: netbsd-1-4-base,
netbsd-1-4-RELEASE,
netbsd-1-4-PATCH001
Branch point for: netbsd-1-4
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +2 -2
lines
Replace "audioctl" with "audio" in sub directory list.
Revision 1.100: download - view: text, markup, annotated - select for diffs
Wed Mar 3 12:00:19 1999 UTC (25 years, 10 months ago) by jonathan
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +2 -2
lines
Makefile ${MACHINE_ARCH} changes for mips{eb,el}, as suggested by
Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
Revision 1.99: download - view: text, markup, annotated - select for diffs
Tue Mar 2 14:07:24 1999 UTC (25 years, 10 months ago) by christos
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +3 -3
lines
Add netgroup and innetgr
Revision 1.98: download - view: text, markup, annotated - select for diffs
Mon Feb 15 15:07:14 1999 UTC (25 years, 11 months ago) by kleink
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +2 -2
lines
Add an implementation of the XPG4.2 nl(1) utility.
Revision 1.97: download - view: text, markup, annotated - select for diffs
Mon Feb 15 03:11:08 1999 UTC (25 years, 11 months ago) by simonb
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +2 -2
lines
Add top.
Revision 1.96: download - view: text, markup, annotated - select for diffs
Mon Jan 25 22:47:54 1999 UTC (25 years, 11 months ago) by lukem
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +2 -2
lines
add hesinfo
Revision 1.95: download - view: text, markup, annotated - select for diffs
Sun Jan 3 21:57:49 1999 UTC (26 years ago) by cjs
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +3 -3
lines
Descend on obj, as well as clean, etc.
Revision 1.94: download - view: text, markup, annotated - select for diffs
Sat Dec 19 23:57:52 1998 UTC (26 years, 1 month ago) by kristerw
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +2 -7
lines
Disable strip
Revision 1.93: download - view: text, markup, annotated - select for diffs
Thu Dec 17 15:33:57 1998 UTC (26 years, 1 month ago) by pk
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +2 -2
lines
Remove ldd from special clean list
Revision 1.92: download - view: text, markup, annotated - select for diffs
Tue Dec 15 22:08:53 1998 UTC (26 years, 1 month ago) by pk
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +2 -5
lines
Move ldd special case one level down.
Revision 1.77.2.4: download - view: text, markup, annotated - select for diffs
Sun Nov 22 03:13:31 1998 UTC (26 years, 1 month ago) by cgd
Branches: netbsd-1-3
CVS tags: netbsd-1-3-PATCH003-CANDIDATE2,
netbsd-1-3-PATCH003-CANDIDATE1,
netbsd-1-3-PATCH003-CANDIDATE0,
netbsd-1-3-PATCH003
Diff to: previous 1.77.2.3: preferred, colored; branchpoint 1.77: preferred, colored; next MAIN 1.78: preferred, colored
Changes since revision 1.77.2.3: +3 -4
lines
pull up rev 1.90 from trunk (via patch). (simonb)
Revision 1.91: download - view: text, markup, annotated - select for diffs
Wed Nov 11 05:53:15 1998 UTC (26 years, 2 months ago) by mrg
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +2 -2
lines
add fgen
Revision 1.90: download - view: text, markup, annotated - select for diffs
Tue Nov 10 12:19:39 1998 UTC (26 years, 2 months ago) by simonb
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +3 -3
lines
Remove elfstrip - not used now that we have an ELF-aware strip and it
isn't in the distrib-lists anyway.
Revision 1.77.2.3: download - view: text, markup, annotated - select for diffs
Thu Oct 29 03:02:32 1998 UTC (26 years, 2 months ago) by cgd
Branches: netbsd-1-3
Diff to: previous 1.77.2.2: preferred, colored; branchpoint 1.77: preferred, colored
Changes since revision 1.77.2.2: +3 -8
lines
pull up rev 1.89 from trunk (via patch). (jonathan)
Revision 1.89: download - view: text, markup, annotated - select for diffs
Sun Oct 25 23:30:39 1998 UTC (26 years, 2 months ago) by jonathan
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +3 -8
lines
usr.bin/Makefile: recurse into fdformat on all ports
usr.bin/fdformat/Makefile: build manpages on all ports
distrib/sets/lists/man/mi: add fdformat manpages
distrib/sets/lists/man/md.{arm32,atari,i386,sparc}:
only listed fdformat manpegs. remove.
distrib/sets/lists/man/md.mvem68k:
duplicate entry of mvme68k installboot. remove.
Revision 1.88: download - view: text, markup, annotated - select for diffs
Tue Sep 29 22:43:51 1998 UTC (26 years, 3 months ago) by jonathan
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +3 -3
lines
Add bzip2, bzip2recover to SUBDIRS.
Revision 1.87: download - view: text, markup, annotated - select for diffs
Wed Sep 23 21:07:47 1998 UTC (26 years, 3 months ago) by perry
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +2 -2
lines
add shuffle
Revision 1.86: download - view: text, markup, annotated - select for diffs
Sat Sep 5 14:58:50 1998 UTC (26 years, 4 months ago) by lukem
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +3 -3
lines
distclean is a synonym for cleandir
Revision 1.85: download - view: text, markup, annotated - select for diffs
Wed Aug 12 21:39:11 1998 UTC (26 years, 5 months ago) by augustss
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +2 -2
lines
Add a very simple MIDI player. No features, no fluff.
Revision 1.84: download - view: text, markup, annotated - select for diffs
Wed Jul 22 22:30:07 1998 UTC (26 years, 5 months ago) by scottr
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +2 -9
lines
Unlike other domestic bits, telnet and telnetd are never built as a part
of the domestic build process. No domestic program actually builds its
own man pages but instead relies on those built in the exportable tree.
The result is missing telnet(1) and telnet(8) pages.
Fix this problem descending into the telnet and telnetd directories
regardless of whether we're doing an exportable build or not. Once there,
we generate only the man pages if we're building a non-exportable system.
Revision 1.83: download - view: text, markup, annotated - select for diffs
Mon Jul 13 11:14:03 1998 UTC (26 years, 6 months ago) by augustss
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +2 -2
lines
Add usbhidctl(1) a program for manipulating USB HID devices.
Revision 1.82: download - view: text, markup, annotated - select for diffs
Mon May 25 20:06:39 1998 UTC (26 years, 7 months ago) by tv
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +4 -5
lines
Disable Berkeley ar, nm, ranlib, size, and strings, and enable binutils.
Revision 1.77.2.2: download - view: text, markup, annotated - select for diffs
Mon Mar 9 21:58:32 1998 UTC (26 years, 10 months ago) by mellon
Branches: netbsd-1-3
CVS tags: netbsd-1-3-PATCH002,
netbsd-1-3-PATCH001
Diff to: previous 1.77.2.1: preferred, colored; branchpoint 1.77: preferred, colored
Changes since revision 1.77.2.1: +4 -4
lines
Pull up 1.80 (jonathan)
Revision 1.81: download - view: text, markup, annotated - select for diffs
Mon Feb 23 10:09:32 1998 UTC (26 years, 10 months ago) by jonathan
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +3 -3
lines
More table-driven changes for different toolchains:
* new bsd.own.mk variable OBJECT_FMT with values "a.out" or "ELF".
* use OBJECT_FMT in Makefile tests that depend on toolchain.
* Add new bsd.own.mk variable NOSHLIB that, if set indicates a given
port doesnt yet do shared libraries. Set on powerpc.
* Document new feature-test variables in src/share/mk/bsd.README.
Tested on i386, mips, fakedup Alpha environment.
Revision 1.80: download - view: text, markup, annotated - select for diffs
Mon Feb 23 01:03:25 1998 UTC (26 years, 10 months ago) by jonathan
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +4 -4
lines
Descend into gprof on all ports to build doc/psd/18.gprof.
Don't define PROG in gprof on ELF or powerpc.
Put back WARNS= 0 for compatibility with 1.3.1.
Revision 1.77.2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 11 01:43:56 1997 UTC (27 years, 2 months ago) by mellon
Branches: netbsd-1-3
CVS tags: netbsd-1-3-RELEASE,
netbsd-1-3-BETA
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +2 -2
lines
Pull rev 1.78 and 1.79 up from trunk (fair)
Revision 1.79: download - view: text, markup, annotated - select for diffs
Tue Nov 11 00:13:10 1997 UTC (27 years, 2 months ago) by scottr
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +2 -2
lines
Fix tyop in last commit.
Revision 1.78: download - view: text, markup, annotated - select for diffs
Mon Nov 10 09:06:48 1997 UTC (27 years, 2 months ago) by fair
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +2 -2
lines
build fdformat on sparc per PR#4459
Revision 1.77: download - view: text, markup, annotated - select for diffs
Fri Sep 26 21:22:33 1997 UTC (27 years, 3 months ago) by phil
Branches: MAIN
CVS tags: netbsd-1-3-base
Branch point for: netbsd-1-3
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +3 -3
lines
Add msgc and menuc to subdirs.
Revision 1.76: download - view: text, markup, annotated - select for diffs
Sun Aug 10 04:10:27 1997 UTC (27 years, 5 months ago) by fair
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +2 -2
lines
add shlock
Revision 1.75: download - view: text, markup, annotated - select for diffs
Sat Aug 2 20:39:48 1997 UTC (27 years, 5 months ago) by perry
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +23 -19
lines
add crunch, and re-sort/format SUBDIR
Revision 1.74: download - view: text, markup, annotated - select for diffs
Wed Jul 16 02:43:35 1997 UTC (27 years, 6 months ago) by mark
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +3 -2
lines
Build fdformat on arm32 systems.
Revision 1.73: download - view: text, markup, annotated - select for diffs
Sun Jun 22 18:50:33 1997 UTC (27 years, 6 months ago) by christos
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +2 -2
lines
Add skeyinfo
Revision 1.72: download - view: text, markup, annotated - select for diffs
Wed Jun 4 13:54:08 1997 UTC (27 years, 7 months ago) by leo
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -2
lines
Use MACHINE instead of MACHINE_ARCH to make fdformat on the atari.
Revision 1.71: download - view: text, markup, annotated - select for diffs
Tue May 13 17:35:50 1997 UTC (27 years, 8 months ago) by augustss
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +5 -5
lines
Add audio utility programs.
The audio device can be inspected and changed by audioctl,
and the mixer device by mixerctl. The command syntax was
inspired by sysctl.
Revision 1.70: download - view: text, markup, annotated - select for diffs
Sat Apr 19 05:17:45 1997 UTC (27 years, 9 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +3 -2
lines
Don't build the BSD toolchain on the PowerPC.
Revision 1.69: download - view: text, markup, annotated - select for diffs
Wed Apr 9 06:23:43 1997 UTC (27 years, 9 months ago) by mikel
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +10 -2
lines
descend unconditionally for clean and cleandir targets
Revision 1.68: download - view: text, markup, annotated - select for diffs
Fri Mar 7 06:14:02 1997 UTC (27 years, 10 months ago) by mikel
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +5 -5
lines
merge lite2 changes (just SCCS ids)
Revision 1.1.1.2 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Mar 7 05:55:38 1997 UTC (27 years, 10 months ago) by mikel
Branches: WFJ-920714,
CSRG
CVS tags: lite-2
Diff to: previous 1.1.1.1: preferred, colored
Changes since revision 1.1.1.1: +35 -17
lines
import 4.4BSD-Lite2 versions
Revision 1.67: download - view: text, markup, annotated - select for diffs
Wed Jan 8 21:41:22 1997 UTC (28 years ago) by leo
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +2 -2
lines
The atari-Hades can use fdformat too.
Revision 1.66: download - view: text, markup, annotated - select for diffs
Tue Dec 17 05:39:35 1996 UTC (28 years, 1 month ago) by jonathan
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +8 -5
lines
Build elf ldd and elf-to-xxx tools on mips ports.
Revision 1.65: download - view: text, markup, annotated - select for diffs
Mon Dec 16 20:00:26 1996 UTC (28 years, 1 month ago) by cgd
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +6 -1
lines
on the alpha, add 'ldd' to the subdirs list
Revision 1.64: download - view: text, markup, annotated - select for diffs
Fri Nov 29 16:32:18 1996 UTC (28 years, 1 month ago) by jtk
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +5 -1
lines
add fdformat
Revision 1.62.4.1: download - view: text, markup, annotated - select for diffs
Fri Jun 14 17:22:41 1996 UTC (28 years, 7 months ago) by cgd
Branches: netbsd-1-2
CVS tags: netbsd-1-2-RELEASE,
netbsd-1-2-PATCH001,
netbsd-1-2-BETA
Diff to: previous 1.62: preferred, colored; next MAIN 1.63: preferred, colored
Changes since revision 1.62: +3 -1
lines
pull up from trunk:
>include bsd.own.mk at the top, so checks of EXPORTABLE_SYSTEM work as
>intended.
Revision 1.63: download - view: text, markup, annotated - select for diffs
Fri Jun 14 17:22:07 1996 UTC (28 years, 7 months ago) by cgd
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +3 -1
lines
include bsd.own.mk at the top, so checks of EXPORTABLE_SYSTEM work as
intended.
Revision 1.62: download - view: text, markup, annotated - select for diffs
Sun Mar 10 05:45:43 1996 UTC (28 years, 10 months ago) by thorpej
Branches: MAIN
CVS tags: netbsd-1-2-base
Branch point for: netbsd-1-2
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +8 -2
lines
Only build exportable telnet/libtelnet if the domestic version doesn't
exist in the source tree or defined(EXPORTABLE_SYSTEM). This works around
the fact that telnet(1) will break during a "make build" because the
exportable libtelnet will get installed while the domestic telnet(1) binary
is still in place. (XXX)
Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon Jan 22 04:07:22 1996 UTC (28 years, 11 months ago) by mrg
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +4 -4
lines
more -> less
Revision 1.60: download - view: text, markup, annotated - select for diffs
Tue Nov 28 20:58:08 1995 UTC (29 years, 1 month ago) by jtc
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -2
lines
merge in changes from 1.1 release branch
Revision 1.59: download - view: text, markup, annotated - select for diffs
Fri Nov 17 09:49:19 1995 UTC (29 years, 2 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -1
lines
New-style RCS id.
Revision 1.57.2.2: download - view: text, markup, annotated - select for diffs
Sat Nov 4 01:16:58 1995 UTC (29 years, 2 months ago) by jtc
Branches: netbsd-1-1
CVS tags: netbsd-1-1-RELEASE,
netbsd-1-1-PATCH001
Diff to: previous 1.57.2.1: preferred, colored; branchpoint 1.57: preferred, colored; next MAIN 1.58: preferred, colored
Changes since revision 1.57.2.1: +2 -2
lines
Don't compile ar, gprof, nm, ranlib, size, or strip on NetBSD/mips systems
Revision 1.58: download - view: text, markup, annotated - select for diffs
Sun Oct 22 16:54:40 1995 UTC (29 years, 2 months ago) by pk
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -5
lines
fdeject -> eject.
Revision 1.57.2.1: download - view: text, markup, annotated - select for diffs
Thu Oct 19 11:33:03 1995 UTC (29 years, 3 months ago) by pk
Branches: netbsd-1-1
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -5
lines
Add eject; remove fdeject.
Revision 1.57: download - view: text, markup, annotated - select for diffs
Mon Oct 9 12:05:42 1995 UTC (29 years, 3 months ago) by pk
Branches: MAIN
CVS tags: netbsd-1-1-base
Branch point for: netbsd-1-1
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +4 -1
lines
Build `fdeject' on sparc.
Revision 1.56: download - view: text, markup, annotated - select for diffs
Thu Sep 28 08:57:17 1995 UTC (29 years, 3 months ago) by tls
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -2
lines
Add 'rs' from 4.4BSD-Lite2
Revision 1.55: download - view: text, markup, annotated - select for diffs
Tue Sep 5 18:40:29 1995 UTC (29 years, 4 months ago) by jtc
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2
lines
Include /usr/bin/banner (different from /usr/games/banner)
Revision 1.54: download - view: text, markup, annotated - select for diffs
Tue Sep 5 02:58:42 1995 UTC (29 years, 4 months ago) by tls
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -5
lines
unsurprisingly, I guess, gcore does not work. oops
Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Sep 5 02:41:54 1995 UTC (29 years, 4 months ago) by tls
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +5 -1
lines
add gcore
Revision 1.52: download - view: text, markup, annotated - select for diffs
Mon Jul 24 04:31:55 1995 UTC (29 years, 5 months ago) by cgd
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2
lines
add (dummy) bdes, alphabetize
Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon Jul 3 20:57:38 1995 UTC (29 years, 6 months ago) by cgd
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -2
lines
add 'xlint' for lint
Revision 1.50: download - view: text, markup, annotated - select for diffs
Wed Apr 26 01:17:45 1995 UTC (29 years, 8 months ago) by cgd
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -2
lines
oops; forgot to remove the first ranlib.
Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Apr 25 21:26:37 1995 UTC (29 years, 8 months ago) by cgd
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2
lines
gah; forgot missing close-paren
Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Apr 24 07:38:09 1995 UTC (29 years, 8 months ago) by cgd
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +11 -6
lines
don't use standard tool chain on the alpha
Revision 1.47: download - view: text, markup, annotated - select for diffs
Wed Jan 25 08:48:18 1995 UTC (29 years, 11 months ago) by jtc
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -2
lines
added systat
Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Nov 14 20:19:19 1994 UTC (30 years, 2 months ago) by jtc
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +7 -7
lines
added chflags, jot, and lam
Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Sep 21 03:19:59 1994 UTC (30 years, 4 months ago) by glass
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2
lines
add 'apply'
Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon May 30 06:44:52 1994 UTC (30 years, 7 months ago) by jtc
Branches: MAIN
CVS tags: netbsd-1-0-base,
netbsd-1-0-RELEASE,
netbsd-1-0-PATCH1,
netbsd-1-0-PATCH06,
netbsd-1-0-PATCH05,
netbsd-1-0-PATCH04,
netbsd-1-0-PATCH03,
netbsd-1-0-PATCH02,
netbsd-1-0-PATCH0,
netbsd-1-0
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +6 -6
lines
compile gencat (for message catalogs)
Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue May 24 06:49:05 1994 UTC (30 years, 7 months ago) by deraadt
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2
lines
add skey & friends
Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed May 11 07:15:24 1994 UTC (30 years, 8 months ago) by cgd
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +3 -3
lines
add kdump
Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu May 5 23:05:09 1994 UTC (30 years, 8 months ago) by cgd
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -3
lines
die!
Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Apr 27 19:50:34 1994 UTC (30 years, 8 months ago) by jtc
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2
lines
Added POSIX.2 getconf utility; although It won't be really useful until
we get sysconf() & pathconf().
Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat Apr 16 08:31:24 1994 UTC (30 years, 9 months ago) by cgd
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2
lines
kill symorder
Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Feb 18 03:09:10 1994 UTC (30 years, 11 months ago) by cgd
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2
lines
break out yp stuff
Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Jan 28 01:09:58 1994 UTC (30 years, 11 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2
lines
No more sccs.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Jan 24 23:16:11 1994 UTC (30 years, 11 months ago) by cgd
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2
lines
UNREF(ref)
Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Jan 24 06:01:02 1994 UTC (30 years, 11 months ago) by cgd
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2
lines
all hail the risen vi
Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Jan 24 05:55:45 1994 UTC (30 years, 11 months ago) by cgd
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2
lines
ELVIS IS DEAD, DAMNIT!
Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Jan 6 15:57:10 1994 UTC (31 years ago) by cgd
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2
lines
add berkeley pr
Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Dec 21 02:54:58 1993 UTC (31 years, 1 month ago) by cgd
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +5 -4
lines
add apropos and whatis
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Dec 12 00:38:58 1993 UTC (31 years, 1 month ago) by cgd
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2
lines
lex is in here now
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Dec 5 11:34:40 1993 UTC (31 years, 1 month ago) by cgd
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2
lines
add at, by Thomas Koenig, ig25@rz.uni-karlsruhe.de
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Nov 14 16:30:45 1993 UTC (31 years, 2 months ago) by cgd
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -3
lines
add ipcs and ipcrm
Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Nov 3 15:25:15 1993 UTC (31 years, 2 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2
lines
Build units(1).
Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Sep 23 21:07:37 1993 UTC (31 years, 3 months ago) by jtc
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2
lines
Added asa utility.
Revision 1.24.2.1: download - view: text, markup, annotated - select for diffs
Fri Aug 13 12:08:05 1993 UTC (31 years, 5 months ago) by cgd
Branches: netbsd-0-9
CVS tags: netbsd-0-9-RELEASE,
netbsd-0-9-BETA
Diff to: previous 1.24: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24: +2 -2
lines
see previous
Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Aug 13 12:06:47 1993 UTC (31 years, 5 months ago) by cgd
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2
lines
get rid of AT&T's cpio. we shouldn't be distributing it. see
note in 'source' archive for further clarification.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Jul 30 22:14:05 1993 UTC (31 years, 5 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -3
lines
Add RCS identifiers.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Jun 21 12:43:56 1993 UTC (31 years, 7 months ago) by brezak
Branches: MAIN
CVS tags: netbsd-0-9-base,
netbsd-0-9-ALPHA2,
netbsd-0-9-ALPHA
Branch point for: netbsd-0-9
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2
lines
Add getopt(1) from ref public sources.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Jun 7 19:52:54 1993 UTC (31 years, 7 months ago) by cgd
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -3
lines
add support for terry lambert's loadable kernel modules.
needs a bit of cleanup, but overall: SLICK!
Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Jun 3 19:32:26 1993 UTC (31 years, 7 months ago) by brezak
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -2
lines
Add rup and rusers. Changes to rwall
Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu May 27 22:15:20 1993 UTC (31 years, 7 months ago) by cgd
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2
lines
add "rev" -- it was in /usr/old in net/2, but is back in /usr/bin for 4.4...
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat May 22 10:27:18 1993 UTC (31 years, 8 months ago) by cgd
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2
lines
do cap_mkdb, too
Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri May 21 14:43:36 1993 UTC (31 years, 8 months ago) by cgd
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2
lines
add entry for "newsyslog"
Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu May 6 10:46:12 1993 UTC (31 years, 8 months ago) by cgd
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +5 -5
lines
diffs for uname (posix!) system call, provided by John Brezak <brezak@osf.org>
Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Apr 30 08:04:14 1993 UTC (31 years, 8 months ago) by glass
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3
lines
tail, and join from ftp.uu.net:bsd-sources integrated
Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Apr 29 20:52:21 1993 UTC (31 years, 8 months ago) by cgd
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2
lines
move egrep into /usr/src/gnu/usr.bin
Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Apr 29 12:39:24 1993 UTC (31 years, 8 months ago) by cgd
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3
lines
ld groff grep g++ -> usr.gnubin
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Apr 29 11:24:58 1993 UTC (31 years, 8 months ago) by cgd
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +9 -9
lines
update for stuff moved to usr.gnubin:
tar tail sort pr lex join gdb gcc gas fgrep diff3 diff awk
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Apr 26 14:13:28 1993 UTC (31 years, 8 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -4
lines
tn3270 works now.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Apr 26 02:22:13 1993 UTC (31 years, 8 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2
lines
RCS is no longer broken (I think).
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Apr 9 12:57:44 1993 UTC (31 years, 9 months ago) by cgd
Branches: MAIN
CVS tags: netbsd-alpha-1,
netbsd-0-8
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +11 -11
lines
added the following dirs from net/2 (patch 119):
error fpr fsplit indent lastcomm
look quota sccs tcopy tset
vgrind vmstat window
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Apr 9 12:21:10 1993 UTC (31 years, 9 months ago) by cgd
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
added msgs
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Apr 9 11:33:20 1993 UTC (31 years, 9 months ago) by cgd
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
added entry for `patch'
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Apr 8 02:22:57 1993 UTC (31 years, 9 months ago) by cgd
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
incorporated alm's update of elvis to 1.7
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Apr 4 20:14:43 1993 UTC (31 years, 9 months ago) by cgd
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -10
lines
added support for rwall
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Apr 3 00:51:30 1993 UTC (31 years, 9 months ago) by glass
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1
lines
Added rpcinfo(8), rpcgen(1)
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Apr 1 22:42:34 1993 UTC (31 years, 9 months ago) by cgd
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
added rcs to the "old and broken" list
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Mar 31 18:06:52 1993 UTC (31 years, 9 months ago) by cgd
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1
lines
added support for gprof
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Mar 23 02:05:06 1993 UTC (31 years, 10 months ago) by cgd
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -1
lines
noted tn3270 as broken, because its makefile doesn't work.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Mar 21 18:04:42 1993 UTC (31 years, 10 months ago) by cgd
Branches: MAIN
CVS tags: patchkit-0-2-2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +11 -2
lines
after 0.2.2 "stable" patches applied
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Mar 21 09:45:37 1993 UTC (31 years, 10 months ago) by cgd
Branches: WFJ-920714,
CSRG
CVS tags: WFJ-386bsd-01
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
initial import of 386bsd-0.1 sources
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Mar 21 09:45:37 1993 UTC (31 years, 10 months ago) by cgd
Branches: MAIN
Initial revision
CVSweb <webmaster@jp.NetBSD.org>