aboutsummaryrefslogtreecommitdiff
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Use more modern architectures than VAX for little endian machinesWarner Losh2003-10-141-4/+7
| | | | Notes: svn path=/head/; revision=121077
* Replace the VAX and MIPS alternate formats with the architectures thatWarner Losh2003-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. Notes: svn path=/head/; revision=121076
* - support AES counter mode for ESP.Hajimu UMEMOTO2003-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 Notes: svn path=/head/; revision=121071
* Update Bluetooth code.Maksim Yevmenkin2003-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) Notes: svn path=/head/; revision=121054
* - RIPEMD160 supportHajimu UMEMOTO2003-10-121-0/+2
| | | | | | | | | - pass size arg to ah->result (avoid assuming result buffer size) Obtained from: KAME Notes: svn path=/head/; revision=121021
* s/disklabel/bsdlabel where needed.Marc Fonvieille2003-10-111-1/+1
| | | | Notes: svn path=/head/; revision=120998
* Update the manual page examples: use of bsdlabel(8) instead ofMarc Fonvieille2003-10-101-5/+5
| | | | | | | disklabel(8). While I'm there: some punctuation fixes. Notes: svn path=/head/; revision=120977
* Note that the modem built into the xl cards (both CardBus and MiniPCI)Warner Losh2003-10-101-0/+8
| | | | | | | are not supported by FreeBSD, let alone by this driver. Notes: svn path=/head/; revision=120960
* cardbus->CardBusWarner Losh2003-10-101-1/+1
| | | | Notes: svn path=/head/; revision=120959
* Be more pedantic about the model numbers of cardbus cards that areWarner Losh2003-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. Notes: svn path=/head/; revision=120958
* Update build infrastructure for Heimdal 0.6.Jacques Vidrine2003-10-091-0/+1
| | | | Notes: svn path=/head/; revision=120949
* Update the list of supposedly supported 3Com devices from trollingWarner Losh2003-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. Notes: svn path=/head/; revision=120929
* Fix sl_SI.ISO8859-2Andrey A. Chernov2003-10-092-1/+42
| | | | | | | | PR: 50160 Submitted by: Simon 'Zekar <simon@entered.net> Notes: svn path=/head/; revision=120921
* update to reflect 7955/7956 supportSam Leffler2003-10-081-8/+18
| | | | Notes: svn path=/head/; revision=120916
* Correct the description of what the release.3 stage does nowadays.Ruslan Ermilov2003-10-061-5/+3
| | | | Notes: svn path=/head/; revision=120855
* Update cross-references.Bruce M Simpson2003-10-061-0/+2
| | | | Notes: svn path=/head/; revision=120835
* Add pmap_wired_count() and pmap_resident_count() to the pmap documentation.Bruce M Simpson2003-10-063-2/+82
| | | | | | | Discussed with: peter Notes: svn path=/head/; revision=120832
* Use the term 'physical memory' consistently.Bruce M Simpson2003-10-051-1/+1
| | | | Notes: svn path=/head/; revision=120808
* Update the page_req classes VM_ALLOC_NOOBJ and VM_ALLOC_ZERO.Bruce M Simpson2003-10-051-4/+8
| | | | | | | Suggested by: alc Notes: svn path=/head/; revision=120774
* Remove the pmap_prefault(9) page as it is no longer required.Bruce M Simpson2003-10-041-67/+0
| | | | Notes: svn path=/head/; revision=120724
* Update the pmap(9) documentation to reflect the movement of pmap_prefault()Bruce M Simpson2003-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. Notes: svn path=/head/; revision=120723
* Removed the ancient .LIBS setting that causes non-existentRuslan Ermilov2003-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) Notes: svn path=/head/; revision=120713
* Style fixes: shell script indentation, if/then style, plus a lotDiomidis Spinellis2003-10-031-88/+83
| | | | | | | | | of comments in C code (capitalized, end with full stop). Submitted by: schweikh Notes: svn path=/head/; revision=120708
* Create a driver that will compile without warnings on -CURRENTDiomidis Spinellis2003-10-031-18/+21
| | | | | | | | | | More changes are probably needed to create a correct driver. Reviewed by: markm Approved by: schweikh (mentor) Notes: svn path=/head/; revision=120707
* Looks like I misread the callout code. We do not seem to hold theWarner Losh2003-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) Notes: svn path=/head/; revision=120651
* Document the implications of the callout_stop() returning 0 if theWarner Losh2003-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. Notes: svn path=/head/; revision=120622
* fix typos in comments.Julian Elischer2003-09-302-2/+2
| | | | | | | Submitted by: Vincent Jardin <vjardin@wanadoo.fr> Notes: svn path=/head/; revision=120612
* Add manual pages for the vm_map(9) part of the VM.Bruce M Simpson2003-09-301-0/+1
| | | | | | | | Reviewed by: juli Approved by: jake (mentor) Notes: svn path=/head/; revision=120588
* Add a (somewhat verbose) manual page for vm_map(9).Bruce M Simpson2003-09-301-0/+320
| | | | | | | | Reviewed by: juli Approved by: jake (mentor) Notes: svn path=/head/; revision=120587
* Add manual pages for the vm_map(9) part of the VM.Bruce M Simpson2003-09-3020-0/+1587
| | | | | | | | Reviewed by: juli Approved by: jake (mentor) Notes: svn path=/head/; revision=120586
* Prefer FreeBSD.org to freebsd.org in mail alias examples.Robert Watson2003-09-281-2/+2
| | | | Notes: svn path=/head/; revision=120555
* Having had to spend several hours today figuring out just what it is thatGarrett Wollman2003-09-281-11/+101
| | | | | | | | VOP_GETPAGES() is supposed to do, share the results with everyone who isn't Alan Cox. Notes: svn path=/head/; revision=120535
* Two minor fixes:Warner Losh2003-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. Notes: svn path=/head/; revision=120530
* - Add the Dell PERC 4/Di to the list of supported devices; itSimon L. B. Nielsen2003-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 Notes: svn path=/head/; revision=120523
* Update an email address overlooked by scottl.Tom Rhodes2003-09-271-1/+1
| | | | | | | Prompted by: scottl's commit message (see rev 1.9 of iir.c). Notes: svn path=/head/; revision=120517
* Additional information on the memory properties of struct diskRobert Watson2003-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 Notes: svn path=/head/; revision=120497
* Documentation of kernel disk_create() and disk_destroy() APIs. TheseRobert Watson2003-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 Notes: svn path=/head/; revision=120496
* - Support for multibyte charsets in LIBICONV.Max Khon2003-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> Notes: svn path=/head/; revision=120492
* Separate out userland linting and kernel linting a bit more. ThisMark Murray2003-09-261-0/+1
| | | | | | | | make things a bit easier for folks using lints other than the "base" lint. Notes: svn path=/head/; revision=120485
* Sort debugging levels and update the man page to match reality. AlsoNate Lawson2003-09-261-32/+39
| | | | | | | update man page to reflect iasl(8) import. Notes: svn path=/head/; revision=120450
* o add information about the debugging toolsSam Leffler2003-09-251-3/+29
| | | | | | | o give proper attribution to Atsushi Onoe Notes: svn path=/head/; revision=120447
* Fix MLINKS.Bruce M Simpson2003-09-251-3/+6
| | | | | | | | Noticed by: bde Pointy hat to: bms Notes: svn path=/head/; revision=120446
* update to reflect new apiSam Leffler2003-09-251-79/+104
| | | | | | | | Submitted by: Max Laier <max@love2party.net> Obtained from: NetBSD (with changes) Notes: svn path=/head/; revision=120442
* Add manual page documentation for the machine-independent PMAP subsystem.Bruce M Simpson2003-09-2523-0/+1606
| | | | | | | | | | Include documentation of alc's new pmap_extract_and_hold() function. Reviewed by: hmp Approved by: jake (mentor) Notes: svn path=/head/; revision=120441
* * scsi_cmds.cHidetoshi Shimokawa2003-09-252-4/+28
| | | | | | | | | | | | | - Fill in autosense data. - Add compatibility for RELENG_4. * scsi_target.c - Raw device support - Set correct value in c_descr->offset for CAM_DIR_NONE case. - Support for CTIO abort. Notes: svn path=/head/; revision=120428
* Make the fields in the text match dev/usb/usb.h too.John Birrell2003-09-241-10/+10
| | | | Notes: svn path=/head/; revision=120402
* Hook up BUS_CONFIG_INTR.9Marcel Moolenaar2003-09-241-2/+2
| | | | Notes: svn path=/head/; revision=120401
* Add a manpage for BUS_CONFIG_INTR.Marcel Moolenaar2003-09-241-0/+104
| | | | | | | Reminded by: eivind Notes: svn path=/head/; revision=120400
* Make the field names in the documented structures match dev/usb/usb.h.John Birrell2003-09-241-25/+25
| | | | Notes: svn path=/head/; revision=120398
* Turn SENDMAIL_CF_DIR into an officially supported make.conf variableGregory Neil Shapiro2003-09-242-0/+12
| | | | | | | | | | | | and use it in src/etc/sendmail/Makefile in case the user wants to use a different path to the sendmail m4 sources (e.g., sendmail port users). Submitted by: dinoex MFC after: 21 days X-MFC after: RELENG_4 code freeze ends Notes: svn path=/head/; revision=120397