summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Temporarily put STRIP back; bsd.port.mk still needs it.ru2004-02-051-0/+4
|
* Don't define STRIP in bsd.own.mk.ru2004-02-052-15/+3
|
* make(1) can now handle spaces surrounding parenthesis correctly.ru2004-02-051-1/+1
|
* GC port.mkversion.des2004-02-051-3/+0
|
* Fixed breakage of POSIX support in rev.1.31. -pipe was added tobde2004-02-041-1/+2
| | | | | | CFLAGS in all cases, but POSIX requires a default of -O. Adding -pipe unconditionally still is still broken for non-gcc compilers in the non-POSIX case.
* Fixed static build.ru2004-02-041-2/+2
|
* Nothing in libypclnt depends on librpcsvc.ru2004-02-041-2/+2
| | | | Reported by: lorder(1) (modified to work with libraries)
* Document new 'what' value for sx_assert(9).pjd2004-02-041-1/+6
| | | | | | | | | | PS. There is a inconsistency in this manual page, because in non-WITNESS case sx_assert(9) does not panics, it only prints the warning. I haven't fixed this, because jhb@ is planing to replace those printf()s with panic()s. Reviewed by: jhb Approved by: jhb, scottl (mentor)
* Add the kernel side of network interface renaming support.brooks2004-02-041-0/+7
| | | | | | | | | | | | | | | The basic process is to send a routing socket announcement that the interface has departed, change if_xname, update the sockaddr_dl associated with the interface, and announce the arrival of the interface on the routing socket. As part of this change, ifunit() is greatly simplified by testing if_xname directly. if_clone_destroy() now uses if_dname to look up the cloner for the interface and if_dunit to identify the unit number. Reviewed by: ru, sam (concept) Vincent Jardin <vjardin AT free.fr> Max Laier <max AT love2party.net>
* Document NO_VINUM, which is already listed in the man page.des2004-02-031-0/+1
|
* Whitespace nit.des2004-02-031-1/+1
|
* Add support for initializing swap devices with random one-shot keys. Notedes2004-02-031-0/+8
| | | | | | | that the keys are currently generated by computing the MD5 checksum of 512 bytes read from /dev/random, and are passed to gbde on the command line. Sponsored by: Teleplan AS
* A shorter version of keeping all -std= options out of CXXFLAGS.ru2004-02-031-1/+1
|
* Fixed MINUSLPAM:ru2004-02-031-13/+12
| | | | | | | | | | | | | | | | | | | | - Added missing NOCRYPT and NO_OPENSSL checks for Kerberos. - Don't depend on -lcrypto and -lcrypt in pam_ssh to resolve dependencies in pam_krb5 and pam_ksu -- the former may not be compiled at all if NO_OPENSSH knob is enabled. - Added missing -lcrypt to pam_ssh dependencies. - Moved librpcsvc after libypclnt. (The last two aren't strictly speaking necessary to resolve the dependencies of static versions of pam_ssh and pam_unix, respectively, but they correspond to dynamic dependencies of libssh and libypclnt, and are put here for consistency.) In collaboration with: bde Reviewed by: des
* Notify the user (at kern.emerg) that the system will be shutting down ifnjl2004-02-031-0/+3
| | | | | | it is still above the critical temperature on the next poll cycle. This is a 10 second advance notice by default. Document the private (non-standard) notify we will be using with devd(8).
* Add a note about the default media types and a simple reminder to keeptrhodes2004-02-031-0/+17
| | | | | | | | | | individules from asking a question which may result in the following answer: "Hi, please do not run a newfs utility on a file system if there is still data on it you would like to keep." PR: 56894 Submitted by: Marc Silver <marcs@draenor.org> (original version)
* GC LIBPC and LIBPLOT: they never existed in unencumbered BSD versions.ru2004-02-021-2/+0
| | | | Reviewed by: bde
* Fix MSIZE definition location.ale2004-02-011-2/+2
| | | | | | | PR: docs/62129 Submitted by: Lee Brotherston <lee@nerds.org.uk> (PR), Marc Silver <marcs@draenor.org> (patch) Approved by: blackend (mentor)
* Clarify more about LC_*/LANG priorities.ache2004-01-311-3/+6
|
* deischen had a good idea on how to make my previous commit a little better,trhodes2004-01-311-5/+8
| | | | | | update accordingly. Suggested by: deischen
* Update this manual page for the libkse -> libpthread changes.trhodes2004-01-311-12/+12
| | | | Discussed with: deischen
* Add LIBPTHREAD.marcel2004-01-311-0/+1
|
* 1. Garbage-collected LIBDES (now in a different library), LIBPERL (banishedbde2004-01-311-5/+2
| | | | | | | | to ports) and LIBRESOLV (now in a different library. 2. Added comments about nonexistent libraries LIBPC and LIBPLOT. Submitted by: ru (1)
* Fixed insertion sort errors for LIBBLUETOOTH and LIBSDP.bde2004-01-311-2/+2
|
* Removed XXX comments about some libraries only being in the securebde2004-01-311-15/+15
| | | | | | | distribution. This is not the place to document this, especially now that the secure distribution is the normal one. Reviewed by: ru
* Fixed some style bugs (long lines).bde2004-01-311-2/+5
|
* Drop -mcpu=pentiumpro from the default CPU flags for i386 as it doesn'tjhb2004-01-301-1/+1
| | | | | | perform better than the default setting for most i386 CPUs. Requested by: bde
* Add kk_KZ.PT154ache2004-01-2917-1/+1068
| | | | Submitted by: Birsh T <tim@zhezu.kz>
* Document NO_BLUETOOTH knobemax2004-01-281-0/+3
| | | | Reviewed by: imp (mentor), ru
* Add debug.mutex.prof.reset.rwatson2004-01-281-0/+2
|
* - Catch up to new boot floppies targets.jhb2004-01-281-7/+14
| | | | | - Update description of release.4 to mention KERNELS variable. - Update field width for make release targets.
* Always build ext2fs module. There is no written policy preventing theobrien2004-01-281-3/+0
| | | | building of GPL'ed modules.
* Fix another typo.mux2004-01-281-1/+1
|
* Fix typo.mux2004-01-281-1/+1
|
* Add NO_BLUETOOTH knob to the build processemax2004-01-281-0/+1
| | | | | Requested by: phk Reviewed by: imp (mentor), ru
* Remove trailing white space.grog2004-01-281-7/+7
| | | | | | | Sort SEE ALSO by section number first, not alphabetically. Remove period at end SEE ALSO to make it look less like a sentence. Submitted by: ru
* Fixed bogus ${FOO:Mbar} tests where the actual intent is to checkru2004-01-275-13/+13
| | | | | if the result set is empty. While here, replaced non-bogus empty string comparisons with equivalent empty() checks.
* Fix the example back the way it was. Fix the commentary to say itimp2004-01-271-2/+2
| | | | allocates a 32 byte range of ioports.
* Document my adventures in newbus land. Clarify some examples, especiallynjl2004-01-272-11/+17
| | | | | that count is in bytes, not bits. There are some drivers that I think make this mistake. (I've seen counts of 16 in the tree).
* Document the interface method if_input().yar2004-01-261-0/+11
|
* mdoc cleanup.des2004-01-261-16/+17
| | | | Submitted by: ru
* Add support for WCCPv2. It should be enablem manually using link2sobomax2004-01-261-0/+10
| | | | | | | | ifconfig(8) flag since header for version 2 is the same but IP payload is prepended with additional 4-bytes field. Inspired by: Roman Synyuk <roman@univ.kiev.ua> MFC after: 2 weeks
* Clearly state that upon SIOCSIFFLAGS, ifp->if_flags is updatedyar2004-01-261-1/+4
| | | | at the common ifioctl() level.
* Extend the description of SIOCSIFCAP.yar2004-01-261-0/+12
|
* Fix sorting in the device listbrueffer2004-01-261-2/+2
|
* Update Eterm entry to Eterm 0.9.2cognet2004-01-251-20/+20
| | | | | Submitted by: Geraud CONTINSOUZAS <geraud.continsouzas@wanadoo.fr> MFC after: 3 days
* Add SIS964 to the list of supported chipsetsbrueffer2004-01-251-1/+1
| | | | Submitted by: bmah
* Back out rev. 1.40brueffer2004-01-251-1/+1
| | | | | | | The hardware notes were wrong WRT supported chipsets (northbridges are not ata related) Submitted by: bmah
* Correct the name of a loader(8) tunable.ru2004-01-251-1/+1
|
* Add more implentation notes based on the comments in sys/conf/NOTES.des2004-01-251-0/+14
|
OpenPOWER on IntegriCloud