Commit Graph

172801 Commits

Author SHA1 Message Date
cube baebbcf71a Bump CONFIG_VERSION after the previous fix to main.c. 2008-08-30 02:59:55 +00:00
cube 8e3d873278 In find_declared_option, use the correct hash for file-systems. That way,
information about dependencies are actually processed.
2008-08-30 02:57:42 +00:00
mrg 667cc9fca9 don't build stdResource.c on macppc. 2008-08-30 01:06:35 +00:00
mrg cb0ad860fb amd64 has MACHINE_ARCH of x86_64 2008-08-30 01:05:59 +00:00
mrg 3632dc6202 fix the module list. 2008-08-30 00:59:35 +00:00
matt e896294a6c Remove non-__ELF__ snippets. 2008-08-29 19:08:29 +00:00
matt d26637cf86 Remove non-__ELF__ support. Use .pushsection/.popsection for RCSID. 2008-08-29 19:00:25 +00:00
matt c2931c2bab use uint32_t. 2008-08-29 18:58:22 +00:00
matt 9906ead4b6 Drop support for compiling a.out kernel. Elves rule! 2008-08-29 18:25:01 +00:00
reinoud c25ced8779 Remove all remaining traces of UDF_READWRITE since it has been removed as
option.
2008-08-29 15:04:18 +00:00
reinoud d9f39b2f6d Remove spurious old header file dependency that slipped trough. 2008-08-29 14:54:54 +00:00
reinoud 0a5ad4e15d Add dirhash kernel module for sharing dirhashing support with other FS
other than UDF. Its FS agnostic and could be used for any FS

Note to self: manpage needs to follow.
2008-08-29 14:20:25 +00:00
reinoud 17f11577de forgot to destroy an additional mutex and an condition variable. 2008-08-29 13:55:45 +00:00
jmcneill 2fec1d86a9 PR# 39364: wpa_cli scan_results shows '0' signal level
Use rssi for level (instead of qual) in scan results, following examples
set by the wpa_supplicant ndis and iphone drivers.
2008-08-29 12:58:19 +00:00
tsutsui 37661d2fc1 Fix a fallout of device_t/softc split for com(4) devices.
Per PR port-hpcmips/39426 from Nozomu Ando.
2008-08-29 12:08:30 +00:00
rtr 1ab43164ff - re-enable build of libddc it is needed as a convenience lib for linking
the Xorg server.
- define LIBISPRIVATE=yes for libddc so we don't get a module build
2008-08-29 07:46:19 +00:00
lukem afd8405835 Entries for HTML man pages generated with MKHTML=yes.
PR 29233
2008-08-29 06:08:39 +00:00
dholland 43987efbe4 Grammar police. 2008-08-29 05:48:40 +00:00
lukem 794ef73292 add entries for /usr/X11R[67]/man/html[13457] 2008-08-29 05:34:07 +00:00
rtr 21d4494b34 put ./usr/X11R6/lib/libXft.so.1.1 we need it for src/x11 2008-08-29 05:33:00 +00:00
dholland c0df430585 Fix typo; noted by Taylor R Campbell in PR bin/39428. 2008-08-29 05:10:26 +00:00
lukem 3c0dc4341a Use ${MANDIR} instead of /usr/share/man as part of the default ${HTMLDIR} 2008-08-29 04:52:44 +00:00
lukem 2ffbf6203d Add directories for X11R6 and X11R7 html man pages 2008-08-29 04:51:57 +00:00
rtr bc2f87a3cb it is LIB=xtrap not LIB=XTrap 2008-08-29 04:30:07 +00:00
rtr 2429ee8035 don't build or install libddc 2008-08-29 04:13:02 +00:00
rtr 4c407bbc68 move pic archives from mi to shl.mi (where they belong) 2008-08-29 02:55:51 +00:00
rtr 88ab4ee092 move xorg library entries from xcomp to xbase (where they belong)
- shl.mi should contain lib.so.<maj>.<min>.<tiny>
  - shl.elf should contain lib.so and lib.so.<maj> links
2008-08-29 02:50:47 +00:00
mrg 261ad1f138 - fix the "tag" list i got wrong earlier - it is comma separated. 2008-08-29 02:28:16 +00:00
mrg 1ce3b5728f - fix the "tag" list i got wrong earlier - it is comma separated.
- add a bunch of xorg stuff for other platforms.
2008-08-29 02:21:48 +00:00
rtr 996a4416b7 add the last of the xorg list entries 2008-08-29 02:08:00 +00:00
rtr 856104271e remove trailing ^M chars that snuck in 2008-08-29 01:56:16 +00:00
mrg 283e3462ce mark all src/x11 built files with "x11" tag. 2008-08-29 01:06:34 +00:00
gmcgarry 0c1df97ec1 Pull in system headers before local headers to help avoid namespace collisions.
#undef WPA_OUI_TYPE which is later redefined in local headers.
2008-08-29 00:53:15 +00:00
gmcgarry f9d5e5970d No empty structure initialisation. 2008-08-29 00:50:45 +00:00
gmcgarry 73cbf887f2 Include aml/aml_region.h after aml/aml_common.h to avoid redefinition errors. 2008-08-29 00:50:01 +00:00
gmcgarry 15631ee3b4 Undefine __PCC__ the same as __GNUC__ inside lint. 2008-08-29 00:44:48 +00:00
gmcgarry c08c4f3cf3 Don't redefine INFINITY. 2008-08-29 00:40:42 +00:00
gmcgarry 9bdea3498f Don't define __RCSID() here, since sys/cdefs.h does it later. Avoids
re-definition error.
2008-08-29 00:39:30 +00:00
gmcgarry 81f725f1e0 Both legs of the conditional operator must return the same type. 2008-08-29 00:37:38 +00:00
gmcgarry 5a8a518ea5 Both legs of conditional operator must return the same type. 2008-08-29 00:36:27 +00:00
gmcgarry a9af41a9f1 Correctly use linksets with PCC too. 2008-08-29 00:35:25 +00:00
gmcgarry d776319a17 Correctly elide dlog() on PCC. It's still very wrong for other non-__GNUC__
compilers.
2008-08-29 00:34:04 +00:00
gmcgarry dc1f2ff2f9 Eliminate gcc-specific feature of empty structures. 2008-08-29 00:31:37 +00:00
gmcgarry f3a85cb801 Eliminate superfluous semicolon. 2008-08-29 00:31:00 +00:00
gmcgarry b4e2d1afdf Eliminate gcc-specific feature of unnamed structures added recently. 2008-08-29 00:30:15 +00:00
rtr a17deda51d put CVS $Id$ back in the right place, fix empty comment lines after last sort 2008-08-29 00:21:36 +00:00
rtr e983d828df - add missing xorg entries 2008-08-29 00:20:55 +00:00
rtr 57aa6195cc - add debuglib tag to appropriate xorg entries 2008-08-29 00:19:19 +00:00
gmcgarry 3c9a95916d Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a few flags for PCC. 2008-08-29 00:02:21 +00:00
rtr 5e3dfebdbc - add debug tag to appropriate entries 2008-08-28 23:52:53 +00:00