summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Rename the `minor' argument of make_dev(9) to `unit'.ed2008-09-261-6/+6
| | | | | | | | | To prevent any further confusion about device minor and unit numbers, we'd better just refer to device unit numbers. Many people still think the numbers we show inside devfs have any relation to the numbers passed to make_dev(9), which is not the case. Discussed with: kib
* Undocument dead option.des2008-09-241-10/+0
| | | | MFC after: 3 days
* Allow a jail's IP alias to be created with an arbitrary netmask.ru2008-09-241-1/+7
| | | | MFC after: 3 days
* regensam2008-09-231-1/+168
|
* Add my entry to committers-src.dotrnoland2008-09-221-0/+2
| | | | Approved by: jhb(mentor)
* Make the make_pseudo_driver.sh shellscript work again.ed2008-09-221-2/+2
| | | | | | | | | | | It seems this script was broken because of the SYSINIT changes and a rather awkward variable initialisation. For some reason the make_device_driver.sh script is also broken, related to BUS_SETUP_INTR. I have no experience with FreeBSD's interrupt handling, so I hope someone else is willing to take a look at that shell script. PR: misc/126435 MFC after: 1 month
* Document changes in behaviour due to sparse CPU numbering support.jkoshy2008-09-221-9/+17
|
* add new build knobs and jigger some existing controls to improvesam2008-09-212-17/+66
| | | | | | | | control over the result of buildworld and installworld; this especially helps packaging systems such as nanobsd Reviewed by: various (posted to arch) MFC after: 1 month
* Change the wording to prefer 'forwarding' but still retain the word routing forthompsa2008-09-191-1/+2
| | | | | | clarity. Suggested by: dougb
* Hello, svn world! (adding myself to yet another list)zec2008-09-181-0/+2
| | | | Approved by: silby (mentor)
* Fix small mistake.mav2008-09-181-3/+3
|
* Add ASUS P5KPL-C to the list of supported motherboard.yongari2008-09-181-1/+3
| | | | Reported by: < nikola.lecic <at> anthesphoria dot net >
* Bump modification date.mav2008-09-171-1/+1
|
* Fix a typo.mav2008-09-171-1/+1
|
* Add set of snd_hda driver configuration examples to the man page.mav2008-09-171-0/+97
|
* Remove the suser(9) interface from the kernel. It has been replaced fromattilio2008-09-175-128/+3
| | | | | | | | | | | | | | | | | years by the priv_check(9) interface and just very few places are left. Note that compatibility stub with older FreeBSD version (all above the 8 limit though) are left in order to reduce diffs against old versions. It is responsibility of the maintainers for any module, if they think it is the case, to axe out such cases. This patch breaks KPI so __FreeBSD_version will be bumped into a later commit. This patch needs to be credited 50-50 with rwatson@ as he found time to explain me how the priv_check() works in detail and to review patches. Tested by: Giovanni Trematerra <giovanni dot trematerra at gmail dot com> Reviewed by: rwatson
* Allow a jail to be started with a specific route fib.thompsa2008-09-161-1/+6
| | | | | Reviewed by: secteam (simon) Reviewed by: brooks, bz
* Add the ffs structures introspection functions for ddb.kib2008-09-161-0/+20
| | | | | | | | | Show the b_dep value for the buffer in the show buffer command. Add a comand to dump the dirty/clean buffer list for vnode. Reviewed by: tegge Tested and used by: pho MFC after: 1 month
* MFV of tzdata2008c:edwin2008-09-164-11/+139
| | | | | | Changes for Mauritius, Morocco, Pakistan, Palestine, Argentina and Brazil. Approved by: bde@ (implicit)
* decription of macros to add ddb commandssam2008-09-152-0/+116
| | | | | Submitted by: Guillaume Ballet <gballet@gmail.com> MFC after: 1 month
* Connect dev_clone.9 and devfs_set_cdevpriv.9 to the build.kib2008-09-151-0/+5
|
* Minor language fixes and updates to the hardware section.joel2008-09-141-12/+32
|
* Update man page according to r182999 snd_hda driver update.mav2008-09-131-33/+160
|
* Remove unneeded comma.kib2008-09-121-1/+1
| | | | Noted by: kensmith
* Document dev_clone eventhandler interfacekib2008-09-111-0/+74
|
* Add a first draft of the cdevpriv(9) documentationkib2008-09-111-0/+121
|
* Document make_dev_credf(9), destroy_dev_sched(9) and destroy_dev_drain(9)kib2008-09-111-4/+123
| | | | | | functions. Reviewed by: brueffer
* Update insmntque(9) manpage, bringing it close to reality.kib2008-09-111-4/+36
| | | | Reviewed by: brueffer
* Resurrect the sbni(4) driver. Someone finally tested the MPSAFE patches andjhb2008-09-102-0/+134
| | | | | | the driver worked ok with them. Tested by: friends of yar
* Document TAPGIFNAME, TAPSIFINFO and TAPGIFINFO tap(4)emax2008-09-081-1/+16
| | | | | | character device ioctl's. MFC after: 1 week
* Put the bridge mac inheritance behind a sysctl with the default off as thisthompsa2008-09-081-0/+16
| | | | | | still needs all the edge cases fixed. Submitted by: Eygene Ryabinkin
* Document BUS_DMA_NOCACHE.kib2008-09-061-0/+7
| | | | MFC after: 3 days
* Add myself to the list of ports committers.jpaetzel2008-09-061-0/+3
| | | | Approved by: ade (mentor)
* Add a note that CTASSERT() should not be used in header files.emaste2008-09-051-1/+9
|
* Hook up ixgbe(4) to the build. D'oh!brueffer2008-09-041-0/+2
|
* Implement pts(4) packet mode.ed2008-09-041-6/+0
| | | | | | | | | As reported by several users on the mailing lists, applications like screen(1) fail to properly handle ^S and ^Q characters. This was because MPSAFE TTY didn't implement packet mode (TIOCPKT) yet. Add basic packet mode support to make these applications work again. Obtained from: //depot/projects/mpsafetty/...
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.attilio2008-08-312-8/+4
| | | | | | Manpages are updated accordingly. Tested by: Diego Sardina <siarodx at gmail dot com>
* Reflect recent changes to the sysctl debug.witness.watch moving into aattilio2008-08-301-3/+4
| | | | tri-state variable.
* Add links to all bpf(9) functions.jkim2008-08-281-0/+8
|
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-9/+7
| | | | | | was always curthread and totally unuseful. Tested by: Giovanni Trematerra <giovanni dot trematerra at gmail dot com>
* Add recent ELSA additions to wi(4), plus make sure the list matchesimp2008-08-271-0/+3
| | | | | | | | the driver for ELSA. PR: 77913 Submitted by: Daan Vreeken MFC after: 3 days
* Add DWA-110 and DWA-111 to the list of devices supported by rum(4)kevlo2008-08-251-0/+2
|
* Note that most Windows CE phones are supported by this driver.imp2008-08-251-0/+1
| | | | | # It would be nice if we had a good way to generate this list from the driver # list itself, since there's now over 400 listed Ids.
* Update uipaq for FreeBSD's driver:imp2008-08-252-8/+32
| | | | | | | | | | o List all devices FreeBSD supports (more on the way) o Sort the list of supported devices o Note this was introduced with FreeBSD 7.0 o Include the FreeBSD configuration synopsis o Bump the man page date o Put $FreeBSD$ where all the other usb man pages have it. And add to build.
* Bring in verbatim copy of NetBSD's uipaq.4 man page. This in turn wasimp2008-08-251-0/+73
| | | | | copied from OpenBSD. I'll adjust the history section to reflect FreeBSD's history, and attach it to the build later.
* Add a very simple dpms(4) driver that uses the VESA BIOS DPMS calls tojhb2008-08-232-0/+59
| | | | | | | turn off the external display during suspend and restore it to its original state on resume. MFC after: 2 weeks
* Document that devlistp and devcountp are only updated when there's noimp2008-08-231-1/+5
| | | | | error. Bump date.
* Add a label for myself.jhb2008-08-221-0/+1
|
OpenPOWER on IntegriCloud