summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* When reloading rules via rc.d/pf, flush everything but existing stateseanc2005-04-041-1/+3
* Divorce critical sections from spinlocks. Critical sections as denoted byjhb2005-04-0461-996/+408
* Include <string.h> and <strings.h> for various functions.stefanf2005-04-041-0/+2
* Flip the switch and turn mpsafevm on by default for sparc64.jhb2005-04-041-1/+1
* make _files_getaddrinfo() re-entrant.ume2005-04-041-22/+19
* Don't leak mutex on open failure.phk2005-04-041-1/+3
* Add support for _PDC/_OSC by advertising that we support direct access tonjl2005-04-042-7/+26
* Add the acpi_get_features() method. This method is called on child driversnjl2005-04-043-28/+48
* Document that devclass_get_maxunit(9) returns one greater than the currentnjl2005-04-042-3/+8
* Add devclass_get_drivers(9) which provides an array of pointers to drivernjl2005-04-043-0/+99
* - Add a missing unlock of the vnode_free_list_mtx.jeff2005-04-041-1/+3
* - Instead of waiting forever to get a vnode in getnewvnode() wait forjeff2005-04-041-1/+3
* Fix a small locking error.philip2005-04-041-2/+3
* - Fix union's assumptions about when the dvp is unlocked. It is onlyjeff2005-04-041-3/+3
* No need to ifdef this pc98.imp2005-04-041-2/+0
* remove extern from function declssam2005-04-044-93/+83
* use frame type returned by ieee80211_input to drive softled codesam2005-04-042-5/+3
* change ieee80211_input to return the frame type or -1sam2005-04-042-6/+8
* Add pthread_condattr_getclock, pthread_condattr_setclock.davidxu2005-04-031-0/+4
* Export pthread_condattr_getclock, pthread_condattr_setclock.davidxu2005-04-031-0/+2
* - Include opt_vfs.h for LOOKUP_SHARED.jeff2005-04-031-8/+16
* - Move LOOKUP_SHARED from opt_global.h to opt_vfs.h so we don't havejeff2005-04-031-1/+3
* Move pc98 specific parts to the pc98 specific file.imp2005-04-036-27/+123
* - Don't NULL the vnode's v_object pointer until after the object is tornjeff2005-04-031-1/+1
* maxunit is actually one higher than the greatest currently-allocated unitnjl2005-04-031-1/+1
* Instead of leaving the current frequency setting at whatever the BIOS setnjl2005-04-031-2/+2
* With pc98/include, we can have pc98 and i386 specific bus spaceimp2005-04-036-1868/+1960
* MFen 1.30 -> 1.31delphij2005-04-031-17/+17
* MFen 1.276 -> 1.277delphij2005-04-031-1/+3
* Remove debug from last commitimp2005-04-031-2/+0
* - Add a missing g_io_deliver() in case of allocation failure - we didn'tpjd2005-04-031-3/+17
* Fix a buglet that caused slaves to be nondetected.sos2005-04-031-3/+4
* - Use M_ZERO rather than explicitly calling bzero().jeff2005-04-031-13/+13
* - Slightly restructure acquire() so I can add more ktr information andjeff2005-04-031-18/+14
* - In ffs_sync we need to pass LK_SLEEPFAIL in when we lock the vnodejeff2005-04-031-4/+3
* - Move the contents of softdep_disk_prewrite into ffs_geom_strategy to fixjeff2005-04-033-32/+21
* - Now that writes to character devices supporting softupdates canjeff2005-04-031-3/+4
* If they ever tell my story,pjd2005-04-031-0/+2
* Remove GIANT_REQUIRED from elfN_load_section().alc2005-04-031-2/+0
* Don't init ifp->if_addrhead, if_attach() does it for us.brooks2005-04-031-1/+0
* Don't refer to devices that don't exist.imp2005-04-031-4/+0
* /*-imp2005-04-031-1/+1
* Fix buidling of boot blocks for pc98 with new links.imp2005-04-031-3/+11
* Don't forget to create new-style links for module builds.imp2005-04-031-1/+6
* Make sure that $_MARCH and friends existimp2005-04-031-0/+8
* Now that we have proper links, no need to fake up ones as part ofimp2005-04-032-4/+0
* MFC noted: arcmsr(4).bmah2005-04-022-2/+2
* Rewrite the fixit section to reflect reality as I understand it.bmah2005-04-021-16/+48
* Mention that CDROMs have a slightly different layout than what isbmah2005-04-021-4/+15
* Use <replaceable></replaceable> elements where appropriate for floppybmah2005-04-021-15/+15
OpenPOWER on IntegriCloud