Commit Graph

1099 Commits

Author SHA1 Message Date
mrg 1e4bfd33e1 add a note about tga and (future) xextproto upgrade 2009-11-09 02:22:39 +00:00
mrg 999d737ad0 update for xf86-video-radeonhd 1.3.0 2009-11-09 01:46:51 +00:00
mrg b9a930e806 disable using sse2 for i386. from drochner@ and veego@. 2009-11-09 01:11:59 +00:00
mrg 2d4c7fde6e update for xclipboard 1.1.0 2009-11-09 00:43:39 +00:00
mrg d311d29300 note that libXau has new documentation we may want to install. 2009-11-09 00:41:42 +00:00
mrg c6af7684fa update for xbitmaps 1.1.0. black6/box6 have moved into here, so don't
install them from xmh any more.
2009-11-09 00:41:25 +00:00
mrg 9b0613b5a4 install new xkbutils man pages 2009-11-09 00:36:12 +00:00
mrg 47b67aed1e update for xman 1.1.0 2009-11-09 00:32:00 +00:00
mrg 4ac6f9b83c update for xprop 1.1.0 2009-11-09 00:30:27 +00:00
mrg a6901c0abc handle XClock* moving into app-defaults subdir. 2009-11-09 00:10:47 +00:00
ghen 772bf29ffc Add missing newline. 2009-11-08 15:33:21 +00:00
skrll 80ea658d23 Copy the change made by christos to elf32-i386.c to other targets where
it's easy:

Add a warning that prints the symbol that has the text reloc.
2009-11-06 10:59:17 +00:00
joerg e0efe9552e Fix incorrect merge. 2009-11-05 20:38:42 +00:00
joerg 375a51926a pkg_install-20091115:
Completely ignore @src in pkg_create. Silently ignore the -L option.
The combination of -I and -p are used by pkgsrc for the same result.

Do not overwrite a string with itself using snprintf. This breaks
setting the pkgdb directory internally on Linux. Explicitly check
if the string is the same and otherwise just use xstrdup.

Add support to query arbitrary variables with pkg_admin config-var.
2009-11-05 18:39:00 +00:00
joerg da6735ba23 Update to 1.9.13 and merge. 2009-11-05 18:28:10 +00:00
joerg 3514411fed Import mdocml 1.9.13:
- added: -fign-escape
- fix: -Thtml accessibility (identifiers, table summary, etc.)
- fix: -Tascii -mdoc segfault with specific `Bl -hang' lists
- portability: bzero() -> memset()
- portability: warnx -> fprintf/perror
- fix: -Thtml buffer munging with certain tags
- fix: -Thtml output of some tags (empty divs, etc.)
- portability: compiler attributes
- documentation: significant man.7 and mdoc.7 improvements
2009-11-05 18:24:50 +00:00
tsarna bfe9f6f3f4 Two new features:
- Detect and adapt to resolv.conf changes through the use of the new
  res_check() API, so that for example changing the search list doesn't
  require restarting clients.

- A persistent mdnsd connection pool, with slow start (so that
  programs like ping, ssh, etc don't keep connections open) and age-out.
  NOTE: Tuning parameter values are just SWAGs.
2009-11-04 23:34:59 +00:00
christos 78155b36be if we have variable trailing context rules, enable the find_rule label. 2009-11-02 20:52:39 +00:00
plunky c75313ecdf switch build to use libevent-1.4.12-stable from external 2009-11-02 10:13:19 +00:00
plunky cfe3e08bfc add external framework for libevent 2009-11-02 10:03:56 +00:00
plunky 6448a78c94 libevent 1.4.12-stable 2009-11-02 10:00:52 +00:00
joerg 56439201f7 Don't depend on /usr/lib/libz.a for host tools. 2009-11-01 00:12:00 +00:00
joerg 452f3eb70c Do not depend on the existance of /usr/lib/libm.a for the host tool case. 2009-10-31 23:36:29 +00:00
christos bb637da730 restore proper Id 2009-10-30 01:53:02 +00:00
christos cda999bd86 fix line accounting. 2009-10-29 21:11:57 +00:00
christos 2f42b80acc Add support for pure parsers yyparse and yylex params, similar to bison. 2009-10-29 21:03:59 +00:00
christos 34f825ee40 We can rebuild our yacc generated files now 2009-10-29 17:17:33 +00:00
christos 3761269372 we can regenerate yacc files now 2009-10-29 17:17:12 +00:00
christos 66f67ed664 regen 2009-10-29 14:49:40 +00:00
christos 2853bbf4b7 use %option instead of #define YY_NO_... 2009-10-29 14:49:02 +00:00
christos edacf9c729 no need for YY_NO here. 2009-10-29 14:44:09 +00:00
christos a94a31f2a3 no need for YY_NO here 2009-10-29 14:43:27 +00:00
christos ffd8793875 no need for YY_NO here. 2009-10-29 14:41:02 +00:00
christos f4922553f5 oops forgot to remove the PKG m4. 2009-10-29 13:03:09 +00:00
christos 9550232f9f defs.h first. 2009-10-29 12:55:52 +00:00
tron 0afc8953b4 Make this build. 2009-10-29 10:26:17 +00:00
christos bd1f9e6807 short-circuit yacc. We cannot make %pure-parser 2009-10-29 02:36:48 +00:00
christos 187a8a16fa move the declaration below the rename defines. 2009-10-29 02:02:04 +00:00
christos 5c2a7ae329 take care of libc. 2009-10-29 01:16:51 +00:00
christos 791a485c93 give yacc's proper name 2009-10-29 01:07:00 +00:00
christos 7ab8a78837 fix dangling else 2009-10-29 01:04:17 +00:00
christos b0b0b5d4a5 add yacc 2009-10-29 00:58:50 +00:00
christos b8a7a0e253 add build glue. 2009-10-29 00:56:35 +00:00
christos 333e428841 add our patches 2009-10-29 00:56:19 +00:00
christos f7a86c124a from http://invisible-island.net/byacc/byacc.html 2009-10-29 00:46:51 +00:00
haad afa6bc484e Add workaround about zfs vnode reclaiming deadlock by checking if we don't
ehld ZFS_MUTEX_OBJ already. If we can lock OBJ_MUTEX deffer execution of
zfs_zinactive to taskq. Code was inspired by FreeBSD zfs_freebsd_reclaim.

XXX. This needs to be fixed after finding final solution for vnode lifecycle.
2009-10-28 23:44:51 +00:00
christos 5e31efcd83 prefix some parameters with _ to avoid conflicts with files that have the
same variable names as globals.
2009-10-28 22:00:56 +00:00
christos 4b8d7b63d1 Bring in the proper fix from upstream. 2009-10-28 15:00:26 +00:00
christos 69fc99cd30 Deal with errno correctly. Fixed better upstream. 2009-10-28 13:08:45 +00:00
njoly d5870d0fb2 Debugging libraries require MKDEBUGLIB not MKDEBUG. 2009-10-28 11:20:07 +00:00
christos d7554581c8 deal with libc's namespace protection 2009-10-28 05:04:02 +00:00
he a53ef62805 Descend into the man/ subdirectory, so that flex.info gets installed,
and what gets installed matches up with the set lists.
2009-10-27 17:51:19 +00:00
christos 0918f42ca7 Fixes to pass -Wall 2009-10-27 01:44:01 +00:00
christos 2d0afb4b0a re-add flex. 2009-10-26 21:38:32 +00:00
christos b65f79abb4 Allow tools to override m4 2009-10-26 21:30:02 +00:00
christos a7f00c959b We don't need the pre-built skel.c 2009-10-26 21:29:46 +00:00
christos 9d0a89234a avoid unused label warning 2009-10-26 19:23:33 +00:00
christos 2599685db6 rename warn -> lwarn to use the pre-generated parse.c since our yacc is
not up to snuff yet.
2009-10-26 19:23:19 +00:00
christos 4db887aecb Now it works, but it needs gm4...
Problem was that our bison cannot deal with it, so we don't regenerate
parse.c and parse.h from parse.y.
So we need:
	1. Fix m4
	2. Get new byacc/bison
2009-10-26 18:32:39 +00:00
joerg a7dee04f3e Correctly process .%U. 2009-10-26 15:05:51 +00:00
joerg 03c9951425 Finish import of mdocml-1.9.10. 2009-10-26 14:55:12 +00:00
joerg 22af4063ff Import mdocml-1.9.10:
- allow compile-time override for the OS name
- added support for .PD and .%U
- extend mdoc.7
- switch option select to -O, so that -o can be used for the output
format
- improve portability
2009-10-26 14:54:01 +00:00
joerg 23b37b767d Obfuscate RCS ID matching so that CVS doesn't expand it. 2009-10-26 14:50:45 +00:00
christos 2eca3b8eba it is more complicated to rebuild the skel now. 2009-10-26 11:19:47 +00:00
christos 05294a5e58 add version 2009-10-26 11:17:16 +00:00
christos d7f7e48d85 - fix warnings
- add scan.c as initscan.c
2009-10-26 04:27:15 +00:00
christos cb146138e8 unhook flex for now 2009-10-26 04:10:12 +00:00
christos 94ee31ba1d add the texinfo manual 2009-10-26 01:39:45 +00:00
christos d1370f63ae add options from the new castrated man page. 2009-10-26 01:37:21 +00:00
christos c2f95008ab add a script to help future imports 2009-10-26 01:34:43 +00:00
christos 369bdaf95c add new flex 2009-10-26 01:18:00 +00:00
christos 78b8b34e65 Add build glue and old manual page, since the new one is content free. 2009-10-26 00:49:03 +00:00
tsarna 29822c6b8b For the multicast_dns only mode, be very restrictive in what lookups we
try. No point in making queries and waiting for timeouts on lookups that
will never succeed.

Now only does lookups for linklocal addresses (v4 or v6) and
"name.local" names (and dotless names, iff "local" is specified in the
resolv.conf search list).

Also, lower the timeout in this mode, since multicast lookups should
return pretty fast or not at all.
2009-10-26 00:46:19 +00:00
christos 3c3a7b7603 from sourceforge. 2009-10-26 00:24:20 +00:00
roy 0c8963a482 Sync with import 2009-10-25 23:35:41 +00:00
roy ffe854671a Import dhcpcd-5.1.3 with the following changes:
* waitip is enabled when running on a single interface.
* Classless Static Routes are now enabled by default in dhcpcd.conf
  instead of being always being requested.
2009-10-25 23:27:30 +00:00
christos 493a2154bc paper over pointer aliasing problem 2009-10-25 20:53:43 +00:00
christos 74c9be690a fixes for 9.7.0-b1 2009-10-25 00:18:38 +00:00
tsarna 6022b5b8d4 Major enhancements to mdnsd nsswitch support:
- nss_mdns renamed to nss_multicast_dns for clarity and less chance of
   confusion with nss_mdnsd (see next).
 - Support using mdnsd for all unicast too with new nss_mdnsd module
   (note: this mode requires an updated mdnsd too, not yet committed)
 - Implement resolv.conf "search" directive support. Needed for nss_mdnsd,
   potentially useful with nss_multicast_dns (you could now do
   "search example.com local" in resolv.conf if you wanted to and it would
   act as you might expect)
 - Add references in nsswitch.conf man page and sample file
 - Implement AI_CANONNAME
 - Various bug fixes
2009-10-25 00:17:06 +00:00
christos 6cddd999c8 merge changes. 2009-10-25 00:14:31 +00:00
christos 10ca0cd585 import bind-9-7-0-b1 2009-10-25 00:01:26 +00:00
tsarna 76bb45a787 Add interface list dump to debugging output. 2009-10-24 04:04:40 +00:00
tsarna 9ed4a95ab5 note apache2 2009-10-24 03:55:27 +00:00
tsarna 7fc77dcc85 Add a copy of the Apache 2.0 license here as requested by reed. 2009-10-24 01:59:07 +00:00
christos 1239419a9b one more paren from Anon Ymous 2009-10-22 14:30:05 +00:00
christos 65accd0021 fix typo on server-id; from Anon Ymous 2009-10-22 14:29:06 +00:00
joerg f57729a773 Hook up mdocml. 2009-10-21 22:59:06 +00:00
joerg 6180e7b237 Need to provide BINDIR explicitly. 2009-10-21 22:33:12 +00:00
joerg 168d953fa6 zpool(8) uses tbl. 2009-10-21 22:32:20 +00:00
joerg e59e75c5a9 zfs(8) uses tbl. 2009-10-21 22:31:19 +00:00
joerg c0285a79ce zdb(8) uses tbl 2009-10-21 22:29:54 +00:00
rmind 40cf6f3659 Remove uarea swap-out functionality:
- Addresses the issue described in PR/38828.
- Some simplification in threading and sleepq subsystems.
- Eliminates pmap_collect() and, as a side note, allows pmap optimisations.
- Eliminates XS_CTL_DATA_ONSTACK in scsipi code.
- Avoids few scans on LWP list and thus potentially long holds of proc_lock.
- Cuts ~1.5k lines of code.  Reduces amd64 kernel size by ~4k.
- Removes __SWAP_BROKEN cases.

Tested on x86, mips, acorn32 (thanks <mpumford>) and partly tested on
acorn26 (thanks to <bjh21>).

Discussed on <tech-kern>, reviewed by <ad>.
2009-10-21 21:11:57 +00:00
joerg c2dba7fe45 Build glue for mdocml and for mandoc as standalone tool. 2009-10-21 18:04:52 +00:00
joerg 4154958b6b Initial import mdocml-1.9.9.
mdocml provides a fast parser for man(7) and mdoc(7) formated documents.
It supports validation and can currently create output as plain text
with overstriking and HTML.
2009-10-21 17:45:02 +00:00
joerg 8fd2cbd826 Fix RCS ID 2009-10-20 01:21:28 +00:00
christos 534bddcdfb add -lz for the static platforms. 2009-10-19 02:31:26 +00:00
christos 6deb2c22d2 we have getdelim and getline. 2009-10-19 01:24:19 +00:00
tron 2f71c69757 Remove generated file "mdnsd.8" in "cleandir" target. 2009-10-18 17:43:11 +00:00
tron 1ce7a503cf Fix off by one in parser for "/etc/resolv.conf" found by SSP. 2009-10-18 11:54:37 +00:00
agc 1bc3fbf8da Move to a 2-clause BSD license 2009-10-18 03:53:32 +00:00
roy 1a80e629b5 Remove mistakenly added file. 2009-10-16 23:57:39 +00:00
roy f09bb2caf5 Sync 2009-10-16 21:57:54 +00:00
roy 3b87816311 Import dhcpcd-5.1.2 with these changes:
* ClientID is now reported when interface starts.
* -w, --wait forces dhcpcd to wait until an interface gets a lease or
  times out.
* Ensure DHCP socket is open when sending a DECLINE.
* Uses new hwaddr if existing interface is downed and then changed.
* No longer works on firewire interfaces by default.

dhcpcd-5.1.2 has a new behaviour change - when starting up and at least 1
interface has a carrier then it tries to get a lease or times out.
It still daemonises regardless. This, along with the -b and -w flags
allows total control over the desired behaviour of dhcpcd.
2009-10-16 21:50:41 +00:00
joerg c954cd0eee Only match raw devices. Only match against the char major as extracted
from the kernel. Prevents aliasing nwt0 and rwd0e. OK haad@
2009-10-16 21:00:41 +00:00
macallan fef6357143 set -DHAVE_ISA on shark, with this accelerated Xorg works again on rev. 4
sharks.
2009-10-15 22:54:45 +00:00
thorpej b93b3929c3 Regenerate for:
Compute the size of off_t and bypass the checks for fopen64() and stat64()
if off_t is 64-bit.  Otherwise, we get fatal (due to -Werror) warnings on
Mac OS X 10.6 because stat64() is deprecated on that host.
2009-10-15 20:35:19 +00:00
thorpej 1e0ab6fbf0 Compute the size of off_t and bypass the checks for fopen64() and stat64()
if off_t is 64-bit.  Otherwise, we get fatal (due to -Werror) warnings on
Mac OS X 10.6 because stat64() is deprecated on that host.
2009-10-15 20:35:01 +00:00
joerg ef66228296 Do not use .Xo/.Xc to work around ancient groff limits. 2009-10-15 17:26:57 +00:00
joerg 7c4d7328b0 pkg_install-20091015:
Use directory index caching by default.
2009-10-15 13:01:24 +00:00
joerg eace2ff26e libfetch-2.26:
- Add support to aggressively cache directory listenings, useful for
HTTP
- Avoid leaking memory in error cases. From Xavier from Arch Linux.
2009-10-15 12:59:57 +00:00
joerg cb83818524 Fix markup. 2009-10-15 00:59:01 +00:00
joerg 5c824d0f03 Do not use .Xo/.Xc to work around ancient groff limits. 2009-10-14 19:08:55 +00:00
joerg f407b5a5b2 Fix markup 2009-10-14 17:37:07 +00:00
skrll 321d0b6e12 Re-run mknative for branding update. 2009-10-12 12:47:09 +00:00
haad 0d2ae1297e Finaly fix ptob problem. ptob was defined for amd64 and not for i386, and
NetBSD version of ptob is not compatible with Solaris one.
2009-10-12 10:05:29 +00:00
haad cfd1dcc2c6 Define ptob only if it wasn't defined already in NetBSD headers. 2009-10-11 22:17:57 +00:00
skrll c6a66fb3a3 Re-run mknative to pick NetBSD branding. 2009-10-11 18:18:20 +00:00
haad 4d85867fc4 Cast physmem to (uint64_t) so it works on a amd64 system with more than 4Gb ram.
undef btop if it was already included from other NetBSD header file.
2009-10-11 10:58:06 +00:00
haad 44fda7f84b undef ptob if it was already defined/included in some NetBSD header file. 2009-10-11 10:56:13 +00:00
haad 38619bb29f Properly return error when namei_kernel_simple fails. 2009-10-11 10:54:52 +00:00
snj f69ea56c7a Move libdrm headers up one level (out of the X11 directory) to match
the rest of the world and fix the inconsistency with libdrm.pc.
Fixes PR xsrc/42126.
2009-10-08 19:06:49 +00:00
joerg 3ae0a1fe80 pkg_install-20091008:
- Fix German accent
- Don't dereference a null pointer for pkg_admin add
2009-10-08 16:19:59 +00:00
joerg a8429a111e pkg_install-20091006:
- restore pkg_add -f functionality for missing dependencies (PR 42001)
- pkg_admin rebuild should count packages correctly (he@), also count @pkgdir
- fix gpg-sign-package syntax in pkg_admin(1)
- change default URL for pkg-vulnerabilities to use HTTP
2009-10-07 13:19:36 +00:00
haad 275f2eee59 Use ptob function from zfs and not NetBSD one. 2009-10-07 08:47:12 +00:00
haad d8802513da Enable build of 64 bit atomic ops in userspace for i386. This is needed for
all 32 bit archs which doesn't have a 64 atomic ops. This change enable MKZFS
build for a i386.
2009-10-06 16:28:10 +00:00
haad 6a4395f648 Replace another openat call with open + changed path.
XXX. This commit should be reverted after proper implementation of *at syscalls.
2009-10-06 12:03:47 +00:00
haad db47593719 iMark done tasks as done and move *at implementation task to post-import phase. 2009-10-06 08:47:59 +00:00
haad ecabea58c7 Do not use sysent solaris framework there is no such thing in a NetBSD. 2009-10-05 23:31:16 +00:00
haad 5f7d5874f0 Add cddl directory to external build framework. build things from osnet dir
only when MKZFS variable is set.
2009-10-05 22:44:26 +00:00
haad ded7269130 Disable *at functions for now. These functions should be implemented
because they are part of POSIX standard but it seems to be a long time process.

XXX. This commit should be reverted after adding support for openat and fstatat.
2009-10-05 16:25:27 +00:00
tsarna 94ebcd4993 Add nss_mdns, a nsswitch plugin for host lookups vis mDNS ("Bonjour"),
eg "hostname.local".  This is a work in progress, but basically
functional. (note: this requires mdnsd to be running.)
2009-10-05 03:54:17 +00:00
tsarna 3c8b3fccbd Make signals match what OS X and the manpage say. Implement toggles for
debug and packet trace logging.

Make this conditional on HAVE_SIGINFO. Presumably lack of SIGINFO as a
standard posix feature is why they went with different signals here in
the first place, but since we have it, let's use it.
2009-10-03 00:03:05 +00:00
roy 9f9d7a83f9 Fix building dhcpcd-5.1.1 2009-10-02 21:40:16 +00:00
roy 0b3ae6da92 Add back dhcpcd.conf 2009-10-02 21:36:41 +00:00
roy cc2e8e7e32 Import dhcpcd-5.1.1
Changes from dhcpcd-5.0.7 include
* Only allow hardware families we know by default (over-ridable)
* Fix persistent and timeout 0 options
* Fix parsing of escape code sequencies
* Don't bring up interfaces brought down when handling new interfaces
* Allow un-encapsulated vendor option
* Don't null terminate gratuitously when handling quotes
* Fix various typos and grammatical errors
* dhcpcd.conf simplified a little
2009-10-02 21:31:01 +00:00
christos 5cf5db250b if __packed exists, use it. I might revert this later when I fully implement
attribute for lint.
2009-10-02 21:05:10 +00:00
tsarna a4329df0cc mdnsd enhancements and fixes:
- Enhance the built-in drop-privs support and use it instead of
  having the rc.conf do it. Avoids log error on startup.
  From OpenSolaris, with enhancements.
- Add dumping of the unicast server list to the DumpStateLog
  debugging output, a'la Mac OS X.
- Fix a locking botch that caused warnings in the log.
- Fix FILE leak. From OpenSolaris.
2009-10-01 16:36:20 +00:00
tron 0b95c5420c Disable stack protection warnings for "uds_daemon.c" which allocates
variable sized buffers on the stack.
2009-10-01 10:01:14 +00:00
tron fd27aaa40c Disable stack protection warnings for "dnssd_clientstub.c" which allocates
variable sized buffers on the stack.
2009-10-01 09:35:08 +00:00
mrg 886e69d9fd properly fix the xkbcomp output, and make compiled a symlink. 2009-10-01 02:27:59 +00:00
tsarna 7b256d8f31 Two minor tweaks:
- Build with MDNS_VERSIONSTR_NODTS a'la OpenSolaris, to exclude
  __DATE__/__TIME__, for repeatable builds.

- log under "mdnsd" instead of "mDNSResponder" to reduce confusion.
2009-10-01 00:22:03 +00:00
blymn 715f616958 Update the 4965agn firmware, the updated iwn driver requires the new
firmware.
2009-09-30 11:48:22 +00:00
tsarna a8bcd3b5c3 Multicast DNS ("Bonjour") support, based on Apple's mDNSResponder. 2009-09-29 23:56:26 +00:00
tsarna 49d9bf9d6b Import Apple's mDNSResponder 212.1 per tech-net discussion 2009-09-29 22:14:03 +00:00
skrll f343fec730 Remove old mis-merge. 2009-09-27 18:52:56 +00:00
blymn 7dfbfaa8ed Make the tool chain build with MKOBJDIRS set to yes - fix by skrll. 2009-09-27 12:58:59 +00:00
skrll 7c94c6769f Fix mis-merge. 2009-09-27 08:04:14 +00:00
skrll 82e8e5ae69 Remove some commented/redundant stuff. 2009-09-26 13:58:31 +00:00
skrll 2830fc6c0f Add bfdver.texi to CLEANFILES. 2009-09-26 11:51:34 +00:00
skrll 6487fab745 Blat the right file. 2009-09-26 11:45:41 +00:00
skrll e17ad351c2 Resolve mis-merge. 2009-09-26 10:44:21 +00:00
mrg 5180c00189 share XKBCOMPDIR between xkbcomp and xorg-server. 2009-09-25 06:07:06 +00:00
mrg 4463162fd2 xorg-server servers depend upon -Wl,--export-dynamic these days.
spotted by uwe@.  fixes at least swrast userland and Xnest.
2009-09-25 06:04:30 +00:00
uwe 4c7a000c60 Fix index entries that are intended to index ".set singlefloat" and
".set doublefloat", but were not edited after copy-paste.


I noticed this because compared to prebuilt as.info 1) on NetBSD index
entries are collated differently; 2) for some duplicate index entries
there are no additional "foo <n>" entries in the final output and (b/c
of #1 I guess) we pick a different one.

For the record, the other duplicate entry is in c-tic54x.texi where
both struct and union directive descriptions have:

  @cindex @code{tag} directive, TIC54X

Prebuilt file only lists the first occurence in the generated index
and we list only the second.

The MIPS false duplicate is easy to fix, but I'm too lazy to debug
makefino to figure out why the second, real duplicate is lost.
2009-09-23 19:53:30 +00:00
skrll cfe9d8b4dc Use the right variable to get VERSION from the defs.mk file.
Add a .WAIT to hopefully fix the problem reported by Patrick Welche on
current-users.
2009-09-23 19:41:24 +00:00
snj bbb05cc64a Update for new xterm. 2009-09-19 04:54:04 +00:00
sborrill 51827ae696 Fix various typos and grammatical errors 2009-09-16 19:04:01 +00:00
haad cbe8652598 Remove bogus -L entry. 2009-09-16 09:17:29 +00:00
haad a6ae7c3f3a Revert my last wrong change this will need more work. 2009-09-15 02:04:12 +00:00
haad 7166baaa71 On i386 use 32bit version of atomic_add_op because 64 doesn't work on
i486 userland.
2009-09-15 01:48:41 +00:00
wiz 86dbe4a721 Recognize bsdiff(1) files.
Patch already sent upstream.
2009-09-13 22:16:45 +00:00
mrg 90e6d8c1fe replace a LDADD/DPADD with LIBDPLIBS 2009-09-11 22:36:12 +00:00
tron 59c9daa5b3 Avoid using alloca(3) to unbreak SSP builds. 2009-09-11 10:41:42 +00:00
skrll 8a770313a3 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}.
2009-09-08 07:08:00 +00:00
mrg cfb8df7f4f install the fontconfig files into /etc/fonts/conf.avail, and symlink
the default ones into /etc/fonts/conf.d, as per default.

reported by jukka marin on netbsd-users.
2009-09-07 21:07:02 +00:00
macallan 0757b51d96 build the sunleo driver on sparc and sparc64 2009-09-05 22:35:53 +00:00
apb ecf07e7982 It's expected that config will be NULL in a cvs client, but not
in a server or with a local CVSROOT.
2009-09-05 12:50:33 +00:00
dholland 39ad663dea Check group membership correctly; ingroup() returns a truth value, not a gid.
PR bin/41995.
2009-09-05 06:18:55 +00:00
gmcgarry 1feba56e87 Update build system and merge changes for pcc 0.9.9 090902. 2009-09-04 00:50:04 +00:00
gmcgarry c4627bc7b5 Import pcc 0.9.9 090902 2009-09-04 00:27:29 +00:00
skrll e36a465d74 Bump majors. 2009-09-03 08:24:06 +00:00
tron 165eb454ca Resolve conflicts from last import. 2009-08-31 17:57:09 +00:00
tron 05fa9772ea Import Postfix 2.6.5. Changes since Postfix 2.6.2:
- The Postfix Milter client got out of step with a Milter application
  after the application sent a "quarantine" request at end-of-message
  time. The Milter application would still be in the end-of-message
  state, while Postfix would already be working on the next SMTP
  event, typically, QUIT or MAIL FROM. In the latter case, Milter
  responses for the previously-received email message would be applied
  towards the next MAIL FROM transaction. This problem was diagnosed
  with help from Alban Deniz.
- The Postfix SMTP server would abort with an "unexpected lookup table"
  error when an SMTPD policy server was mis-configured in a particular way.
2009-08-31 17:53:31 +00:00
ahoka 04e8306951 Install manpage for the Xorg S3 driver. 2009-08-28 17:20:07 +00:00
ahoka 8e8267140c OK, it seems we missed the fact, that s3_video.c needs S3_NEWMMIO
defined for proper compilation (its using some macros which are ended
up as undefined symbols and thus crashing the server).

The driver is working properly again now.
2009-08-28 14:39:39 +00:00
ahoka b04b38e286 Bump DRIVER_VERSION for last update. 2009-08-28 14:13:24 +00:00
mrg 89ff155dc1 build libmesa and swrast on all platforms. 2009-08-27 04:36:40 +00:00
mrg a32a54ebe7 fix the SRCS list for swrast. 2009-08-27 04:36:13 +00:00
mrg 602bbf6a42 disable imstt driver. it needs xorg 1.6 help. 2009-08-27 04:35:57 +00:00
mrg dbed2ed55e build int10 on macppc -- "nv" driver depends on it.
xorg 1.6.3 works on my old powermac G4 with nv now.
2009-08-27 04:34:52 +00:00
mrg 3be75bc755 bsdResource.c is now called stdResource.c. 2009-08-27 04:34:13 +00:00
mrg 5b64d8fe9f build tdfx_dri.c. fixes PR#41922. 2009-08-27 04:33:18 +00:00
macallan c914c90eda build pnozz and suntcx drivers on sparc 2009-08-26 22:33:38 +00:00
macallan 66e211a7ea reachover for pnozz and suntcx 2009-08-26 22:30:46 +00:00
mrg 1ef7a9ffe7 install the xorg "protocol.txt" file. 2009-08-23 09:05:44 +00:00
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