summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* In light of the fact that several widespread sendmail alternatives existsphk1998-04-151-1/+4
| | | | | | | | | is reason enough to make the compilation & installation of sendmail an make.conf option. I know that you hate negative options Bruce. PR: 6284 Reviewed by: phk Submitted by: Adrian Colley <aecolley@world.std.com>
* Finished previous commit. Just revert to rev.1.9.bde1998-04-131-1/+4
| | | | Bruce
* Fix comment.jkh1998-04-121-2/+2
| | | | Scolded by: bde
* omehow Jordan got 07.lpd in -current enabled again...sos1998-04-121-3/+3
|
* In these enlightened times there are more and better places to findphk1998-04-112-393/+2
| | | | | | | | | | this information. PR 2789 mentions: http://www.pacbell.com/about-pb/areacodes/ http://www.bellcore.com/NANP/ PR: 2789 (in a backewards kind of way)
* MF22: build lpd docsjkh1998-04-111-5/+2
|
* Add a reference to the gcc linker option -pthread that is part ofjb1998-04-101-3/+11
| | | | the FreeBSD configuration LIB_SPEC.
* Add the LBA addressing flag.sos1998-04-091-1/+3
|
* This function compiles with the standard, so say so.jb1998-04-031-3/+3
|
* This function compiles with the standard, so say so.jb1998-04-031-4/+6
| | | | | | | | Add a note about not touching errno and warn about previous drafts of the standard which changed the level of indirection to the thread argument. POSIX had a bit of trouble deciding what to do. So anyone coding to both draft 4 and draft 10 (the final draft) will get burnt by this function. I did. Grrr.
* .Sh AUTHOR -> .Sh AUTHORS.charnier1998-04-013-6/+6
|
* Document the WORMIOCFIRSTWRITABLEADDR ioctl.jmz1998-03-311-1/+19
|
* fkey61 is the same thing as del, kinda. Make sure that we really swap del andimp1998-03-301-2/+2
| | | | | | bs. Reported by: Chuck Robey
* Support for fine-grained external control of subdir building.eivind1998-03-291-12/+38
|
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B anddufault1998-03-282-46/+43
| | | | | | | | | | | | | | | | _KPOSIX_PRIORITY_SCHEDULING options to work. Changes: Change all "posix4" to "p1003_1b". Misnamed files are left as "posix4" until I'm told if I can simply delete them and add new ones; Add _POSIX_PRIORITY_SCHEDULING system calls for FreeBSD and Linux; Add man pages for _POSIX_PRIORITY_SCHEDULING system calls; Add options to LINT; Minor fixes to P1003_1B code during testing.
* Add us.unix.kbd. Just like us.iso.kbd except:imp1998-03-283-3/+120
| | | | | | | | | | | | | ESCAPE and `~ are swapped CTRL and CAPS LOCK are swapped BACKSPACE and DELETE are swapped Suitable for keymap=us.unix in your rc.conf file or for setting on the fly with kbdcontrol -l us.unix. This is the keyboard layout of many of the more traditional unix workstations and terminals that have been around for a very long time. Older Sun keyboards and VT100's had a layout very similar to the PC, with the above exceptions. Idea Reviewed by: Many people in -hackers
* Remove special handling of 'tags' for complex subdir systemseivind1998-03-261-26/+4
| | | | | | (presently only used in tip; should have been used by e.g. pkg_add). Submitted by: bde
* Don't build sperl if you don't want to.dima1998-03-261-1/+3
|
* Don't delete "Latest" link if NO_LATEST_LINK is set.asami1998-03-241-2/+5
|
* Updates for the new si driver.peter1998-03-232-96/+110
| | | | Obtained from: Nick Sayer <nick@specialix.com>, and tweaks by me.
* Support new version of global.eivind1998-03-234-15/+15
| | | | | Submitted by: Shigio Yamaguchi <shigio@wafu.netgate.net> Tested by: make buildworld
* Fixed a function arg type in the synopsis.bde1998-03-231-1/+1
|
* Use gzip's -n flag so that simple regression tests of `make world'bde1998-03-191-3/+3
| | | | work better.
* Fixed CLEANFILES. Some temporary files were missing.bde1998-03-191-2/+2
|
* style tweak.jkh1998-03-181-2/+2
|
* Document NOPERLjkh1998-03-181-1/+4
|
* 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.)
* Introduce the 'regress' target.eivind1998-03-126-7/+29
| | | | Silently approved by: -hackers, -current
* .Sh AUTHOR -> .Sh AUTHORS according to mdoc specs.charnier1998-03-12127-437/+571
| | | | Use .An/.Aq.
* Add man page for the bktr driver.jkh1998-03-093-2/+164
| | | | | PR: 5954 Submitted by: wlloyd@mpd.ca (with tweaks from reviewer)
* Document rarpd flags.jkh1998-03-091-5/+19
|
* Typo fixes.jkh1998-03-091-4/+4
| | | | | PR: 5951 Submitted by: Doug <Studded@dal.net>
* Reviewed by: bdedufault1998-03-081-27/+40
| | | | | | | | | | | | | | | | | | | | | | | Changes to support building with _POSIX_SOURCE set to 199309L: 1. Add sys/_posix.h to handle those preprocessor defs that POSIX says have effects when defined before including any header files; 2. Change POSIX4_VISIBLE back to _POSIX4_VISIBLE 3. Add _POSIX4_VISIBLE_HISTORICALLY for pre-existing BSD features now defined in POSIX. These show up when: _POSIX_SOURCE and _POSIX_C_SOURCE are not set or _POSIX_C_SOURCE is set >= 199309L and vanish when: _POSIX_SOURCE is set or _POSIX_C_SOURCE is < 199309L. 4. Explain these in man 9 posix4; 5. Include _posix.h and conditionalize on new feature test.
* Revert previous commit. Despite the names, these files containjraynard1998-03-072-2/+2
| | | | troff input, not C source.
* Pass -nostdinc to mkdep for assembler and C files (it was alreadybde1998-03-071-16/+15
| | | | | | | | passed for C++ files). Don't pass -nostdlib to mkdep for C++ files. Don't use temporary variables to obfuscate the main rule.
* Fixed generation of extra dependencies:bde1998-03-071-6/+3
| | | | | | | - the two `_EXTRADEPEND::' targets potentially clobbered each other for `make -jN'. In practice, the output for the second target sometimes disappeared. - bogus dependencies were generated for static libraries.
* Reverted part of previous change and improved formatting. Switchingbde1998-03-071-4/+4
| | | | | from `?=' to `=' for BINDIR was a mistake. Sub-makefiles may need to set BINDIR.
* Documented moused flags.jkh1998-03-071-7/+16
| | | | Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* Add ${CXX} to list of variables passed in the environment whenasami1998-03-071-2/+3
| | | | | | invoking configure. Submitted by: obrien
* MF22: add ports-biologyjkh1998-03-062-2/+4
|
* Fix fprintf() here too.jkh1998-03-061-1/+1
|
* \e should have been \n (don't know when this was broken).jkh1998-03-061-1/+1
|
* If .depend doesn exist, then pretend that all objects depend on allbde1998-03-061-1/+6
| | | | | | headers in ${SRCS}, as in bsd.lmod.mk and bsd.prog.mk. This helps `make [-j]' work when .depend doesn't exist. Even plain `make' sometimes only worked because of magic ordering in ${SRCS}.
* Removed support for now-unused FreeBSD misfeature DPSRCS.bde1998-03-062-6/+4
|
* Fixed dependency of ${PROG} on ${DPSRCS}. There were various racesbde1998-03-061-3/+8
| | | | | for `make -j'. There are one-off fixes for the problem in a few Makefiles, e.g., amd/amq/Makefile.
* Fixed dependencies of ${PROG} on ${DPSRCS} and `all' on ${_ILINKS}.bde1998-03-061-6/+9
| | | | | | | There were various races for `make -j'. Half-built versions of vnode_if.h were sometimes #included... Removed a null dependency.
* Reviewed by: msmith, bde long agodufault1998-03-042-2/+121
| | | | | POSIX.4 headers and sysctl variables. Nothing should change unless POSIX4 is defined or _POSIX_VERSION is set to 199309.
* syntax error in /usr/share/examples/sliplogin/slip.hostsjkh1998-03-021-1/+1
| | | | | PR: 5873 Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
* Make it possible to indicate that we don't care about the remotephk1998-02-281-1/+9
| | | | sides IP address, as long as it isn't 0.0.0.0
* Fix a few typos.jraynard1998-02-282-4/+4
|
OpenPOWER on IntegriCloud