aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* 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
* This part of the struct isn't needed on FreeBSD:Alexander Leidinger2005-09-241-0/+2
* Make rule zero really magical, that way we don't have to do anythingPoul-Henning Kamp2005-09-243-153/+99
* Remove obsolete includeWarner Losh2005-09-231-2/+0
* Restore a historical ufs_inactive behavior that has been changedXin LI2005-09-231-1/+1
* Canonicalize the UNIX domain socket copyright layout: original holdersRobert Watson2005-09-231-2/+3
* For reasons of consistency (and necessity), assert an exclusive vnodeRobert Watson2005-09-231-0/+1
* Fix commentMaksim Yevmenkin2005-09-221-1/+1
* Forgot to commit ata-card fixes last night. Fix gleb's attempt to doWarner Losh2005-09-221-4/+7
* Fix build.Gleb Smirnoff2005-09-221-9/+4
* Fix the "fpudna: fpcurthread == curthread XXX times" problem.Stephan Uphoff2005-09-221-0/+1
* Don't pretend to be thread0 when calling sync().Stephan Uphoff2005-09-221-2/+2
* Cause all flags passed by boot2 to set the respective loader(8)Ruslan Ermilov2005-09-223-1/+12
* Add loader(8) variables for RB_DFLTROOT, RB_MUTE, and RB_PAUSE:Ruslan Ermilov2005-09-2210-15/+90
* Remove compat layer for OLDCARD compatibility. All instances of itWarner Losh2005-09-222-39/+0
* - RBX_MASK wasn't updated when RB_PAUSE was changed from 0x40000Ruslan Ermilov2005-09-222-4/+4
* Add fi_sx, an sx lock to serialize I/O operations on the socket pairRobert Watson2005-09-221-3/+16
* 'PC Card' instead of other variantsWarner Losh2005-09-226-12/+12
* Eliminate dead codeWarner Losh2005-09-221-6/+0
* PC Card instead of other variantsWarner Losh2005-09-222-5/+5
* Finish last commit: actually remove compat methods from bt3c_pccard_methodsWarner Losh2005-09-221-7/+3
* Remove broken OLDCARD compat shims.Warner Losh2005-09-221-16/+4