summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fully initialize the required TSS fields so that the io permissioncperciva2005-04-063-1/+4
* Use ACTION_PTR(r) instead of (r->cmd + r->act_ofs).brooks2005-04-061-2/+2
* Make dummynet_flush() match its prototype.brooks2005-04-051-1/+1
* Fix 32 bit signals on amd64. It turns out that I was sign extendingpeter2005-04-051-72/+72
* Add support for FTDI's FT2232C twin channel chip.ticso2005-04-052-14/+27
* remove usbd_errstr(err) from printf.ticso2005-04-051-2/+2
* Don't free the _PSS buffer until after we check to see if we have no validjhb2005-04-051-2/+2
* Oops, revert a commit that snuck in with the earlier critical sectionjhb2005-04-051-1/+0
* Release the IRQ resource on detach. This fixes repeatedly loading andmarius2005-04-051-0/+1
* Major overhaul and cleanup of ng_source node.glebius2005-04-052-164/+134
* Fix a change in a debug printf I missed in an earlier commit.jhb2005-04-051-1/+1
* Fix a use-after-free problem in atapi_cb(). Add some necessary synchronizationscottl2005-04-051-4/+13
* Add firstshot support for Acer Labs Inc SATA partssos2005-04-053-36/+111
* natd core dumps when -reverse switch is used because of a bug inphk2005-04-051-2/+2
* Push some faulty debugging aside so LINT compiles.phk2005-04-051-1/+1
* - Move NDFREE() from vfs_subr to vfs_lookup where namei() is.jeff2005-04-052-38/+38
* - Use taskqueue_thread rather than taskqueue_swi since our task is goingjeff2005-04-051-1/+1
* - Consistently call 'vp' vp rather than ovp sometimes in ffs_truncate().jeff2005-04-051-105/+104
* Run em_local_timer() once per second instead of running it once per 2 seconds.glebius2005-04-051-4/+4
* Add locking and enable INTR_MPSAFE. Eliminate spl calls.alc2005-04-052-55/+102
* Re-enable the atapicam driver in NOTES.scottl2005-04-051-1/+1
* Connect the atapicam module to the build.scottl2005-04-051-1/+1
* Add a Makefile for atapi-cam.scottl2005-04-051-0/+9
* Commit ATAPI-CAM for ATAmkIII. Improvements and changes:scottl2005-04-051-151/+186
* Assert that the vnode is locked. This is meant to catch bugs orcsjp2005-04-051-0/+1
* Divorce critical sections from spinlocks. Critical sections as denoted byjhb2005-04-0461-996/+408
* Flip the switch and turn mpsafevm on by default for sparc64.jhb2005-04-041-1/+1
* 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-041-0/+3
* Add devclass_get_drivers(9) which provides an array of pointers to drivernjl2005-04-042-0/+42
* - 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
* - 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
* With pc98/include, we can have pc98 and i386 specific bus spaceimp2005-04-036-1868/+1960
* - 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
OpenPOWER on IntegriCloud