summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* 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
* update to reflect new apisam2003-09-251-79/+104
| | | | | Submitted by: Max Laier <max@love2party.net> Obtained from: NetBSD (with changes)
* Add manual page documentation for the machine-independent PMAP subsystem.bms2003-09-2523-0/+1606
| | | | | | | Include documentation of alc's new pmap_extract_and_hold() function. Reviewed by: hmp Approved by: jake (mentor)
* * scsi_cmds.csimokawa2003-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.
* Make the fields in the text match dev/usb/usb.h too.jb2003-09-241-10/+10
|
* Hook up BUS_CONFIG_INTR.9marcel2003-09-241-2/+2
|
* Add a manpage for BUS_CONFIG_INTR.marcel2003-09-241-0/+104
| | | | Reminded by: eivind
* Make the field names in the documented structures match dev/usb/usb.h.jb2003-09-241-25/+25
|
* Turn SENDMAIL_CF_DIR into an officially supported make.conf variablegshapiro2003-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
* document Sony PEGA-WL110imp2003-09-221-0/+1
| | | | # I think this is prism 3 based, but I could be wrong
* change bridge mib usage to reflect new world ordersam2003-09-213-19/+35
| | | | Prodded by: Ruslan Ermilov <ru@FreeBSD.org>
* Make LOCAL_PATCHES accept multiple patch files, as its name suggests.ru2003-09-211-1/+1
|
* Fix copyright (Wind River has no rights to this file).wpaul2003-09-201-2/+4
| | | | | Add Gigabyte 7N400 Pro2 motherboard integrated gigE to list of supported devices.
* Fix width of first column in FILES table to account for longer device name.se2003-09-201-1/+1
|
* Fix name of no-reset device (ulpn -> unlpt).se2003-09-201-2/+2
|
* Correct card type of Netgear WG311 and add WAG311 and WGT511Tse2003-09-201-17/+24
| | | | | | | | | | | which are based on the AR5212 and should just work (not verified). Add Proxim Skyline 4032, the PCI version of th e4030. Add revision suffix 'B' to D-Link DWL-G520/G650 entries, in order to indicate that revision A1 cards are not supported by this driver (both A1 and B1/B2 cards are sold in identical boxes). Explicitly point out the existence of unsupported DWL-G520/G650 (rev. A1) cards in the CAVEATS section. Approved by: sam
* Note added support for 3C940 and Marvell Semiconductor 88E1000* gigabit PHYwilko2003-09-201-0/+6
| | | | | Submitted by: Jung-uk Kim <jkim@niksun.com> Based on: Nathan L. Binkert's OpenBSD patch for sk(4)
* o Properly spell my last name. Bad Hiten, no cookie :-)marcel2003-09-201-1/+1
| | | | o Use the email address I put in my signature.
* Document portsize.jb2003-09-191-0/+2
|
* o add some more retail card identifierssam2003-09-191-12/+5
| | | | o remove caveat about 11g operation; seems to work ok
* Add a default setting of NO for the gbde auto attach script, anddougb2003-09-181-0/+12
| | | | document the options.
* Update comment about compression to refer to CPU limitations instead of T1seivind2003-09-187-7/+21
|
* Add NEC PA-WL/54AG.shiba2003-09-162-0/+2
|
* Remove nsswitch.conf from the list of examples, because there is nonectar2003-09-151-1/+0
| | | | | | such example. Reported by: blackend
* Better explain what INSTALL="install -C" does, and warn that this maysheldonh2003-09-151-2/+4
| | | | | | | | | be hardwired into makefiles, including those under /usr/share/mk. The reporter submitted a patch, but I've watered it down. Reported by: Ian Freislich <ianf@za.uu.net> MFC after: 3 weeks
* Remove invalid statement about the maximum number of swap drives.hmp2003-09-141-2/+1
| | | | | PR: docs/55276 Submitted by: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
* Update supported Ethernet Controllers as per the Hardware Notes.hmp2003-09-141-0/+4
| | | | | | PR: docs/55559 Submitted by: Lukas Ertl <l.ertl@univie.ac.at> MFC after: 3 days
* Get rid of duplicates.ru2003-09-149-9/+9
|
* Retire the WITH_LIBMAP compile knob; libmap is now a standard feature.mdodd2003-09-131-3/+0
|
* Document /var/empty as generic empty directory, not sshd specificeivind2003-09-131-2/+3
|
* asami is no longer our ports lead, so remove a statement sayingeivind2003-09-131-3/+0
| | | | the ports collection is maintained by asami and the ports team.
* mdoc(7): Fix common mistakes made in the SEE ALSO section.ru2003-09-125-6/+6
|
* Remove double usage of performance, and combine it to one.hmp2003-09-121-1/+1
|
OpenPOWER on IntegriCloud