aboutsummaryrefslogtreecommitdiff
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Typo.Pierre Beyssac1999-05-171-2/+2
| | | | | | | PR: doc/11582 Notes: svn path=/head/; revision=47279
* s/cF/nF/ in a couple of places.Steve Price1999-05-162-10/+10
| | | | | | | | PR: 10841 Submitted by: Kaneda Hiloshi <vanitas@ma3.seikyou.ne.jp> Notes: svn path=/head/; revision=47257
* This needs to be "at atkbdc?" rather than "at isa?". It's correctMatthew Hunt1999-05-162-4/+4
| | | | | | | | in GENERIC and LINT, which is why I only needed four reboots to figure out why my keyboard wasn't keyboarding. Notes: svn path=/head/; revision=47256
* Removed extraneous comma in xrefs.Alexander Langer1999-05-142-4/+4
| | | | Notes: svn path=/head/; revision=47205
* Added missing comma in xrefs.Alexander Langer1999-05-141-2/+2
| | | | Notes: svn path=/head/; revision=47204
* Rewording.Daniel C. Sobral1999-05-141-3/+3
| | | | Notes: svn path=/head/; revision=47200
* Slight not-exactly-bug-but-useful-as-example-code fix.Daniel C. Sobral1999-05-141-2/+2
| | | | Notes: svn path=/head/; revision=47199
* Add a menu example making use of loader.4th(8) facilities.Daniel C. Sobral1999-05-143-2/+159
| | | | | | | Merge candidate, as it is just an example... Notes: svn path=/head/; revision=47195
* Refer to kget(8) instead of dset(8).Joseph Koshy1999-05-141-3/+3
| | | | | | | | PR: docs/11702 Submitted by: Matthew D. Fuller <fullermd@over-yonder.net> Notes: svn path=/head/; revision=47161
* Add doc-supfile and www-supfile, for those who'd like to track thoseBill Fumerola1999-05-122-0/+123
| | | | | | | | | | | | | repositories. On a side note, I think www should be called www-all, like all of our other collections. Requested By: jesusr No Problems: jdp Notes: svn path=/head/; revision=47078
* s/file it possible/file if possible/Michael Haro1999-05-111-2/+2
| | | | Notes: svn path=/head/; revision=46941
* Fixed disordering in previous commit.Bruce Evans1999-05-101-3/+3
| | | | Notes: svn path=/head/; revision=46858
* Add the USB Mass Storage manual pageNick Hibma1999-05-093-2/+209
| | | | Notes: svn path=/head/; revision=46825
* The 2930U2 and 3950U2 are supported by the Adaptec driver.Kenneth D. Merry1999-05-082-2/+6
| | | | Notes: svn path=/head/; revision=46740
* Devices are hardwired with "unit 0", not "lun 0" as was in these man pages.Kenneth D. Merry1999-05-085-13/+19
| | | | | | | | | | Also, update the pass(4) man page to indicate that some CCBs must be sent through the xpt(4) device and cannot be sent through a pass device. PR: 8826 Notes: svn path=/head/; revision=46733
* Remove one tab from us.iso.kbd so that it now has no tabs in it. ThisWarner Losh1999-05-082-12/+13
| | | | | | | | | | | | is likely the intent of the original author since no other places use tabs. Sync us.unix.kdb to us.iso.kbd. It should now only swap ESC and `~, bs and delete, control and caps lock and make no other changes from us.iso.kdb. Notes: svn path=/head/; revision=46664
* Fix confusing sentence, the PR noticed the sentence, I rewrote the sentence.Bill Fumerola1999-05-062-4/+4
| | | | | | | | PR: docs/11257 Submitted by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp> Notes: svn path=/head/; revision=46582
* "Fixed" missing dependency of ${PROG} on ${LIBC} in the elf case.Bruce Evans1999-05-061-4/+2
| | | | Notes: svn path=/head/; revision=46541
* Don't forget to install crash.8 after moving it.Bruce Evans1999-05-061-2/+2
| | | | Notes: svn path=/head/; revision=46536
* Fix a typo (wi. -> wi.4)Chris Timmons1999-05-051-2/+2
| | | | | | | Submitted by: Zach Heilig <zach@uffdaonline.net> Notes: svn path=/head/; revision=46508
* Add device driver support for the Lucent WaveLAN/IEEE 802.11 PCMCIABill Paul1999-05-055-8/+213
| | | | | | | | | | | | | | | | | | | | | | | | | adapter (and some workalikes). Also add man pages and a wicontrol utility to manipulate some of the card parameters. This driver was written using information gleaned from the Lucent HCF Light library, though it does not use any of the HCF Light code itself, mainly because it's contaminated by the GPL (but also because it's pretty gross). The HCF Light lacks certain featurs from the full (but proprietary) HCF library, including 802.11 frame encapsulation support, however it has just enough register information about the Hermes chip to allow someone with enough spare time and energy to implement a proper driver. (I would have prefered getting my hands on the Hermes manual, but that's proprietary too. For those who are wondering, the Linux driver uses the proprietary HCF library, but it's provided in object code form only.) Note that I do not have access to a WavePOINT access point, so I have only been able to test ad-hoc mode. The wicontrol utility can turn on BSS mode, but I don't know for certain that the NIC will associate with an access point correctly. Testers are encouraged to send their results to me so that I can find out if I screwed up or not. Notes: svn path=/head/; revision=46495
* Correct `sd', `st' -> `da', `sa'; add xref to scsi(4); remove xrefJoseph Koshy1999-05-052-14/+8
| | | | | | | | | | to nca(4). PR: docs/11493 Submitted by: "Steven G. Kargl" <kargl@troutmask.apl.washington.edu> Notes: svn path=/head/; revision=46465
* Make `ed0' example match reality.David E. O'Brien1999-05-042-8/+6
| | | | | | | | Merge `ed1' and `ed2' examples as we don't ship with an `ed1' any more we yet, the example of extra flags could be useful to someone. Notes: svn path=/head/; revision=46451
* Make "\n" appear in cample C code.Guy Helmer1999-05-041-20/+20
| | | | | | | PR: docs/10708 Notes: svn path=/head/; revision=46450
* Use Cd macro for SYNOPSIS.Guy Helmer1999-05-041-3/+2
| | | | | | | PR: docs/10495 Notes: svn path=/head/; revision=46446
* FreeBSD-3.0 is a snapshot from -current, while 3.1 and 3.2Wolfram Schneider1999-05-021-3/+6
| | | | | | | | | | | | | | are from 3.x-stable which was branched quite some time after 3.0-release (about Jan 15 if I recall correctly). ----> FreeBSD-3.0-----\----- FreeBSD-4.x-current -----.... \ 3.x-stable ----> 3.1 ---> 3.2 .... Submitted by: peter Notes: svn path=/head/; revision=46321
* Space typos from last commit.Wolfram Schneider1999-05-021-33/+37
| | | | | | | | | | | | | | | | | Added upcoming releases FreeBSD 3.2, NetBSD 1.3, OpenBSD 2.5 NetBSD 1.2.1 is a patch release of NetBSD 1.2 (a branch of 1.2) NetBSD 1.3.1, 1.3.2, 1.3.3 are a patch release of NetBSD 1.3 (a branch of 1.3). FreeBSD 3.0, FreeBSD 3.1 and FreeBSD 3.2 are a releases from the 3.0-stable branch. Added FreeBSD 4.0-current. Added FreeBSD 3.1 release date. Notes: svn path=/head/; revision=46318
* Add $Id$Kris Kennaway1999-05-022-0/+2
| | | | Notes: svn path=/head/; revision=46252
* Missed a ref to /usr/share/mk/bsd.port.mkTim Vanderhoek1999-05-021-2/+2
| | | | Notes: svn path=/head/; revision=46247
* * Alpha's do crashdumps too. (move manpage to arch-neutral home)David E. O'Brien1999-05-026-444/+12
| | | | | | | | * s/i386/alpha/g < man8.alpha/MAKEDEV.8 (someone that knows the Alpha platform please remove obivious i386 bogons) Notes: svn path=/head/; revision=46243
* Remove NOPERL. Seems to cause too many problems, as those that try don'tDavid E. O'Brien1999-05-021-3/+1
| | | | | | | | understand the implications and don't think to undo it when they get experience trouble. (wonder about some of the people running -CURRENT sometimes) Notes: svn path=/head/; revision=46242
* Don't install i386 specific manpage on the Alpha -- install Alpha specficDavid E. O'Brien1999-05-021-1/+5
| | | | | | | ones instead. Notes: svn path=/head/; revision=46241
* Minor punctuation/grammar nits.Kris Kennaway1999-04-301-3/+3
| | | | Notes: svn path=/head/; revision=46202
* Add a new "file" to procfs: "rlimit" which shows the resource limits forPoul-Henning Kamp1999-04-301-1/+11
| | | | | | | | | | | the process. PR: 11342 Submitted by: Adrian Chadd adrian@freebsd.org Reviewed by: phk Notes: svn path=/head/; revision=46201
* Fix a bunch typos, one fix of which is from docs/10794Tim Vanderhoek1999-04-301-11/+11
| | | | Notes: svn path=/head/; revision=46195
* The bsd.port.mk has moved.Tim Vanderhoek1999-04-291-2/+2
| | | | Notes: svn path=/head/; revision=46190
* Correct typo.Joseph Koshy1999-04-291-2/+2
| | | | | | | | PR: docs/11378 Submitted by: Martin Kammerhofer <dada@balu.kfunigraz.ac.at> Notes: svn path=/head/; revision=46166
* sd -> daBill Fumerola1999-04-292-6/+6
| | | | | | | | | | st -> sa This file is out-of-date in other ways as well, but these are pretty big changes. Notes: svn path=/head/; revision=46159
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-10/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a seriously beefed up chroot kind of thing. The process is jailed along the same lines as a chroot does it, but with additional tough restrictions imposed on what the superuser can do. For all I know, it is safe to hand over the root bit inside a prison to the customer living in that prison, this is what it was developed for in fact: "real virtual servers". Each prison has an ip number associated with it, which all IP communications will be coerced to use and each prison has its own hostname. Needless to say, you need more RAM this way, but the advantage is that each customer can run their own particular version of apache and not stomp on the toes of their neighbors. It generally does what one would expect, but setting up a jail still takes a little knowledge. A few notes: I have no scripts for setting up a jail, don't ask me for them. The IP number should be an alias on one of the interfaces. mount a /proc in each jail, it will make ps more useable. /proc/<pid>/status tells the hostname of the prison for jailed processes. Quotas are only sensible if you have a mountpoint per prison. There are no privisions for stopping resource-hogging. Some "#ifdef INET" and similar may be missing (send patches!) If somebody wants to take it from here and develop it into more of a "virtual machine" they should be most welcome! Tools, comments, patches & documentation most welcome. Have fun... Sponsored by: http://www.rndassociates.com/ Run for almost a year by: http://www.servetheweb.com/ Notes: svn path=/head/; revision=46155
* Correction of better display under chinese terminal.Foxfair Hu1999-04-281-10/+10
| | | | | | | Submitted by : Peter_Chen.bbs@bbs.csie.nctu.edu.tw Notes: svn path=/head/; revision=46144
* Specify the ssh command to use for a VPN inline.Brian Somers1999-04-271-7/+3
| | | | Notes: svn path=/head/; revision=46103
* TypoWolfram Schneider1999-04-252-4/+4
| | | | | | | | PR: docs/11259 Submitted by: mzaki@e-mail.ne.jp Notes: svn path=/head/; revision=46068
* Goodbye lkm.4Peter Wemm1999-04-242-168/+1
| | | | Notes: svn path=/head/; revision=46033
* Zap lkm examples, they don't do anything anymore.Peter Wemm1999-04-2416-1064/+0
| | | | Notes: svn path=/head/; revision=46030
* s/lkm(4)/kld(4)/Peter Wemm1999-04-232-4/+4
| | | | Notes: svn path=/head/; revision=45961
* Fix poor heading format.Greg Lehey1999-04-221-3/+2
| | | | | | | | Submitted-by: Matthew Fuller <fullermd@over-yonder.net> PR: docs/11271 Notes: svn path=/head/; revision=45930
* Spelling error fixed.Nick Sayer1999-04-212-2/+2
| | | | Notes: svn path=/head/; revision=45892
* Clean out most of the LKM stuff, the build support left a little while ago.Peter Wemm1999-04-201-85/+9
| | | | Notes: svn path=/head/; revision=45873
* Default KMODDIR = /modules now, not /lkmPeter Wemm1999-04-201-3/+3
| | | | Notes: svn path=/head/; revision=45870
* Revise list of interfaces on which bridging is supported. mdoc-ify a fewGuy Helmer1999-04-161-5/+18
| | | | | | | things while I'm here. Notes: svn path=/head/; revision=45709