summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Add bus_alloc_resource_any(9), which does bus_alloc_resource() with thenjl2004-03-172-4/+21
| | | | | | | | appropriate default values. Document it in the manpage. Submitted by: Mark Santcroos <marks@ripe.net> Reviewed by: imp, dfr, bde Abstains: bde
* Language cleanupbrueffer2004-03-171-6/+6
|
* Correct a grammatical error.ceri2004-03-171-1/+1
| | | | | | PR: docs/63984 Submitted by: Ulrich Spoerlein <q@uni.de> MFC after: 1 day
* Fix copyrights and mandoc markup.fjoe2004-03-161-6/+7
| | | | Pointed out by: ru
* Added entries for 90 columns russian VGA modes.schweikh2004-03-161-0/+22
| | | | | | PR: conf/51830 Submitted by: Sergiy Vyshnevetskiy <serg@vostok.net> MFC after: 1 week
* Remove the RAIDframe manual pagescottl2004-03-162-396/+0
|
* Add arl(4): driver for Aironet Arlan 655 wireless adapters.fjoe2004-03-152-0/+79
| | | | MFC after: 2 weeks
* Add ru.koi8-r.win.kbd based on ru.koi8-r.shift.kbd which closely mimicsfjoe2004-03-152-1/+244
| | | | | | | | | ru(winkeys) XFree86 layout. Differences with ru.koi8-r.shift.kbd are: - ctrl+shift = alock - left/right win = meta, menu = saver - alock'ed shift+[0-9] = )!@#$%^&*(
* Remove whitespace at EOL.trhodes2004-03-151-1/+1
|
* Change len pararmeter from u_int to size_t.truckman2004-03-151-8/+29
| | | | Document vslock() return values.
* Retire gsc man page after driver retirementimp2004-03-142-343/+0
|
* rdp has been retired, retire its man page tooimp2004-03-142-180/+0
|
* le driver is gone, retire its man pageimp2004-03-142-103/+0
|
* Really remove asc man page this timeimp2004-03-141-200/+0
|
* 1. Remove the named_rcng variable. Mike's caution in this area was a gooddougb2004-03-141-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | thing, but we're ready to move on. 2. Remove the -g default argument in named_flags. It doesn't actually do what most users think it does, and what most users want it to do is already accomplished with a proper default group for the bind user, which we have. Also, the -g knob does something entirely different in BIND 9, which leads to a lot of needless confusion/aggravation. 3. In the rc.d script, don't bogusly override $command, or $rc_flags. Both are adequately handled in rc.conf[.local]. 4. DO properly override $rc_flags if user has named_chrootdir set. This may need to be revisited, but should be ok for now. 5. Protect all chrootdir-related bits under that variable, instead of named_rcng. There is more work to be done here, especially in the area of BIND 9 compatibility, but this is a start at least. Prompted in part by (legitmate) grousing from: kuriyama, Randy Bush
* Now that the asc driver is no longer in the tree, the man page is surplus.imp2004-03-141-1/+0
|
* Now that the wt driver is gone, go ahead and remove its userland support.imp2004-03-142-55/+1
| | | | If the wt driver is rewritten using newer APIs, then these can return with it.
* Fix some style bugs in previous commit.trhodes2004-03-142-5/+2
| | | | | | | | | Fix 'broken' ifdefs. icc does not support profiling yet so remove unfinished code which was supposed to help. Submitted by: netchild (original version) Reviewed by: ru
* Add Epson Perfection 1670 to the list of supported devices.simon2004-03-131-0/+1
|
* Capitalize I/Obrueffer2004-03-132-4/+4
|
* This are the build infrastructure changes to allow to use thetrhodes2004-03-124-12/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Intel C/C++ compiler (lang/icc) to build the kernel. The icc CPUTYPE CFLAGS use icc v7 syntax, icc v8 moans about them, but doesn't abort. They also produce CPU specific code (new instructions of the CPU, not only CPU specific scheduling), so if you get coredumps with signal 4 (SIGILL, illegal instruction) you've used the wrong CPUTYPE. Incarnations of this patch survive gcc compiles and my make universe. I use it on my desktop. To use it update share/mk, add /usr/local/intel/compiler70/ia32/bin (icc v7, works) or /usr/local/intel_cc_80/bin (icc v8, doesn't work) to your PATH, make sure you have a new kernel compile directory (e.g. MYKERNEL_icc) and run CFLAGS="-O2 -ip" CC=icc make depend CFLAGS="-O2 -ip" CC=icc make in it. Don't compile with -ipo, the build infrastructure uses ld directly to link the kernel and the modules, but -ipo needs the link step to be performed with Intel's linker. Problems with icc v8: - panic: npx0 cannot be emulated on an SMP system - UP: first start of /bin/sh results in a FP exception Parts of this commit contains suggestions or submissions from Marius Strobl <marius@alchemy.franken.de>. Reviewed by: silence on -arch Submitted by: netchild
* Rewrite sleepqueue manpage to catch up to the new sleep queue interface.jhb2004-03-122-51/+272
|
* Instead of repeating most of vt102, make mvterm reference it.schweikh2004-03-121-20/+3
| | | | | | PR: 61796 Submitted by: Daniel Rudy <root@wildfire.danielrudy.org> MFC after: 1 week
* Remove a spurious backslash at EOL to get a proper xterm-ic entry.schweikh2004-03-121-1/+1
| | | | | | PR: 56956 Submitted by: Rudolf Cejka <cejkar@fit.vutbr.cz> MFC after: 1 week
* Move newsyslog.conf.5 to usr.sbin/newsyslog. There is no real historytrhodes2004-03-122-371/+0
| | | | | | other than 'initial revision' thus I did not request a repocopy. Requested by: ru, gad
* mdoc(7): New sentence should start on new line.pjd2004-03-111-2/+2
| | | | Pointed out by: hmp
* Add reference to the g_access(9) manual page.pjd2004-03-119-0/+9
|
* Connect g_access(9) to the build.pjd2004-03-111-0/+1
|
* Add manual page for g_access(9) GEOM function.pjd2004-03-111-0/+154
|
* Add a newsyslog.conf manual page. This follows suit with the other utilitiestrhodes2004-03-112-0/+371
| | | | | | | | | which have configuration files. This is just a cut-paste from newsyslog.8 with the following changes: o Kill hard sentence breaks. o Markup fixes. o Wordsmithing.
* Give xterm-basic the le entry. bs should be avoided.schweikh2004-03-101-1/+1
| | | | | | | | This is a prerequisite to fix PR: bin/48679 Discussed with: Thomas Dickey (xterm termcap maintainer) MFC after: 2 weeks
* A manpage for ng_eiface(4).ru2004-03-102-0/+124
| | | | Submitted by: Gleb Smirnoff
* - Document cv_broadcastpri().jhb2004-03-102-17/+13
| | | | - Remove references to cv_waitq_*() as they no longer exist.
* Link pf to the build and install:mlaier2004-03-081-0/+2
| | | | | | | | | | | | | | | | This adds the former ports registered groups: proxy and authpf as well as the proxy user. Make sure to run mergemaster -p in oder to complete make installworld without errors. This also provides the passive OS fingerprints from OpenBSD (pf.os) and an example pf.conf. For those who want to go without pf; it provides a NO_PF knob to make.conf. __FreeBSD_version will be bumped soon to reflect this and to be able to change ports accordingly. Approved by: bms(mentor)
* Update pmap_pinit(9) to reflect pmap_pinit2() removal by alc.bms2004-03-081-21/+1
|
* Manual page for the ng_atmllc node type.benno2004-03-082-0/+94
| | | | Currently missing a history section.
* Add final version of BSD/OS, BSD/OS 5.1 ISE.wosch2004-03-071-10/+11
|
* Document kernel functions securelevel_gt and securelevel_ge.josef2004-03-072-0/+73
| | | | | | | Approved by: simon(mentor) Submitted by: Christian S.J. Peron <maneo@bsdpro.com> PR: docs/62331 mdoc(7) cleanup by: ru
* Luigi was polled for additional documentation about polling(4).ru2004-03-061-38/+134
|
* Link in contigmalloc(9) to the build.jkoshy2004-03-061-0/+2
|
* Cross-reference contigmalloc(9).jkoshy2004-03-061-0/+1
|
* A manual page for contigmalloc(9).jkoshy2004-03-061-0/+130
| | | | Reviewed by: ru
* Add warning about loading/unloading drivers and identifyimp2004-03-051-0/+7
|
* This interface doesn't return any values.ru2004-03-051-4/+0
| | | | Submitted by: Mark Santcroos
* Fixed indentation of conditionals.bde2004-03-051-5/+5
| | | | Submitted by: Rostislav Krasny <rosti_bsd@yahoo.com>
* Fix a typo.bms2004-03-051-1/+0
|
* Hook ieee80211 manpages up to the build; fix 1 snafu which crept in.bms2004-03-041-2/+9
| | | | | Noticed by: Matthias Schuendehuette Pointy hat to: bms
* Add an MLINKS entry for radiotap(9).bms2004-03-041-0/+1
|
* Initial import of documentation for net80211 interface code.bms2004-03-049-0/+1118
| | | | | | | | Of particular interest here is the ieee80211_radiotap(9) man page. TODO: Flesh out ieee80211_node.9, ieee80211_proto.9. Submitted by: bms (with help from Darron Broad)
* Document the virecover_enable knob.mtm2004-03-041-0/+9
| | | | | | | | | | From the PR: Certain MTA configurations mean that the notifications from virecover keep bouncing; so here's a patch to allow administrators to turn them off. PR: conf/54910 Reminded by: ru
OpenPOWER on IntegriCloud