aboutsummaryrefslogtreecommitdiff
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Correct ugen.4 to show that it has been integrated into usb(4). Also fixWarren Block2012-07-221-34/+24
| | | | | | | | | | some punctuation errors. Approved by: hps MFC after: 3 days Notes: svn path=/head/; revision=238705
* Remove copy/pasteo in the copyright notice.George V. Neville-Neil2012-07-211-3/+0
| | | | Notes: svn path=/head/; revision=238665
* Add a new script, hotopen, which shows what uid is opening filesGeorge V. Neville-Neil2012-07-202-2/+63
| | | | | | | | | on a per second basis. While here clean up the Makefile as well. MFC after: 1 week Notes: svn path=/head/; revision=238660
* Import an updated version of moduli(5) manual page from OpenBSD.Xin LI2012-07-201-133/+99
| | | | | | | MFC after: 1 month Notes: svn path=/head/; revision=238631
* Add some examples about how to use FreeBSD's libusb20 in your ownJoerg Wunsch2012-07-187-0/+854
| | | | | | | code. Notes: svn path=/head/; revision=238603
* Put parenthesis around sizeof args.Kevin Lo2012-07-174-6/+6
| | | | Notes: svn path=/head/; revision=238542
* Add a script that traces NFS attribute cache accesses.George V. Neville-Neil2012-07-161-0/+74
| | | | | | | | Submitted by: rwatson MFC after: 2 weeks Notes: svn path=/head/; revision=238535
* Change language in WITH_BSDCONFIG to match other options, and regenNiclas Zeising2012-07-141-1/+4
| | | | | | | | | src.conf(5), which was missed in r238438. Approved by: joel (mentor) Notes: svn path=/head/; revision=238448
* Import bsdconfig(8) as a replacement for the post-install abilities ofDevin Teske2012-07-141-0/+1
| | | | | | | | | | | deprecated sysinstall(8). NOTE: WITH_BSDCONFIG is currently required. Submitted by: Devin Teske (dteske), Ron McDowell <rcm@fuzzwad.org> Reviewed by: Ron McDowell <rcm@fuzzwad.org> Approved by: Ed Maste (emaste) Notes: svn path=/head/; revision=238438
* Update for new core team. Looks like this file was not updated two yearsGavin Atkinson2012-07-121-1/+1
| | | | | | | | | ago for the last core team. MFC after: 3 days Notes: svn path=/head/; revision=238396
* Make ipfw0 logging pseudo-interface clonable. It can be created automaticallyHiroki Sato2012-07-091-1/+11
| | | | | | | | | | by $firewall_logif rc.conf(5) variable at boot time or manually by ifconfig(8) after a boot. Discussed on: freebsd-ipfw@ Notes: svn path=/head/; revision=238277
* - Add support of the following USB devices to run(4):Hiroki Sato2012-07-091-1/+4
| | | | | | | | | | * Logitec LAN-W150N/U2 * Buffalo WLI-UC-GNM2 - Add device id of Planex GW-USValue-EZ. Notes: svn path=/head/; revision=238274
* Add a description of the Spanish Dvorak keymap added in r235251Eitan Adler2012-07-071-0/+2
| | | | | | | | | | PR: conf/160235 Submitted by: gavin Approved by: cperciva MFC after: 3 days Notes: svn path=/head/; revision=238205
* Document RO_RTFREE() macro.Gleb Smirnoff2012-07-041-1/+10
| | | | Notes: svn path=/head/; revision=238093
* Add myself to commiters-[doc,ports].dot and calendar.freebsdNiclas Zeising2012-07-032-0/+6
| | | | | | | Approved by: joel (doc/www mentor) kwm (ports mentor) Notes: svn path=/head/; revision=238058
* Added options:Marcel Moolenaar2012-07-021-1/+16
| | | | | | | | WITH_INSTALL_AS_USER WITHOUT_PKGBOOTSTRAP Notes: svn path=/head/; revision=238025
* Fix build after r237997.Gleb Smirnoff2012-07-021-0/+1
| | | | Notes: svn path=/head/; revision=238010
* Add reference to portsnap(8).Warren Block2012-07-021-3/+5
| | | | | | | | Submitted by: Tim Kientzle MFC after: 1 day Notes: svn path=/head/; revision=238008
* Fix typo in r237981.Alexander Motin2012-07-021-1/+1
| | | | Notes: svn path=/head/; revision=237982
* Add acpi_asus_wmi(4) -- driver for random extras found on WMI-compatibleAlexander Motin2012-07-023-0/+93
| | | | | | | | | | | | | | | | | | Asus laptops. It is alike to acpi_asus(4), but uses WMI interface instead of separate ACPI device. On Asus EeePC T101MT netbook it allows to handle hotkeys and on/off WLAN, Bluetooth, LCD backlight, camera, cardreader and touchpad. On Asus UX31A ultrabook it allows to handle hotkeys, on/off WLAN, Bluetooth, Wireless LED, control keyboard backlight brightness, monitor temperature and fan speed. LCD brightness control doesn't work now for unknown reason, possibly requiring some video card initialization. Sponsored by: iXsystems, Inc. Notes: svn path=/head/; revision=237981
* Correct a grammo.Jens Schweikhardt2012-07-011-1/+1
| | | | Notes: svn path=/head/; revision=237937
* mps(4) is endian safe as of r237683.Christian Brueffer2012-06-301-4/+1
| | | | Notes: svn path=/head/; revision=237836
* Add the 'inet' keyword after the nat rule to avoid interfering withRui Paulo2012-06-282-2/+2
| | | | | | | IPv6. Notes: svn path=/head/; revision=237681
* Update entries in organization.dot for the following groups:Glen Barber2012-06-281-4/+4
| | | | | | | | | | | | | coresecretary, portmgr, portmgrsecretary, secteam Sort entries by last name. Note: core is left as-is intentionally for now. Submitted by: bcr, rpaulo Notes: svn path=/head/; revision=237680
* Remove a '\n' that crept in accidentally.Glen Barber2012-06-281-1/+1
| | | | Notes: svn path=/head/; revision=237677
* Update organization.dot to reflect current doceng@.Glen Barber2012-06-281-1/+1
| | | | | | | While here, sort line by last name. Notes: svn path=/head/; revision=237676
* Add my entry to committers-ports.dot.Glen Barber2012-06-271-0/+3
| | | | Notes: svn path=/head/; revision=237675
* Point out that /usr/src, /usr/doc, and /usr/ports may be empty or notWarren Block2012-06-271-2/+8
| | | | | | | | | | | exist until populated with csup(1) or svn(1). PR: 169487 Submitted by: Moritz Wilhelmy MFC after: 1 day Notes: svn path=/head/; revision=237655
* Add manual page for bxe(4).Edward Tomasz Napierala2012-06-272-0/+142
| | | | | | | | Reviewed by: davidch (earlier version) MFC after: 1 week Notes: svn path=/head/; revision=237636
* - Regen after BSD sort changeGabor Kovesdan2012-06-271-4/+4
| | | | Notes: svn path=/head/; revision=237630
* - Switch to BSD sort as default sort. GNU sort will still be installed asGabor Kovesdan2012-06-271-1/+1
| | | | | | | | | | | | "gnusort". Most of the BSD sort development work was done by Oleg Moskalenko <oleg.moskalenko@citrix.com>. - GNU grep can be set to default by setting WITH_GNU_GREP. It will cause BSD sort to be installed as "bsdsort". Portbuild tested by: linimon Notes: svn path=/head/; revision=237629
* Try clean up some of my original text and neaten a table.Julian Elischer2012-06-271-23/+33
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=237619
* Add -DWITH_INSTALL_AS_USER to the source build (naming matches theDavid E. O'Brien2012-06-261-0/+12
| | | | | | | | | | | | | same functionality of The Ports Collection). This sets BINOWN, BINGRP, etc... to match current user. This this allows 'install', as used in 'make install', to succeed (assuming user has write permissions). Submitted by: Simon J Gerraty <sjg@juniper.net> Discussed on: freebsd-arch Notes: svn path=/head/; revision=237612
* Fix an issue that caused the kernel to panic inside CTL when tryingKenneth D. Merry2012-06-261-21/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to attach to target capable HBAs that implement the old immediate notify (XPT_IMMED_NOTIFY) and notify acknowledge (XPT_NOTIFY_ACK) CCBs. The new API has been in place since SVN change 196008 in 2009. The solution is two-fold: fix CTL to handle the responses from the HBAs, and convert the HBA drivers in question to use the new API. These drivers have not been tested with CTL, so how well they will interoperate with CTL is unknown. scsi_target.c: Update the userland target example code to use the new immediate notify API. scsi_ctl.c: Detect when an immediate notify CCB is returned with CAM_REQ_INVALID or CAM_PROVIDE_FAIL status, and just free it. Fix a duplicate assignment. aic79xx.c, aic79xx_osm.c: Update the aic79xx driver to use the new API. Target mode is not enabled on for this driver, so the changes will have no practical effect. aic7xxx.c, aic7xxx_osm.c: Update the aic7xxx driver to use the new API. sbp_targ.c: Update the firewire target code to work with the new API. mpt_cam.c: Update the mpt(4) driver to work with the new API. Target mode is only enabled for Fibre Channel mpt(4) devices. MFC after: 3 days Notes: svn path=/head/; revision=237601
* Explicitly mention that setting the change and expiry times to zero isBenjamin Kaduk2012-06-251-6/+10
| | | | | | | | | | | | | | | | equivalent to leaving the time unset. [1] Wordsmith in the compat support section. Use a full path to nologin(8) in the context of setting it as a user's shell, keeping a separate cross-reference. PR: docs/169354 [1] Approved by: hrs (mentor) MFC after: 3 weeks Notes: svn path=/head/; revision=237581
* Ensure crunchen uses the same make binary as the rest of the build.David E. O'Brien2012-06-251-1/+1
| | | | | | | Submitted by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/head/; revision=237574
* Add missing MLINKS for whatever -> if_whatever.Edward Tomasz Napierala2012-06-251-0/+18
| | | | | | | | Reviewed by: brueffer MFC after: 1 week Notes: svn path=/head/; revision=237572
* Fix a bug which causes a panic in daopen(). The panic is caused byKenneth D. Merry2012-06-241-1/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a da(4) instance going away while GEOM is still probing it. In this case, the GEOM disk class instance has been created by disk_create(), and the taste of the disk is queued in the GEOM event queue. While that event is queued, the da(4) instance goes away. When the open call comes into the da(4) driver, it dereferences the freed (but non-NULL) peripheral pointer provided by GEOM, which results in a panic. The solution is to add a callback to the GEOM disk code that is called when all of its resources are cleaned up. This is implemented inside GEOM by adding an optional callback that is called when all consumers have detached from a provider, and the provider is about to be deleted. scsi_cd.c, scsi_da.c: In the register routine for the cd(4) and da(4) routines, acquire a reference to the CAM peripheral instance just before we call disk_create(). Use the new GEOM disk d_gone() callback to register a callback (dadiskgonecb()/cddiskgonecb()) that decrements the peripheral reference count once GEOM has finished cleaning up its resources. In the cd(4) driver, clean up open and close behavior slightly. GEOM makes sure we only get one open() and one close call, so there is no need to set an open flag and decrement the reference count if we are not the first open. In the cd(4) driver, use cam_periph_release_locked() in a couple of error scenarios to avoid extra mutex calls. geom.h: Add a new, optional, providergone callback that is called when a provider is about to be deleted. geom_disk.h: Add a new d_gone() callback to the GEOM disk interface. Bump the DISK_VERSION to version 2. This probably should have been done after a couple of previous changes, especially the addition of the d_getattr() callback. geom_disk.c: Add a providergone callback for the disk class, g_disk_providergone(), that calls the user's d_gone() callback if it exists. Bump the DISK_VERSION to 2. geom_subr.c: In g_destroy_provider(), call the providergone callback if it has been provided. In g_new_geomf(), propagate the class's providergone callback to the new geom instance. blkfront.c: Callers of disk_create() are supposed to pass in DISK_VERSION, not an explicit disk API version number. Update the blkfront driver to do that. disk.9: Update the disk(9) man page to include information on the new d_gone() callback, as well as the previously added d_getattr() callback, d_descr field, and HBA PCI ID fields. MFC after: 5 days Notes: svn path=/head/; revision=237518
* Remove superfluous paragraph macro.Joel Dahl2012-06-231-1/+0
| | | | Notes: svn path=/head/; revision=237509
* Add description about dev.acpi_ibm.0.handlerevents.Mitsuru IWASAKI2012-06-231-1/+26
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=237494
* Now that there is an est(4) man page, reference it here in cpufreq(4).Sean Bruno2012-06-201-0/+1
| | | | Notes: svn path=/head/; revision=237330
* Correct misunderstanding of hw.est.strictSean Bruno2012-06-191-2/+2
| | | | | | | | | | | | | | | | Setting strict causes a validation of the requested value vs the value currently running after a frequency change is requested. Change applicability to be single core not i386. Thanks to mav@ for reviewing and commenting on my lack of understanding. MFC after: 2 weeks Notes: svn path=/head/; revision=237273
* Remove end of line whitespace.Joel Dahl2012-06-191-2/+2
| | | | Notes: svn path=/head/; revision=237251
* Minor mdoc fixes.Joel Dahl2012-06-191-6/+4
| | | | Notes: svn path=/head/; revision=237250
* Document support for Intel Enhanced Speedstep Tech interfaceSean Bruno2012-06-182-0/+101
| | | | | | | | | | | | | | | | of cpufreq(4) via a new man page est(4) Document the two exposed tuneables of est(4). I'd appreciate more reviews of content if possible. I gleaned the information contained herein from sys/x86/cpufreq/est.c and the Intel reference documentation Reviewed by: wblock hrs gjb MFC after: 2 weeks Notes: svn path=/head/; revision=237245
* Document the hw.ahci.force tunable here, too, as it's also used byMarius Strobl2012-06-181-2/+6
| | | | | | | | | ataahci(4) and atanvidia(4). MFC after: 3 days Notes: svn path=/head/; revision=237235
* Avoid hard sentence break.Marius Strobl2012-06-181-2/+3
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=237234
* Make radix lookup on src and dst flow addresses optionalAlexander V. Chernikov2012-06-181-9/+38
| | | | | | | | | | | | | | | | and configurable on per-interface basis. Remove __inline__ for several functions being called once per flow (e.g once per 10-20 packets on common traffic flows). Update manual page to simplify search for BPF data link types. Sponsored by Yandex LLC Reviewed by: glebius Approved by: ae(mentor) MFC after: 2 weeks Notes: svn path=/head/; revision=237227
* Fix mdoc style nitsEitan Adler2012-06-171-4/+7
| | | | | | | | | | | PR: kern/168910 Submitted by: gjb Approved by: gjb MFC after: 3 days X-MFC-With: r237178 Notes: svn path=/head/; revision=237180
* attach_generic causes missing devices in /dev when the driverEitan Adler2012-06-171-3/+4
| | | | | | | | | | | | | | | interacts with some non-highpoint controollers. Change attach_generic to be off by default. PR: kern/168910 Submitted by: Richard Yao <ryao@gentoo.org> Approved by: cperciva No objections by: -hackers Obtained from: Gentoo FreeBSD MFC after: 2 weeks Notes: svn path=/head/; revision=237178