summaryrefslogtreecommitdiff
path: root/include/mqueue.h
diff options
context:
space:
mode:
authorrmind <rmind@NetBSD.org>2007-11-04 14:15:34 +0000
committerrmind <rmind@NetBSD.org>2007-11-04 14:15:34 +0000
commit823cbaa23bfe2e4590145456bb6a7245f5afc39b (patch)
treebdaad3cdf1304f003f3b534a80795e5a15117c81 /include/mqueue.h
parent7cd6e1759bc24fd309d704ed2d1b803a5191afc7 (diff)
Fix sysctl_createv "pasto" in previous.
Diffstat (limited to 'include/mqueue.h')
0 files changed, 0 insertions, 0 deletions
rfs on these for now. 2003-10-27Overhaul how `build.sh tools' are used:lukem * Rename "config.h" to "nbtool_config.h" and HAVE_CONFIG_H to HAVE_NBTOOL_CONFIG_H. This makes in more obvious in the source when we're using tools/compat/config.h versus "standard autoconf" config.h * Consistently move the inclusion of nbtool_config.h to before <sys/cdefs.h> so that the former can provide __RCSID() (et al), and there's no need to protect those macros any more. These changes should make it easier to "tool-ify" a program by adding: #if HAVE_NBTOOL_CONFIG_H #include "nbtool_config.h" #endif to the top of the source files (for the general case). 2003-05-18Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),lukem there's no need to special-case .include-ing it. 2003-04-11Use MKPICLIB to determine if we should have a dependency on the .a orthorpej _pic.a version of the library. 2003-04-09If ${MKPIC} is not "no", then depend on the _pic versions of libbfdthorpej and libopcodes. Otherwise, depend on the regular library. 2003-03-06Go back to using bfd_{get,put}_32() for now.thorpej 2003-03-04Reworked the bfd accesses to use the documented interfaces.dogcow Also, use the file offsets for direct reading/writing, rather than going through poorly-documented bfd internal magic. 2003-03-04change bfd_close -> bfd_close_all_done, as to discard any changes libbfddogcow thinks may have been made to the object file during symbol groveling. 2002-09-27ANSIfy, de-__P, complete sync of usage with man page.wiz 2002-09-27Sync usage with man page.wiz 2002-09-27Bump date for -x addition. Sort options in usage.wiz 2002-09-26add the -x option to extract the filesystem image from the kerneldbj 2002-09-19- use NETBSDSRCDIR as appropriatelukem - makefile lint (moving NOxx to top of file, include <bsd.own.mk> as necessary, ...) 2002-09-17* Eliminate the USE_NEW_TOOLCHAIN variable. Instead, split it intothorpej two variables: TOOLCHAIN_MISSING -- set to "yes" on platforms for which there is no working in-tree toolchain (hppa, ns32k, sh5, x86_64). EXTERNAL_TOOLCHAIN -- if defined by the user, points to the root of an external toolchain (e.g. /usr/local/gnu). This enables the cross-build framework even for TOOLCHAIN_MISSING platforms. If TOOLCHAIN_MISSING is set to "yes", MKGDB, MKBFD, and MKGCC are all unconditionally set to "no", since the bits are not there to build. If EXTERNAL_TOOLCHAIN is set, MKGCC is unconditionally set to "no", since the external toolchain's compiler is not in-sync with the in-tree compiler support components (e.g. libgcc). * Set MACHINE_CPU much earlier in bsd.own.mk, so that more tests in that file can use it. 2002-09-13bfd_vms is not a pointer type, so use 0 instead of NULL.thorpej 2002-05-09Always build this if a HOSTPROG (MKBFD only affects native progs).thorpej 2002-03-02include <string.h> as necessary.mrg 2002-02-23Whitespace nits.wiz 2002-02-23Add a '-s' option which will cause mdsetimage to write back thethorpej actual image size copied back into the kernel. 2002-01-31Roll in fixes to permit cross-compiling from non-NetBSD hosts. Thistv round has been tested on Solaris/x86 and Linux hosts. * Add host tools cap_mkdb, ctags, m4, uudecode. * Protect __RCSID() and __COPYRIGHT() better. * Reduce the number of places that need to include "config.h", to keep sources closer to their "vanilla" versions. * Add more compat #defines and autoconf-checked functions. 2002-01-29Make almost all tools compile and run properly on non-NetBSD hosts. (Intv particular, most tools now run correctly on Solaris 7.) 2002-01-22Define "HAVE_ERR_H" to fix native build.tron 2002-01-21Add hooks for cross-hosting on non-NetBSD platforms.tv 2002-01-03Convert this code to use read/write rather than mmap followed by readcgd into the mmap'd region. (reviewed by thorpej.) This is done to facilitate use as a host tool on not-necessarily-NetBSD host systems. Specifically, it works around problems discovered on linux (mostly tested on 2.4.2-smp / RH 7.1, but also seen on other variants) in which mmap(...MAP_SHARED...) on NFS files doesn't work properly: 74 [hardy] RAMDISK.EB % uname -a Linux hardy 2.4.2-2smp #1 SMP Sun Apr 8 20:21:34 EDT 2001 i686 unknown 75 [hardy] RAMDISK.EB % cat /etc/issue Red Hat Linux release 7.1 (Seawolf) Kernel 2.4.2-2smp on a 2-processor i686 76 [hardy] RAMDISK.EB % df . Filesystem 1k-blocks Used Available Use% Mounted on fs:/home/cgd 104857600 98764968 6092632 95% /home/cgd 77 [hardy] RAMDISK.EB % date ; md5sum netbsd Thu Dec 27 17:31:41 PST 2001 a1f35f085f130983892933df92d23be4 netbsd 78 [hardy] RAMDISK.EB % nbmdsetimage netbsd ~/proj-local/rd 79 [hardy] RAMDISK.EB % date ; md5sum netbsd Thu Dec 27 17:31:49 PST 2001 740cbfb0a8432b7d3a6bf3421655e270 netbsd 80 [hardy] RAMDISK.EB % date ; md5sum netbsd Thu Dec 27 17:31:51 PST 2001 a8c60aae879ead6893f074e83c23d70a netbsd 81 [hardy] RAMDISK.EB % date ; md5sum netbsd Thu Dec 27 17:31:54 PST 2001 a8c60aae879ead6893f074e83c23d70a netbsd 82 [hardy] RAMDISK.EB % date ; md5sum netbsd Thu Dec 27 17:31:55 PST 2001 a1f35f085f130983892933df92d23be4 netbsd 83 [hardy] RAMDISK.EB % date ; md5sum netbsd Thu Dec 27 17:31:57 PST 2001 a1f35f085f130983892933df92d23be4 netbsd 84 [hardy] RAMDISK.EB % ("isn't that cool?") 2001-12-31Introduce 3 new MK* variables that have effect in the USE_NEW_TOOLCHAINthorpej case: MKBFD If set to "no", disables building of libbfd, libiberty, and all things that depend on them (binutils/gas/ld, gdb, dbsym, mdsetimage). MKGDB If set to "no", disables bulding of gdb. MKGCC If set to "no", disables building of gcc and the gcc-related libraries (libg2c, libgcc, libobjc, libstdc++). These are useful for building platforms for which either of the following situations are true: (1) You have no userland from which to run toolchain2netbsd in order to build the appropriate toolchain build framework. (2) The platform which you are building requires a newer set of tools than are currently in the tree (e.g. x86-64, ia64). 2001-11-12Major overhaul of src/tools and host toolchain. Summary of changes:tv * Rewrite src/tools Make logic to work like the rest of the tree wrt "dependall" and "install". The old "make build" hack is gone. * Remove the MKTOOLS logic. This was linked to the "make build" hack, and was only needed because TOOLDIR originally had no writable default. * Redo the GNU configure/make logic to make it fit reasonably in a BSD make wrapper. Use new ${.ALLTARGETS} variable to scan for targets in $(srcdir), and mark them with .MADE: to prevent rebuilding. * Only build cross tools in src/tools; remove some messy logic in src/usr.* and src/gnu/usr.* that would do target filename rewriting (improves consistency and readability). * Add the ability to build cross gdb at tool build time by setting MKCROSSGDB (default no) to "yes" in mk.conf. * Add src/tools/groff and set up paths to work with this cross groff. 2001-10-25Give the host tool build more control over the HOST_CPPFLAGS.thorpej 2001-10-24Add support for building as a target-prefixed cross-tool from src/tools.thorpej 2001-10-22Bah, move ".include <bsd.own.mk>" to before USE_NEW_TOOLCHAIN check.simonb 2001-10-22Add a Makefile for mdsetimage that tries to do the new/old toolchainsimonb dance to get to libbfd. Tested on new and old toolchain, makefile messiness to be verified before being enabled. 2001-10-22Add the bfd-mdsetimage pkgsrc version of mdsetimage - this is Chrissimonb Demetriou's origianal mdsetimage with modifications by Kazuki Sakamoto to use libbfd. It lives in gnusrc because libbfd is GPL, not LGPL.