summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | The existing bazaar and site-specific policy in rc.diskless1 is Just Wrong;obrien2002-02-228-28/+46
| | | | | | | | | | | | | | | | and looks like no other Unix diskless configuration I've ever seen. Thus allow a more traditional /etc. Note, the use of an MFS /var should also be settable. Otherwise installing ports(packages) is just a total PITA.
* | Update for binutils_2_12_anoncvs_20020221.obrien2002-02-222-447/+546
| |
* | (Belatedly) add the required EXPORT_SYMS. I'm not sure the list is complete,des2002-02-221-0/+8
| | | | | | | | | | but at least linprocfs works (I haven't had the opportunity to test other stuff that depends on the linux module, like aac or tdfx)
* | Modified release note: Binutils update. While I'm here, fix a minorbmah2002-02-222-4/+4
| | | | | | | | | | grammatical mismatch ("Binutils" is the name of a package and therefore is singular, not plural).
* | - Whitespace fixes leftover from previous commit.arr2002-02-221-21/+21
| | | | | | | | Submitted by: bde
* | - Whitespace fixup left over from previous commit.arr2002-02-221-10/+9
| | | | | | | | | | | | - Remove bogus cast. Submitted by: bde
* | Convert p->p_runtime and PCPU(switchtime) to bintime format.phk2002-02-2217-46/+34
| |
* | Use better scaling factor for NTPs correction.phk2002-02-221-1/+7
| | | | | | | | Explain the magic.
* | Allow PCI_ALLOW_UNSUPPORTED_IO_RANGE to leave broken setups broken enoughphk2002-02-221-0/+18
| | | | | | | | to work.
* | GC: BIO_ORDERED, various infrastructure dealing with BIO_ORDERED.phk2002-02-225-12/+4
| |
* | GC: BIO_ORDERED going away.phk2002-02-225-30/+4
| |
* | Disksort will not "munge" requests, BIO_ORDERED or not, so removephk2002-02-224-16/+8
| | | | | | | | use of BIO_ORDERED.
* | Replace bowrite() with BUF_WRITE in ufs.phk2002-02-223-20/+3
| | | | | | | | | | | | | | | | | | Remove bowrite(), it is now unused. This is the first step in getting entirely rid of BIO_ORDERED which is a generally accepted evil thing. Approved by: mckusick
* | GC: bufqueues are not used under -current, we use bioqueues.phk2002-02-221-47/+0
| |
* | Update for binutils_2_12_anoncvs_20020221.obrien2002-02-221-443/+542
| |
* | Explain how I did the binutils_2_12_anoncvs_20020221 import.obrien2002-02-222-4/+8
| |
* | Merge rev 1.2 (teach `ld' how to access FreeBSD's ld ELF hints)obrien2002-02-221-2/+4
| | | | | | | | into Binutils 2.12_20020221_snap.
* | Bring the binutils_2_12_20020221_snap version of this to the HEAD branch.obrien2002-02-223-29/+79
| |
* | Merge rev 1.2 (FreeBSD a.out configuration support) intoobrien2002-02-221-1/+77
| | | | | | | | Binutils 2.12_20020221_snap.
* | Use the stock (2.12_20020221_snap) version of this.obrien2002-02-221-0/+7
| |
* | Use the stock version of this.obrien2002-02-221-231/+274
| |
* | Use the vendor's 2.12_20020221_snap version of this file as in rev 1.4.obrien2002-02-221-1/+1
| |
* | Merge rev 1.6 (only define "ELF_DYNAMIC_INTERPRETER" if it isn't definedobrien2002-02-221-2/+77
| | | | | | | | elsewhere) into Binutils 2.12_20020221_snap.
* | Merge rev 1.8 (only define "ELF_DYNAMIC_INTERPRETER" if it isn't definedobrien2002-02-221-12/+14
| | | | | | | | elsewhere) into Binutils 2.12_20020221_snap.
* | Merge our ELF branding into Binutils 2.12_20020221_snap.obrien2002-02-221-17/+20
| |
* | Use make -V VARIABLE | xargs ... to pass argument lists to programluigi2002-02-221-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | so that this is safe even if VARIABLE is longer than kern.argmax. There is another instance of CFILES which might need the same treatment, and might be noticed when doing a "make links". The same has to be done in RELENG_4 (on some different file). Noticed-by: picobsd cross-compiling LINT Suggested-by: Alfred (bright@mu.org), des@freebsd.org MFC-after: 3 days
* | Fix a bug where a short write to a non-blocking socket wouldjb2002-02-221-1/+4
| | | | | | | | | | | | | | leave the descriptor locked, causing other threads to hang if they happened to access the socket. MFC after: 5 days
* | This commit was generated by cvs2svn to compensate for changes in r91041,obrien2002-02-22147-3875/+12853
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import of Binutils from the FSF 2.12 branch (pre-.0 release).obrien2002-02-22158-4172/+13404
| | | | | | | | | | | | These bits are taken from the FSF anoncvs repo on 21-Feburary-2002 20:15 PST.
* | | - Massive style fixup.arr2002-02-221-1268/+1292
| | | | | | | | | | | | | | | Reviewed by: mike Approved by: dfr
* | | recovery from new binutils part II: fix the alpha kernel so thatgallatin2002-02-211-1/+1
| | | | | | | | | | | | | | | | | | it handles R_ALPHA_RELATIVE relocs with addends properly. tested by: ticso
* | | Reorder some of the ioctls and add a few new ones.mjacob2002-02-212-17/+37
| | | | | | | | | | | | MFC after: 1 day
* | | o style(9) and consistency fix:jedgar2002-02-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | - if (!var) -> if (var == NULL) o spelling fix (althouh -> although) Reviewed by: rwatson Obtained from: TrustedBSD Project
* | | o style(9) and consistency fixes:jedgar2002-02-215-44/+41
| | | | | | | | | | | | | | | | | | | | | | | | - if (!var) -> if (var == NULL) - return val; -> return (val); Reviewed by: rwatson Obtained from: TrustedBSD Project
* | | Add more argument checkingjedgar2002-02-212-0/+17
| | | | | | | | | | | | | | | Reviewed by: rwatson Obtained from: TrustedBSD Project
* | | static'ize and declare functionsjedgar2002-02-211-1/+5
| | | | | | | | | | | | | | | Reviewed by: rwatson Obtained from: TrustedBSD Project
* | | Revert wchan functionality. Add 'mwchan' to supply new duel mutex/msleepdillon2002-02-215-3/+34
| | | | | | | | | | | | | | | | | | functionality and make it the default. With additional improvements by: Mark Peek <mp@FreeBSD.org>
* | | staticize functions and variablesbillf2002-02-212-19/+17
| | | | | | | | | | | | | | | | | | change function declarations to ANSI change a variable that stores sizeof() values to size_t use return to escape the end of main(), not exit(3)
* | | use the typedef 'ubig' to declare pr_limit, not what ubig is typedef'dbillf2002-02-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | to be. PR: misc/35181 Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at> MFC after: 3 days
* | | Add support for iovcnt greater than 1. This should resolve problemsbp2002-02-211-14/+16
| | | | | | | | | | | | | | | | | | | | | with some applications. Obtained from: Darwin project MFC after: 2 weeks
* | | Remove redundant checks for iovcnt > 1. This should be handled properlybp2002-02-211-7/+7
| | | | | | | | | | | | | | | | | | | | | in the subr_mchain. Obtained from: Darwin project MFC after: 2 weeks
* | | Add unicode related definition for future use. Descibe Samba bug.bp2002-02-212-1/+10
| | | | | | | | | | | | | | | Obtained from: Darwin project MFC after: 2 weeks
* | | Add subfunction definition for future use.bp2002-02-211-0/+1
| | | | | | | | | | | | MFC after: 2 weeks
* | | Fix build when MAKE_KERBEROS4 is not requested. This was broken withnectar2002-02-211-5/+2
| | | | | | | | | | | | | | | | | | | | | the last Heimdal import. Reported by: jhay, roam (both the same day!)
* | | Bring rc.firewall{,6} more in line with the word and spirit ofcjc2002-02-212-20/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rc.conf(5) and the files' inline documentation. - Add the "closed"-type, documented in both places, but which did not exist in the code. - When provided a ruleset, the system should not make any assumptions about the sites's policy and should add no rules of its own. - Make the "UNKNOWN" (documented in-line) actual work as advertised, load no rules. Prodded by: Igor M Podlesny <poige@morning.ru> MFC after: 1 week
* | | Fixed printf format errors. In printgprof.c, also convert the scalebde2002-02-214-39/+39
| | | | | | | | | | | | | | | | | | without possibly losing lots of precision, and print the scale using %g instead of %d in case it is non-integral. %g might not be the best format for this.
* | | Added missing copyright. Obtain one and a vendor id from gprof.c. aout.cbde2002-02-212-2/+83
| | | | | | | | | | | | | | | | | | | | | was split off from gprof.c in rev.1.7 of the latter. elf.c is mostly new, but the old copyright sort of applies to it and is better than none. Use __FBSDID() for the FreeBSD id.
* | | - Add support for Simplified Direct Access Device, mostly forsimokawa2002-02-212-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | Firewire/SBP-II devices. - Add quirk for Logitec USB/Firewire HDD. MFC after: 3 days.
* | | Fixed a missing variable declaration so that gprof compiles with -DDEBUG.bde2002-02-211-0/+3
| | |
* | | Obviate the need to set the COMPILER_PATH and LIBRARY_PATH in Makefile.inc1ru2002-02-213-22/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to pick up the correct cross-tools (the compiler executables and binutils) and special linker files (crt*.o). This is now controlled by a single knob, TOOLS_PREFIX, when building cross-tools. Fixed regression in Makefile.inc1,v 1.203 (-nostdinc). This clobbered target architecture's CFLAGS with building host's CPUTYPE setting in /etc/make.conf, and had a nice but nasty side effect of exposing some (normally hidden) bugs in system headers. (Attempt to move the "-nostdinc -I..." part of CFLAGS into the new CINCLUDES (modeled after a similar CXXINCLUDES) eventually failed because hard-coding ${WORLDTMP}/usr/include to be the first in the include list does not always work, e.g. lib/libbind.) Compensate the -nostdinc removal by making cpp(1) built in the cross-tools stage to not look for <> header files in the building host's /usr/include (already committed as gnu/usr.bin/cc/cc_tools/freebsd-native.h, revisions 1.10-1.12, STANDARD_INCLUDE_DIR). : $ /usr/obj/usr/src/i386/usr/bin/cpp -v /dev/null : : Before: : : #include <...> search starts here: : /usr/obj/usr/src/i386/usr/include : /usr/include : End of search list. : : After: : : #include <...> search starts here: : /usr/obj/usr/src/i386/usr/include : /usr/obj/usr/src/i386/usr/include (Disabling the use of GCC_INCLUDE_DIR in the FREEBSD_NATIVE case would fix the duplicate above.) Get rid of the (now unneeded) -I${DESTDIR}/usr/include magic in bsd.prog.mk and bsd.lib.mk. Finish the removal of LDDESTDIR in bsd.lib.mk,v 1.55 -- we no longer have users of it. The required changes to gcc were already committed as contrib/gcc.295/gcc.c, revisions 1.23 and 1.24. Basically, this allows for the changes above plus makes gcc(1) persistent about path configuration, whether it's configured as a native or a cross compiler: : $ /usr/obj/usr/src/i386/usr/bin/cc -print-search-dirs : install: /usr/obj/usr/src/i386/usr/libexec/(null) : programs: /usr/obj/usr/src/i386/usr/libexec/elf/:/usr/obj/usr/src/i386/usr/libexec/ : libraries: /usr/obj/usr/src/i386/usr/lib/ : : $ /usr/obj/alpha/usr/src/i386/usr/bin/cc -print-search-dirs : install: /usr/obj/alpha/usr/src/i386/usr/libexec/(null) : programs: /usr/obj/alpha/usr/src/i386/usr/libexec/elf/:/usr/obj/alpha/usr/src/i386/usr/libexec/ : libraries: /usr/obj/alpha/usr/src/i386/usr/lib/ Reviewed by: bde, obrien
OpenPOWER on IntegriCloud