summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Add new variable NO_FILTER_SHLIBS -- it will disable ELF <-> a.out shlibasami1998-10-091-1/+3
| | | | | | | | name conversion. Use it for binary ports that come with its own private shlib dirs, ports that install linux compatibility libraries (thus following their naming conventions and not ours), etc. Reviewed by: Martin Cracauer <cracauer@FreeBSD.ORG>
* While I'm at it, remove the tickadj manpage from src/share/man0/man8,des1998-10-081-1/+0
| | | | | | | though I'm afraid there's a lot more that needs fixing in this file, judging by 'find /usr/src -name "*.8" -print'. Spotted-by: glimpse -H /usr/src tickadj
* Remove all references to tickadj(8) from rc, rc.conf and rc.conf.5.des1998-10-081-15/+1
| | | | | | | | | | | | | | | Disable building tickadj(8) by removing util from SUBDIR in the xntpd Makefile. Note that the sources are still there and tickadj can still be built and installed by doing: # cd /usr/src/usr.sbin/xntpd/util # make all install There are enough references to tickadj in e.g. the xntpd documentation (not to mention the sysctl variables it uses etc.) that I don't feel up to implementing the final solution right now. Kinda-approved-by: phk
* (1) Add new variable ${PERL} which is equal to ${PERL5} but without theasami1998-10-061-4/+11
| | | | | | | | | | | | | | | | | | version number part (i.e., "<directory>/perl"). Use this to substitute #! lines in your perl5 scripts. Requested and reviewed by: ache (2) Add new variable WRKDIRPREFIX (defaults to ""). The "work" directories are now in ${WRKDIRPREFIX}${.CURDIR}/work by default. You can have a read-only ports tree (modulo any broken ports that write something to places other than ${WRKDIR}) by setting this to a writable location. Ports that set WRKDIR explicitly should append this to front so they will work when the user has WRKDIRPREFIX set. Reviewed by: Toshihiko Kodama <kodama@ayame.mfd.cs.fujitsu.co.jp>
* Here are some scripts and man pages for configuring HARP ATMphk1998-10-062-2/+103
| | | | | | | interfaces. Reviewed by: phk Submitted by: Mike Spengler <mks@networkcs.com>
* s/Lesp/Leap/phk1998-10-021-1/+1
| | | | Caused by: packet loss to freefall
* Define KLD_MODULE if building a KLD module.msmith1998-10-021-1/+4
| | | | | Forgot to mention that the previous commit was Submitted by: Doug Rabson <dfr@freebsd.org>
* Changes to support building of KLD modules. This includes the possiblymsmith1998-10-021-1/+11
| | | | to be removed KMODDEPS define.
* INTERNATIONAL EARTH ROTATION SERVICE (IERS)phk1998-10-011-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SERVICE INTERNATIONAL DE LA ROTATION TERRESTRE BUREAU CENTRAL DE L'IERS OBSERVATOIRE DE PARIS 61, Av. de l'Observatoire 75014 PARIS (France) Tel. : 33 (0) 1 40 51 22 26 FAX : 33 (0) 1 40 51 22 91 Internet : iers@obspm.fr Paris, 17 July 1998 Bulletin C 16 To authorities responsible for the measurement and distribution of time UTC TIME STEP on the 1st of January 1999 A positive leap second will be introduced at the end of December 1998. The sequence of dates of the UTC second markers will be: 1998 December 31, 23h 59m 59s 1998 December 31, 23h 59m 60s 1999 January 1, 0h 0m 0s The difference between UTC and the International Atomic Time TAI is: from 1997 July 1, 0h UTC, to 1999 January 1, 0h UTC : UTC-TAI = - 31s from 1999 January 1, 0h UTC, until further notice : UTC-TAI = - 32s Leap seconds can be introduced in UTC at the end of the months of December or June, depending on the evolution of UT1-TAI. Bulletin C mailed every six months, either to announce a time step in UTC, or to confirm that there will be no time step at the next possible date. Daniel GAMBIS Director Central Bureau of IERS
* Add syscons back to alpha build; works fine now.jkh1998-10-011-5/+1
|
* Bring man page up to dategrog1998-09-291-63/+57
|
* Add a section on vnode types. Mostly based on information supplied byeivind1998-09-281-2/+39
| | | | Terry Lambert <terry@lambert.org>
* Include vinum.4 in MAN4grog1998-09-281-1/+1
|
* Man page for vinum--initial importgrog1998-09-281-0/+831
|
* Add a manpage for namei().eivind1998-09-272-2/+162
| | | | Markup changes and review by: dfr
* (1) Add BROKEN_ELF variable, similar to BROKEN. (There is no BROKEN_AOUT,asami1998-09-221-4/+24
| | | | | | | | | | | | | | | | | | | | | | since ports are not supposed to be broken during the process of conversion to ELF -- please proceed with caution.) (2) Support for checking file size before fetching. The essential parts are commented out for now, so I won't lose the submission while we discuss how to do it. Submitted by: se (mostly) (3) Don't run "fetch" twice. It was due to the change in checksum target chaining. It used to be fetch -> checksum -> extract, after 1.285 it was fetch -> checksum and checksum was also explicitly called from extract. Fix it by not calling fetch from checksum when it's invoked by extract. Noticed by: pre-fetch target of lesstif being run twice (4) Don't try to remove non-existent distfiles and patchfiles in distclean. Submitted by: anto@netscape.net PR: 7988
* Change lib specification in `clean' target to match ELF shared libs too.obrien1998-09-201-2/+2
| | | | Reported by: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
* Added names of additional controller chips supported by the NCR driverjkoshy1998-09-182-10/+22
| | | | | | | to the manual page. PR: 7967 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
* This goes in doc distribution now.jkh1998-09-171-3/+3
|
* Two patches from the HARP people:phk1998-09-171-1/+2
| | | | | | | | Various Makefile related fixes. -Wformat fixes. Submitted by: Mike Spengler <mks@networkcs.com>
* Yikes, put .endif in wrong place.asami1998-09-171-2/+2
|
* Remove shlib minor if PORTOBJFORMAT=elf.asami1998-09-171-1/+3
|
* (1) Pass PORTOBJFORMAT in SCRIPTS_ENV too.asami1998-09-161-10/+13
| | | | | | | | | | | Submitted by: "Eugene M. Kim" <gene@nttlabs.com> (2) Check for exact version of perl5 in /usr/bin and exit with error message if USE_PERL5 is defined and version does not match ${PERL_VERSION}. (3) Note LIB_DEPENDS should not have any regular expressions. Remove those in USE_XLIB and USE_QT.
* Define LIBCAM and LIBDEVSTAT.gibbs1998-09-151-1/+3
|
* Add devstat.9.gibbs1998-09-151-2/+3
|
* Document new volume tag and element status support.gibbs1998-09-151-26/+218
|
* Add a new at_shutdown queue, SHUTDOWN_FINAL. This queue is run atgibbs1998-09-151-3/+9
| | | | | splhigh() after any system dumps have completed. SHUTDOWN_POST_SYNC isn't quite late enough for disk controllers.
* Add new files for HARP3phk1998-09-159-0/+1274
| | | | | | Host ATM Research Platform (HARP), Network Computing Services, Inc. This software was developed with the support of the Defense Advanced Research Projects Agency (DARPA).
* Man page describing the in kernel device statistics routines.gibbs1998-09-151-0/+361
| | | | Submitted by: "Kenneth D. Merry" <ken@plutotech.com>
* SCSI Target userland process example. Provides/Dumps the data related togibbs1998-09-152-0/+281
| | | | | RECEIVE/SEND processor target requests to the "targ" sample target mode driver.
* Revert to rev 1.41.obrien1998-09-151-11/+9
| | | | Some didn't like it.
* Add ${RM} for compatability with SunOS.obrien1998-09-141-10/+12
| | | | Many use ${RM} in their ``clean'' targets.
* Change file ownership from bin.bin to root.wheel.obrien1998-09-141-9/+9
|
* `make clean' depend on the inclunde file bsd.dep.mkwosch1998-09-131-0/+1
|
* Added pthread read/write locks.alex1998-09-121-4/+43
|
* Two little examples for use with the new atapi CD-R/RW driversos1998-09-122-0/+79
| | | | Use to burn data & audio CD's
* Install the file init.ee (after 1 year in the source tree).dt1998-09-112-3/+5
| | | | Make it actually work.
* (1) Add MLINKS support.asami1998-09-101-13/+96
| | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: hoek (2) ELF support. 2a. Variable PORTOBJFORMAT specifies the object format of the system. It is passed down to configure/make via CONFIGURE_ENV/MAKE_ENV, and is given to generate-plist via PLIST_SUB. 2b. In PLIST, substitute lines that end with "/libFOO.so.X" with "/libFOO.so.X.0". (This means PLISTs should only list ELF libraries.) Reviewed by: jb, jdp, hoek, jseger, steve (3) Perl5-in-system support. Basically turns USE_PERL5 into a no-op if there exists a "/usr/bin/perl5". Also fix prior breakage by dima (${PREFIX} => ${LOCALBASE} in perl5 path). Reviewed by: markm (sort of) (4) Install requirement file as "+REQUIRE" so it will be executed correctly by pkg_delete. Reported by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> (5) Do not disable checksum and makesum when NO_EXTRACT is set. Pointed out by: hoek and kiri, among other people
* Add libperl for Perl5.markm1998-09-091-1/+2
|
* Fixed disordering and misformatting in previous commit.bde1998-09-091-8/+4
| | | | | | | Don't override correct default targets. Don't use afterinstall for installing things; it is for fixups after installing things.
* Backed out rev.1.28. It was bogus because bsd.man.mk is only usedbde1998-09-091-8/+1
| | | | | (and only usable) by other .mk files that have their own multiple inclusion protection.
* Turned on -Wformat -fformat-extensions. -fformat-extensions requires abde1998-09-091-3/+4
| | | | | -current version of gcc. Without it, -Wformat would complain about all the nonstandard %[Dbrz] formats in the kernel.
* Implement pthread read/write locks as defined by Version 2 of the Singlealex1998-09-079-0/+783
| | | | | | | UNIX Specification. As with our standard mutexes, process shared locks are not supported at this time.
* Add a man section 1aout for the legacy man files to avoid them beingjb1998-09-072-4/+5
| | | | installed over the ones from binutils.
* Add manpages for the new device framework.dfr1998-09-0337-1/+2252
|
* Add -aout to CFLAGS and LDFLAGS in bsd.kmod.mk, not inbde1998-09-021-1/+5
| | | | | | src/lkm/Makefile.inc. This fixes broken builds of the syscons LKMs when OBJFORMAT=elf. Removed src/lkm/Makefile.inc since it became empty and is worse than useless.
* Nuked setting of crt here too.bde1998-09-022-9/+2
| | | | Obtained from: src/etc/root/dot.profile rev.1.17.
* Add Id keywordsbrian1998-09-022-0/+4
|
* Oops, I missed the update from /etc/objectformat to /etc/objformatjb1998-08-311-3/+3
| | | | which caused a port-ELF upgrade to continue to build aout.
* Sort cross references.wosch1998-08-3121-53/+53
|
OpenPOWER on IntegriCloud