summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix more linkage problems. libtermcap needs to be linked for routinesmarkm1998-03-151-3/+4
| | | | in librealdline.
* Sync with sys/i386/isa/clock.c revision 1.116.kato1998-03-153-114/+288
|
* Don't force NOPIC for building tools at all for now, so that somebde1998-03-151-3/+4
| | | | | | (slightly stale) shared libraries get installed before non-tools are linked. The 2-stage build of the libraries has never really worked, since we link to the libraries built in the first stage.
* Use dsname() to generate the disk region name for the "changing rootmsmith1998-03-152-28/+28
| | | | | device to" message. Suppress this message if only the slice number has changed.
* Make the binutils strip ELF-only for now. It isn't quite right for a.out.jdp1998-03-151-0/+5
|
* Allow ICMP unreachable messages to be sent in response to ICMP queryalex1998-03-151-4/+21
| | | | packets (as per Stevens volume 1 section 6.2).
* Add "-F" (force) flag to newsyslog.pst1998-03-142-4/+14
| | | | Submitted by: Terry Lambert <terry@freebsd.org>
* Add more DOS/Win95 partition typesache1998-03-142-4/+10
|
* Damn. Left out the dependancy macro.markm1998-03-141-2/+2
|
* Add more AIX/DOS/Win95 partition typesache1998-03-141-4/+12
|
* Link this against libcrypt. Crypt is not directly called, but is called from ↵markm1998-03-141-2/+2
| | | | | | | | linked in code. I'll merge this to STABLE as well. PR: 5999 Submitted by: robert@cyrus.watson.org
* Disable the vfs.ioopt option for now, so that we don't get gratuitiousdyson1998-03-142-2/+6
| | | | | bugreports. I might not be able to fix the problems before 3.0, due to other, more important things.
* Improved comparison of ${DPADD} with ${LDADD} for the checkdpadd target.bde1998-03-141-6/+10
| | | | | | `BINFORMAT=foo make checkdpadd' in /usr/src now reports only 2 false negatives (in libss and init). (BINFORMAT=foo is to turn off better handling of the a.out case.)
* Don't force NOPIC or NOSHARED for building tools in the NOCLEAN case,bde1998-03-141-4/+11
| | | | | | | | | | | so that dirtier-than-previously tools aren't left lying around to be installed. Filter out NOPIC from ${MK_FLAGS} for `make ${OBJDIR}' for ld (and some other things), so that the obj dir for ld/rtld always gets re-made. Fixed a literal "make".
* Add a BOOTP_WIRED_TO option, for use on machines with multiple networktegge1998-03-146-10/+36
| | | | | cards where the first detected card should not be used for bootp. Submitted by: Doug Ambrisko <ambrisko@whistle.com>
* Update workaround for limitations in the arp code.tegge1998-03-146-18/+18
| | | | | Adjust the RPC timeout message which occured when the old workaround broke to show the correct IP address.
* On SMP systems, initially follow the MP spec with regard to which pintegge1998-03-145-190/+450
| | | | | | on the IOAPIC being connected to the 8254 timer interrupt. Verify that timer interrupts are delivered. If they aren't, attempt a fallback to mixed mode (i.e. routing the timer interrupt via the 8259 PIC).
* Ouch, my local cvs walloped the version I thought I was committing.jb1998-03-141-18/+52
| | | | Here is what I intended.
* Don't use the standard macros for disabling/enabling interrupt.tegge1998-03-142-6/+6
| | | | | On SMP systems, this left the mpintr_lock simplelock locked, causing further calls to disable_intr to deadlock or panic.
* Don't misuse vnode interlocks in routines that can be called from interrupts.tegge1998-03-142-10/+14
| | | | PR: 5893
* Fixed include file's path.kato1998-03-141-1/+1
|
* Link i386/include instead of pc98/include (there is no such directory).kato1998-03-141-2/+2
|
* Sync with sys/i386/conf/files.i386 revision 1.194.kato1998-03-142-2/+4
|
* Sync with sys/i386/boot/rawboot/Makefile revision 1.11.kato1998-03-141-2/+1
|
* Sync with sys/i386/boot/Makefile.inc.kato1998-03-141-2/+2
|
* Disable support for the a.out-i386-bsd target. Everything it can dojdp1998-03-141-5/+3
| | | | | | seems to be supported in the a.out-i386-freebsd target. When both are present, there are sometimes complaints of "ambiguous file format."
* Submitted by: bdedanny1998-03-132-6/+6
| | | | Back out last brain blip.
* On i386, freebsd.h and freebsd-elf.h have been merged to combinejb1998-03-131-71/+0
| | | | | | | | aout and elf support. freebsd-elf.h died as a result, so the BINFORMAT test for elf in src/gnu/usr.bin/cc/cc_tool/Makefile will need to use freebsd.h, not freebsd-elf.h. That means that alpha will have to go the same way. The new alpha/freebsd.h has the alpha/freebsd-elf.h definitions merged in.
* Some things only work on i386.jb1998-03-131-20/+10
| | | | Removed unsupported machines.
* Some things only work on i386.jb1998-03-133-24/+40
|
* Add binutils if BINFORMAT is elf. This is needed for alpha, and itjb1998-03-131-2/+6
| | | | works on i386, but is still disabled until you set BINFORMAT.
* Added a null entry for sysmk that is generated by makesyscalls.sh.jb1998-03-132-2/+4
| | | | | | | | Gee, I wish there was a better way to run makesyscalls.sh so that a make world finds missing things like this. Running it manually sucks. Pointed out by: Peter Dufault
* Change examples for Cyclades cards (c -> c0) to fit with reality.danny1998-03-132-6/+6
|
* Add Danish mirrors.jkh1998-03-133-3/+15
| | | | Submitted by: phk
* Be careful not to spam ld.so.hints in multi-user case.jkh1998-03-133-6/+15
| | | | Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* Fix bogusly shadowed variable.jkh1998-03-133-15/+9
| | | | Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* Build all tools shared, and don't build any shared libraries for tools.bde1998-03-131-41/+47
| | | | | | | | | | | | | | | | | | | Build libraries (for linking the tools to) in a more correct order (for linking freshly created shared libraries to each other). This is probably a no-op now that shared libraries for tools aren't built, but I didn't test any intermediate versions. Security-related directories that are not built by default may now be misordered for the shared case. Don't build libcompat specially. It isn't used for tools, and shouldn't be used in /usr/src (it is only used for IPXrouted and crufty games). Added missing ${.CURDIR} to existence tests for library directories. Existence tests for top-level directories are still broken. Test for library directories actually being built, not for directories above them.
* Correct #ifdef for __FreeBSD__ < 3brian1998-03-131-2/+3
|
* Get the arguments to show_usage right (like the MFC'ed code in -stable).alex1998-03-131-3/+3
| | | | Submitted by: bde
* Add missing includebrian1998-03-131-1/+2
|
* Add extraneous braces to stiffle warnings from gcc-2.8brian1998-03-139-34/+45
|
* MFMP: Don't send LQRs when the peer has LCP REJ'd them. Sendbrian1998-03-131-2/+2
| | | | ECHO LQRs instead.
* The coff LKM needs IBCS2 to be able to link (for the 'make regress'eivind1998-03-122-2/+4
| | | | linktest) - add this as a dependency.
* Introduce the 'regress' target.eivind1998-03-127-8/+36
| | | | Silently approved by: -hackers, -current
* 'LKM' is a minimal kernel config file, just enough to be able to test-linkeivind1998-03-121-0/+74
| | | | the LKMs.
* Fix for mmap of char devices bug as described in OpenBSD advisory ofguido1998-03-121-7/+36
| | | | | | 1998/02/20 Reviewed by: John Dyson Submitted by: "Cy Schubert" <cschuber@uumail.gov.bc.ca>
* - Describe the -I option in the man page.yokota1998-03-122-3/+14
| | | | - Add the -I option in the usage line.
* Changed speed_t from long to unsigned long. POSIX.1 requires anbde1998-03-122-4/+4
| | | | | | | | | unsigned integral type. Changing it doesn't seem to cause any sign extension bugs in /usr/src. In the kernel, this is partly because `struct speedtab' and its lookup function are too bogus to use speed_t's for speeds - they use ints. Reminded by: PR 5786
* Added forgotten declaration of mkdtemp().bde1998-03-121-0/+1
|
* compile_et is now used early to build includes for libss, so build itbde1998-03-121-4/+5
| | | | | | | | earlier. This is probably unnecessary. Added now-necessary -B for installing headers for libss. Removed now-unnecessary -B for building cleandepend for rpcgen.
OpenPOWER on IntegriCloud