summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-283-21/+21
| | | | | | | to add more V* constants, and the variables changed by this patch were often being assigned to mode_t variables, which is 16 bit. Approved by: rwatson (mentor)
* MFV of tzdata2008i.edwin2008-10-282-16/+55
| | | | | - United States zone reordering and recommenting - Argentina DST changes update.
* Fix month mistake. Again. Sorry. :)mav2008-10-241-1/+1
|
* Add hint.hdac.%d.msi description.mav2008-10-241-1/+3
|
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-232-23/+3
| | | | MFC after: 3 months
* The driver supports the Sony W810i phone (interface class driver).n_hibma2008-10-221-0/+2
| | | | | | | | | | | | | | | Note: This entry is added as this is there was no mention of any phones in the list. This entry might have people try the driver against their device. The Sony Ericsson phone provides an OBEX stack on further CDC interfaces. Umodem wrongfully assumes that it is the driver for this interface. This is due to a bogus implementation in the umodem driver when searching for the data interface. This should be read from the CDC descriptors. Also, more of this should happen in the probe instead of attach. MFC after: 4 weeks
* Use full month name.mav2008-10-221-1/+1
|
* Add sdhci driver man page. Link it up to mmc subsystem.mav2008-10-223-2/+56
|
* Update man page.mav2008-10-221-7/+3
|
* Reflect changes into vinvalbuf(9) prototype.attilio2008-10-201-7/+5
|
* Remove trailing comma in SEE ALSO section.simon2008-10-191-1/+1
|
* Increase the date in the manual page, which should have been done in r183922.ed2008-10-181-1/+1
| | | | | | | In r183922 I introduced a new DDB command, documented it, but forgot to bump the date in the manual page. Pointed out by: bz
* Add the nordic keyboard layout for Asus eee devices.philip2008-10-172-0/+133
| | | | | | PR: 126841 Submitted by: Peter <pb -at- ludd.ltu.se> MFC after: 3 days
* Comment on the umass CD ROM devices in the UMTS modems.n_hibma2008-10-151-1/+11
|
* Import some improvements to the TTY code from the MPSAFE TTY branch.ed2008-10-151-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Change the ddb(4) commands to be more useful (by thompsa@): - `show ttys' is now called `show all ttys'. This command will now also display the address where the TTY data structure resides. - Add `show tty <addr>', which dumps the TTY in a readable form. - Place an upper bound on the TTY buffer sizes. Some drivers do not want to care about baud rates. Protect these drivers by preventing the TTY buffers from getting enormous. Right now we'll just clamp it to 64K, which is pretty high, taking into account that these buffers are only used by the built-in discipline. - Only call ttydev_leave() when needed. Back in April/May the TTY reference counting mechanism was a little different, which required us to call ttydev_leave() each time we finished a cdev operation. Nowadays we only need to call ttydev_leave() when we really mark it as being closed. - Improve return codes of read() and write() on TTY device nodes. - Make sure we really wake up all blocked threads when the driver calls tty_rel_gone(). There were some possible code paths where we didn't properly wake up any readers/writers. - Add extra assertions to prevent sleeping on a TTY that has been abandoned by the driver. - Use ttydev_cdevsw as a more reliable method to figure out whether a device node is a real TTY device node. Obtained from: //depot/projects/mpsafetty/... Reviewed by: thompsa
* Correct the name of the device.n_hibma2008-10-141-1/+1
|
* update the manual on how to import and MFV new tzdata releasesedwin2008-10-141-6/+4
|
* MFV of r183861:edwin2008-10-144-8/+44
| | | | | | | | Vendor import of tzdata2008h - Minor update for Mauritius (which I don't understand) - Syria goes to DST at 1 November instead of 1 October. - Niue is now located at the right side of the equator.
* Update the man pages with the moved/added support for devices. The SD card slotn_hibma2008-10-133-27/+10
| | | | of the Huawei mobile card is supported by the (generic) umass driver.
* Wrong FBSD version number in HISTORY section.n_hibma2008-10-101-1/+1
| | | | Submitted by: pluknet
* ata module additions now nest ata modules one deeper than any prior module.imp2008-10-091-1/+1
| | | | Increase heuristic used to find them by one.
* Say hello to the u3g driver, implementing support for 3G modems.n_hibma2008-10-092-0/+101
| | | | | | | | | | | | | | | | | | | | | This was located in the ubsa driver, but should be moved into a separate driver: - 3G modems provide multiple serial ports to allow AT commands while the PPP connection is up. - 3G modems do not provide baud rate or other serial port settings. - Huawei cards need specific initialisation. - ubsa is for Belkin adapters, an Linuxy choice for another device like 3G. Speeds achieved here with a weak signal at best is ~40kb/s (UMTS). No spooky STALLED messages as well. Next: Move over all entries for Sierra and Novatel cards once I have found testers, and implemented serial port enumeration for Sierra (or rather have Andrea Guzzo do it). They list all endpoints in 1 iface instead of 4 ifaces. Submitted by: aguzzo@anywi.com MFC after: 3 weeks
* Remove stale BUGS.mav2008-10-081-3/+1
|
* Whitespace nitdes2008-10-081-1/+1
| | | | MFC after: 1 week
* Document new NGM_NETFLOW_SETCONFIG control message.mav2008-10-081-3/+31
|
* the 3945 firmware license does not require acknowledging the EULA,sam2008-10-071-17/+2
| | | | | | | | remove the sysctl ack requirement Pointed out by: Joerg Sonnenberger Reviewed by: thompsa Approved by: core
* Reference igb(4) i SEE ALSO.simon2008-10-061-0/+1
| | | | MFC after: 1 week
* Only a few of the loader tunables / sysctl variables are documented,simon2008-10-062-0/+197
| | | | | | | | | as I'm not really sure what the rest do. The list of adaptors was found at http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&Inst=Yes&DwnldID=15815 MFC after: 1 week
* - Add 82574 to list of supported controller chips.simon2008-10-061-3/+18
| | | | | | | | | | - Add Intel PRO/1000 PF and Intel PRO/1000 PT adaptors to list of supported adaptors. The list of adaptors was found at http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&Inst=Yes&DwnldID=10957 MFC after: 1 week
* Document that the bce(4) driver works with Dell PowerEdge 1950/2950simon2008-10-061-0/+4
| | | | | | NIC's. MFC after: 3 days
* Add a HARDWARE section. It doesn't contain any information notsimon2008-10-061-1/+12
| | | | | | | already in the DESCRIPTION section, but this allows for the manual page to be used in the automatic hardware notes generation. MFC after: 3 days
* Add myself as requested by the committers-guidelstewart2008-10-061-0/+4
| | | | Approved by: gnn (mentor)
* Add initial version of the nullfs(5) man pagedanger2008-10-052-0/+76
| | | | MFC after: 3 days
* Document that vr(4) supports Soekris Engineering net5501.simon2008-10-051-0/+2
|
* Note recently added ICH10 supportdelphij2008-10-041-2/+2
|
* - Minor mdoc cleanup.simon2008-10-041-3/+4
| | | | - Make HARDWARE section a bit more friendly for the Hardware Notes.
* - Add ae(4) to the list of devices support full hardware VLANstas2008-10-041-0/+1
| | | | | | | tags processing. Approved by: kib (mentor) MFC after: 1 week
* - Add manual page for ae(4) driver.stas2008-10-042-0/+153
| | | | | Approved by: kib (mentor) MFC after: 1 week
* - Document that 'show alllocks' and 'show locks' are only availablesimon2008-10-041-5/+10
| | | | | | | | | with witness. - Remove references to non-existing witness(9) and replace with witness(4) where appropriate. - Bump document date. MFC after: 3 days
* ITE IT8213F support.brueffer2008-10-031-2/+2
|
* Add hint about hw.snd.default_unit sysctl.mav2008-10-031-0/+5
|
* Update ng_tty for MPSAFE TTY.thompsa2008-10-031-16/+16
| | | | | | | | | | | | | This changes from a line discipline to the tty_hooks mechanism. Data will come in directly via rint_bypass and sent to the peer node in a single mbuf. As line disciplines are no longer used a new netgraph command called NGM_TTY_SET_TTY is used to attach the tty. This takes a pointer to to the open file descriptor of the tty and registers the tty hooks. When the tty disappears the node will shutdown. Thanks to: ed Sponsored by: Hobnob, Inc
* Apply upcoming fix for 2008g release.edwin2008-10-021-6/+27
|
* Mention support for nForce MCP77 and MCP79.yongari2008-10-021-2/+7
| | | | Touch Dd.
* Make example commands working.glebius2008-09-301-4/+4
| | | | Reviewed by: benjsc
* Add unistd.h to the getosreldate(3) manpage.kib2008-09-301-5/+9
| | | | | | Update referenced example to include unistd.h per manpage. Update example to be more style(9)-ish, silence warnings and add FreeBSD id to the source file.
* Small typo in the makedev(3) manpage.ed2008-09-281-1/+1
| | | | | devtoname(3) is a nonexistent function. We do have devtoname(9), but that's entirely different. The correct function is devname(3).
* Several documentation fixups related to device minor/major numbers:ed2008-09-285-82/+97
| | | | | | | | | | | | | - Document the minor(3), major(3) and makedev(3) macro's. They also apply to umajor() and uminor() in the kernel, but hopefully we'll sort that out one day. - Briefly dev2unit() inside the make_dev(9) manual page, since this is now the preferred macro to obtain character device unit numbers inside the kernel. - Remove the device_ids(9) manual page. It contains highly inaccurate information, such as a description of the nonexistent major().
* Add stronger warning that spl is historical. I almost deleted thisimp2008-09-281-0/+12
| | | | | man page entirely, but it is still mildly useful in understanding the few splxxx usages we still have in the tree.
* Also use dev2unit() in the pseudo-driver example script.ed2008-09-271-1/+1
| | | | | Because I'm planning on MFC'ing my last change to this file, make sure we use dev2unit() here as well.
OpenPOWER on IntegriCloud