aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Accept "maximum" and "minimum" modes as well as their abbreviations.Dag-Erling Smørgrav2005-09-262-3/+3
* Assert v_fifoinfo is non-NULL in fifo_close() in order to catchRobert Watson2005-09-261-0/+1
* Acquire Giant in uprintf() and tprintf() rather than asserting it. InRobert Watson2005-09-261-6/+11
* Fix order and style(9) to match surrounding defs.Nate Lawson2005-09-261-1/+1
* minor style.Makefile(5) fixes:Giorgos Keramidas2005-09-261-2/+7
* Add dummy support for ifmedia subsystem. This allows devd to see cdce as anMaxim Sobolev2005-09-262-0/+32
* Remove the kernel portion of OLDCARD. I'm working on a replacementWarner Losh2005-09-257-5401/+0
* Remove references to OLDCARD.Warner Losh2005-09-252-16/+1
* OLDCARD is being removed from the tree, so remove it from here.Warner Losh2005-09-251-26/+1
* Correct filesystem mountpointPoul-Henning Kamp2005-09-251-2/+2
* Fix multiple abuses of __RMAN_RESOURCE_VISIBLE in the arm code.Olivier Houchard2005-09-259-44/+55
* __RMAN_RESOURCE_VISIBLE not necessary.Poul-Henning Kamp2005-09-251-3/+0
* __RMAN_RESOURCE_VISIBLE not needed.Poul-Henning Kamp2005-09-251-1/+0
* Replace __RMAN_RESOURCE_VISIBLE with calls to public entry pointsPoul-Henning Kamp2005-09-258-33/+28
* Add rman_is_region_manager() for the benefit of an alpha hack.Poul-Henning Kamp2005-09-252-0/+8
* __RMAN_RESOURCE_VISIBLE is not actually needed.Poul-Henning Kamp2005-09-251-1/+0
* Lock the read socket receive buffer when frobbing the sb_state flag onRobert Watson2005-09-251-2/+2
* Substitute rman_get_start() for __RMAN_RESOURCE_VISIBLEPoul-Henning Kamp2005-09-251-7/+7
* This file never needed to see what is in the internal struct resource,Poul-Henning Kamp2005-09-251-9/+7
* Overhaul error handling in the IPS driver. Don't use a magic value forScott Long2005-09-255-73/+102
* Remove OLDCARD vestiges from hereWarner Losh2005-09-251-60/+0
* Fix commentWarner Losh2005-09-251-2/+2
* Implement new world order in VFS locking for extended attributes. This willChristian S.J. Peron2005-09-243-71/+137
* Do not bitch about bsdpan modules not having origin.Kirill Ponomarev2005-09-241-1/+1
* Fix -u with absolute paths (e.g., "tar -uf foo.tar /bar") by handlingTim Kientzle2005-09-241-12/+12
* Detect Mac OS X's broken ACL library.Tim Kientzle2005-09-242-1/+8
* signed/unsigned fixes (thanks to GCC4) and a few related minor style correcti...Tim Kientzle2005-09-249-15/+23
* Use the new bus_space/resource convenience functions.Poul-Henning Kamp2005-09-243-99/+53
* Use new bus_space/resource convenience functions.Poul-Henning Kamp2005-09-244-148/+71
* Add convenience macros for bus_space usage that doesn't require specificationPoul-Henning Kamp2005-09-242-0/+203
* Split struct resource in an external and internal part.Poul-Henning Kamp2005-09-242-48/+78
* Remove '\n' since it's redundant in case if file doesn't exist whileKirill Ponomarev2005-09-241-1/+1
* Add two convenience functions for device drivers: bus_alloc_resources()Poul-Henning Kamp2005-09-244-5/+43
* I have confirmed with my Epson EEN10B that it needs to look at theWarner Losh2005-09-241-2/+1
* Remove unnecessary Dlink de650 entryWarner Losh2005-09-241-1/+0
* The DLink DE650 has the same ID as Linksys EthernetCard, so we don'tWarner Losh2005-09-241-1/+0
* Try to avoid crashes during kernel startup by limiting the # of EISAWilko Bulte2005-09-241-0/+3
* Simplify the code by making use of 'kldstat -q -m <mod>'.Pawel Jakub Dawidek2005-09-242-7/+4
* This part of the struct isn't needed on FreeBSD:Alexander Leidinger2005-09-241-0/+2
* The function inplace_edit() doesn't exist anymore, remove the prototype.Stefan Farfeleder2005-09-241-1/+0
* Make it possible to set the NANO_TOOLS variable to a directory outsideSimon L. B. Nielsen2005-09-241-2/+11
* Update usage.Pawel Jakub Dawidek2005-09-241-1/+1
* Fix typo.Christian Brueffer2005-09-241-1/+1
* Make rule zero really magical, that way we don't have to do anythingPoul-Henning Kamp2005-09-243-153/+99
* Modify the code path of the ifdef NOTYET part of _kse_single_thread():Brian Somers2005-09-244-16/+22
* Simplify the code a bit by using newly added (to kldstat(8) '-q') option.Pawel Jakub Dawidek2005-09-231-4/+1
* Add '-q' option, which (when used with '-m' option) just tells if the givenPawel Jakub Dawidek2005-09-232-3/+15
* Remove obsolete includeWarner Losh2005-09-231-2/+0
* Restore a historical ufs_inactive behavior that has been changedXin LI2005-09-231-1/+1
* If we're not installing OpenSSH in the base, don't install its startupGarrett Wollman2005-09-231-1/+6