summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Obviate the need to set the COMPILER_PATH and LIBRARY_PATH in Makefile.inc1ru2002-02-212-18/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to pick up the correct cross-tools (the compiler executables and binutils) and special linker files (crt*.o). This is now controlled by a single knob, TOOLS_PREFIX, when building cross-tools. Fixed regression in Makefile.inc1,v 1.203 (-nostdinc). This clobbered target architecture's CFLAGS with building host's CPUTYPE setting in /etc/make.conf, and had a nice but nasty side effect of exposing some (normally hidden) bugs in system headers. (Attempt to move the "-nostdinc -I..." part of CFLAGS into the new CINCLUDES (modeled after a similar CXXINCLUDES) eventually failed because hard-coding ${WORLDTMP}/usr/include to be the first in the include list does not always work, e.g. lib/libbind.) Compensate the -nostdinc removal by making cpp(1) built in the cross-tools stage to not look for <> header files in the building host's /usr/include (already committed as gnu/usr.bin/cc/cc_tools/freebsd-native.h, revisions 1.10-1.12, STANDARD_INCLUDE_DIR). : $ /usr/obj/usr/src/i386/usr/bin/cpp -v /dev/null : : Before: : : #include <...> search starts here: : /usr/obj/usr/src/i386/usr/include : /usr/include : End of search list. : : After: : : #include <...> search starts here: : /usr/obj/usr/src/i386/usr/include : /usr/obj/usr/src/i386/usr/include (Disabling the use of GCC_INCLUDE_DIR in the FREEBSD_NATIVE case would fix the duplicate above.) Get rid of the (now unneeded) -I${DESTDIR}/usr/include magic in bsd.prog.mk and bsd.lib.mk. Finish the removal of LDDESTDIR in bsd.lib.mk,v 1.55 -- we no longer have users of it. The required changes to gcc were already committed as contrib/gcc.295/gcc.c, revisions 1.23 and 1.24. Basically, this allows for the changes above plus makes gcc(1) persistent about path configuration, whether it's configured as a native or a cross compiler: : $ /usr/obj/usr/src/i386/usr/bin/cc -print-search-dirs : install: /usr/obj/usr/src/i386/usr/libexec/(null) : programs: /usr/obj/usr/src/i386/usr/libexec/elf/:/usr/obj/usr/src/i386/usr/libexec/ : libraries: /usr/obj/usr/src/i386/usr/lib/ : : $ /usr/obj/alpha/usr/src/i386/usr/bin/cc -print-search-dirs : install: /usr/obj/alpha/usr/src/i386/usr/libexec/(null) : programs: /usr/obj/alpha/usr/src/i386/usr/libexec/elf/:/usr/obj/alpha/usr/src/i386/usr/libexec/ : libraries: /usr/obj/alpha/usr/src/i386/usr/lib/ Reviewed by: bde, obrien
* Document NGM_PPPOE_ACNAME.brian2002-02-201-2/+5
|
* There is no reason to demand the administrator set 'natd_interface'cjc2002-02-201-5/+1
| | | | | | | | | | | | | when running natd(8) out of the rc-files. It is perfectly valid for the interface or alias address to be set in a natd(8) configuration file, not on the command line. Also, loosen up the restrictions on identifying an IP address argument in 'natd_interface.' Fix the documentation, rc.conf(5), to reflect this change. Take the bogus default for 'natd_interface' out of /etc/defaults/rc.conf. MFC after: 3 days
* Switch national currencies to Europhantom2002-02-1911-22/+22
|
* Fix typo.sobomax2002-02-181-1/+1
| | | | Approved by: phk
* The DEVFS paper presented at BSDcon-euro 2001 and BSDcon-2002.phk2002-02-183-1/+1286
|
* Remove a blank line.luigi2002-02-181-1/+0
|
* Manpage update: comment existing functionalities and giveluigi2002-02-181-60/+146
| | | | | | more detailed examples on how to use them. Undocument deprecated functionalities which are going to be removed soon.
* Two license updates.rwatson2002-02-183-3/+9
|
* Language clarification: s/an or/a/rwatson2002-02-181-1/+1
|
* Clarify word choice: s/those users/users/, since there is no previousrwatson2002-02-181-1/+1
| | | | instance of 'users' to refer to.
* Add infrastructure for sendmail 8.12. If users are not starting a daemongshapiro2002-02-171-0/+36
| | | | | | | | | | | | | at boot (sendmail_enable=NO), a localhost-only daemon may started (sendmail_submit_enable) as it is needed to accept mail from command line submissions. If this isn't desired, see etc/mail/README for more hints. Optionally (sendmail_msp_queue_enable) start a queue runner for the submission queue in case a daemon isn't available to accept command line submitted mail at submission time. Note that the syslog labels for all of these sendmail processes have been uniquified for easier log parsing.
* Document new build knob, SENDMAIL_SET_USER_ID, which installs sendmail as agshapiro2002-02-172-1/+20
| | | | set-user-ID root binary instead of the new method (set-group-ID smmsp).
* Add two new libraries which are part of sendmail 8.12. libsm is used onlygshapiro2002-02-171-0/+3
| | | | | for building sendmail and the associated utilities. libmilter is a new mail filtering API for sendmail.
* Add the puc (PCI "Universal" Communications) driver. The idea and some ofjhay2002-02-162-0/+69
| | | | | | | | | | | | | the structure definitions come from NetBSD to make it easier to share card definitions. The driver only acts as a shim between the pci bus and the sio driver. Later pci parallel ports could also be supported through this driver. Support for most single and multiport pci serial cards should be as simple as adding its definition to pucdata.c Tested with the following pci cards: Moxa Industio CP-114, 4 port RS-232,RS-422/485 Syba Tech Ltd. PCI-4S2P-550-ECP, 4 port RS-232 + 2 parallel ports Netmos NM9835 PCI-2S-550, 2 port RS-232
* new entry for polling manpageluigi2002-02-151-0/+1
| | | | (wonder why the process cannot be made automatic...)
* Add a manpage for DEVICE_POLLINGluigi2002-02-151-0/+91
|
* Update manpage to reflect reality.luigi2002-02-151-29/+149
|
* - Added support for receive in multiplepdeuskar2002-02-131-79/+71
| | | | | | | | | descriptors. This simplifies code for jumbo frames. - Cleaned up coding conventions to make code more unix-like. - Cleaned up code in if_em_fxhw.c and if_em_phy.c. Added relevant comments. MFC after: 1 week
* Correct comment: mklocale(1) and NLS are absolutely independentphantom2002-02-131-1/+1
|
* Correct NLSOWN and NLSGRP values.phantom2002-02-131-4/+4
|
* Unbreak nl_BE localesphantom2002-02-124-1/+53
| | | | Found by: tools/diag/localeck
* Unbreak fr_BE localephantom2002-02-126-7/+68
| | | | Found by: tools/diag/localeck
* Unbreak it_CH localephantom2002-02-123-3/+17
| | | | Found by: tools/diag/localeck
* Unbreak fr_CH localephantom2002-02-121-2/+9
| | | | Found by: tools/diag/localeck
* Document NO_CXX and NO_GDB.obrien2002-02-111-0/+2
|
* The routine is dev_depends(); consistently spell it that way.dd2002-02-112-4/+4
| | | | | | PR: 34047 Submitted by: Maxime Henrion <mux@sneakerz.org> Pointy hat to: dd
* Reinforce locking requirement for VOP_REVOKE: the lock must not be held.rwatson2002-02-101-1/+1
| | | | Discussed with: phk
* Revert 1.14: VOP_GETATTR() really does require a vnode lock.rwatson2002-02-101-3/+3
| | | | Confirmed by: mckusick
* memrange.h is in sys/.dd2002-02-101-1/+1
| | | | | PR: 34460 Submitted by: Bruce Dang <bruce@research.teamxor.org>, roam
* Don't hardcode paths. This is generally silly, and in this casemarkm2002-02-081-1/+1
| | | | | | breaks custom installworlds. Pointed out by: bde
* Regen.sheldonh2002-02-081-2/+7
|
* Correct copyright.green2002-02-071-12/+19
|
* Allow local tweaks when messing with manpages.markm2002-02-061-2/+4
|
* CURRENT-tyyle updates. This document was (is?) in the dark ages.markm2002-02-061-3/+43
|
* Document entropy device bits.markm2002-02-063-0/+238
|
* Neither .depend nor ${DEPENDFILE} depend on _SUBDIR.ru2002-02-061-1/+1
| | | | (One step closer to _SUBDIR <-> _SUBDIRUSE merge.)
* Back out revision 1.23 (SUBDIR_CHANGE).ru2002-02-061-37/+12
| | | | Not objected to by: bde, eivind
* Update the physio man page to better reflect reality.joe2002-02-051-37/+14
| | | | | | PR: docs/30603 Reviewed by: phk MFC after: 3 days
* Add a manpage for VOP_REVOKE(9).green2002-02-052-1/+63
| | | | Sponsored by: DARPA, NAI Labs
* Document that VOP_GETATTR(9) does not actually expect to hold angreen2002-02-051-3/+3
| | | | | | exclusive lock on entry. Sponsored by: DARPA, NAI Labs
* Two updates from ISO 639-2/RA Change Notice, dated 2001-08-13 andwollman2002-02-041-1/+2
| | | | | | | 2001-09-24. Obtained from: ISO 639-2/RA, <http://lcweb.loc.gov/standards/iso639-2/> MFC after: 1 day
* Update alpha-3 code for Romania.wollman2002-02-041-2/+5
| | | | | | | PR: 34608 Submitted by: Laurent Wacrenier <lwa@victor.teaser.fr> Obtained from: ISO 3166/MA Newsletter V-3 MFC after: 1 day
* Note new status of __P. Don't use it.imp2002-02-011-9/+2
| | | | Reviewed by: arch@, mckusick (in principle)
* There is no need to wrap vendor id bits with '#if 0' if they come pre-wrapped.obrien2002-02-011-1/+2
|
* Modified the rules for vendor ids:bde2002-01-311-12/+17
| | | | | | | | | | | | | | | | - explictly say not to edit infrastructure for vendor ids (not just the ids). - say to enclose vendor ids and their infrastucture in ``#if 0'', and partly explain why. - don't set a bad example by mangling the Berkeley id infrastructure from ``static char sccsid[] ...'' to ``__RCSID(...)''. - show a blank line between the vendor id cruft and the FreeeBSD if cruft in the example. - relaxed the rule about adding "From: " to say that "From: " is actually useful if the file has been renamed. - minor English improvements. Discussed with: obrien
* Update some release dates.joe2002-01-301-5/+7
| | | | PR: misc/34432
* Put a complete set of pppd(8) sample configuration files incjc2002-01-298-0/+112
| | | | | | | | | | | | | | | | | | /usr/share/examples/pppd. Update pppd(8) documentation to reflect this, usr.sbin/pppd/pppd.8. Remove the out-of-place pppd(8) configuration files in etc/ppp, ppp.shells.sample and ppp.deny. Make the appropriate changes to the build process, etc/Makefile and etc/mtree/BSD.usr.mtree, so it all works. The files from etc/ppp, ppp.shells.sample and ppp.deny, were moved with a repo copy. Note it in the logs with a forced commit to these two. Submitted by: Maxim Konovalov <maxim@macomnet.ru> provided the new samples.
* Remove references to raw devices.grog2002-01-281-30/+6
| | | | | Submitted by: mbr Approved by: re
* Merge from NetBSD.joe2002-01-281-1/+68
| | | | | | | | | | | | | | | | | | | | uhub.c: revision 1.37 usb.4: revision 1.30 usb.c: revision 1.38 usb.h: revision 1.40 usb_port.h: revision 1.21 usb_subr.c: revision 1.65 usbdi.h: revision 1.40 Split the attach/detach events up into device, driver and controller attach and detach events. The commit message from NetBSD was: date: 2000/02/02 07:34:00; author: augustss; state: Exp; Change the USB event mechanism to include more information about devices and drivers. Partly from FreeBSD. Also rework usbd to take these new event types into account.
OpenPOWER on IntegriCloud