The NetBSD Project

CVS log for src/distrib/sets/lists/comp/shl.mi

[BACK] Up to [cvs.NetBSD.org] / src / distrib / sets / lists / comp

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.249 / (download) - annotate - [select for diffs], Sun Apr 28 04:05:40 2013 UTC (3 weeks, 6 days ago) by joerg
Branch: MAIN
CVS Tags: khorben-n900, HEAD
Changes since 1.248: +2 -2 lines
Diff to previous 1.248 (colored)

Introduce MKLIBSTDCXX, defaulting to yes.

Revision 1.248 / (download) - annotate - [select for diffs], Sat Apr 27 23:02:21 2013 UTC (4 weeks ago) by joerg
Branch: MAIN
Changes since 1.247: +2 -1 lines
Diff to previous 1.247 (colored)

Add build glue for libc++.

Revision 1.247 / (download) - annotate - [select for diffs], Thu Apr 11 17:43:19 2013 UTC (6 weeks, 2 days ago) by christos
Branch: MAIN
Changes since 1.246: +3 -1 lines
Diff to previous 1.246 (colored)

libevent sets

Revision 1.246 / (download) - annotate - [select for diffs], Sat Feb 16 21:40:36 2013 UTC (3 months ago) by jmmv
Branch: MAIN
CVS Tags: tls-maxphys-nbase, tls-maxphys-base, agc-symver-base, agc-symver
Changes since 1.245: +2 -1 lines
Diff to previous 1.245 (colored)

Hook Lutok into the build.  This is all protected by the MKKYUA guard.

Revision 1.245 / (download) - annotate - [select for diffs], Wed Jan 16 16:01:07 2013 UTC (4 months, 1 week ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base8
Changes since 1.244: +1 -226 lines
Diff to previous 1.244 (colored)

Add a new "debug" set that gets built when ${MKDEBUG} is set. On evbarm:
-rw-r--r--  1 root  src   35806068 Jan 16 10:47 base.tgz
-rw-r--r--  1 root  src   57374069 Jan 16 10:48 comp.tgz
-rw-r--r--  1 root  src  101286193 Jan 16 10:49 debug.tgz
...
This allows always building the debugging code and libraries but not
installing it (although now it is placed in the default sets if ${MKDEBUG}
is set

Revision 1.244 / (download) - annotate - [select for diffs], Thu Jan 3 23:20:31 2013 UTC (4 months, 2 weeks ago) by christos
Branch: MAIN
Changes since 1.243: +2 -2 lines
Diff to previous 1.243 (colored)

bump libmagic

Revision 1.243 / (download) - annotate - [select for diffs], Tue Dec 18 22:45:14 2012 UTC (5 months ago) by spz
Branch: MAIN
Changes since 1.242: +4 -1 lines
Diff to previous 1.242 (colored)

add entries built for MKDEBUG and MKDEBUGLIB to the set lists
Thanks to Hisashi T Fujinaka <htodd@twofifty.com> for pointing out the gap.

Revision 1.242 / (download) - annotate - [select for diffs], Wed Dec 12 17:47:59 2012 UTC (5 months, 1 week ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base7
Changes since 1.241: +2 -2 lines
Diff to previous 1.241 (colored)

bump libssh

Revision 1.241 / (download) - annotate - [select for diffs], Mon Dec 10 00:32:24 2012 UTC (5 months, 2 weeks ago) by rmind
Branch: MAIN
Changes since 1.240: +2 -1 lines
Diff to previous 1.240 (colored)

Add NPF "rndblock" extension to randomly drop packets (using a random function
with a percentage or modulo operation).  This is a demo module, although it can
be used for packet loss simulation.  Example of a procedure in npf.conf:

procedure "somedrop" {
	# Drop 1.9% of the traffic
	rndblock: percentage 1.9
}

Revision 1.240 / (download) - annotate - [select for diffs], Fri Dec 7 18:36:24 2012 UTC (5 months, 2 weeks ago) by njoly
Branch: MAIN
Changes since 1.239: +7 -7 lines
Diff to previous 1.239 (colored)

Adjust libraries debug entries following recent bind update.

Revision 1.239 / (download) - annotate - [select for diffs], Tue Nov 20 05:27:25 2012 UTC (6 months ago) by agc
Branch: MAIN
Changes since 1.238: +3 -1 lines
Diff to previous 1.238 (colored)

Fix set lists after the merge of netpgpverify(1) and libnetpgpverify(3)
from the agc-netpgp-standalone branch.

Revision 1.238 / (download) - annotate - [select for diffs], Thu Nov 15 18:51:56 2012 UTC (6 months, 1 week ago) by christos
Branch: MAIN
Changes since 1.237: +2 -2 lines
Diff to previous 1.237 (colored)

bump resolver library.

Revision 1.237 / (download) - annotate - [select for diffs], Sun Nov 4 16:26:56 2012 UTC (6 months, 2 weeks ago) by christos
Branch: MAIN
Changes since 1.236: +11 -1 lines
Diff to previous 1.236 (colored)

add TPM sets.

Revision 1.236 / (download) - annotate - [select for diffs], Tue Sep 18 15:14:42 2012 UTC (8 months ago) by skrll
Branch: MAIN
CVS Tags: yamt-pagecache-base6
Changes since 1.235: +3 -1 lines
Diff to previous 1.235 (colored)

Fix MKDEBUG set lists

Revision 1.235 / (download) - annotate - [select for diffs], Sun Sep 16 18:59:25 2012 UTC (8 months, 1 week ago) by tls
Branch: MAIN
Changes since 1.234: +2 -2 lines
Diff to previous 1.234 (colored)

*Sigh* provide, by default, the dumb "allocate 64K on the stack" variant
of the lzf_compress API by default.  This is because there is evidently
code floating around out there in the world with broken autoconf scripts that
don't check for LZF_STATE_ARG in the lzf header files and just assume the
dumb version of the API.

We rename the sane API to lzf_compress_r and implement the dumb API in
terms of it.  Consequently, bump liblzf major version number.  This is
fine because nothing used our liblzf with the old API.

Add lzf(1) utility from LZF distribution.  Add manual page for lzf(1).

Revision 1.234 / (download) - annotate - [select for diffs], Thu Aug 16 04:52:55 2012 UTC (9 months, 1 week ago) by matt
Branch: MAIN
Branch point for: tls-maxphys
Changes since 1.233: +2 -1 lines
Diff to previous 1.233 (colored)

Add debug version of librumpnet_npf.so.0

Revision 1.233 / (download) - annotate - [select for diffs], Wed Aug 15 22:14:47 2012 UTC (9 months, 1 week ago) by pgoyette
Branch: MAIN
Changes since 1.232: +5 -1 lines
Diff to previous 1.232 (colored)

Part 2 of librumpnet_npf

Revision 1.232 / (download) - annotate - [select for diffs], Fri Aug 10 16:22:33 2012 UTC (9 months, 2 weeks ago) by joerg
Branch: MAIN
Changes since 1.231: +4 -4 lines
Diff to previous 1.231 (colored)

Make GCC entries optional.

Revision 1.231 / (download) - annotate - [select for diffs], Wed Aug 8 14:08:04 2012 UTC (9 months, 2 weeks ago) by christos
Branch: MAIN
Changes since 1.230: +150 -150 lines
Diff to previous 1.230 (colored)

adjust for MKRUMP = no

Revision 1.230 / (download) - annotate - [select for diffs], Thu Jul 26 20:05:40 2012 UTC (9 months, 4 weeks ago) by christos
Branch: MAIN
Changes since 1.229: +3 -3 lines
Diff to previous 1.229 (colored)

new openssl

Revision 1.229 / (download) - annotate - [select for diffs], Sat Jul 14 22:37:43 2012 UTC (10 months, 1 week ago) by mlelstv
Branch: MAIN
Changes since 1.228: +2 -2 lines
Diff to previous 1.228 (colored)

update lists after version bump of libc.

Revision 1.228 / (download) - annotate - [select for diffs], Wed Jul 11 22:42:40 2012 UTC (10 months, 1 week ago) by jmmv
Branch: MAIN
Changes since 1.227: +3 -1 lines
Diff to previous 1.227 (colored)

Update file sets for atf 0.16.

In particular, add entries for the new libatf-c and libatf-c++ shared
libraries.  I have followed existing entries to come up with the right
lines to add... but this is quite tricky, so please forgive any fallout
that may follow (and let me know if there is any!).

Revision 1.227 / (download) - annotate - [select for diffs], Wed Jul 11 18:59:32 2012 UTC (10 months, 2 weeks ago) by christos
Branch: MAIN
Changes since 1.226: +3 -3 lines
Diff to previous 1.226 (colored)

mark idea and mdc2 libraries obsolete.

Revision 1.226 / (download) - annotate - [select for diffs], Tue Jul 10 19:15:50 2012 UTC (10 months, 2 weeks ago) by christos
Branch: MAIN
Changes since 1.225: +4 -1 lines
Diff to previous 1.225 (colored)

add crypto shared libraries

Revision 1.225 / (download) - annotate - [select for diffs], Sun Jul 8 18:16:03 2012 UTC (10 months, 2 weeks ago) by rmind
Branch: MAIN
Changes since 1.224: +2 -2 lines
Diff to previous 1.224 (colored)

Fix the lists.

Revision 1.224 / (download) - annotate - [select for diffs], Tue Jul 3 18:12:05 2012 UTC (10 months, 3 weeks ago) by njoly
Branch: MAIN
Changes since 1.223: +3 -3 lines
Diff to previous 1.223 (colored)

mudflap debug libraries are gcc 4.5 specific.

Revision 1.223 / (download) - annotate - [select for diffs], Tue Jun 5 00:37:53 2012 UTC (11 months, 2 weeks ago) by christos
Branch: MAIN
Changes since 1.222: +7 -7 lines
Diff to previous 1.222 (colored)

bump for bind-9.9.1-P1

Revision 1.222 / (download) - annotate - [select for diffs], Sat May 26 22:15:07 2012 UTC (11 months, 4 weeks ago) by christos
Branch: MAIN
Changes since 1.221: +3 -1 lines
Diff to previous 1.221 (colored)

libexecinfo sets

Revision 1.221 / (download) - annotate - [select for diffs], Wed May 2 02:43:01 2012 UTC (12 months, 3 weeks ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base5
Changes since 1.220: +2 -2 lines
Diff to previous 1.220 (colored)

bump libssh

Revision 1.220 / (download) - annotate - [select for diffs], Sun Apr 29 13:59:06 2012 UTC (12 months, 3 weeks ago) by skrll
Branch: MAIN
Changes since 1.219: +3 -1 lines
Diff to previous 1.219 (colored)

Add mudflag debug files.

Revision 1.219 / (download) - annotate - [select for diffs], Wed Apr 18 22:44:43 2012 UTC (13 months ago) by christos
Branch: MAIN
Changes since 1.218: +3 -1 lines
Diff to previous 1.218 (colored)

add _pic files

Revision 1.218 / (download) - annotate - [select for diffs], Wed Apr 18 19:29:03 2012 UTC (13 months ago) by christos
Branch: MAIN
Changes since 1.217: +7 -1 lines
Diff to previous 1.217 (colored)

add mudflap

Revision 1.217 / (download) - annotate - [select for diffs], Sat Apr 7 16:48:25 2012 UTC (13 months, 2 weeks ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base4
Changes since 1.216: +2 -2 lines
Diff to previous 1.216 (colored)

- add getdisk{raw,cooked}name
- bump libutil

Revision 1.216 / (download) - annotate - [select for diffs], Sat Apr 7 04:09:56 2012 UTC (13 months, 2 weeks ago) by christos
Branch: MAIN
Changes since 1.215: +2 -2 lines
Diff to previous 1.215 (colored)

bump libutil and new getfsspecname

Revision 1.215 / (download) - annotate - [select for diffs], Fri Apr 6 10:49:28 2012 UTC (13 months, 2 weeks ago) by spz
Branch: MAIN
Changes since 1.214: +2 -2 lines
Diff to previous 1.214 (colored)

adjust for expat-2.1.0

Revision 1.214 / (download) - annotate - [select for diffs], Sat Mar 10 21:52:02 2012 UTC (14 months, 2 weeks ago) by joerg
Branch: MAIN
Changes since 1.213: +3 -3 lines
Diff to previous 1.213 (colored)

P1003_1B_SEMAPHORE is no longer optional.

Revision 1.213 / (download) - annotate - [select for diffs], Thu Mar 8 21:59:27 2012 UTC (14 months, 2 weeks ago) by joerg
Branch: MAIN
Changes since 1.212: +4 -4 lines
Diff to previous 1.212 (colored)

Implement sem_timedwait.

Revision 1.212 / (download) - annotate - [select for diffs], Wed Feb 29 20:07:53 2012 UTC (14 months, 3 weeks ago) by tron
Branch: MAIN
Changes since 1.211: +3 -1 lines
Diff to previous 1.211 (colored)

Move "libexpat" from X11 into base which fixes PR lib/40346.
This change was approved by the Core Group.

Revision 1.211 / (download) - annotate - [select for diffs], Tue Feb 28 14:22:22 2012 UTC (14 months, 3 weeks ago) by joerg
Branch: MAIN
Changes since 1.210: +2 -2 lines
Diff to previous 1.210 (colored)

Merge XZ 5.0.3.

Revision 1.210 / (download) - annotate - [select for diffs], Thu Feb 16 23:00:39 2012 UTC (15 months, 1 week ago) by joerg
Branch: MAIN
Changes since 1.209: +2 -2 lines
Diff to previous 1.209 (colored)

Add _dlauxinfo helper function to provide access to the ELF auxilary
vector. This can normally be found via __ps_strings, but libc is
initialised too early when linked dynamically and doesn't have access to
it yet, so provide an alternative mechanism via ld.elf_so.
Bump libc minor.

Revision 1.209 / (download) - annotate - [select for diffs], Sun Feb 12 10:01:58 2012 UTC (15 months, 1 week ago) by njoly
Branch: MAIN
CVS Tags: netbsd-6-base
Branch point for: netbsd-6
Changes since 1.208: +2 -2 lines
Diff to previous 1.208 (colored)

Adjust debug objects for recent libc minor bump.

Revision 1.208 / (download) - annotate - [select for diffs], Wed Feb 1 17:53:55 2012 UTC (15 months, 3 weeks ago) by dholland
Branch: MAIN
Changes since 1.207: +2 -2 lines
Diff to previous 1.207 (colored)

Set list updates for libquota bump.

Revision 1.207 / (download) - annotate - [select for diffs], Mon Jan 30 16:54:46 2012 UTC (15 months, 3 weeks ago) by dholland
Branch: MAIN
Changes since 1.206: +2 -2 lines
Diff to previous 1.206 (colored)

Set list updates for libquota minor bump.

(the 32-bit lib and debug lib lists really ought to be automatically
generated)

Revision 1.206 / (download) - annotate - [select for diffs], Sun Jan 29 23:29:01 2012 UTC (15 months, 3 weeks ago) by joerg
Branch: MAIN
Changes since 1.205: +2 -2 lines
Diff to previous 1.205 (colored)

Bump libsqlite3 minor version for new functions in 3.7.10.

Revision 1.205 / (download) - annotate - [select for diffs], Sun Jan 22 18:36:16 2012 UTC (16 months ago) by christos
Branch: MAIN
Changes since 1.204: +2 -2 lines
Diff to previous 1.204 (colored)

From tnozaki@: make fpos_t a complex object that keeps track of the parse
state of the stream. Change argument of the seek function to funopen() from
fpos_t to off_t. Make f{g,s}etpos() use the new fpos_t struct, while providing
backwards compatible entry points. Approved by releng@

Revision 1.204 / (download) - annotate - [select for diffs], Mon Jan 9 15:24:37 2012 UTC (16 months, 2 weeks ago) by dholland
Branch: MAIN
Changes since 1.203: +2 -2 lines
Diff to previous 1.203 (colored)

Bump minor version of libquota.so.

Revision 1.203 / (download) - annotate - [select for diffs], Tue Dec 27 16:52:52 2011 UTC (16 months, 4 weeks ago) by christos
Branch: MAIN
Changes since 1.202: +2 -2 lines
Diff to previous 1.202 (colored)

undo the pam bump. requested by joerg.

Revision 1.202 / (download) - annotate - [select for diffs], Sun Dec 25 23:28:35 2011 UTC (17 months ago) by christos
Branch: MAIN
Changes since 1.201: +2 -2 lines
Diff to previous 1.201 (colored)

openpam changes

Revision 1.201 / (download) - annotate - [select for diffs], Mon Dec 19 14:04:56 2011 UTC (17 months ago) by joerg
Branch: MAIN
Changes since 1.200: +3 -2 lines
Diff to previous 1.200 (colored)

libgcc_pic is still needed for GCC 4.1.

Revision 1.200 / (download) - annotate - [select for diffs], Tue Nov 8 10:52:20 2011 UTC (18 months, 2 weeks ago) by njoly
Branch: MAIN
CVS Tags: yamt-pagecache-base3
Changes since 1.199: +2 -1 lines
Diff to previous 1.199 (colored)

+libtre.so.0.8.debug

Revision 1.199 / (download) - annotate - [select for diffs], Sat Nov 5 22:55:23 2011 UTC (18 months, 2 weeks ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base2
Changes since 1.198: +2 -1 lines
Diff to previous 1.198 (colored)

add tre to the sets.

Revision 1.198 / (download) - annotate - [select for diffs], Mon Oct 17 14:20:56 2011 UTC (19 months, 1 week ago) by chs
Branch: MAIN
CVS Tags: yamt-pagecache-base
Branch point for: yamt-pagecache
Changes since 1.197: +2 -2 lines
Diff to previous 1.197 (colored)

do not build profiling versions of libgcc or libgcc_eh.
they are not used, and they don't build on arm with gcc 4.5.

Revision 1.197 / (download) - annotate - [select for diffs], Fri Oct 14 12:53:23 2011 UTC (19 months, 1 week ago) by njoly
Branch: MAIN
Changes since 1.196: +2 -1 lines
Diff to previous 1.196 (colored)

Add missing .debug entries for sqlite3.

Revision 1.196 / (download) - annotate - [select for diffs], Thu Oct 13 22:08:19 2011 UTC (19 months, 1 week ago) by joerg
Branch: MAIN
Changes since 1.195: +2 -1 lines
Diff to previous 1.195 (colored)

Hook up SQLite into the build

Revision 1.195 / (download) - annotate - [select for diffs], Fri Oct 7 09:15:21 2011 UTC (19 months, 2 weeks ago) by mrg
Branch: MAIN
Changes since 1.194: +3 -3 lines
Diff to previous 1.194 (colored)

obsolete libgcc_pic and friends.  all libgcc's are supposed to be pic
for platforms with shlibs already (and are.)

this obsoletes our hacks for the libgcc specs to use libgcc_pic, and
fixes a couple of other issues reported to me directly.

Revision 1.194 / (download) - annotate - [select for diffs], Sun Sep 25 04:11:48 2011 UTC (20 months ago) by christos
Branch: MAIN
Changes since 1.193: +5 -5 lines
Diff to previous 1.193 (colored)

- bump libbfd and libopcodes for new binutils.
- new elfedit program

Revision 1.193 / (download) - annotate - [select for diffs], Fri Sep 23 06:48:10 2011 UTC (20 months ago) by mrg
Branch: MAIN
Changes since 1.192: +3 -1 lines
Diff to previous 1.192 (colored)

build and install libgomp, as needed by "cc -fopenmp", and its
suplimentary files like libgomp.spec and omp.h.

Revision 1.192 / (download) - annotate - [select for diffs], Mon Sep 19 00:19:51 2011 UTC (20 months ago) by christos
Branch: MAIN
Changes since 1.191: +2 -2 lines
Diff to previous 1.191 (colored)

bump libc

Revision 1.191 / (download) - annotate - [select for diffs], Mon Sep 12 00:45:26 2011 UTC (20 months, 1 week ago) by christos
Branch: MAIN
Changes since 1.190: +2 -2 lines
Diff to previous 1.190 (colored)

bump libisc too.

Revision 1.190 / (download) - annotate - [select for diffs], Sun Sep 11 19:10:57 2011 UTC (20 months, 1 week ago) by christos
Branch: MAIN
Changes since 1.189: +6 -6 lines
Diff to previous 1.189 (colored)

sets for bind.

Revision 1.189 / (download) - annotate - [select for diffs], Wed Sep 7 17:54:11 2011 UTC (20 months, 2 weeks ago) by christos
Branch: MAIN
Changes since 1.188: +2 -2 lines
Diff to previous 1.188 (colored)

bump libssh

Revision 1.188 / (download) - annotate - [select for diffs], Thu Sep 1 13:08:19 2011 UTC (20 months, 3 weeks ago) by plunky
Branch: MAIN
Changes since 1.187: +2 -2 lines
Diff to previous 1.187 (colored)

update set list for pcc-20110901 (libpcc is not required)

Revision 1.187 / (download) - annotate - [select for diffs], Tue Aug 30 12:39:51 2011 UTC (20 months, 3 weeks ago) by bouyer
Branch: MAIN
Changes since 1.186: +2 -2 lines
Diff to previous 1.186 (colored)

Add getlabelusesmbr(), as proposed in
http://mail-index.netbsd.org/tech-userlevel/2011/08/25/msg005404.html
This is used by disk tools such as disklabel(8) to dynamically decide is
the undelyling platform uses a disklabel-in-mbr-partition or not
(instead of using a compile-time list of ports).
getlabelusesmbr() reads the sysctl kern.labelusesmbr, takes its value from the
machdep #define LABELUSESMBR.
For evbmips, make LABELUSESMBR 1 if the platform uses pmon
as bootloader, and 0 (the previous value) otherwise.

Revision 1.186 / (download) - annotate - [select for diffs], Sun Aug 28 07:48:18 2011 UTC (20 months, 4 weeks ago) by christos
Branch: MAIN
Changes since 1.185: +2 -2 lines
Diff to previous 1.185 (colored)

bump libutil for strpct

Revision 1.185 / (download) - annotate - [select for diffs], Fri Aug 26 21:22:09 2011 UTC (20 months, 4 weeks ago) by dyoung
Branch: MAIN
Changes since 1.184: +3 -1 lines
Diff to previous 1.184 (colored)

Build and install ppath(3), property-list paths library.

Revision 1.184 / (download) - annotate - [select for diffs], Tue Jul 26 16:10:16 2011 UTC (22 months ago) by joerg
Branch: MAIN
Changes since 1.183: +2 -2 lines
Diff to previous 1.183 (colored)

Add scalbnl to libm.

Revision 1.183 / (download) - annotate - [select for diffs], Mon Jul 25 03:09:52 2011 UTC (22 months ago) by christos
Branch: MAIN
Changes since 1.182: +2 -2 lines
Diff to previous 1.182 (colored)

bump libssh to 17.

Revision 1.182 / (download) - annotate - [select for diffs], Sun Jul 24 08:55:30 2011 UTC (22 months ago) by uch
Branch: MAIN
Changes since 1.181: +3 -1 lines
Diff to previous 1.181 (colored)

v7fs rump support

Revision 1.181 / (download) - annotate - [select for diffs], Thu Jul 21 03:13:32 2011 UTC (22 months ago) by mrg
Branch: MAIN
Changes since 1.180: +16 -16 lines
Diff to previous 1.180 (colored)

build GMP, MPFR and MPC as private libraries just for GCC.  don't
install the headers or librarys into the system.

someone who really cares could make them shlibs again and have them
installed into eg, /usr/lib/gcc.  not convinced it is worth it.

Revision 1.180 / (download) - annotate - [select for diffs], Thu Jul 7 15:05:41 2011 UTC (22 months, 2 weeks ago) by matt
Branch: MAIN
Changes since 1.179: +5 -5 lines
Diff to previous 1.179 (colored)

fix lists for gcc-4.5 and MKDEBUG=yes

Revision 1.179 / (download) - annotate - [select for diffs], Tue Jul 5 10:01:15 2011 UTC (22 months, 3 weeks ago) by spz
Branch: MAIN
Changes since 1.178: +3 -3 lines
Diff to previous 1.178 (colored)

bumping the major of libcrypto and libssl as suggested by tls@

Revision 1.178 / (download) - annotate - [select for diffs], Fri Jul 1 02:10:11 2011 UTC (22 months, 3 weeks ago) by mrg
Branch: MAIN
Changes since 1.177: +32 -15 lines
Diff to previous 1.177 (colored)

various updates for GCC 4.5.  finally obsolete some very old gcc stuff.

Revision 1.177 / (download) - annotate - [select for diffs], Sun Jun 26 16:42:40 2011 UTC (22 months, 4 weeks ago) by christos
Branch: MAIN
Changes since 1.176: +2 -2 lines
Diff to previous 1.176 (colored)

* Arrange for interfaces that create new file descriptors to be able to
  set close-on-exec on creation (http://udrepper.livejournal.com/20407.html).

    - Add F_DUPFD_CLOEXEC to fcntl(2).
    - Add MSG_CMSG_CLOEXEC to recvmsg(2) for unix file descriptor passing.
    - Add dup3(2) syscall with a flags argument for O_CLOEXEC, O_NONBLOCK.
    - Add pipe2(2) syscall with a flags argument for O_CLOEXEC, O_NONBLOCK.
    - Add flags SOCK_CLOEXEC, SOCK_NONBLOCK to the socket type parameter
      for socket(2) and socketpair(2).
    - Add new paccept(2) syscall that takes an additional sigset_t to alter
      the sigmask temporarily and a flags argument to set SOCK_CLOEXEC,
      SOCK_NONBLOCK.
    - Add new mode character 'e' to fopen(3) and popen(3) to open pipes
      and file descriptors for close on exec.
    - Add new kqueue1(2) syscall with a new flags argument to open the
      kqueue file descriptor with O_CLOEXEC, O_NONBLOCK.

* Fix the system calls that take socklen_t arguments to actually do so.

* Don't include userland header files (signal.h) from system header files
  (rump_syscallargs.h).

* Bump libc version for the new syscalls.

Revision 1.176 / (download) - annotate - [select for diffs], Sun Jun 26 10:14:14 2011 UTC (23 months ago) by njoly
Branch: MAIN
Changes since 1.175: +2 -2 lines
Diff to previous 1.175 (colored)

Bump major for libmj.so debug libraries, forgotten in previous.

Revision 1.175 / (download) - annotate - [select for diffs], Mon Jun 6 16:16:00 2011 UTC (23 months, 2 weeks ago) by njoly
Branch: MAIN
Changes since 1.174: +3 -3 lines
Diff to previous 1.174 (colored)

Update libcrypto.so and libssl.so minor forgotten in previous update,
for compat and debug libraries.

Revision 1.174 / (download) - annotate - [select for diffs], Mon May 30 09:54:30 2011 UTC (23 months, 3 weeks ago) by christos
Branch: MAIN
CVS Tags: cherry-xenmp-base
Branch point for: cherry-xenmp
Changes since 1.173: +1 -15 lines
Diff to previous 1.173 (colored)

remove obsolete entries for .so.*.debug. njoly verified they are not needed
(postinstall takes care of them automatically).

Revision 1.173 / (download) - annotate - [select for diffs], Mon May 30 02:10:26 2011 UTC (23 months, 3 weeks ago) by christos
Branch: MAIN
Changes since 1.172: +2 -3 lines
Diff to previous 1.172 (colored)

fix a lot of different issues (doesn't anyone build anymore)
- libdns had the wrong version
- zfs attributes missing
- missing debug libs
- typos in library names
- typos in library versions
- _g libraries missing for new .so files (since we don't install .a files
  we should not be installing _g.a files either, why are we?)
Hopefully this will fix the sparc64 build.

Revision 1.172 / (download) - annotate - [select for diffs], Sun May 29 23:35:50 2011 UTC (23 months, 3 weeks ago) by haad
Branch: MAIN
Changes since 1.171: +5 -3 lines
Diff to previous 1.171 (colored)

Fix DEBUG enabled build, after every minor lib bump DEBUG enabled build should
be run to catch all changes. Hi spz!

Revision 1.171 / (download) - annotate - [select for diffs], Fri May 13 01:56:27 2011 UTC (2 years ago) by christos
Branch: MAIN
Changes since 1.170: +2 -2 lines
Diff to previous 1.170 (colored)

bump libmagic

Revision 1.170 / (download) - annotate - [select for diffs], Mon May 9 17:13:20 2011 UTC (2 years ago) by manu
Branch: MAIN
Changes since 1.169: +3 -3 lines
Diff to previous 1.169 (colored)

Attempt to fix build after perfuse addition (there is no MKPERFUSE)

Revision 1.169 / (download) - annotate - [select for diffs], Mon May 9 08:51:08 2011 UTC (2 years ago) by manu
Branch: MAIN
Changes since 1.168: +3 -1 lines
Diff to previous 1.168 (colored)

Enable the build of perfused and libperfuse

Revision 1.168 / (download) - annotate - [select for diffs], Wed Apr 20 18:55:54 2011 UTC (2 years, 1 month ago) by haad
Branch: MAIN
Changes since 1.167: +26 -12 lines
Diff to previous 1.167 (colored)

Do some useful work and fix MKDEBUG build after kerberos update.

Revision 1.167 / (download) - annotate - [select for diffs], Sun Apr 17 09:01:58 2011 UTC (2 years, 1 month ago) by mrg
Branch: MAIN
Changes since 1.166: +3 -3 lines
Diff to previous 1.166 (colored)

various updates to deal with heimdal update.

Revision 1.166 / (download) - annotate - [select for diffs], Fri Apr 15 18:05:44 2011 UTC (2 years, 1 month ago) by elric
Branch: MAIN
Changes since 1.165: +5 -2 lines
Diff to previous 1.165 (colored)

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.165 / (download) - annotate - [select for diffs], Thu Mar 31 08:25:31 2011 UTC (2 years, 1 month ago) by pooka
Branch: MAIN
Changes since 1.164: +3 -1 lines
Diff to previous 1.164 (colored)

+rumpdev_pud

Revision 1.164 / (download) - annotate - [select for diffs], Thu Mar 24 17:05:42 2011 UTC (2 years, 2 months ago) by bouyer
Branch: MAIN
Changes since 1.163: +3 -1 lines
Diff to previous 1.163 (colored)

Add a new libquota library, which contains some blocks to build and/or
parse quota plists; as well as a getfsquota() function to retrieve quotas
for a single id from a single filesystem (whatever filesystem this is:
a local quota-enabled fs or NFS). This is build on functions getufsquota()
(for local filesystems with UFS-like quotas) and getnfsquota();
which are also available to userland programs.
move functions from quota2_subr.c to libquota or libprop as appropriate,
and ajust in-tree quota tools.
move some declarations from kernel headers to either sys/quota.h or
quota/quota.h as appropriate. ufs/ufs/quota.h still installed because
it's needed by other installed ufs headers.
ufs/ufs/quota1.h still installed as a quick&dirty way to get a code
using the old quotactl() to compile (just include ufs/ufs/quota1.h instead of
ufs/ufs/quota.h - old code won't compile without this change and this is
on purpose).
Discussed on tech-kern@ and tech-net@ (long thread, but not much about
libquota itself ...)

Revision 1.163 / (download) - annotate - [select for diffs], Sat Mar 12 19:52:47 2011 UTC (2 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.162: +2 -2 lines
Diff to previous 1.162 (colored)

Fix various vis/unvis issues:
- no need for all the weak symbols
- define a new _VIS_END flag for UNVIS_END so that there are no collisions
  between and vis and unvis flags.
- add bound versions of the vis and unvis functions that take the length of
  the destination buffer. Unlike the OpenBSD ones they return -1 or NULL if
  the buffer is not large enough, instead of silently truncating.

Revision 1.162 / (download) - annotate - [select for diffs], Wed Feb 16 03:42:18 2011 UTC (2 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: bouyer-quota2-nbase, bouyer-quota2-base
Changes since 1.161: +7 -7 lines
Diff to previous 1.161 (colored)

bump for bind-9.8.0rc1

Revision 1.161 / (download) - annotate - [select for diffs], Sat Feb 12 22:26:00 2011 UTC (2 years, 3 months ago) by matt
Branch: MAIN
Changes since 1.160: +3 -1 lines
Diff to previous 1.160 (colored)

Add entries for libsaslc
Add some missings entries for amd64

Revision 1.160 / (download) - annotate - [select for diffs], Tue Feb 8 14:24:59 2011 UTC (2 years, 3 months ago) by njoly
Branch: MAIN
Changes since 1.159: +2 -2 lines
Diff to previous 1.159 (colored)

Add missing debug keyword for libdm.so.0.0.debug.

Revision 1.159 / (download) - annotate - [select for diffs], Tue Feb 8 03:20:14 2011 UTC (2 years, 3 months ago) by haad
Branch: MAIN
Changes since 1.158: +3 -1 lines
Diff to previous 1.158 (colored)

Initial import of libdm and dmctl to tree. libdm library can be used
to access, manage and manipulate device-mapper driver. Which opens us bunch
of new possibilities like

	dm-multipath device target
	dm-crypt     device target
	dm-ccd 	     compatibility layer

With this import I'm bringing in dmctl tool for working with dm driver ,too.
I plan to replace gpl2 licensed dmsetup command with our dmctl tool in near
feature. It can also by placed to /rescue where we was not able to put
dmsetup because of licensing problems.

With libdm in tree we can now write RUMP atf test suite for dm driver to
ensure LVM subsystem stability as time goes.

Reviewed by: blymn@ and rmind@
Oked: by no objections on tech-userlevel@

Revision 1.158 / (download) - annotate - [select for diffs], Sun Feb 6 00:44:09 2011 UTC (2 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.157: +2 -2 lines
Diff to previous 1.157 (colored)

remquo{,f} from FreeBSD via Stathis Kamperis

Revision 1.157 / (download) - annotate - [select for diffs], Fri Feb 4 22:09:17 2011 UTC (2 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.156: +2 -2 lines
Diff to previous 1.156 (colored)

bump libc for arc4random_{buf,uniform}

Revision 1.156 / (download) - annotate - [select for diffs], Wed Feb 2 23:27:11 2011 UTC (2 years, 3 months ago) by njoly
Branch: MAIN
Changes since 1.155: +2 -1 lines
Diff to previous 1.155 (colored)

+libnpf.so.0.0.debug

Revision 1.155 / (download) - annotate - [select for diffs], Wed Feb 2 02:20:27 2011 UTC (2 years, 3 months ago) by rmind
Branch: MAIN
Changes since 1.154: +2 -1 lines
Diff to previous 1.154 (colored)

NPF checkpoint:
- Add libnpf(3) - a library to control NPF (configuration, ruleset, etc).
- Add NPF support for ftp-proxy(8).
- Add rc.d script for NPF.
- Convert npfctl(8) to use libnpf(3) and thus make it less depressive.
  Note: next clean-up step should be a parser, once dholland@ will finish it.
- Add more documentation.
- Various fixes.

Revision 1.154 / (download) - annotate - [select for diffs], Mon Jan 24 10:15:39 2011 UTC (2 years, 4 months ago) by skrll
Branch: MAIN
Changes since 1.153: +3 -3 lines
Diff to previous 1.153 (colored)

Mark librump{kern_solaris,fs_zfs}.so.0.0.debug as zfs only and fix a typo
while I'm here.

Revision 1.153 / (download) - annotate - [select for diffs], Thu Jan 20 15:50:06 2011 UTC (2 years, 4 months ago) by njoly
Branch: MAIN
Changes since 1.152: +2 -1 lines
Diff to previous 1.152 (colored)

+librumphijack.so.0.0.debug

Revision 1.152 / (download) - annotate - [select for diffs], Wed Jan 19 21:07:18 2011 UTC (2 years, 4 months ago) by he
Branch: MAIN
Changes since 1.151: +3 -3 lines
Diff to previous 1.151 (colored)

Mark the set list entries for librumpfs_zfs and librumpkern_solaris
with the "zfs" attribute -- these are not built for a substantial
portion of our ports.

Revision 1.151 / (download) - annotate - [select for diffs], Tue Jan 18 22:21:22 2011 UTC (2 years, 4 months ago) by haad
Branch: MAIN
Branch point for: bouyer-quota2
Changes since 1.150: +5 -1 lines
Diff to previous 1.150 (colored)

Add support for compiling ZFS and Solaris modules as RUMP libraries. Add
some locking and rumpcopy primitives and refactor module building Makefiles
to work with both RUMP and kernel modules. This is first part of adding
support for regular test of zfs on NetBSD to hunt some bugs and make it
stable.

Ok by pooka@.

Revision 1.150 / (download) - annotate - [select for diffs], Tue Jan 18 21:07:52 2011 UTC (2 years, 4 months ago) by pooka
Branch: MAIN
Changes since 1.149: +2 -1 lines
Diff to previous 1.149 (colored)

missed librumphijack_pic.a and .ln in previous

Revision 1.149 / (download) - annotate - [select for diffs], Mon Jan 17 20:39:05 2011 UTC (2 years, 4 months ago) by agc
Branch: MAIN
Changes since 1.148: +3 -1 lines
Diff to previous 1.148 (colored)

Hook libisns into the build, and modify the set lists accordingly.

Note the addition of iSNS protocol support in doc/CHANGES

With thanks to Wasabi Systems for contributing the code.

Revision 1.148 / (download) - annotate - [select for diffs], Thu Dec 16 18:42:50 2010 UTC (2 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231
Changes since 1.147: +2 -2 lines
Diff to previous 1.147 (colored)

sets for tzcode enhancements

Revision 1.147 / (download) - annotate - [select for diffs], Sun Dec 12 16:27:25 2010 UTC (2 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.146: +4 -4 lines
Diff to previous 1.146 (colored)

setlists updated for OpenLDAP 2.4.23

Revision 1.146 / (download) - annotate - [select for diffs], Wed Dec 8 20:23:12 2010 UTC (2 years, 5 months ago) by pooka
Branch: MAIN
Changes since 1.145: +3 -1 lines
Diff to previous 1.145 (colored)

+rumpnet_agr

Revision 1.145 / (download) - annotate - [select for diffs], Wed Dec 8 18:16:17 2010 UTC (2 years, 5 months ago) by pooka
Branch: MAIN
Changes since 1.144: +3 -1 lines
Diff to previous 1.144 (colored)

+rumpnet_bridge

Revision 1.144 / (download) - annotate - [select for diffs], Tue Dec 7 21:40:09 2010 UTC (2 years, 5 months ago) by pooka
Branch: MAIN
Changes since 1.143: +3 -1 lines
Diff to previous 1.143 (colored)

+rumpdev_drvctl

Revision 1.143 / (download) - annotate - [select for diffs], Sun Dec 5 20:11:23 2010 UTC (2 years, 5 months ago) by pooka
Branch: MAIN
Changes since 1.142: +5 -3 lines
Diff to previous 1.142 (colored)

rumpcrypto should never have been its own faction, so finally make
it a component under kern, i.e. rumpcrypto -> rumpkern_crypto.

Revision 1.142 / (download) - annotate - [select for diffs], Sun Dec 5 06:02:29 2010 UTC (2 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.141: +2 -2 lines
Diff to previous 1.141 (colored)

sets for new libpcap and tcpdump

Revision 1.141 / (download) - annotate - [select for diffs], Thu Dec 2 14:54:44 2010 UTC (2 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.140: +7 -7 lines
Diff to previous 1.140 (colored)

fix sets for bind 9.7.2-P3

Revision 1.140 / (download) - annotate - [select for diffs], Mon Nov 22 22:22:28 2010 UTC (2 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.139: +2 -2 lines
Diff to previous 1.139 (colored)

bump libssh to 16

Revision 1.139 / (download) - annotate - [select for diffs], Mon Nov 22 22:20:27 2010 UTC (2 years, 6 months ago) by pooka
Branch: MAIN
Changes since 1.138: +3 -1 lines
Diff to previous 1.138 (colored)

+rumpdev_md.  setlists, that's how they get you ...

Revision 1.138 / (download) - annotate - [select for diffs], Sun Nov 21 19:58:04 2010 UTC (2 years, 6 months ago) by adam
Branch: MAIN
Changes since 1.137: +2 -2 lines
Diff to previous 1.137 (colored)

setlists updated for OpenSSH 5.6

Revision 1.137 / (download) - annotate - [select for diffs], Thu Nov 4 21:15:55 2010 UTC (2 years, 6 months ago) by pooka
Branch: MAIN
Changes since 1.136: +3 -1 lines
Diff to previous 1.136 (colored)

Add rumpclient to setlists.

You know, I used to think setlists were ridiculous back when ~20
entries per lib were required.  It seems we're up to 47 and I've
long since run out of superlatives to describe the situation.

Revision 1.136 / (download) - annotate - [select for diffs], Tue Nov 2 16:34:34 2010 UTC (2 years, 6 months ago) by joerg
Branch: MAIN
Changes since 1.135: +3 -1 lines
Diff to previous 1.135 (colored)

Hook up xz into the build system.

Revision 1.135 / (download) - annotate - [select for diffs], Sun Oct 31 23:29:17 2010 UTC (2 years, 6 months ago) by njoly
Branch: MAIN
Changes since 1.134: +2 -1 lines
Diff to previous 1.134 (colored)

Add lua debug files.

Revision 1.134 / (download) - annotate - [select for diffs], Sun Oct 31 11:52:52 2010 UTC (2 years, 6 months ago) by mbalmer
Branch: MAIN
Changes since 1.133: +2 -1 lines
Diff to previous 1.133 (colored)

Link Lua to the build and add the resulting files to the distribution sets.
Document the addition of Lua and the change we made to the default settings.

Revision 1.133 / (download) - annotate - [select for diffs], Fri Sep 24 18:01:39 2010 UTC (2 years, 8 months ago) by skrll
Branch: MAIN
Changes since 1.132: +2 -2 lines
Diff to previous 1.132 (colored)

libc minor was bumped.

Revision 1.132 / (download) - annotate - [select for diffs], Tue Aug 24 11:26:28 2010 UTC (2 years, 9 months ago) by pooka
Branch: MAIN
Changes since 1.131: +3 -1 lines
Diff to previous 1.131 (colored)

+rumpdev_scsitest

Revision 1.131 / (download) - annotate - [select for diffs], Mon Aug 23 20:53:41 2010 UTC (2 years, 9 months ago) by pooka
Branch: MAIN
Changes since 1.130: +3 -1 lines
Diff to previous 1.130 (colored)

add rumpdev_scsipi

Revision 1.130 / (download) - annotate - [select for diffs], Wed Aug 18 14:26:16 2010 UTC (2 years, 9 months ago) by sketch
Branch: MAIN
Changes since 1.129: +2 -1 lines
Diff to previous 1.129 (colored)

Fix setlist for libmj with MKDEBUG.

Revision 1.129 / (download) - annotate - [select for diffs], Sun Aug 8 00:23:26 2010 UTC (2 years, 9 months ago) by joerg
Branch: MAIN
Changes since 1.128: +2 -1 lines
Diff to previous 1.128 (colored)

+ libmj_pic.a

Revision 1.128 / (download) - annotate - [select for diffs], Mon Jul 26 16:23:32 2010 UTC (2 years, 10 months ago) by pooka
Branch: MAIN
Changes since 1.127: +3 -1 lines
Diff to previous 1.127 (colored)

setlist lottery for nfs tests

Revision 1.127 / (download) - annotate - [select for diffs], Sun Jul 11 06:16:56 2010 UTC (2 years, 10 months ago) by mrg
Branch: MAIN
Changes since 1.126: +3 -3 lines
Diff to previous 1.126 (colored)

ldap is configured to depend upon MKCRYPTO no, so force MKLAP=no if
MKCRYPTO=no.
don't build pkg_install, libcrypto tests or rump_smbfs if MKCRYPTO=no.
mark librumpcrypto, rump_smb, pkg_*

fix set lists as appropriate.

Revision 1.126 / (download) - annotate - [select for diffs], Fri Jul 2 07:43:36 2010 UTC (2 years, 10 months ago) by mrg
Branch: MAIN
Changes since 1.125: +7 -5 lines
Diff to previous 1.125 (colored)

move the *.elf contents into the *mi* contents.  we're not going to have
non-elf platforms at any thing in the near future, and these extra files
are only making sets handling even worse than necessary.

ok lukem.

Revision 1.125 / (download) - annotate - [select for diffs], Wed Jun 30 16:17:13 2010 UTC (2 years, 10 months ago) by pooka
Branch: MAIN
Changes since 1.124: +3 -1 lines
Diff to previous 1.124 (colored)

+rumpdev_putter

Revision 1.124 / (download) - annotate - [select for diffs], Mon Jun 21 21:46:59 2010 UTC (2 years, 11 months ago) by pooka
Branch: MAIN
Changes since 1.123: +3 -1 lines
Diff to previous 1.123 (colored)

zzlib

Revision 1.123 / (download) - annotate - [select for diffs], Mon Jun 14 14:50:47 2010 UTC (2 years, 11 months ago) by pooka
Branch: MAIN
Changes since 1.122: +3 -1 lines
Diff to previous 1.122 (colored)

rumpkern_tty

Revision 1.122 / (download) - annotate - [select for diffs], Mon Jun 14 14:39:12 2010 UTC (2 years, 11 months ago) by pooka
Branch: MAIN
Changes since 1.121: +3 -1 lines
Diff to previous 1.121 (colored)

ptyfs

Revision 1.121 / (download) - annotate - [select for diffs], Fri Jun 11 15:12:45 2010 UTC (2 years, 11 months ago) by njoly
Branch: MAIN
Changes since 1.120: +2 -1 lines
Diff to previous 1.120 (colored)

+librumpkern_ksem.so.0.0.debug

Revision 1.120 / (download) - annotate - [select for diffs], Thu Jun 10 22:00:03 2010 UTC (2 years, 11 months ago) by pooka
Branch: MAIN
Changes since 1.119: +2 -1 lines
Diff to previous 1.119 (colored)

update

Revision 1.119 / (download) - annotate - [select for diffs], Mon Jun 7 13:52:29 2010 UTC (2 years, 11 months ago) by tnozaki
Branch: MAIN
Changes since 1.118: +2 -2 lines
Diff to previous 1.118 (colored)

1. MB_LEN_MAX switch MD to MI.
2. unfortunately hppa's MB_LEN_MAX is defined incorrectly 6 instead of 32
   so we have to add more setlocale(3) __RENAME func, __setlocale50.
3. move setlocale1.c and setlocale32.c to lib/libc/compat/locale/*
   prepareing for next libc major crunk.
4. bump libc minor version.

Revision 1.118 / (download) - annotate - [select for diffs], Fri May 21 11:07:21 2010 UTC (3 years ago) by pooka
Branch: MAIN
Changes since 1.117: +4 -4 lines
Diff to previous 1.117 (colored)

Bump major of libpuffs, librefuse and libp2k.

Hmm, 60 lines changed (!!), 3 medium camels sacrificed and half
the total working time spent here.  I picked the wrong day to not
quit editing setlists.

Revision 1.117 / (download) - annotate - [select for diffs], Sat May 1 23:27:23 2010 UTC (3 years ago) by pooka
Branch: MAIN
Changes since 1.116: +5 -1 lines
Diff to previous 1.116 (colored)

is it absurd?  is it a pain?  no, it's setlistman!

Revision 1.116 / (download) - annotate - [select for diffs], Tue Apr 27 14:33:19 2010 UTC (3 years ago) by lukem
Branch: MAIN
Changes since 1.115: +175 -9 lines
Diff to previous 1.115 (colored)

Add usr/libdata/debug entries for shared libraries on i386 with Xorg

Revision 1.115 / (download) - annotate - [select for diffs], Mon Apr 12 22:34:17 2010 UTC (3 years, 1 month ago) by pooka
Branch: MAIN
Changes since 1.114: +2 -1 lines
Diff to previous 1.114 (colored)

add rumpdev_fss to setlists

Revision 1.114 / (download) - annotate - [select for diffs], Sun Apr 11 05:45:58 2010 UTC (3 years, 1 month ago) by pooka
Branch: MAIN
Changes since 1.113: +3 -2 lines
Diff to previous 1.113 (colored)

Following nullfs, rename rumpfs_umapfs to rumpfs_umap to make the
basename the same as the kernel module (this too was in-tree only
for a little over a week with the old name).

Revision 1.113 / (download) - annotate - [select for diffs], Sat Apr 10 21:33:00 2010 UTC (3 years, 1 month ago) by pooka
Branch: MAIN
Changes since 1.112: +3 -2 lines
Diff to previous 1.112 (colored)

Rename librumpfs_nullfs to librumpfs_null to make the basename the
same as with the kernel module (and hence MOUNT_NULL).

I added the old name to the obsolete list, but given that it was
in-tree for only a bit over a week, I'll remove the entries in a
few weeks.

Revision 1.112 / (download) - annotate - [select for diffs], Wed Mar 31 14:21:23 2010 UTC (3 years, 1 month ago) by pooka
Branch: MAIN
Changes since 1.111: +2 -1 lines
Diff to previous 1.111 (colored)

+rumpfs_kernfs

Revision 1.111 / (download) - annotate - [select for diffs], Tue Mar 30 01:01:10 2010 UTC (3 years, 1 month ago) by pooka
Branch: MAIN
Changes since 1.110: +3 -1 lines
Diff to previous 1.110 (colored)

add nullfs and umapfs to setlists

Revision 1.110 / (download) - annotate - [select for diffs], Mon Mar 29 18:15:32 2010 UTC (3 years, 1 month ago) by pooka
Branch: MAIN
Changes since 1.109: +3 -1 lines
Diff to previous 1.109 (colored)

+union and layerfs

Revision 1.109 / (download) - annotate - [select for diffs], Mon Mar 29 13:23:44 2010 UTC (3 years, 1 month ago) by pooka
Branch: MAIN
Changes since 1.108: +2 -1 lines
Diff to previous 1.108 (colored)

+rumpvfs_fifofs

Revision 1.108 / (download) - annotate - [select for diffs], Mon Mar 22 12:27:46 2010 UTC (3 years, 2 months ago) by pooka
Branch: MAIN
Changes since 1.107: +3 -1 lines
Diff to previous 1.107 (colored)

Add rumpdev_ubt and rumpnet_netbt components.

Revision 1.107 / (download) - annotate - [select for diffs], Mon Mar 8 12:32:17 2010 UTC (3 years, 2 months ago) by pooka
Branch: MAIN
Changes since 1.106: +2 -1 lines
Diff to previous 1.106 (colored)

add rumpfs_mfs to setlists

Revision 1.106 / (download) - annotate - [select for diffs], Sun Feb 21 03:18:46 2010 UTC (3 years, 3 months ago) by darran
Branch: MAIN
Changes since 1.105: +3 -1 lines
Diff to previous 1.105 (colored)

Add DTrace to sets.

Revision 1.105 / (download) - annotate - [select for diffs], Thu Feb 11 02:29:24 2010 UTC (3 years, 3 months ago) by pooka
Branch: MAIN
Changes since 1.104: +7 -1 lines
Diff to previous 1.104 (colored)

add new rump components to setlists

Revision 1.104 / (download) - annotate - [select for diffs], Fri Feb 5 22:07:14 2010 UTC (3 years, 3 months ago) by pooka
Branch: MAIN
Changes since 1.103: +2 -1 lines
Diff to previous 1.103 (colored)

add rumpnet_net80211 to lists

Revision 1.103 / (download) - annotate - [select for diffs], Fri Feb 5 19:08:26 2010 UTC (3 years, 3 months ago) by plunky
Branch: MAIN
Changes since 1.102: +2 -1 lines
Diff to previous 1.102 (colored)

add PCC commands and manpages [pcc(1), pcpp(1) and ccom(1)] and libpcc

Revision 1.102 / (download) - annotate - [select for diffs], Wed Feb 3 15:34:38 2010 UTC (3 years, 3 months ago) by roy
Branch: MAIN
Changes since 1.101: +2 -1 lines
Diff to previous 1.101 (colored)

Userland now builds and uses terminfo instead of termcap.

OK: core@, jdc@

Revision 1.101 / (download) - annotate - [select for diffs], Wed Feb 3 06:25:55 2010 UTC (3 years, 3 months ago) by tls
Branch: MAIN
Changes since 1.100: +2 -1 lines
Diff to previous 1.100 (colored)

Plug liblzf into build.  Liblzf is a small (3504 byte shared library on i386),
very very fast, 2-clause BSD-licensed compressor.  We provide the LZF_STATE
version of the API, which is not the default for generic liblzf.

Revision 1.100 / (download) - annotate - [select for diffs], Sun Jan 31 03:09:27 2010 UTC (3 years, 3 months ago) by pooka
Branch: MAIN
Changes since 1.99: +2 -1 lines
Diff to previous 1.99 (colored)

Add rump sysmon component to devlists.

Revision 1.99 / (download) - annotate - [select for diffs], Tue Jan 19 22:46:34 2010 UTC (3 years, 4 months ago) by pooka
Branch: MAIN
Changes since 1.98: +2 -1 lines
Diff to previous 1.98 (colored)

add rumpdev_bpf to setlists

Revision 1.98 / (download) - annotate - [select for diffs], Thu Jan 14 13:47:41 2010 UTC (3 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.97: +2 -2 lines
Diff to previous 1.97 (colored)

More consistency with obsolete tag:
it should be only be accompanied by gcc={3,4} or {xorg,x11}, and only
if they are necessary, i.e. if the same line exists for the other setting
of gcc or xorg/x11.
Make it so.

Revision 1.97 / (download) - annotate - [select for diffs], Thu Jan 14 12:01:58 2010 UTC (3 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.96: +5 -5 lines
Diff to previous 1.96 (colored)

Consistency: set for obsolete files should be "foo-obsolete".

Revision 1.96 / (download) - annotate - [select for diffs], Wed Dec 23 00:33:26 2009 UTC (3 years, 5 months ago) by darran
Branch: MAIN
Changes since 1.95: +2 -1 lines
Diff to previous 1.95 (colored)

Add libdwarf files.

Revision 1.95 / (download) - annotate - [select for diffs], Sun Dec 20 05:53:35 2009 UTC (3 years, 5 months ago) by thorpej
Branch: MAIN
Changes since 1.94: +2 -1 lines
Diff to previous 1.94 (colored)

Add libelf files.

Revision 1.94 / (download) - annotate - [select for diffs], Mon Dec 14 02:01:53 2009 UTC (3 years, 5 months ago) by matt
Branch: MAIN
Changes since 1.93: +4 -4 lines
Diff to previous 1.93 (colored)

Update sets lists from matt-nb5-mips64

Revision 1.93 / (download) - annotate - [select for diffs], Sat Dec 5 04:48:21 2009 UTC (3 years, 5 months ago) by snj
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.92: +2 -1 lines
Diff to previous 1.92 (colored)

Update for librumpdev_dm (hi haad!).

Revision 1.92 / (download) - annotate - [select for diffs], Sun Nov 8 15:30:21 2009 UTC (3 years, 6 months ago) by skrll
Branch: MAIN
Changes since 1.91: +3 -5 lines
Diff to previous 1.91 (colored)

Remove references to binutils 2.16 and 2.19 - everything is 2.19 now.

Revision 1.91 / (download) - annotate - [select for diffs], Sun Oct 11 11:26:41 2009 UTC (3 years, 7 months ago) by pooka
Branch: MAIN
Changes since 1.90: +2 -1 lines
Diff to previous 1.90 (colored)

raidframe works well enough now to initialize parity, so install it.

Revision 1.90 / (download) - annotate - [select for diffs], Fri Oct 9 00:48:35 2009 UTC (3 years, 7 months ago) by haad
Branch: MAIN
Changes since 1.89: +6 -1 lines
Diff to previous 1.89 (colored)

Fix sets files for MKZFS enabled builds move debuging libs to proper place
and add html flags for html manpages.

Patch received from Pierre Allegraud and reviewed by me.

Revision 1.89 / (download) - annotate - [select for diffs], Tue Sep 29 23:56:26 2009 UTC (3 years, 7 months ago) by tsarna
Branch: MAIN
Changes since 1.88: +2 -1 lines
Diff to previous 1.88 (colored)

Multicast DNS ("Bonjour") support, based on Apple's mDNSResponder.

Revision 1.88 / (download) - annotate - [select for diffs], Tue Sep 8 20:34:48 2009 UTC (3 years, 8 months ago) by pooka
Branch: MAIN
Changes since 1.87: +4 -1 lines
Diff to previous 1.87 (colored)

Build and install cgd, disk and rnd rump device components.

Revision 1.87 / (download) - annotate - [select for diffs], Tue Sep 8 07:08:01 2009 UTC (3 years, 8 months ago) by skrll
Branch: MAIN
Changes since 1.86: +5 -3 lines
Diff to previous 1.86 (colored)

Rename MKBFD to MKBINUTILS and support HAVE_BINUTILS for set lists. This
makes {MK,HAVE_}BINUTILS consistent with {MK,HAVE_}{GCC,GDB}.

Allow MKBFD to defines MKBINUTILS as a backwards compatibility hook.

Update the sets lists and add conditionals for lib{bfd,opcodes}.

Revision 1.86 / (download) - annotate - [select for diffs], Fri Sep 4 17:21:34 2009 UTC (3 years, 8 months ago) by pooka
Branch: MAIN
Changes since 1.85: +3 -1 lines
Diff to previous 1.85 (colored)

build & install librumpdev_netsmb and librumpfs_smbfs components

Revision 1.85 / (download) - annotate - [select for diffs], Thu Sep 3 15:35:59 2009 UTC (3 years, 8 months ago) by pooka
Branch: MAIN
Changes since 1.84: +2 -1 lines
Diff to previous 1.84 (colored)

Build & install rumpdev, a device component for rump.  It currently
supports autoconf and is required for example by pseudo-device rump
components.

Revision 1.84 / (download) - annotate - [select for diffs], Thu Sep 3 12:55:10 2009 UTC (3 years, 8 months ago) by pooka
Branch: MAIN
Changes since 1.83: +2 -1 lines
Diff to previous 1.83 (colored)

install librumpfs_fdesc

Revision 1.83 / (download) - annotate - [select for diffs], Thu Sep 3 12:33:55 2009 UTC (3 years, 8 months ago) by pooka
Branch: MAIN
Changes since 1.82: +2 -1 lines
Diff to previous 1.82 (colored)

install librumpcrypto component: kernel crypto routines

Revision 1.82 / (download) - annotate - [select for diffs], Sat Jul 18 21:32:52 2009 UTC (3 years, 10 months ago) by reinoud
Branch: MAIN
Changes since 1.81: +2 -1 lines
Diff to previous 1.81 (colored)

Fix lists for NiLFS import... sorry folks, i didn't run a `make release'.
Currently building a release to test it completely but committed it now to
ease you folks.

Revision 1.81 / (download) - annotate - [select for diffs], Tue May 12 18:07:55 2009 UTC (4 years ago) by plunky
Branch: MAIN
CVS Tags: jym-xensuspend-nbase, jym-xensuspend-base
Changes since 1.80: +2 -2 lines
Diff to previous 1.80 (colored)

remove libsdp as improved functionality has been enabled in libbluetooth.

Revision 1.80 / (download) - annotate - [select for diffs], Sat May 2 01:15:54 2009 UTC (4 years ago) by pooka
Branch: MAIN
Changes since 1.79: +2 -2 lines
Diff to previous 1.79 (colored)

Merge librumpfs_ufs into librumpfs_ffs.  This reflects what happened
with the ffs kernel module and follows the trend of retiring ufs.
It also allows to get rid of a special case kludge in runtime module
loading, since ufs was not really a module.  librumpfs_ufs is now
obsoleted and ffs consumers should be linked solely against
librumpfs_ffs.

Revision 1.79 / (download) - annotate - [select for diffs], Fri May 1 22:59:52 2009 UTC (4 years ago) by agc
Branch: MAIN
Changes since 1.78: +2 -2 lines
Diff to previous 1.78 (colored)

Remove openpgp files from the build (replaced by netpgp)

Revision 1.78 / (download) - annotate - [select for diffs], Sat Apr 25 05:54:50 2009 UTC (4 years, 1 month ago) by agc
Branch: MAIN
Changes since 1.77: +2 -1 lines
Diff to previous 1.77 (colored)

Enable netpgp in the build, and amend set lists accordingly.

Revision 1.77 / (download) - annotate - [select for diffs], Sat Feb 28 15:32:29 2009 UTC (4 years, 2 months ago) by pooka
Branch: MAIN
Changes since 1.76: +2 -1 lines
Diff to previous 1.76 (colored)

add if_shm to setlists

Revision 1.76 / (download) - annotate - [select for diffs], Sun Feb 8 16:30:48 2009 UTC (4 years, 3 months ago) by pooka
Branch: MAIN
Branch point for: jym-xensuspend
Changes since 1.75: +2 -1 lines
Diff to previous 1.75 (colored)

Add rumpnet_local to the setlists (at least most of the variants ;).

Revision 1.75 / (download) - annotate - [select for diffs], Sat Jan 24 01:15:26 2009 UTC (4 years, 4 months ago) by agc
Branch: MAIN
Changes since 1.74: +2 -1 lines
Diff to previous 1.74 (colored)

Add the build glue and sets information for the libopenpgpsdk library, and
the openpgp binary.

Revision 1.74 / (download) - annotate - [select for diffs], Sun Jan 11 13:26:29 2009 UTC (4 years, 4 months ago) by jnemeth
Branch: MAIN
Changes since 1.73: +3 -3 lines
Diff to previous 1.73 (colored)

shared library bumps; undoubtably there will be many more

Revision 1.73 / (download) - annotate - [select for diffs], Mon Dec 22 20:18:37 2008 UTC (4 years, 5 months ago) by agc
Branch: MAIN
Changes since 1.72: +2 -1 lines
Diff to previous 1.72 (colored)

First pass at set list changes for lvm functionality.

Revision 1.72 / (download) - annotate - [select for diffs], Wed Nov 19 14:10:48 2008 UTC (4 years, 6 months ago) by pooka
Branch: MAIN
Changes since 1.71: +2 -1 lines
Diff to previous 1.71 (colored)

Split vfs out of rumpkern into rumpvfs.  Non-fs rumps no longer
include the file system code.  File system rumps explicitly need
to include rumpvfs from now on.

Revision 1.71 / (download) - annotate - [select for diffs], Wed Nov 12 13:17:27 2008 UTC (4 years, 6 months ago) by pooka
Branch: MAIN
Changes since 1.70: +4 -4 lines
Diff to previous 1.70 (colored)

Now that MKPUFFS is default, kill it as advertised.
While there, give puffs and refuse files sensible syspkg entries.

Revision 1.70 / (download) - annotate - [select for diffs], Thu Oct 16 09:39:43 2008 UTC (4 years, 7 months ago) by pooka
Branch: MAIN
CVS Tags: netbsd-5-base, matt-mips64-base2
Branch point for: netbsd-5
Changes since 1.69: +7 -1 lines
Diff to previous 1.69 (colored)

update set lists for:
* rump_nfs
* librumpfs_nfs
* librumpnet{,_net,_netinet,_sockin,_virtif}

Revision 1.69 / (download) - annotate - [select for diffs], Thu Oct 2 17:54:51 2008 UTC (4 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: mjf-devfs2-base
Changes since 1.68: +2 -1 lines
Diff to previous 1.68 (colored)

Hook up libfetch and pkg_install update.

Revision 1.68 / (download) - annotate - [select for diffs], Thu Sep 4 16:20:15 2008 UTC (4 years, 8 months ago) by pooka
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-3, wrstuden-revivesa-base-2
Changes since 1.67: +2 -2 lines
Diff to previous 1.67 (colored)

untypo previous

Revision 1.67 / (download) - annotate - [select for diffs], Thu Sep 4 12:21:26 2008 UTC (4 years, 8 months ago) by pooka
Branch: MAIN
Changes since 1.66: +2 -1 lines
Diff to previous 1.66 (colored)

Add rump support for sysvbfs.

Revision 1.66 / (download) - annotate - [select for diffs], Tue Aug 5 14:42:03 2008 UTC (4 years, 9 months ago) by pooka
Branch: MAIN
Changes since 1.65: +3 -3 lines
Diff to previous 1.65 (colored)

Maintain consistency of naming between the rumpfs library name and
the MOUNT_FOOFS name.  Don't bother polluting the obsolete lists
with the original names since they were in only for a few days.

Revision 1.65 / (download) - annotate - [select for diffs], Tue Jul 29 13:17:40 2008 UTC (4 years, 9 months ago) by pooka
Branch: MAIN
CVS Tags: simonb-wapbl-nbase, simonb-wapbl-base
Changes since 1.64: +17 -1 lines
Diff to previous 1.64 (colored)

Install rump libraries and utilities to the base system and remove the
private non-installed build infrastructure from sys/rump.

breakdown of commit:
  * install relevant headers into /usr/include/rump
  * build sys/rump/librump/rumpuser and sys/rump/librump/rumpkern
    from src/lib and install as librumpuser and librump, respectively
    + this retains the ability to test a librump build with just the
      kernel sources at hand
  * move sys/rump/fs/lib/libukfs and sys/rump/fs/lib/libp2k to src/lib
    for general consumption, they are not kernel-space dwellers anyway
  * build and install sys/rump/fs/lib/lib$fs as librumpfs_$fs
  * add chapter 3 manual pages for rump, rumpuser, ukfs and p2k
  * build and install userspace kernel file system daemons if MKPUFFS=yes
    is spexified
  * retire fsconsole for now, it will make a comeback with an actually
    implemented version shortly

Revision 1.64 / (download) - annotate - [select for diffs], Thu May 22 14:24:42 2008 UTC (5 years ago) by lukem
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-pf42-base3, wrstuden-revivesa-base-1, wrstuden-revivesa-base
Branch point for: simonb-wapbl
Changes since 1.63: +4 -1 lines
Diff to previous 1.63 (colored)

OpenLDAP client libraries, utilities, and relevant manual pages.

Revision 1.63 / (download) - annotate - [select for diffs], Thu May 1 15:41:16 2008 UTC (5 years ago) by jmmv
Branch: MAIN
CVS Tags: yamt-pf42-base2, hpcarm-cleanup-nbase
Branch point for: wrstuden-revivesa
Changes since 1.62: +4 -2 lines
Diff to previous 1.62 (colored)

Adjust file lists after the import of atf-0.5.

Revision 1.62 / (download) - annotate - [select for diffs], Sat Mar 22 08:37:24 2008 UTC (5 years, 2 months ago) by mlelstv
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base
Branch point for: yamt-pf42
Changes since 1.61: +3 -1 lines
Diff to previous 1.61 (colored)

Import Heimdal-1.1

Revision 1.61 / (download) - annotate - [select for diffs], Thu Jan 3 20:48:00 2008 UTC (5 years, 4 months ago) by jdc
Branch: MAIN
CVS Tags: pc532-eol-2008, mjf-devfs-base, matt-armv6-nbase, matt-armv6-base, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-base
Branch point for: mjf-devfs2, mjf-devfs
Changes since 1.60: +4 -1 lines
Diff to previous 1.60 (colored)

Add a note about marking entries as "obsolete", instead of deleting them.

Revision 1.60 / (download) - annotate - [select for diffs], Mon Nov 12 14:56:26 2007 UTC (5 years, 6 months ago) by jmmv
Branch: MAIN
CVS Tags: cube-autoconf-base, cube-autoconf
Changes since 1.59: +2 -1 lines
Diff to previous 1.59 (colored)

Add the libatf library

This adds reachover Makefiles to build the libatf library and enables it in
the parent Makefile.

Things to review in this change:

* Add proper version numbers in the shlib_version files.

* Is libatf properly listed in lib/Makefile?  It theoretically needs
  libstdc++, but the resulting binary library is not linked against it.

Revision 1.59 / (download) - annotate - [select for diffs], Sun Nov 4 23:28:17 2007 UTC (5 years, 6 months ago) by tls
Branch: MAIN
Changes since 1.58: +7 -1 lines
Diff to previous 1.58 (colored)

Remove MKPRIVATELIB from BIND libraries; move library reachover
directories and Makefiles from src/usr.sbin/bind to src/lib; make
BIND libraries build shared.  Saves about 1MB-1.5MB per installed
executable, about 5MB for a base+etc minimal installation of NetBSD.

Revision 1.58 / (download) - annotate - [select for diffs], Sun Jul 29 17:06:01 2007 UTC (5 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: matt-mips64-base, hpcarm-cleanup
Branch point for: matt-mips64, matt-armv6
Changes since 1.57: +2 -1 lines
Diff to previous 1.57 (colored)

Add build glue for libarchive and update the various sets.

Revision 1.57 / (download) - annotate - [select for diffs], Fri Jun 1 22:54:53 2007 UTC (5 years, 11 months ago) by uwe
Branch: MAIN
Changes since 1.56: +2 -1 lines
Diff to previous 1.56 (colored)

Bring back static and lint ssp libs and mark them obsolete.

Revision 1.56 / (download) - annotate - [select for diffs], Wed May 30 16:23:23 2007 UTC (5 years, 11 months ago) by tls
Branch: MAIN
Changes since 1.55: +1 -2 lines
Diff to previous 1.55 (colored)

libssp is gone.

Revision 1.55 / (download) - annotate - [select for diffs], Fri Feb 23 19:12:35 2007 UTC (6 years, 3 months ago) by pooka
Branch: MAIN
Changes since 1.54: +2 -1 lines
Diff to previous 1.54 (colored)

Add a couple of librefuse files I managed to miss initially.

from <seb> and Stephane Engel

Revision 1.54 / (download) - annotate - [select for diffs], Sat Nov 11 12:06:54 2006 UTC (6 years, 6 months ago) by he
Branch: MAIN
CVS Tags: netbsd-4-base
Branch point for: wrstuden-fixsa, netbsd-4
Changes since 1.53: +2 -1 lines
Diff to previous 1.53 (colored)

Add libssp_pic.a.

Revision 1.53 / (download) - annotate - [select for diffs], Mon Oct 23 03:21:21 2006 UTC (6 years, 7 months ago) by pooka
Branch: MAIN
Changes since 1.52: +2 -1 lines
Diff to previous 1.52 (colored)

libpuffs_pic.a

Revision 1.52 / (download) - annotate - [select for diffs], Wed Jul 12 13:39:05 2006 UTC (6 years, 10 months ago) by lukem
Branch: MAIN
CVS Tags: abandoned-netbsd-4-base, abandoned-netbsd-4
Changes since 1.51: +12 -1 lines
Diff to previous 1.51 (colored)

* Provide new keywords:
	gcc=<n>			<n> = value of ${HAVE_GCC}
	gdb=<n>			<n> = value of ${HAVE_GDB}

* Support extra keywords on lines with "obsolete" keywords to allow
  keyword-specific obsolete files.
  (Primarily intended for use with gcc=<n> and gdb=<n>, although
  it could be use for other items).

* Use the above features to collapse the gcc.* and gcc4.* lists into
  the appropriate set lists.

* Deprecate the tc.* lists as all platforms are either HAVE_GCC=3 or HAVE_GCC=4.

* Update set lists for HAVE_GDB=6.

Revision 1.51 / (download) - annotate - [select for diffs], Tue Jul 11 23:20:22 2006 UTC (6 years, 10 months ago) by peter
Branch: MAIN
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored)

Fix MKISCSI=no.

Revision 1.50 / (download) - annotate - [select for diffs], Mon Jun 19 15:44:35 2006 UTC (6 years, 11 months ago) by gdamore
Branch: MAIN
Changes since 1.49: +3 -1 lines
Diff to previous 1.49 (colored)

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.49 / (download) - annotate - [select for diffs], Thu Apr 27 20:41:58 2006 UTC (7 years ago) by thorpej
Branch: MAIN
Changes since 1.48: +2 -1 lines
Diff to previous 1.48 (colored)

Support for building proplib in userspace.

Revision 1.48 / (download) - annotate - [select for diffs], Thu Mar 30 00:00:24 2006 UTC (7 years, 1 month ago) by rtr
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored)

do not build or install libcdk as a part of base anymore
cdk source still lives in dist however

approved by core@

Revision 1.47 / (download) - annotate - [select for diffs], Mon Mar 20 16:37:22 2006 UTC (7 years, 2 months ago) by he
Branch: MAIN
CVS Tags: peter-altq-base
Branch point for: peter-altq
Changes since 1.46: +5 -5 lines
Diff to previous 1.46 (colored)

Make the final adaptions to the removal of the KerberosIV bits.
Discussed with christos.

Revision 1.46 / (download) - annotate - [select for diffs], Wed Feb 8 19:00:34 2006 UTC (7 years, 3 months ago) by agc
Branch: MAIN
Changes since 1.45: +2 -1 lines
Diff to previous 1.45 (colored)

Add entries for the iSCSI target, and supporting library and manual
pages.

Revision 1.45 / (download) - annotate - [select for diffs], Sun Feb 20 00:49:06 2005 UTC (8 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-3-base, 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, netbsd-3
Changes since 1.44: +2 -1 lines
Diff to previous 1.44 (colored)

More libradius changes from manu

Revision 1.44 / (download) - annotate - [select for diffs], Tue Jan 11 20:15:21 2005 UTC (8 years, 4 months ago) by tron
Branch: MAIN
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored)

Mark PAM libraries as "pam".

Revision 1.43 / (download) - annotate - [select for diffs], Sat Jan 8 10:04:35 2005 UTC (8 years, 4 months ago) by lukem
Branch: MAIN
Changes since 1.42: +2 -1 lines
Diff to previous 1.42 (colored)

librpcsvc.so.0.0 (et al)

Revision 1.42 / (download) - annotate - [select for diffs], Mon Jan 3 06:00:13 2005 UTC (8 years, 4 months ago) by lukem
Branch: MAIN
Changes since 1.41: +2 -1 lines
Diff to previous 1.41 (colored)

Implement libssh as a public library, as pam_ssh needs it.

Revision 1.41 / (download) - annotate - [select for diffs], Wed Dec 29 00:12:02 2004 UTC (8 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.40: +2 -1 lines
Diff to previous 1.40 (colored)

Add PAM libraries, modules, and headers.

Revision 1.40 / (download) - annotate - [select for diffs], Sun Jan 11 10:13:43 2004 UTC (9 years, 4 months ago) by lukem
Branch: MAIN
CVS Tags: rtr-xorg-branch-base, rtr-xorg-branch, 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
Changes since 1.39: +51 -51 lines
Diff to previous 1.39 (colored)

reformat whitespace

Revision 1.39 / (download) - annotate - [select for diffs], Sun Jan 4 00:54:18 2004 UTC (9 years, 4 months ago) by lukem
Branch: MAIN
Changes since 1.38: +4 -4 lines
Diff to previous 1.38 (colored)

Support MKCRYPTO=no

Revision 1.38 / (download) - annotate - [select for diffs], Sat Jan 3 15:21:30 2004 UTC (9 years, 4 months ago) by lukem
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

Support MKSKEY=no.

Revision 1.37 / (download) - annotate - [select for diffs], Mon Dec 29 03:13:28 2003 UTC (9 years, 4 months ago) by lukem
Branch: MAIN
Changes since 1.36: +17 -2 lines
Diff to previous 1.36 (colored)

Significant overhaul of how the sets are used:

* Add an optional third field to the sets file which is a list of
  comma separated keywords that control if the line is printed.
  Currently supported keywords
	kerberos4	${MKKERBEROS4} != no
	kerberos	${MKKERBEROS} != no
	lint		${MKLINT} != no
	obsolete	${obsolete} != 0.
			In this case, non obsolete files are not printed.
  (This will allow future support for builds with variables such as
  MKHESIOD and MKYP set to "no".)

* Use sh(1)'s getopts where appropriate, and otherwise cleanup the
  various scripts.

* Move defaults for sets.subr from sets.defaults into sets.subr.
  Move replicated code for determining stuff such as shlibs type
  from various scripts into sets.subr.

* Merge the obsolete.*, krb.*, krb4.* and lint.* into the appropriate
  main lists with the relevant third field keyword(s).

Revision 1.36 / (download) - annotate - [select for diffs], Thu Dec 11 09:46:27 2003 UTC (9 years, 5 months ago) by dyoung
Branch: MAIN
Changes since 1.35: +1 -16 lines
Diff to previous 1.35 (colored)

Fix the checkflist for builds without Kerberos 4 (MKKERBEROS4=no)
and without Kerberos 4 & 5 (MKKERBEROS=no). Previously checkflist
complained of missing files.

* move kerberos- and kerberos 4-only files into new flists,
  distrib/sets/lists/*/krb.*

* make the flist generators grok MKKERBEROS{,4} variables

* fix Makefiles which treat MKKERBEROS=no as MKKERBEROS5=no.
  9 out of 10 experts agree that it is ludicrous to build w/
  KERBEROS4 and w/o KERBEROS5.

* fix header files, also, which treat MKKERBEROS=no as MKKERBEROS5=no.

* omit some Kerberos-only subdirectories from the build as
  MKKERBEROS{,4} indicate

(I acknowledge the sentiment that flists are the wrong way to go,
and that the makefiles should produce the metalog directly.  That
sounds to me like the right way to go, but I am not prepared to do
revamp all the makefiles.  While my approach is expedient, it fits
painlessly within the current build architecture until we are
delivered from flist purgatory, and it does not postpone our
delivery. Fair enough?)

Revision 1.35 / (download) - annotate - [select for diffs], Wed Jul 16 19:39:06 2003 UTC (9 years, 10 months ago) by itojun
Branch: MAIN
Changes since 1.34: +1 -2 lines
Diff to previous 1.34 (colored)

libtelnet no longer installed (redo)

Revision 1.34 / (download) - annotate - [select for diffs], Wed Jul 16 19:03:13 2003 UTC (9 years, 10 months ago) by he
Branch: MAIN
Changes since 1.33: +2 -1 lines
Diff to previous 1.33 (colored)

Despite claims of the contrary, libtelnet in its various forms
is still being installed, so make the set lists match reality for now.

Revision 1.33 / (download) - annotate - [select for diffs], Wed Jul 16 06:18:35 2003 UTC (9 years, 10 months ago) by itojun
Branch: MAIN
Changes since 1.32: +1 -2 lines
Diff to previous 1.32 (colored)

no longer install libtelnet

Revision 1.32 / (download) - annotate - [select for diffs], Sat Jun 14 08:04:43 2003 UTC (9 years, 11 months ago) by nonaka
Branch: MAIN
Changes since 1.31: +2 -1 lines
Diff to previous 1.31 (colored)

Add some files for libevent.

Revision 1.31 / (download) - annotate - [select for diffs], Thu Jun 12 13:37:21 2003 UTC (9 years, 11 months ago) by agc
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

Correct a typo in a system package name

Revision 1.30 / (download) - annotate - [select for diffs], Tue Apr 22 20:35:23 2003 UTC (10 years, 1 month ago) by elric
Branch: MAIN
Changes since 1.29: +2 -1 lines
Diff to previous 1.29 (colored)

Turn on the building and installing of libbsdmalloc.

Revision 1.29 / (download) - annotate - [select for diffs], Tue Mar 25 23:55:37 2003 UTC (10 years, 2 months ago) by pooka
Branch: MAIN
Changes since 1.28: +2 -1 lines
Diff to previous 1.28 (colored)

add libmagic

Revision 1.28 / (download) - annotate - [select for diffs], Wed Feb 26 22:31:14 2003 UTC (10 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.27: +2 -0 lines
Diff to previous 1.27 (colored)

Back out change that made libpthread per-platform.  It is *intentional*
that the build fails on platforms which do not yet have libpthread support.

Revision 1.27 / (download) - annotate - [select for diffs], Thu Feb 13 23:57:54 2003 UTC (10 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.26: +1 -3 lines
Diff to previous 1.26 (colored)

Not all ports/archs have pthread support. So split this up by the proper arch's
for determining which ones get the libraries. Tested on dreamcast, macppc
and i386 builds to cover non builds, ad and md mods

Revision 1.26 / (download) - annotate - [select for diffs], Fri Jan 24 01:54:53 2003 UTC (10 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.25: +2 -1 lines
Diff to previous 1.25 (colored)

Add librt.

Revision 1.25 / (download) - annotate - [select for diffs], Sat Jan 18 17:50:33 2003 UTC (10 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.24: +3 -1 lines
Diff to previous 1.24 (colored)

Update for nathanw_sa merge.

Revision 1.24 / (download) - annotate - [select for diffs], Tue Jan 1 19:05:15 2002 UTC (11 years, 4 months ago) by chs
Branch: MAIN
CVS Tags: netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, 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, netbsd-1-6, fvdl_fs64_base
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

libusb -> libusbhid

Revision 1.23 / (download) - annotate - [select for diffs], Thu Sep 13 23:15:08 2001 UTC (11 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.22: +2 -1 lines
Diff to previous 1.22 (colored)

Add libpci.

Revision 1.22 / (download) - annotate - [select for diffs], Sat Aug 25 16:46:17 2001 UTC (11 years, 9 months ago) by thorpej
Branch: MAIN
Changes since 1.21: +1 -2 lines
Diff to previous 1.21 (colored)

Make the toolchain set lists reflect reality (we do NOT use the new
toolchain yet, and someone disabled shlibs in the toolchain w/o fixing
up the set lists...)

Revision 1.21 / (download) - annotate - [select for diffs], Sat Aug 25 15:49:12 2001 UTC (11 years, 9 months ago) by thorpej
Branch: MAIN
Changes since 1.20: +1 -4 lines
Diff to previous 1.20 (colored)

Building of shared libraries for the toolchain was disabled.  Remote
them from the set lists for the benefit of those building snapshots
until the toolchain upgrade is finished.

Revision 1.20 / (download) - annotate - [select for diffs], Sun Aug 19 17:18:02 2001 UTC (11 years, 9 months ago) by mrg
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

- cope with ports that don't build lint libraries
- updates for the new toolchain (if old toolchain can't, at least let some
  people's `make snapshot' complete.)

Revision 1.19 / (download) - annotate - [select for diffs], Tue May 8 16:22:02 2001 UTC (12 years ago) by minoura
Branch: MAIN
Changes since 1.18: +1 -2 lines
Diff to previous 1.18 (colored)

Remove a duplicated entry.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Jan 25 09:49:55 2001 UTC (12 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.17: +3 -1 lines
Diff to previous 1.17 (colored)

Add some dirs, libform headers and libs, esm man pages, isdn examples.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Jan 4 21:01:26 2001 UTC (12 years, 4 months ago) by garbled
Branch: MAIN
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored)

Add the relevant entries for libcdk

Revision 1.16 / (download) - annotate - [select for diffs], Sat Nov 18 06:17:36 2000 UTC (12 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (colored)

add some libintl stuff

Revision 1.15 / (download) - annotate - [select for diffs], Wed Jun 21 06:28:09 2000 UTC (12 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.14: +19 -1 lines
Diff to previous 1.14 (colored)

First sweep of fixing up set lists after crypto integration.

Revision 1.14 / (download) - annotate - [select for diffs], Tue May 2 12:46:06 2000 UTC (13 years ago) by simonb
Branch: MAIN
CVS Tags: netbsd-1-5-base, minoura-xpg4dl-base
Branch point for: netbsd-1-5, minoura-xpg4dl
Changes since 1.13: +1 -2 lines
Diff to previous 1.13 (colored)

Adjust sets for ntp4.
XXX: Obsolete sets still need to be fixed.

Revision 1.13 / (download) - annotate - [select for diffs], Sun Feb 20 07:02:49 2000 UTC (13 years, 3 months ago) by mycroft
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)

Move libbfd to comp.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Feb 20 03:26:15 2000 UTC (13 years, 3 months ago) by mycroft
Branch: MAIN
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored)

Sync.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Feb 3 05:28:02 2000 UTC (13 years, 3 months ago) by jwise
Branch: MAIN
Changes since 1.10: +27 -27 lines
Diff to previous 1.10 (colored)

Add package names.  Later tonight or tomorrow AM, I will post a writeup of
this to tech-{pkg,install}.  In short, the pkg names in (new) second
field will be used by the build process under basesrc/src/dist/pkg to
generate PLISTs.  The package divisions here may be two finely or coarsely
grained, although I think they're a happy medium -- I will give more
detail/justification in the writeup.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Nov 25 10:44:19 1999 UTC (13 years, 6 months ago) by blymn
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

Added libmenu files.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Jul 4 20:07:52 1999 UTC (13 years, 10 months ago) by fvdl
Branch: MAIN
CVS Tags: comdex-fall-1999-base, comdex-fall-1999
Branch point for: wrstuden-devbsize
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

Bring setlists up to date for i386 switch to ELF and ipv6.

Revision 1.8 / (download) - annotate - [select for diffs], Tue May 11 21:02:26 1999 UTC (14 years ago) by augustss
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

Make USB HID processing into a library.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Apr 19 03:11:34 1999 UTC (14 years, 1 month ago) by simonb
Branch: MAIN
Changes since 1.6: +1 -0 lines
Diff to previous 1.6 (colored)

Add a NetBSD RCS tag to each distrib list file.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Feb 9 17:35:05 1999 UTC (14 years, 3 months ago) by tv
Branch: MAIN
CVS Tags: netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, netbsd-1-4
Changes since 1.5: +0 -1 lines
Diff to previous 1.5 (colored)

Remove bfd includes, bfd link libraries, and add ldscripts to
/usr/share/ldscripts.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Feb 9 15:43:05 1999 UTC (14 years, 3 months ago) by tv
Branch: MAIN
Changes since 1.4: +0 -1 lines
Diff to previous 1.4 (colored)

Nuke libcc1 shlib.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Dec 16 15:15:18 1998 UTC (14 years, 5 months ago) by tv
Branch: MAIN
Changes since 1.3: +3 -0 lines
Diff to previous 1.3 (colored)

Set cleanup:
- make all ports egcs; move stuff to mi and shl.*
- fix m68k-based comp sets to use usr/include/$MACHINE (as
  usr/include/machine is now a symlink); add directory entries where missing

Revision 1.3 / (download) - annotate - [select for diffs], Mon Sep 14 06:13:37 1998 UTC (14 years, 8 months ago) by ross
Branch: MAIN
Changes since 1.2: +1 -0 lines
Diff to previous 1.2 (colored)

distrib bzlib.h and more libbz2 pieces

Revision 1.2 / (download) - annotate - [select for diffs], Sun Sep 13 22:31:04 1998 UTC (14 years, 8 months ago) by tv
Branch: MAIN
Changes since 1.1: +0 -1 lines
Diff to previous 1.1 (colored)

MD-split the libstdc++ binaries and includes to reflect the state of
egcs/non-egcs default compiler on each platform.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Jul 2 06:36:38 1998 UTC (14 years, 10 months ago) by jonathan
Branch: MAIN

Do datbase normalization on sets/lists/*/* containing shared-library
related files. Partition into three categories:
  *  shl.mi -- MI sharedlib files present on all ports with shared libs
  *  shl.aout -- MI sharedlib files present on all ELF ports
  *  shl.elf -- MI sharedlib files present on all a.out ports

Add rudimentary shl* support to makeflist.
Remove files left empty after shlib normalization.
Add ad.mips where appropriate.
Make  libc, libedit numbers consistent (libc.so.12.29,  libedit.2.1).

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>