summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Spelling, grammar fixes.gsutter2003-10-201-5/+4
| | | | Reviewed by: imp
* Update to using a 56k modem connection, plus add some verbage aboutimp2003-10-201-6/+13
| | | | | | | what the entry does for people that are not used to reading /etc/remote files every day. Keep arpavax, because it is a cool name, but remove the phone number listed. arpavax hasn't been answering that number for a while :-)
* White space only changes. Put each sentence on a line by itself, perimp2003-10-201-36/+33
| | | | our normal practice. In anticipation of bigger changes to this file.
* Note that PAE has been MFC'd into RELENG_4 and will appear in FreeBSDsimon2003-10-181-0/+2
| | | | 4.9.
* - Enable 16byte commands.simokawa2003-10-184-19/+159
| | | | | | | - Fix printf warnings on 64bit architectures. - Accept 'k', 'm' and etc. for -s option. Reviewed by: njl
* Add multicast(4) and pim(4) manual pages and hook up to the build.bmah2003-10-173-0/+1111
| | | | | | Submitted by: Pavlin Radoslavov <pavlin@icir.org> Reviewed by: hsu, bmah MFC after: 2 weeks
* 1. Catch up with the move of the declaration of panic() from <sys/param.h>bde2003-10-171-3/+6
| | | | | | | back to <sys/systm.h>. 2. Remove hard sentence breaks. Reminded by: Stefan Farfeleder <stefan@fafoe.narf.at> (1)
* MFV: tzdata2003dwollman2003-10-147-176/+326
|
* Use more modern architectures than VAX for little endian machinesimp2003-10-141-4/+7
|
* Replace the VAX and MIPS alternate formats with the architectures thatimp2003-10-141-6/+12
| | | | | | | | FreeBSD supports. None of them support an alternate formats, except the alpha (which prints extra register information). # if we get a mips port, we can put the mips case back to document the # actual behavior.
* - support AES counter mode for ESP.ume2003-10-131-3/+4
| | | | | | | | - use size_t as return type of schedlen(), as there's no error check needed. - clear key schedule buffer before freeing. Obtained from: KAME
* Update Bluetooth code.emax2003-10-1212-11/+143
| | | | | Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org> Approved by: M. Warner Losh <imp@bsdimp.com> (mentor)
* - RIPEMD160 supportume2003-10-121-0/+2
| | | | | | - pass size arg to ah->result (avoid assuming result buffer size) Obtained from: KAME
* s/disklabel/bsdlabel where needed.blackend2003-10-111-1/+1
|
* Update the manual page examples: use of bsdlabel(8) instead ofblackend2003-10-101-5/+5
| | | | disklabel(8). While I'm there: some punctuation fixes.
* Note that the modem built into the xl cards (both CardBus and MiniPCI)imp2003-10-101-0/+8
| | | | are not supported by FreeBSD, let alone by this driver.
* cardbus->CardBusimp2003-10-101-1/+1
|
* Be more pedantic about the model numbers of cardbus cards that areimp2003-10-101-2/+3
| | | | | supported by the driver. I've only used 3 or 4 of these cards, but the cardbus cards work as well as pci cards at this point.
* Update build infrastructure for Heimdal 0.6.nectar2003-10-091-0/+1
|
* Update the list of supposedly supported 3Com devices from trollingimp2003-10-091-10/+23
| | | | | | | ebay. Also have notes for my recent experiences with 3com pcmcia cards (mostly this or that doesn't work). Also look at the strings that are claimed to be supported in the bus specific front ends. Note that the 3C569* are CBUS.
* Fix sl_SI.ISO8859-2ache2003-10-092-1/+42
| | | | | PR: 50160 Submitted by: Simon 'Zekar <simon@entered.net>
* update to reflect 7955/7956 supportsam2003-10-081-8/+18
|
* Correct the description of what the release.3 stage does nowadays.ru2003-10-061-5/+3
|
* Update cross-references.bms2003-10-061-0/+2
|
* Add pmap_wired_count() and pmap_resident_count() to the pmap documentation.bms2003-10-063-2/+82
| | | | Discussed with: peter
* Use the term 'physical memory' consistently.bms2003-10-051-1/+1
|
* Update the page_req classes VM_ALLOC_NOOBJ and VM_ALLOC_ZERO.bms2003-10-051-4/+8
| | | | Suggested by: alc
* Remove the pmap_prefault(9) page as it is no longer required.bms2003-10-041-67/+0
|
* Update the pmap(9) documentation to reflect the movement of pmap_prefault()bms2003-10-044-3/+132
| | | | | to the machine-independent VM layer, as per alc's recent commit. Add a definition for the new pmap_is_prefaultable() helper function.
* Removed the ancient .LIBS setting that causes non-existentru2003-10-031-2/+0
| | | | | | | | | | | | | | | | libraries to be reported as up-to-date. Before: # make -f /dev/null nonexistent.a `nonexistent.a' is up to date. After: # make -f /dev/null nonexistent.a make: don't know how to make nonexistent.a. Stop PR: bin/44137 (part of)
* Style fixes: shell script indentation, if/then style, plus a lotdds2003-10-031-88/+83
| | | | | | of comments in C code (capitalized, end with full stop). Submitted by: schweikh
* Create a driver that will compile without warnings on -CURRENTdds2003-10-031-18/+21
| | | | | | | More changes are probably needed to create a correct driver. Reviewed by: markm Approved by: schweikh (mentor)
* Looks like I misread the callout code. We do not seem to hold theimp2003-10-011-11/+12
| | | | | | | | | | | | | | callout lock while the callout is happening. So the serialization that I thought was happening isn't. Therefore, remove the part of the bugs that says this. Leave in the other bug as it is very hard to work around (impossible?). Fix various typos. Also note that timeout/untimeout are considered to be the old interface and the callout interface should be used insetad. Submitted by: bde (first two) and wollman (third)
* Document the implications of the callout_stop() returning 0 if theimp2003-10-011-0/+14
| | | | | | | callout has finished or is in progress. Also document that the locking of the callout code for FreeBSD 5 has eliminated the 'or is in progress' clause as a possibility and that such elimination is an accident of the implementation and shouldn't be relied upon.
* fix typos in comments.julian2003-09-302-2/+2
| | | | Submitted by: Vincent Jardin <vjardin@wanadoo.fr>
* Add manual pages for the vm_map(9) part of the VM.bms2003-09-301-0/+1
| | | | | Reviewed by: juli Approved by: jake (mentor)
* Add a (somewhat verbose) manual page for vm_map(9).bms2003-09-301-0/+320
| | | | | Reviewed by: juli Approved by: jake (mentor)
* Add manual pages for the vm_map(9) part of the VM.bms2003-09-3020-0/+1587
| | | | | Reviewed by: juli Approved by: jake (mentor)
* Prefer FreeBSD.org to freebsd.org in mail alias examples.rwatson2003-09-281-2/+2
|
* Having had to spend several hours today figuring out just what it is thatwollman2003-09-281-11/+101
| | | | | VOP_GETPAGES() is supposed to do, share the results with everyone who isn't Alan Cox.
* Two minor fixes:imp2003-09-271-2/+15
| | | | | | | | | | o It is the /usr/include files, not the /usr include files. o Document the practice of converting to the c99 standard uintXX_t form from the older, but non-standard, BSD-style u_intXX_t. This has been going on in the tree for a while now, and I've heard other developers also state that this conversion is happening. Note also that this is a slow process and should be treated like whitespace changes.
* - Add the Dell PERC 4/Di to the list of supported devices; itsimon2003-09-271-1/+4
| | | | | | | | has been supported for the last 10 months. [1] - Make the device list compact, since it is getting rather large. Reported by: David Magda <dmagda@magda.ca> [1] MFC after: 2 weeks
* Update an email address overlooked by scottl.trhodes2003-09-271-1/+1
| | | | Prompted by: scottl's commit message (see rev 1.9 of iir.c).
* Additional information on the memory properties of struct diskrwatson2003-09-261-2/+9
| | | | | | | | | instances: the memory holding a struct disk should be pre-zeroed so as to initialize any storage framework private data in the structures properly. In addition, the memory must be writable so that the private data may be updated. Pointed out by: phk
* Documentation of kernel disk_create() and disk_destroy() APIs. Theserwatson2003-09-262-0/+154
| | | | | | | | | APIs permit disk device drivers to register and deregister storage devices for use by storage device consumers. No doubt this API will change more as time flies by, but this should be helpful to the creators of new storage device drivers. Reviewed by: phk
* - Support for multibyte charsets in LIBICONV.fjoe2003-09-261-0/+1
| | | | | | | | - CD9660_ICONV, NTFS_ICONV and MSDOSFS_ICONV kernel options (with corresponding modules). - kiconv(3) for loadable charset conversion tables support. Submitted by: Ryuichiro Imura <imura@ryu16.org>
* Separate out userland linting and kernel linting a bit more. Thismarkm2003-09-261-0/+1
| | | | | make things a bit easier for folks using lints other than the "base" lint.
* Sort debugging levels and update the man page to match reality. Alsonjl2003-09-261-32/+39
| | | | update man page to reflect iasl(8) import.
* o add information about the debugging toolssam2003-09-251-3/+29
| | | | o give proper attribution to Atsushi Onoe
* Fix MLINKS.bms2003-09-251-3/+6
| | | | | Noticed by: bde Pointy hat to: bms
OpenPOWER on IntegriCloud