summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* KAME 4th patchshin1999-12-166-4/+1088
| | | | | | | | IPv6 specific library functions addition. (getnameinfo(), getaddrinfo(), and IPv6 transport support is not yet) Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
* Don't build gensetdefs when we can use /usr/bin/gensetdefs. The lattermarcel1999-12-167-532/+17
| | | | | | also creates setdef{0|1}.c so there's no need to have those in the repository. Using /usr/bin/gensetdefs has no consequences for the output.
* Have NFS use a snapshot of boottime instead of boottime itself todillon1999-12-162-12/+28
| | | | | | | | | | | generate the NFSv3 Version id. boottime itself may change, sometimes once every tick if you are running xntpd, which really throws off clients. Clients will tend to throw away what they believe to be stale data too often, and can get into long loops rewriting the same data over and over again because they believe the server has rebooted over and over again due to the changing version id. Approved by: jkh
* This commit was generated by cvs2svn to compensate for changes in r54690,obrien1999-12-163-229/+311
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * * The C1010 stepping B0 (Rev 1) tested OK for DT transfers without the U3ENobrien1999-12-163-229/+311
| | | | | | | | | | | | | | | | | | | | | | | | | | | | broken bit work-around enabled. * Fixed a bug that made MDP not work. (However, MDP is actually not tested due to lack of hardware using this feature). * Chip table changed to support the C1010 B0 w/o the U3EN bit work-around enabled. * Add the SYM_SETUP_MAX_LUN, SYM_SETUP_LP_PROBE_MAP (used to tell the driver about chips that are to be claimed with lower priority than old PCI bus based driver (typically the ncr)), SYM_SETUP_SCSI_DIFF, and SYM_SETUP_PCI_PARITY options. Submitted by: Gerard Roudier <groudier@club-internet.fr>
* | activate amd.4phantom1999-12-161-1/+1
| |
* | Adjust data pointers for untransmitted bytes in fifos when there's phaseluoqi1999-12-161-5/+13
| | | | | | | | change during data transfer.
* | Add options used by the `sym' (Symbios SCSI) driver.obrien1999-12-161-0/+13
| | | | | | | | | | | | | | | | | | SYM_SETUP_LP_PROBE_MAP Low Priority Probe Map (bits) SYM_SETUP_SCSI_DIFF HVD support for 825a, 875, 885 SYM_SETUP_PCI_PARITY PCI parity checking SYM_SETUP_MAX_LUN Number of LUNs supported Submitted by: Gerard Roudier <groudier@club-internet.fr>
* | Add FAST-80 timing to the scsi syncrates table.obrien1999-12-161-0/+1
| | | | | | | | Submitted by: Gerard Roudier <groudier@club-internet.fr>
* | o Add games/caesar to the list of bootstrap-tools so that amarcel1999-12-161-19/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | buildworld doesn't break because the host doesn't have any games installed, o Add a new build stage: TMAKE. TMAKE builds all the build-tools targets in the respective makefiles. Note that these targets don't use the bootstrap tools, o Add elf2exe to the bootstrap-tools when cross-building Alpha on other platforms, o Add ${WORLDTMP}/usr/games to TMPPATH, o Remove ${WORLDTMP}/usr/bin even when NOCLEAN is defined. This prevents using any bootstrap-tools previously installed. Most importantly, it prevents using the cross-compiler when we still need the native compiler. The current stages are BMAKE, TMAKE, XMAKE and IMAKE in that order. BMAKE builds bootstrap-tools that either solve compatibility problems or are needed as cross-tools, TMAKE builds the support tools necessary by some parts in the source tree and also performs the cleandir and par-obj targets, XMAKE builds the includes, libraries and everything (resp.), and IMAKE installs the world. This stage needs further work if it's to be used to install -current over -stable for example. This is the last major update towards cross-building.
* | Bye bye xntpd, enter ntp.roberto1999-12-161-3/+3
| | | | | | | | The variable names haven't changed for compapatibility reasons.
* | Bye bye xntpd, enter ntp.roberto1999-12-161-1/+1
| | | | | | | | Reviewed by: phk
* | Remove the old binaries (they've been renamed) without the 'x').roberto1999-12-162-0/+6
| | | | | | | | Suggested by: phk
* | Add libmd to LDFLAGS. libmd is needed by libcrypt.marcel1999-12-161-1/+1
| |
* | Second part of 8-bit fixes.cracauer1999-12-161-1/+9
| |
* | Make the perl build a little less chatty.jkh1999-12-161-14/+14
| | | | | | | | Reviewed by: markm
* | Add libmd (or move it after libcrypt). We don't want the linker to bemarcel1999-12-1612-28/+32
| | | | | | | | | | smart because it will definitely get it wrong. This popped up during cross-linking.
* | * State in words that "#define^IMACRO" is proper, as it is hard to tellobrien1999-12-161-3/+6
| | | | | | | | | | | | | | from the example. * Embelish the usage() example to show how uppercase options are sorted. Taken from previous bdelinting.
* | Rev 1.9 did not follow style(9) in ordering.obrien1999-12-161-7/+5
| |
* | Options added in rev 1.14 were not documented in usage().obrien1999-12-161-1/+1
| |
* | Cleanup the probe messages a bit, show what the device really is, notsos1999-12-161-10/+19
| | | | | | | | | | | | just "CDROM". Also cope with devices that doesn't report speed in the old way, this should be changed into the new GET_PERFORMANCE cmd instead..
* | Mixed updates:cracauer1999-12-161-11/+27
| | | | | | | | | | | | | | | | | | - isa => nexus - flags - GPL_MATH_EMULATE - document breakage of non-GPL emulator since we use new compiler. - break lines in paragraohs I touched so that sentenses start on new lines.
* | Add Dual LVD bus (1280) supportmjacob1999-12-167-161/+259
| |
* | Add DOCSUPFILE, like PORTSSUPFILE. (ie 'make update' in /usr/doc)billf1999-12-162-0/+2
| | | | | | | | | | | | PR: docs/15439 Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de> Obtained from: ports/Makefile
* | "char *area" -> "char **area", to match the source code.nik1999-12-161-1/+1
| | | | | | | | | | PR: docs/14738 Submitted by: Mori Kouji <moriko@yakumo.noe.mcu.or.jp>
* | Document that securelevel >= 2 clamps time changes to at most one second.nik1999-12-161-0/+4
| | | | | | | | | | PR: docs/14449 Submitted by: James FitzGibbon <james@targetnet.com>
* | Correct slight stuff-up in previous patch.jkh1999-12-162-4/+4
| |
* | Update to use MD disk instead of MFSjkh1999-12-162-10/+10
| |
* | Fix my CPP_SPEC synatax screwup.obrien1999-12-162-2/+2
| | | | | | | | Totally pissed at self: obrien
* | Spelling fix (manuall -> manual)billf1999-12-161-1/+1
| | | | | | | | Submitted by: Jeroen C. van Gelderen <jeroen@vangelderen.org>
* | It is possible for someone to want to 'make update' wht SUPFILE not definedbillf1999-12-161-0/+2
| | | | | | | | while SUPFILE1 or PORTSSUPFILE are defined.
* | Spelling correction (adress -> address)billf1999-12-161-1/+1
| |
* | Copy the loader.help file to the boot floppy.jkh1999-12-161-0/+1
| |
* | don't mknod stuff without making sure it's not there first.jkh1999-12-161-0/+1
| |
* | Correct comment about creating a boot floppy.jkh1999-12-161-3/+4
| | | | | | | | Submited by: Jack O'Neill <jack@germanium.xtalwind.net>
* | dev/pcic/i82365_isasubr.c was removed from tree when it was mergedimp1999-12-161-1/+0
| | | | | | | | into i82365_isa.c. Update conf/files to reflect that.
* | Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-1586-956/+459
| |
* | update to isdn4bsd beta release 0.90: since the isic drivers are nowhm1999-12-151-5/+0
| | | | | | | | | | new-busified, remove all isic traces from compatibility mode wrapper Noticed by: Warner Losh
* | Add MAINTAINER tag.guido1999-12-154-0/+8
| | | | | | | | | | The Makefiles in sbin/{ipfstat,ipmon,ipnat} were repository copied from the respective directories in usr.sbin
* | Typo fix.tegge1999-12-151-1/+1
| |
* | Properly disable COMPAT_3X for alpha.jkh1999-12-152-2/+2
| |
* | Add -L${DESTDIR}${LIBDIR} to ld's command line so that the rightmarcel1999-12-151-1/+3
| | | | | | | | libstand is used.
* | Don't use -C internally. Use -c. For some reason files are not copiedmarcel1999-12-151-1/+1
| | | | | | | | with -C, although they should.
* | Misuse MakeMaker's DEFINE parameter to add an include path to the ccmarcel1999-12-151-3/+4
| | | | | | | | command line. The makefiles created can now be used for cross-building.
* | Allow elf2exe to be compiled on architectures other than Alpha. Thismarcel1999-12-151-1/+1
| | | | | | | | is trivially accomplished by including sys/elf64.h instead of elf.h.
* | This was a mixed bag of spaces and ^I's.obrien1999-12-151-5/+5
| |
* | Document SA_SIGINFOcracauer1999-12-151-25/+90
| | | | | | | | Reviewed by: Sheldon Hearn <sheldonh@uunet.co.za>
* | Document ulimit -b for RLIMIT_SBSIZE.cracauer1999-12-151-1/+3
| |
* | Add an enable_osf1 knob to the alpha startup codegallatin1999-12-152-0/+10
| |
* | update to isdn4bsd beta release 0.90: make LINT compile again, at leasthm1999-12-153-3/+3
| | | | | | | | one "device isic0 ..." line has to be uncommented.
OpenPOWER on IntegriCloud