summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* add I686_CPU to the list of possible values of keyword 'cpu'wosch1996-08-271-1/+2
|
* Try to bring this a little more up-to-date.jkh1996-08-271-6/+28
|
* Use MANFILTER everywhere instead of a couple of MANFILT typos..peter1996-08-261-4/+4
|
* add ref id's for countries, eg. mirrors-au, mirrors-za etc.wosch1996-08-251-24/+49
|
* Add URL to FTP search, a free archie server.wosch1996-08-251-1/+9
|
* "http://www.freebsd.org/handbook" -> "../handbook/handbook.html"wosch1996-08-251-5/+5
| | | | Absolute URLs are bad for WWW mirrors or for the local file system.
* /bin/echo -> ${ECHO}wosch1996-08-251-2/+2
| | | | /usr/bin/sed -> ${SED}
* add URL to dictionaries for other languageswosch1996-08-251-0/+6
|
* Back out the recent DEPEND changes - as Bruce points out, it's bogus.jkh1996-08-253-7/+4
| | | | | I'll leave any future Makefile hackery to him since he's clearly thought about this a great deal more than I have.
* Convert to mdoc format.mpp1996-08-242-98/+72
| | | | | Note: this man page could probably use some updating to reflect the list of devices that MAKEDEV now supports.
* bring back ``case '?':'' in switch statementwosch1996-08-241-2/+3
|
* Add a section for CDR drives.jkh1996-08-241-1/+20
|
* Use the new "file:" URL specification to fetch to check the CDROMasami1996-08-241-2/+12
| | | | | | | first if /cdrom/ports/distfiles exists. If FETCH_SYMLINK_DISTFILES is set, symlink the file instead of copying. Reviewed by: jhk
* Add some collected names from the last few commits, and fix a typopeter1996-08-241-2/+6
| | | | (somebody was hidden behind somebody else's name it seems)
* Make it possible to turn the depend pass off entirely with a NO_DEPENDjkh1996-08-234-7/+10
| | | | | variable. Requested-By: wollman
* Add depend to all target so that it's explicit. It's only done once,jkh1996-08-233-6/+6
| | | | | even if make all is run multiple times, since the depend rule looks for an existing .depend file.
* Add tim Vanderhoek for his uulib and uudeview ports.tg1996-08-231-1/+2
|
* Use the .Fx macro to specify FreeBSD version where appropriate.mpp1996-08-2212-27/+26
|
* Use the .Bx macro where appropriate.mpp1996-08-225-7/+14
|
* add copyright, $Id$wosch1996-08-221-2/+27
| | | | | remove case '?', if '?' is not in getopt(), it should not be in the switch statement
* Some cleanups to the callout lists recently added.julian1996-08-221-3/+13
| | | | | | | | note that at_shutdown has a new parameter to indicate When during a shutdown the callout should be made. also add a RB_POWEROFF flag to reboot "howto" parameter.. tells the reboot code in our at_shutdown module to turn off the UPS and kill the power. bound to be useful eventually on laptops
* Fix a spelling error.mpp1996-08-211-1/+1
|
* Add my own zipcode, since it seems to be missing, along withmpp1996-08-211-1/+4
| | | | | some other ones that NetBSD has in their zipcode file that we don't.
* Update the area code for St. Cloud, MN, since it received a newmpp1996-08-211-2/+2
| | | | | | one this year. Also move one entry that was out of place into the correct sort order.
* Update a bunch of man pages to use the .Fx macro to specify FreeBSD versions.mpp1996-08-2114-20/+36
|
* Use the .Fx macro to reference FreeBSD versions in several newer manmpp1996-08-216-14/+17
| | | | | | | | | | | | | | pages. For those of you that don't know, here is an example of how the .Fx macro is used: The xyzzy command first appeared in .Fx 2.2 . Will expand to: The xyzzy command first appeared in FreeBSD 2.2.
* Fix the typos listed in PR# 1511, plus a few others.mpp1996-08-211-9/+9
| | | | Submitted by: Mitsuru IWASAKI <iwasaki@pc.jaring.my>
* Add cvsup.nl.freebsd.orgjkh1996-08-211-0/+5
|
* Be consistent about the codebase we originated from. Always useasami1996-08-218-21/+21
| | | | | | "4.4BSD-Lite" (not "4.4 BSD Lite", "BSD 4.4-lite" or some such), this is what the CSRG people call their release in the red daemon book (and most of the handbook had it that way).
* There is no word "UNIX" in the title of the new (red) daemon book.asami1996-08-211-2/+2
|
* Whups! Forgot to do my edits for sup.FreeBSD.org -> cvsup.FreeBSD.orgjkh1996-08-214-82/+82
| | | | before doing the commit.
* Clean up some of the example docs, add a set of example files for cvsupjkh1996-08-218-2/+371
| | | | now that we're actively promoting that service.
* Fix non-break space attrsache1996-08-205-12/+12
|
* Update explanation of *_DEPENDS, in particular note that bsd.port.mkasami1996-08-201-18/+20
| | | | | can now check existence of files specified by full pathnames, not only executables.
* (1) Clarify the use of ${MOTIFLIB} by giving examples on what toasami1996-08-201-23/+53
| | | | | | | | | | | | substitute. (2) Bring the *_DEPENDS section up to the current state. Explain that the pathname in the "path:dir" pair can be a full pathname if you want a port to depend on something that isn't executable or an executable that's not expected to be in the user's search path (like /usr/local/libexec). Also, change the LIB_DEPENDS example to use jpeg, tcl-7.3's appropriateness as an example is quite outdated at this point. ;)
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>julian1996-08-2013-3/+1190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Here are the diffs for libc_r to get it one step closer to P1003.1c These make most of the thread/mutex/condvar structures opaque to the user. There are three functions which have been renamed with _np suffixes because they are extensions to P1003.1c (I did them for JAVA, which needs to suspend/resume threads and also start threads suspended). I've created a new header (pthread_np.h) for the non-POSIX stuff. The egrep tags stuff in /usr/src/lib/libc_r/Makefile that I uncommented doesn't work. I think its best to delete it. I don't think libc_r needs tags anyway, 'cause most of the source is in libc which does have tags. also: Here's the first batch of man pages for the thread functions. The diff to /usr/src/lib/libc_r/Makefile removes some stuff that was inherited from /usr/src/lib/libc/Makefile that should only be done with libc. also: I should have sent this diff with the pthread(3) man page. It allows people to type make -DWANT_LIBC_R world to get libc_r built with the rest of the world. I put this in the pthread(3) man page. The default is still not to build libc_r. also: The diff attached adds a pthread(3) man page to /usr/src/share/man/man3. The idea is that without libc_r installed, this man page will give people enough info to know that they have to build libc_r.
* add 8x16 iso-8859-2 fontwosch1996-08-193-2/+101
| | | | submitted by: Slaven ReziƦ (TomiƦ) <eserte@cs.tu-berlin.de>
* abbreviate UKwosch1996-08-193-5/+120
| | | | add iso keyboard map for Belgian
* Added Hidekazu Kuroki <hidekazu@cs.titech.ac.jp> for his myriad ofasami1996-08-191-1/+2
| | | | | Japanese ports (you've only seen the tip of an iceberg, in case you are wondering).
* Add man-pages for at_exit, at_fork and at_shutdown()julian1996-08-194-1/+251
| | | | | | | | | so that people can look and comment. I'll add the at_fork and at_exit immediatly, but I'll add teh at_shutdown later as it's more extensive and I desire people's comments.. julian
* Typo police.jkh1996-08-182-4/+4
| | | | Submitted-By: yoshiaki@kt.rim.or.jp
* new section ``Unix history''wosch1996-08-181-1/+17
| | | | | | * Saulus, Peter H. _A quarter century of UNIX_. * Simon Garfinkel, Daniel Weise, Steven Strassmann. _The UNIX-HATERS Hanbook_.
* (1) Use INSTALL_PROGRAM where we attempt to pass this command lineasami1996-08-181-2/+7
| | | | | | | | to configure. (2) Gently warn user for non-0022 umasks. Submitted by: "David E. O'Brien" <obrien@Nuxi.cs.ucdavis.edu> (1)
* use label "mirrors-ctm" for CTM mirrors.wosch1996-08-172-4/+4
|
* make install should not install any file in /etc.wosch1996-08-171-1/+3
|
* (1) Ignore patches directory without a patch with a message instead ofasami1996-08-171-44/+29
| | | | | | | | | | | | | bombing mercilessly. (2) If that directory has a directory called CVS, remind the user of the existence of the "-P" option to cvs co and update. (3) While I'm here, clean up the PATCH_DEBUG code a bit. In particular, don't duplicate a whole bunch of code just for adding a single "echo" statement. ;) Reviewed by: the ports list
* update keymap listwosch1996-08-161-10/+25
|
* Add Eric Blood (eblood@cs.unr.edu) for his xautolock port.asami1996-08-161-1/+2
|
* Add David Leonard <d@scry.dstc.edu.au> for his dclock port. Gosh,asami1996-08-161-1/+2
| | | | | this is the third port that I imported today that came from a guy named David....
* Add forward(5) to document the .forward file.mpp1996-08-162-4/+81
|
OpenPOWER on IntegriCloud