summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Add the previously committed usb(4) manual pages to the build.trhodes2002-04-191-0/+7
| | | | | PR: 27919 MFC after: 3 days
* Add usb(4) manual pages.trhodes2002-04-197-0/+615
| | | | | | PR: 27919 Obtained from: NetBSD MFC after: 3 days
* Add .asm as an alias for .s. .asm is common in contribed sources.obrien2002-04-193-3/+24
| | | | Helps with: gcc31 build.
* Style.ru2002-04-192-2/+3
|
* Fix the type of .include.ru2002-04-192-2/+2
|
* Fix the bsd.port.mk breakage caused by sys.mk,v 1.60 commit.ru2002-04-191-0/+2
| | | | Submitted by: fenner
* Optimize for i486 better (-m486 is just another deprecatedru2002-04-181-1/+1
| | | | | | | | synonym for -mcpu=i486). PR: i386/37212 Submitted by: Matthias Andree <matthias.andree@web.de> MFC after: 3 days
* Install bsd.init.mk.ru2002-04-181-1/+2
| | | | Submitted by: "Peter S. Housel" <housel@acm.org>
* INFODIR is defined in bsd.own.mk but sys.mk no longer includesru2002-04-181-2/+2
| | | | | | | | | bsd.own.mk as of share/mk/sys.mk,v 1.60. I did not notice this because I tested with DESTDIR=/foo/5.0, and the "exists(/foo/5.0)" test apparently succeeded. Reported by: fenner
* In rare cases, we might want to include bsd.own.mk directly.ru2002-04-181-0/+5
| | | | So protect it from being included twice.
* Remove an extraneous .El call.mike2002-04-171-1/+0
| | | | Submitted by: fenner
* mdoc police: get rid of blank line at end of file.fenner2002-04-171-1/+0
|
* mdoc police: turn .PP back into .Ppfenner2002-04-171-1/+1
|
* ${INSTALLFLAGS} aren't suitable for installing ${SCRIPTS} and ${FILES}.ru2002-04-171-2/+2
|
* Don't include bsd.own.mk from sys.mk, this makes it impossibleru2002-04-1714-73/+47
| | | | | | | | | | | | | | | | | | | | | to use ``.if defined()'' inside bsd.own.mk to test for defines in individual makefiles. For example, setting DEBUG_FLAGS in Makefile didn't take the desired effect on the STRIP assignment. Added bsd.init.mk (like in NetBSD) that handles the inclusion of ../Makefile.inc and bsd.own.mk from all bsd.*.mk files that "build something". Back out bsd.own.mk,v 1.15: moved OBJFORMAT initialization back to sys.mk (several source tree makefiles want to check it early) and removed MACHINE_ARCH initialization (it's hard to see from looking at the commitlogs what the problem was at the time, but now it serves no purpose). Prohibit the direct inclusion of bsd.man.mk and bsd.libnames.mk. Protect bsd.obj.mk from repetitive inclusion. Prohibiting the direct inclusion of bsd.obj.mk might be a good idea too.
* Document STAILQ_CONCAT and TAILQ_CONCAT.tmm2002-04-172-0/+26
| | | | | | | PR: 20024 Submitted by: Tony Finch <dot@dotat.at> (TAILQ_CONCAT, slightly changed by me) Reviewed by: ru (earlier version)
* Fixed mdoc(7) warnings visible in troff mode only.ru2002-04-171-9/+9
| | | | Spotted by: Rich Morin <rdm@cfcl.com>
* Revert to the ordinary `:' dependency operator for `mainstall'.ru2002-04-171-2/+2
| | | | | | | Revision 1.7 had "maninstall::" inside a loop. Revision 1.36 unrolled the loop. Reviewed by: bde
* Doh, previous revision made .depend to be almost always out of date.ru2002-04-171-3/+2
| | | | | | | Spotted by: bde Fortunately, we have a powerful make(1). Apply some black magic to make it DTRT. (Better viewed as diff to revision 1.30.)
* Add more information to SYNOPSIS of ed.4trhodes2002-04-161-1/+1
| | | | | PR: 36467 MFC after: 3 days
* Describe possible values for net.inet.tcp.log_in_vainyar2002-04-161-0/+5
| | | | | | | | and their effects. PR: docs/35932 Submitted by: Alex Semenyaka <alexs@ratmir.ru> MFC after: 1 week
* Don't spawn extra make(1) process to execute _EXTRADEPEND.ru2002-04-161-2/+4
|
* Change reference path/URL.kuriyama2002-04-161-2/+2
| | | | | | Submitted by: Olivier Tharan <olivier.tharan@idealx.com> PR: docs/37094 MFC after: 1 week
* Only pass our idea of `CC' down to mkdep(1) if it's non-default.ru2002-04-151-0/+4
|
* Fix all-man to look into the SUBDIR subdirs as well.ru2002-04-151-1/+1
|
* Added glue for the all-man and maninstall targets.ru2002-04-151-0/+8
|
* Removed 2 lines from the cd(9) manual page.trhodes2002-04-151-3/+1
| | | | PR: 35944
* Add a dependency on libypclnt to libpam, in preperation for making pam_unixdes2002-04-151-2/+2
| | | | use it to update NIS passwords.
* a.out.5 states that nobody seems to agree on what bss stands for. This istrhodes2002-04-151-4/+4
| | | | | | | | | | | incorrect, however, as Dennis Ritchie states ``Actually the acronym is "block started by symbol." It was a pseudo-op in FAP (Fortran Assembly Program), an assembler for the IBM <models> machines. It identified its label and set aside space for a given number of words.'' PR: 34088 Submitted by: Martin Faxer <gmh003532@brfmasthugget.se> MFC after: 2 days
* Correct two syntax mistakes.asmodai2002-04-141-3/+3
| | | | Fix overflowing right side, so that the && operator fits on the same line.
* Remove extraneous newline.asmodai2002-04-141-1/+0
|
* Provide a new make.conf knob, SENDMAIL_SUBMIT_MC to allow users to pickgshapiro2002-04-142-0/+17
| | | | | | | | | the .mc file used for /etc/mail/submit.cf. By default, /etc/mail/freebsd.submit.mc is installed and used. Requested by: fenner Submitted by: ume MFC after: 1 week
* ${BDECFLAGS} gets added to CFLAGS, not CXFLAGS.dd2002-04-131-1/+1
| | | | | PR: 37032 Submitted by: Joshua Goodall <joshua@roughtrade.net>
* Add libypclnt.des2002-04-131-0/+1
|
* Make a few content fixes/additions to tap(4) manual page.trhodes2002-04-121-16/+23
| | | | | | PR: 36985 Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org> MFC after: 4 days
* Remove a duplicate description of the type parameter for mtx_init.davidc2002-04-121-4/+0
| | | | Noticed by: scottl
* Back out second part of the previous change. While this wasru2002-04-121-2/+9
| | | | | | | | | indeed a good change, I shouldn't have made it after testing with the -DNOCLEAN buildworld. There are far too many users of this misfeature under sys/boot/. I will reapply the change after I fix these. This change has been tested with the clean buildworld.
* Fixed the fatal breakage I introduced in the last commit.ru2002-04-121-1/+1
| | | | | | | | | Make the defined(SRCS) case similar to the !defined(SRCS) case - only define ${PROG}: ${OBJS} if the ${PROG} target does not exist. This has only one precedence in the entire source tree, usr.bin/doscmd, and its Makefile is horribly broken. I will temporarily unconnect it from build until I'm working on the fix.
* Don't add -lstdc++ to LDADD, just let c++(1) link C++ programs.ru2002-04-121-5/+7
| | | | | | Record the dependency on ${LIBSTDCPLUSPLUS} similar to ${LIBC}. Suggested by: imp, obrien, peter
* Add entries for selrecord.9.davidc2002-04-121-1/+2
|
* Add a new man page that documents selrecord and selwakeup.davidc2002-04-121-0/+101
| | | | Thanks to: alfred
* Update the prototype for maybe_resched to take a thread not a ksegrp.davidc2002-04-121-15/+15
| | | | | | | | | | Remove need_resched as it no longer exists. Cleanup the text for other functions that have changed out from under their descriptions. This page needs to be reviewed again after things settle down a bit. Reviewed by: jhb
* Add text describing the new type parameter, and rename descriptiondavidc2002-04-121-6/+17
| | | | to name as that is what it is called in mutex.h.
* Add sys/types.h to the list of required includes.davidc2002-04-122-0/+2
|
* Update the prototype for read_random to reflect that the count parameterdavidc2002-04-121-2/+2
| | | | | is an int not an unsigned int, and that it returns an int not an unsigned int.
* Update the prototype for lockinit to reflect that wmesg is a const char *.davidc2002-04-121-1/+1
|
* Fix the prototypes for cpu_critical_exit and cpu_critical_enter and updatedavidc2002-04-121-23/+8
| | | | | | the text to reflect the changes. Update the header files list.
* Document the lock type argument of mtx_init().scottl2002-04-121-1/+5
|
* Change the script a bit to allow the creation of 'brouted' bridges.julian2002-04-121-11/+17
| | | | | | | To do this you need to have each top-end connected as well. IP can be routed and other protocols get bridged.. Also useful when bridgeing two networks while merging them as machines will work with both old and new netmasks. (well mostly).
* Document the new size parameter.davidc2002-04-121-3/+23
|
OpenPOWER on IntegriCloud