summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Login classes are not "unused."dannyboy2004-03-211-1/+2
| | | | | | | Reference login.conf(5). PR: 62830 Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>
* Update the supported hardware.hrs2004-03-211-1/+7
| | | | Approved by: scottl
* Add a reference to the ia64 options to gcc. While here, sort the list.marcel2004-03-211-2/+3
|
* o Add user proxy.maxim2004-03-201-0/+1
|
* Added entries for ibm151 and ibm3151-25.schweikh2004-03-201-86/+113
| | | | | | | | | | | | Style: o Use tabs instead of 8 spaces o Space after # beginning comment o Fix entries lacking ":" after tab o Removed whitespace at EOL PR: misc/62749 (the ibm additions) Submitted by: Gerhard Gonter <gonter@wu-wien.ac.at> MFC after: 3 days
* "CPU is an acronym, and as such should be spelled in all uppercase."marks2004-03-201-1/+1
| | | | Pointed out by: ru
* Sync manpage with code for hw.acpi.toshiba.cpu_speed sysctl.marks2004-03-201-1/+1
| | | | | Submitted by: Chia-liang Kao <clkao@clkao.org> Approved by: njl (mentor)
* Grammar fixbrueffer2004-03-181-1/+1
| | | | MFC after: 3 days
* 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
OpenPOWER on IntegriCloud