summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Mark the "obj" target with the .PHONY attribute.ru2004-04-131-1/+1
|
* The 3CXE589DT was spotted in the wild, and is presumed supported byimp2004-04-131-11/+11
| | | | | | this driver. Also, add 3Com to a number of places.
* Move en_CA from US_LINKS to GB_LINKS.marcus2004-04-111-2/+2
| | | | | | Submitted by: adamw Approved by: ache Committed by: me since adamw should be studying for exams
* Move advise from DEVICE_PROBE.9 about where to probe children.imp2004-04-111-0/+7
|
* Document more clearly that a probe routine:imp2004-04-111-8/+8
| | | | | | | | | | Should have no side effects Must not hold resources when it returns May be called multiple times if it returns < 0. Remove the bad advise that the probe routine should look for children for devices that implement busses. This is more properly reserved for the attach routine.
* Document the recent upgrade to the entropy device WRT hardwaremarkm2004-04-091-9/+30
| | | | generators.
* Add a LIBRARY section.simon2004-04-081-0/+4
| | | | | Submitted by: Craig Rodrigues <rodrigc@crodrigues.org> PR: docs/65208
* In the examples, make the bitmap_name an absolute path name.schweikh2004-04-081-3/+3
| | | | | This avoids hair pulling when someone expects the splash screen to just work when the bitmap file is in /boot.
* Add Netgear WG311T (PCI version of the WG511T).se2004-04-081-0/+1
| | | | I just received one and have verified that it works just fine.
* Introduce a callout_drain() function. This acts in the same manner ascperciva2004-04-061-11/+18
| | | | | | | | | | | callout_stop(), except that if the callout being stopped is currently in progress, it blocks attempts to reset the callout and waits until the callout is completed before it returns. This makes it possible to clean up callout-using code safely, e.g., without potentially freeing memory which is still being used by a callout. Reviewed by: mux, gallatin, rwatson, jhb
* Fix some syntax errors in examples. These were discovered when tryingmarkm2004-04-061-4/+4
| | | | to follow the examples concerned.
* - Overdue bump of the document date.ru2004-04-061-17/+19
| | | | | - Fixed markup. - Minor wordsmithing.
* Remove hyphen between product and company name. This may confuse peoples.rik2004-04-063-3/+3
| | | | | Requested by: Mark Johnston <mjohnston at skyweb dot ca> MFC after: 1 days
* polling(4) meets vr(4).ru2004-04-051-2/+3
|
* Add ${CPUTYPE} support for crusoe processors (cribbed from Linux kerneldfr2004-04-051-1/+4
| | | | | settings). Pretend that a crusoe is an i686 which doesn't like alignment padding.
* Add data for missing categories to zh_HK.Big5HKSCS locale.tjr2004-04-045-2/+8
|
* Document new ramdisk_X_????? settings.wes2004-04-041-0/+52
|
* Style:mlaier2004-04-031-1/+1
| | | | | | | | - do not comment out entries in newsyslog.conf - use tabs to line up inetd.conf Requested by: bde Approved by: bms(mentor)
* Add rc.d script to start pflogd and add rcvars etc. Also document vars inmlaier2004-04-021-0/+39
| | | | | | | rc.conf(5) and put a sample entry to newsyslog.conf Reviewed by: -current Approved by: bms(mentor)
* Assorted mdoc(7) fixes.ru2004-04-011-8/+11
|
* Fix last commit to conform to mdoc style.silby2004-04-011-4/+6
| | | | Submitted by: hmp
* Document the m_defrag function. (Mostly copied from the descriptionsilby2004-04-011-0/+18
| | | | in uipc_mbuf.c)
* Added polling(4) support for ste(4).ru2004-03-311-2/+3
| | | | MFC after: 5 days
* Add David Young's descriptive text for the radiotap interface.bms2004-03-311-2/+20
| | | | Add David Young to copyright comments.
* Fix a typo: remove duplicate word 'interface'.bms2004-03-311-1/+1
|
* Manual page for ng_sppp module.rik2004-03-301-0/+151
| | | | | Approved by: imp (mentor) Reviewed by: julian
* Bump date and remove trailing whitespace.des2004-03-301-4/+4
|
* Document ntpdate_hosts.des2004-03-301-0/+6
|
* Mdoc Police:hmp2004-03-291-21/+25
| | | | | | | | | * Use .Fa instead of .Pa for function arguments. * Utilize the .Po/.Pc commands for parenthesis so the format is not ruined. Inspired by: pjd's last commit to this file
* Note that we can pass NULL as 4th argument for copystr() and copyinstr()pjd2004-03-291-2/+10
| | | | | | functions. With little mdoc(7) help from: hmp
* Oops; remove ko_KR.eucKR/LC_MONETARY -> ko_KR.UTF-8/LC_MONETARY symlink.tjr2004-03-291-2/+0
|
* Add a new LC_MONETARY data file for the ko_KR.UTF-8 locale instead of usingtjr2004-03-292-0/+37
| | | | the ko_KR.eucKR version.
* Add a new LC_MONETARY data file for the ja_JP.UTF-8 locale instead of usingtjr2004-03-292-2/+37
| | | | | the ja_JP.eucJP version. Although the latter looks like plain ASCII, it is actually JIS Roman, so it is not correct to treat it as UTF-8.
* Add UTF-8 versions of all the currently supported system locales. Most oftjr2004-03-2766-3/+6891
| | | | | | | the hard work was done by Hye-Shik Chang in the misc/utf8locale port; I made a few minor adjustments and merged the makefiles. PR: 44307
* Removed more vestiges of the stl(4) driver.ru2004-03-261-3/+0
|
* Add ct(4) man page for ct SCSI host adapter device driver and attachnon2004-03-262-0/+149
| | | | it to the build.
* More kosher mdoc(7).obrien2004-03-251-1/+2
| | | | Submitted by: ru
* Move ct.4 to ctau.4. Step four: backout ct.4 via rm.rik2004-03-251-99/+0
| | | | Approved by: imp (mentor)
* Move ct.4 to ctau.4. Step three: change ct to ctau in Makefile.rik2004-03-251-1/+1
| | | | Approved by: imp (mentor)
* Restore part of rev 1.92; share/libdata/gcc should not have been deleted.obrien2004-03-251-0/+2
|
* Remove mention of doscmd.des2004-03-242-5/+0
|
* Move ct.4 to ctau.4. Step two: add ct.4 as ctau.4.rik2004-03-241-0/+99
| | | | | | Do not bother about too small history for ct.4. Approved by: imp(mentor)
* Move ct.4 to ctau.4. Step one: remove ctau.4 link.rik2004-03-241-1/+0
| | | | Approved by: imp(mentor)
* - Update for the new interrupt code on i386 meaning that SMP kernels canjhb2004-03-241-10/+7
| | | | | | | | | now run on UP machines, options APIC_IO is now spelled device apic, and HT CPUs are now enabled by default. - Add a 'I386 NOTES' section header to the i386-specific paragraphs. Someone with more mdoc fu can suggest a better name if needed. Requested by: kris (1)
* The topology lock is not needed for g_error_provider() function.pjd2004-03-241-1/+1
| | | | Discussed with: phk
* Added a note, that g_access() function cannot failed when dc[rwe] <= 0.pjd2004-03-241-0/+8
|
* Functions:pjd2004-03-245-27/+11
| | | | | | | | - g_new_geomf(), - g_new_providerf(), - g_new_consumer() cannot failed (by returning NULL), so don't scare programmers.
* Remove mention of share/libdata/doscmd/{,fonts/} and share/libdata/gcc.des2004-03-241-10/+0
|
* Overhaul the /etc/rc.d/diskless script by splitting it out intobrooks2004-03-231-0/+42
| | | | | | | | | | hostname, resolve, tmp, and var scripts. The latter three are new and were repo copied. These scripts no longer depend on being booted with and NFS root instead attempt to automaticly create mfs /tmp and /var volumes if the they are not writable. This behavior can be overridden in /etc/rc.conf. Reviewed by: luigi, pjd
* Add rc.d script for pf(4) (more to come once pflogd(8) works as well).mlaier2004-03-231-0/+57
| | | | | | | | Update defaults and write some lines for rc.conf(5) also. Mostly dup'ed from ipf Reviewed by: -current Approved by: bms(mentor)
OpenPOWER on IntegriCloud