Commit Graph

764 Commits

Author SHA1 Message Date
mrg
7488d6c7be add -Wno-error for a bunch of files that use (xorg) deprecated symbols. 2009-08-22 02:40:26 +00:00
mrg
66681277bc colormap.c needs some -Wno-error too.... 2009-08-22 01:44:58 +00:00
mrg
4c1f42cfa8 Xmag.ad -> app-defaults/Xmag 2009-08-22 01:25:45 +00:00
mrg
a8c466d9ae look for and find "config.h" 2009-08-22 01:06:02 +00:00
mrg
32719be438 enable strcasecmp() and strdup(). 2009-08-22 01:03:31 +00:00
mrg
881e863520 xrandr.c wants a VERSION defined now. 2009-08-22 01:03:11 +00:00
mrg
2aeb0a73e7 bdftruncate is now a C program ... written by martin and joerg. :-) 2009-08-22 01:02:47 +00:00
skrll
a7eeba8942 Descend into gpl3 2009-08-21 23:13:23 +00:00
skrll
1f39bb7ff5 Disable as.info target. 2009-08-21 18:35:38 +00:00
joerg
12490ea439 Import pkg_install-20090817:
Add a new command for pkg_admin: findbest. It takes one or more patterns
and searches for the best match in PKG_PATH, just like pkg_add would.
It prints the URLs of the best match for each pattern to stdout.

Rewrite the config file parser to read the file only once.

Fix a bug in pkg_add's -P handling. For dependencies the pkgdb path was
computed incorrectly and included destdir more than once.

Fix the ACTIVE_FTP option to actually set the "a" flag and not the old
"p" flag.
2009-08-21 15:18:57 +00:00
skrll
bc2b50ede9 Default to N32 for mips64. 2009-08-21 15:15:09 +00:00
joerg
ebe76b0c9e Import libfetch-2.25:
- address a number of lint warnings
- fix strict-alignment issues for GCC 4.4
- fix a bug in the line reading optimisation
- do not reuse a FTP connection if there is an active transfer on it
2009-08-21 15:12:24 +00:00
skrll
859ec79e00 Build binutils if ${MKBFD} != "no" && ${HAVE_BINUTILS} == "219" 2009-08-21 06:54:01 +00:00
skrll
cc3417e706 Re-run mknative for the PKGVERSION fix. 2009-08-20 19:44:53 +00:00
skrll
0c4f052b9e Add a !FLAG_STRICT bb variant to (re-)allow:
sign:	.equ	8
		bb	sign, 0, foo
2009-08-20 12:48:53 +00:00
skrll
df47c10aca Disable some more targets for provided files. 2009-08-19 10:55:06 +00:00
skrll
7fd1fb8d11 Escape trailing whitespace so it's not lost by make(1). 2009-08-19 10:53:27 +00:00
skrll
abf07352b4 Merge changes to binutils 2.16.1 in src/gnu/dist/binutils into 2.19.1. 2009-08-19 07:19:30 +00:00
jmcneill
d8b69fb901 Hook ACPICA iasl into build for i386 and amd64. 2009-08-18 23:43:31 +00:00
jmcneill
32932b3300 Add reachover Makefile for ACPICA iasl utility. 2009-08-18 23:42:39 +00:00
wiz
95ebd4eac2 Fix a typo. 2009-08-18 21:30:31 +00:00
skrll
31580a8965 First cut at reachover and mknative output. 2009-08-18 20:21:58 +00:00
jmcneill
4f823b1d6b Add intel-public license. 2009-08-18 16:53:29 +00:00
skrll
2a6b7db32d Import binutils 2.19.1 as requested by matt@
OK'ed by board@
2009-08-18 10:16:42 +00:00
haad
732a349764 Register callbacks for reclaiming kvm kernel space to arc. Unregister both
kvm address space and memory callbacks from kernel during arc_fini call.
2009-08-12 21:52:41 +00:00
haad
15e894922a Add missing header file. 2009-08-10 22:47:09 +00:00
haad
494666162f Rename getline to zgetline to avoid clashes with NetBSD getline.
Problem found by zafer@.
2009-08-10 22:44:41 +00:00
haad
2bd9595b28 Fix number of arguments passed to do_sys_mkdir. 2009-08-10 22:41:51 +00:00
haad
4c1e749f2d Add some NetBSD fixes which I have forgot to commit during first round.
With these patches I can build solaris and zfs module again.
2009-08-10 22:38:02 +00:00
haad
2a8f255ae1 Enable zfs module only for machine with at least 512Mb ram. 2009-08-07 22:47:19 +00:00
haad
82fbb9f0e8 Fix bogus comment, and remove superfluous parenthesis. 2009-08-07 22:46:04 +00:00
haad
fc8ec0b896 Add NetBSD Solaris compat code and reachover Makefiles. Most of code written
by Andrew Doran some of it by me.

This is still work in progress code. There are known issues. Zfs can panic
your system still. I will commit integration bits and needed kernel bits
later when we fix most obvious bugs. This code need some support from our
kernel which I will commit in a separate patch and therefore itnot work yet.

Issues:

1) Support for openat/fstatat syscalls.
2) getnewvnode locking against myself panic when reclaiming vnodes
3) Replace solaris taskq with our workqueue which doesn't need to alloc
   anything during work.
4) Investigate problems with NO_WAIT allocations.

Oked by core@ and ad@.
2009-08-07 20:57:55 +00:00
haad
6a125a398c Add NetBSD specific changes to OpenSolaris code. These changes were made
by Andrew Doran and me. Thank you Andrew for your great help.

Oked by core@ and ad@.
2009-08-07 20:16:44 +00:00
haad
f26cdf114a Remove accidentally commited tar.bz2 file. 2009-08-07 18:48:48 +00:00
haad
c1cb2cd89c Import Opensolaris source code used with zfs port. Zfs code si from date
200811.
2009-08-07 18:32:11 +00:00
joerg
b9b5f22385 Use WARNS=4. 2009-08-06 16:57:20 +00:00
joerg
0590ec0a66 Import pkg_install-20090806:
- pkg_add: add support to check license conditions before installation
- pkg_delete: add -k option to skip over preserve packages.
- WARNS=4 clean, fix some potential uses of uninitialized variables
2009-08-06 16:55:16 +00:00
christos
a24ab0f5cc elide type punned warning 2009-07-28 21:51:30 +00:00
christos
1291d32876 add no version date 2009-07-28 21:18:01 +00:00
christos
723a00ffef merge 9.6.1-P1 2009-07-28 21:17:11 +00:00
christos
8efd920cd3 from ftp.isc.org 2009-07-28 21:10:17 +00:00
roy
1eb42625ea Import dhcpcd-5.0.7
Changes from dhcpcd-5.0.6 include:
* Fix -f path/to/config
* -e, --env var=value for profile specific env vars
* Many issues resolved when running in test mode
* Don't print a (null) string when there is no NAK message
* read ssize_t instead of size_t when checking signals
2009-07-28 20:53:17 +00:00
njoly
f4e46459c3 Make process CPU value drop the decimal part when reaching 100%, like
WCPU.
2009-07-27 16:26:48 +00:00
joerg
fdc1dac9e9 Import pkg_install-20070724:
- license handling: accept upper case letters. Keep license checks
  case-sensitive as done in the older pkgsrc logic. Document this.
  OK dillo@, schmonz@, wiz@
- pkg_info:
  - fix handling of non-packages, that are valid archives
  - invert order of pkg_info -r to better match the expectations of
    make update.
2009-07-26 22:59:33 +00:00
agc
cb2414dfd1 Fix from Bert Kiers, also noted by jak - be consistent in naming the
key for the target hostname variable - it's "target hostname", not
"target host".
2009-07-23 04:32:13 +00:00
christos
75efea6592 bump libcrypto and friends; OpenSSL abi change: do_cipher last argument
changed from u_int to size_t. Affects _LP64 only.
2009-07-20 17:30:52 +00:00
christos
badcaee3ff constify ciphers per new openssl 2009-07-20 17:17:56 +00:00
christos
c5a57f5582 Use the correct libcrypto. 2009-07-20 15:46:51 +00:00
christos
36f53fd260 depend on the proper libcrypto 2009-07-20 15:41:55 +00:00
christos
5abcee2a8c find the correct libcrypto 2009-07-20 15:40:05 +00:00