summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Actually the keyword tells network.subr to launch wpa_supplicant on themiwi2007-10-281-2/+4
| | | | | | | | | | | selected interface. wpa_supplicant does not only handle WPA authentication but also EAP/LEAP as well as WEP encryption or no encryption at all. The patch clarifies this. PR: 117046 Submitted by: lme Reviewed by: bruffer Approved by: jkois (mentor)
* Allow the shell used by make(1) to be changed early via theyar2007-10-271-0/+5
| | | | | | | | __MAKE_SHELL variable. This feature isn't supposed to be in wide use, but it's needed now to make `installworld' independent of the stock binaries and libs so that radical ABI changes can go in safely. Reviewed by: ru
* - Add myself as a new doc/www committer.miwi2007-10-261-0/+1
| | | | Approved by: jkois (mentor)
* Doc police fixesjulian2007-10-263-64/+97
| | | | thanks to: ru@
* Fill in my data:jkois2007-10-261-0/+7
| | | | | | - add my entry - mheinen@ was my mentor for de_DE (doc/www) - remko@ was my mentor for full doc/www
* Sort MLINKS.ru2007-10-261-8/+8
|
* o Add a note that checkyesno takes a variable by its name, not value.yar2007-10-261-12/+14
| | | | o Improve mdoc(7) markup and style of the paragraph on stop_boot.
* catch up with the code.julian2007-10-261-65/+70
|
* - Show that pjd@ and kib@ are my mentors, and that I work in src.lulf2007-10-251-0/+5
| | | | Approved by: kib (mentor)
* Hide the implementation details about multiple threading librariesru2007-10-2260-71/+11
| | | | | | from the synopses of pthread*(3) manpages. Reviewed by: deischen, davidxu
* Remove an obsolete paragraph that pthread_single_np(3) isru2007-10-221-7/+0
| | | | | | not implemented in libthr. Reviewed by: deischen, davidxu
* Note the temporary removal of these functions.julian2007-10-211-0/+7
|
* This was kthread.9julian2007-10-211-0/+302
| | | | | | | it has been duplicated to kproc.9 kthread.9 will continue on to describe the coming kthread_xxx functions which will actually make threads.
* - Convert NO_INSTALLLIB option to a new syntax: makefiles shouldru2007-10-202-1/+3
| | | | | | | | | | | test MK_INSTALLLIB, users can set WITHOUT_INSTALLLIB. The old NO_INSTALLLIB is still supported as several makefiles set it. - While here, fix an install when instructed not to install libs (usr.bin/lex/lib/Makefile). PR: bin/114200 Submitted by: Henrik Brix Andersen
* Align the warning message with the one in bsd.own.mk.ru2007-10-201-1/+1
|
* Regen (nscd -> cached, WITHOUT_LIBPTHREAD disabling BIND).ru2007-10-191-2/+16
|
* Small fix in man pages after cached -> nscd renaming.bushman2007-10-192-6/+6
| | | | Approved by: brooks (mentor)
* Explicitly verify if we have found the VERSION_GEN scriptyar2007-10-181-0/+3
| | | | | instead of passing the possibly null argument to awk(1) and getting an obscure error from it.
* Distinguish the cases when a dup symbol is in different versionsyar2007-10-181-6/+24
| | | | | | | (evil, needs a error) or in the same version (harmless, deserves a mere warning). Noticed by: grehan@, tinderbox
* MFp4:yar2007-10-171-29/+75
| | | | | | | | | | - Check for duplicated symbols and suggest moving them to ObsoleteVersions. - Improve and unify error handling. - Make the regular expressions more uniform, robust, and less sensitive to harmless variations in the input such as those to whitespace amount. Reviewed by: deischen Tested with: md5 (Version.map files in /usr/obj stay the same)
* Delete an extra backslash at the end of the xterm-basic entry.yar2007-10-171-1/+1
| | | | | | | It can be missed easily that the following blank line formally belongs to the xterm-basic entry due to the unneeded backslash. PR: bin/80256 (audit trail)
* Backout rev 1.62, and revert to use -march=armv5te -D__XSCALE__ insteadcognet2007-10-161-1/+3
| | | | | | | | | of -mcpu=xscale for XScale. gcc still has issues with -mcpu=xscale, and now crashes while building systat. Reported by: sam MFC After: 3 days
* Backout sensors framework.netchild2007-10-157-453/+7
| | | | | Requested by: phk Discussed on: cvs-all
* Markup nit.ru2007-10-151-1/+1
|
* Sort.ru2007-10-151-6/+6
|
* Fix markup.ru2007-10-152-11/+13
|
* Fix mdoc.ru2007-10-141-11/+22
|
* Remove trailing whitespace.ru2007-10-141-2/+2
|
* Convert coretemp(4) to the hardware sensors framework andnetchild2007-10-141-6/+14
| | | | | | | | | | make sure to never call sched_bind() for uninitialised CPUs. Submitted by: Constantine A. Murenin <cnst@FreeBSD.org> Sponsored by: Google Summer of Code 2007 (GSoC2007/cnst-sensors) Mentored by: syrinx Tested by: many OKed by: kensmith
* Import it(4) and lm(4), supporting most popular Super I/O Hardware Monitors.netchild2007-10-143-0/+245
| | | | | | | | | Submitted by: Constantine A. Murenin <cnst@FreeBSD.org> Sponsored by: Google Summer of Code 2007 (GSoC2007/cnst-sensors) Mentored by: syrinx Tested by: many OKed by: kensmith Obtained from: OpenBSD (parts)
* Import OpenBSD's sysctl hardware sensors framework.netchild2007-10-143-1/+181
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit includes the following core components: * sample configuration file for sensorsd * rc(8) script and glue code for sensorsd(8) * sysctl(3) doc fixes for CTL_HW tree * sysctl(3) documentation for hardware sensors * sysctl(8) documentation for hardware sensors * support for the sensor structure for sysctl(8) * rc.conf(5) documentation for starting sensorsd(8) * sensor_attach(9) et al documentation * /sys/kern/kern_sensors.c o sensor_attach(9) API for drivers to register ksensors o sensor_task_register(9) API for the update task o sysctl(3) glue code o hw.sensors shadow tree for sysctl(8) internal magic * <sys/sensors.h> * HW_SENSORS definition for <sys/sysctl.h> * sensors display for systat(1), including documentation * sensorsd(8) and all applicable documentation The userland part of the framework is entirely source-code compatible with OpenBSD 4.1, 4.2 and -current as of today. All sensor readings can be viewed with `sysctl hw.sensors`, monitored in semi-realtime with `systat -sensors` and also logged with `sensorsd`. Submitted by: Constantine A. Murenin <cnst@FreeBSD.org> Sponsored by: Google Summer of Code 2007 (GSoC2007/cnst-sensors) Mentored by: syrinx Tested by: many OKed by: kensmith Obtained from: OpenBSD (parts)
* Document quotachecks use of the passno field.mpp2007-10-141-1/+5
|
* Add comment stating that UCS-4 really used here, not UTF-8ache2007-10-141-0/+3
|
* Describe an error return that was missed out earlier.jkoshy2007-10-131-1/+6
|
* Style (whitespace-only) change.ru2007-10-121-1/+1
|
* Though it was possible to configure our BIND to build even whenru2007-10-121-5/+10
| | | | | libpthread support isn't present, our maintainer felt it's an overkill, so instead enforce the BIND dependency on libpthread.
* To honor the birth of RELENG_7 bump HEAD to 8.0-CURRENT.kensmith2007-10-111-4/+4
| | | | Approved by: re (implicit)
* Properly regen src.conf(5).ru2007-10-101-3/+3
| | | | Approved by: re (kensmith)
* Tweak the handling of "WITHOUT_LIBPTHREAD". Also remove the accidentalobrien2007-10-094-14/+25
| | | | | | | treatment of 'LIBKSE' as an "old style" knob. Submitted by: ru Approved by: re(kensmith)
* Repo copy libpthreads to libkse.obrien2007-10-094-4/+16
| | | | | | This introduces the WITHOUT_LIBKSE nob, and changes WITHOUT_LIBPTHREADS to mean with neither threading libs. Approved by: re(kensmith)
* MFV for tzdata2007hedwin2007-10-083-16/+89
| | | | | | | | | | | | | | Timezone data changes in the following locations: - Egypt (push possible DST ending one year ahead) - Iran gets DST again in 2008. - Palestine DST time for this year fixed. - Brasils DST rule change in 2008. - Venezuela time moves half an hour back at the end of this year. PR: conf/116900 Approved by: re (Ken Smith), grog@ (mentor) MFC after: 1 week
* Describe the process of importing new zoneinfo data and updatingedwin2007-10-081-0/+26
| | | | | | | it into CVS. PR: conf/116901 Approved by: re (Ken Smith), grog@ (mentor)
* Add an MLINKS for pci_find_dbsf.9.marius2007-10-051-0/+1
| | | | | Submitted by: ru Approved by: re (gnn)
* manpage update for the recent commit to uscanner.cluigi2007-10-051-190/+48
| | | | | | | | | | | I also took the chance to make the list of supported devices a bit more compact, as it was really long to read. Even though re@ and Warner only saw the diffs for the code, i expect their approval also covered the manpage update. Approved by: re, imp (implicitly i hope) MFC after: 3 days
* AMD CS5536 and VIA 8237S support.brueffer2007-10-051-3/+3
| | | | Approved by: re (blanket)
* Fixed "make checkdpadd" (missing library dependencies).ru2007-10-012-6/+6
| | | | Approved by: re (kensmith)
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-302-7/+35
| | | | | | | | | | | | | | | | | | | | | | | | support machines having multiple independently numbered PCI domains and don't support reenumeration without ambiguity amongst the devices as seen by the OS and represented by PCI location strings. This includes introducing a function pci_find_dbsf(9) which works like pci_find_bsf(9) but additionally takes a domain number argument and limiting pci_find_bsf(9) to only search devices in domain 0 (the only domain in single-domain systems). Bge(4) and ofw_pcibus(4) are changed to use pci_find_dbsf(9) instead of pci_find_bsf(9) in order to no longer report false positives when searching for siblings and dupe devices in the same domain respectively. Along with this change the sole host-PCI bridge driver converted to actually make use of PCI domain support is uninorth(4), the others continue to use domain 0 only for now and need to be converted as appropriate later on. Note that this means that the format of the location strings as used by pciconf(8) has been changed and that consumers of <sys/pciio.h> potentially need to be recompiled. Suggested by: jhb Reviewed by: grehan, jhb, marcel Approved by: re (kensmith), jhb (PCI maintainer hat)
* Add my self and my mentor.kaiw2007-09-291-0/+4
| | | | | Approved by: jkoshy (mentor) Approved by: re (bmah)
* - Change the description of sleepq_add(), sleepq_broadcast() andgabor2007-09-281-4/+13
| | | | | | | sleepq_signal() to reflect recent changes Submitted by: attilio Approved by: re (bmah)
* Fix previous commit: I should be in alphabetical order.rpaulo2007-09-271-1/+1
| | | | | Pointed out by: brueffer Approved by: re (bmah), njl
OpenPOWER on IntegriCloud