summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Default Alpha compiles to ev5.obrien2002-05-151-1/+1
| | | | | | | EV5 binaries will run on EV4[5], but the timing assumptions do pessimize running on EV4[5]. Tested by: ticso
* correct wording.ume2002-05-151-1/+1
| | | | Pointed out by: brian
* Rename `includes' to `buildincludes'.ru2002-05-154-19/+24
| | | | | | Rename `incsinstall' to `installincludes'. Make `includes' a -j safe shortcut for `buildincludes' + `installincludes'. `buildincludes' and `installincludes' are SUBDIR friendly, if run directly.
* Regen:sheldonh2002-05-141-17/+47
| | | | | * Hart: rev 298 of pcidevs.txt (2002-05-10) * Boemler: vendors.txt (2002-05-07)
* Grammar fix: cause -> causes.keramida2002-05-141-1/+1
| | | | | PR: docs/38059 Submitted by: Chris Pepper <pepper@rockefeller.edu>
* Split release.2 into two stages. release.2 now install the baseru2002-05-141-10/+17
| | | | | dist, while release.3 makes and installs crypto, krb4, and krb5 dists. This makes release.3 restartable (with "make rerelease").
* Sync with reality.ume2002-05-141-4/+4
| | | | | | | IPV6CTL_MAPPED_ADDR was obsoleted by IPV6CTL_V6ONLY. MFC after: 2 days and approved by re
* CLEANFILES are too long for libc.ru2002-05-131-11/+24
|
* Ensure manpages are built with the all-man in theru2002-05-131-0/+2
| | | | | | | NOMANCOMPRESS && !MANFILTER && !MANBUILDCAT case. PR: bin/37360 Prodded by: cjc
* Major cleanup of bsd.lib.mk.ru2002-05-131-79/+71
| | | | | | | Get rid of the INTERNALSTATICLIB knob and just use plain INTERNALLIB. INTERNALLIB now means to build static library only and don't install anything. Added a NOINSTALLLIB knob for libpam/modules. To not build any library at all, just do not set LIB.
* Added new bsd.incs.mk which handles installing of header filesru2002-05-126-40/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | via INCS. Implemented INCSLINKS (equivalent to SYMLINKS) to handle symlinking include files. Allow for multiple groups of include files to be installed, with the powerful INCSGROUPS knob. Documentation to follow. Added standard `includes' and `incsinstall' targets, use them in Makefile.inc1. Headers from the following makefiles were not installed before (during `includes' in Makefile.inc1): kerberos5/lib/libtelnet/Makefile lib/libbz2/Makefile lib/libdevinfo/Makefile lib/libform/Makefile lib/libisc/Makefile lib/libmenu/Makefile lib/libmilter/Makefile lib/libpanel/Makefile Replaced all `beforeinstall' targets for installing includes with the INCS stuff. Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS, and for compatibility with NetBSD. Similarly for INCOWN, INCGRP, and INCMODE. Consistently use INCLUDEDIR instead of /usr/include. gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changes were only lightly tested due to the missing contrib/libstdc++-v3. I fully tested the pre-WIP_GCC31 version of this patch with the contrib/libstdc++.295 stuff. These changes have been tested on i386 with the -DNO_WERROR "make world" and "make release".
* Back out rev 1.118.obrien2002-05-121-12/+5
|
* Turn on the set-user-ID bit for k5su if ENABLE_SUID_K5SU is defined.nectar2002-05-122-0/+9
|
* Add pointers to GCC's allowable values for -march, and restore structureobrien2002-05-111-6/+10
| | | | | of rev 1.7 until someone can sit down and think thru all the GCC 3.1 related changes.
* Explicitely note ATEN UC-232A is supported. Sort list entrieswilko2002-05-111-3/+4
| | | | while we are here.
* With GCC 3.1, we can now treat AMD Athlon and an Athlon.obrien2002-05-111-5/+5
| | | | Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu>
* sysctl -w -> sysctldd2002-05-111-1/+1
|
* sysctl -w -> sysctldd2002-05-111-1/+1
| | | | Approved by: ume
* [Ab]use LDFLAGS rather than CFLAGS.obrien2002-05-101-1/+1
| | | | BDE tells me POSIX pretends `ld' as a directly callable entity does not exist.
* Gcc 3.1 has different -Wx flags.obrien2002-05-101-2/+5
|
* Add the beginnings of Sparc64 support.obrien2002-05-101-0/+2
|
* Pass CFLAGS to {CC} when using it as an `ld' replacement.obrien2002-05-101-1/+1
|
* mklocale has bad juju for Sparc64.obrien2002-05-101-1/+6
|
* Pay attention to LDFLAGS when linking.obrien2002-05-091-8/+8
|
* Replace /kernel with /boot/kernel/kernel.joe2002-05-091-3/+3
| | | | | PR: docs/37757 Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>
* Get rid of the INTERNALSTATICLIB knob and just use plain INTERNALLIB.obrien2002-05-091-5/+12
| | | | | INTERNALLIB now implies NOPROFILE, NOMAN, and don't install anything. Add a NOLIB knob.
* Put 'ftp' back.maxim2002-05-081-0/+1
| | | | Requested by: bmah, jhb
* Added internal, non-recursive (SUBDIR) versions of the `all-man'ru2002-05-074-14/+16
| | | | | | | | and `maninstall' targets. This fixes the issue where each subdir was descended into twice during "make all", and also resurrects the standardization of `maninstall'. Urged by: bde
* Install PROG before SCRIPTS and FILES, but make sureru2002-05-071-4/+8
| | | | | | | LINKS are still processed last. This backs out part of the backout in previous revision. Install the manpages before descending into SUBDIRs.
* Install the manpages before descending into SUBDIRs.ru2002-05-071-3/+4
|
* Document CVSCMDARGS variable.matusita2002-05-071-0/+16
| | | | | | | Suggested by: murray Reviewed by: ru MFC after: 3 days (if re@ allows)
* Sync with master.passwd.maxim2002-05-071-2/+0
| | | | | | PR: conf/37796 Submitted by: David Siebo"rger <drs@rucus.ru.ac.za> MFC after: 3 days
* Add smmsp, mailnull and wwwbrian2002-05-071-0/+3
| | | | | | | | | | PR: 37796 Submitted by: drs@rucus.ru.ac.za MFC after: 1 week Note, I don't usually look after pppd (just ppp), so I haven't removed the ftp and ingres users as I guess they're there for a reason....
* Fixed missing quotes in the default for MKDEPCMD in the CC != cc case.bde2002-05-071-1/+1
| | | | "CC='cc -Dfoo' make depend" was very broken.
* Regen:sheldonh2002-05-061-139/+286
| | | | | * Hart: rev 295 of pcidevs.txt (2002-04-27) * Boemler: vendors.txt (2002-04-30)
* PC98 still uses wd#, so resurrect the wd# entry and mark is "pc98 only".dd2002-05-061-0/+4
| | | | Noticed by: bde (four months ago)
* Begin to turn some of the code in this man page into documentation.chris2002-05-051-31/+102
| | | | | | | | Move the code that I have not yet finished documenting into the `IMPLEMENTATION NOTES' section. Sponsored by: DARPA, NAI Labs Obtained from: TrustedBSD Project
* Use -ffreestanding for kernel bits unconditionally.obrien2002-05-041-2/+0
|
* Try to de-confuse ad-hoc, demo ad-hoc and ibss:imp2002-05-041-11/+23
| | | | | | | | | o Don't ever refer to ad-hoc mode in the raw. Instead, refer to it as demo ad-hoc mode or lucent legacy demo ad-hoc or some variation on this theme. o Talk about point-to-point modes rather than ad-hoc modes. Use ibss where appropriate. o Fix type IBBS -> IBSS
* Various updates to VOP_ATTRIB(9): mention locks being shared/exclusiverwatson2002-05-031-4/+13
| | | | | | | | | for VOP_GETATTR() and VOP_SETATTR(), reference VOP_NULL() to suggest clearing all of *vap with it before setting specific values. Cross reference VFS(9). Indicate that failure modes are possible from VOP_GETATTR() and that an errno value is returned. Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>
* Minor tweaks:imp2002-05-031-8/+19
| | | | | | | | | | | | o go ahead and document ibss-master and ibss modes, since there are patches in the pipeline to support them. o Note that they aren't implemented yet. o Note that different regulatory domains have different default channels. o Note that Lucent cards prior to firmware 6.0.4 do not support ibss mode, and only support the older demo ad-hoc mode. o Note that PRISM2 chipsets do not support WDS mode of operation (the mysterious -p 2 option).
* Remove Apple Airport card, since it seems to be mac-only.imp2002-05-031-10/+11
| | | | | | | | | Change date to today. Add socket low power WLAN CF card Add SMC 2602W which I use all the time Comment out the create-ibss example. FreeBSD doesn't yet have that media option. Also change it to master-ibss since that's what OpenBSD really uses (and that is a change in their man page too)
* Additional patches from OpenBSD. Mostly grammar fixes and the like,imp2002-05-031-5/+9
| | | | | | | | however I'm adding the Dlink DWL520 as supported from OpenBSD. Also adding Dlink DWL650 since I have one in my hot little hands and it works great. # I suspect that OpenBSD needs this too :-)
* Bring the wi man page into the 21st centry. This man page is basedimp2002-05-021-26/+218
| | | | | | | | | heavily on OpenBSD's wi man page, with OpenBSDisms replaced by FreeBSDisms. I also added a note about where the man page came from. I hope that I've not broken anything that ru cleaned up. We now run this through tbl, but that appears to be automatic. Obtained From: OpenBSD
* The fourth field of drivers.conf is no longer reserved. Document itsmurray2002-05-011-2/+4
| | | | usage.
* Modified the man page to reflect support forpdeuskar2002-04-301-49/+50
| | | | | | 82540EM based cards. MFC after: 1 day
* Chase the sources and document the change of wait to flags, which areasmodai2002-04-301-8/+4
| | | | | | the normal malloc(9) flags. Submitted by: arr
* Remove references to zinit() which does not exist anymore.asmodai2002-04-301-13/+2
|
* Document the zone allocator is now a slab allocator.asmodai2002-04-301-0/+8
| | | | Show Jeff's work and your's truly manual page updates.
* Document uma_zalloc() behaviour.asmodai2002-04-301-2/+15
|
OpenPOWER on IntegriCloud