aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* If we ignore an unknown % sequence, we must stop interpreting thePoul-Henning Kamp2005-09-031-2/+9
* Unbreak the build.Suleiman Souhlal2005-09-031-2/+4
* Add a SYSUNINIT() to SX_SYSINIT() to call sx_destroy() to destroy the sxJohn Baldwin2005-09-021-3/+5
* - Add some comments to some of the static lock orders. Don't explicitlyJohn Baldwin2005-09-021-5/+14
* - Add an assertion to panic if one tries to call mtx_trylock() on a spinJohn Baldwin2005-09-021-1/+4
* Add witness warnings to panic if a thread tries to exit while holding anyJohn Baldwin2005-09-022-0/+5
* Use non-debug macros inside debugging functions, to preventGleb Smirnoff2005-09-021-4/+4
* Change default KTR_COMPILE from KTR_GEN to KTR_ALL, to match withGleb Smirnoff2005-09-021-1/+1
* Break out the checks for duplicates and absolute settings being too highNate Lawson2005-09-021-8/+17
* Print out a warning and a backtrace if we try to unlock a lockmgr thatSuleiman Souhlal2005-09-021-0/+7
* Use vput() instead of vrele() in null_reclaim() since the lower vnodeSuleiman Souhlal2005-09-021-4/+5
* *_mountfs() (if the filesystem mounts from a device) needs devvp to beSuleiman Souhlal2005-09-026-39/+26
* ffs_mountfs() needs devvp to be locked, so lock it.Suleiman Souhlal2005-09-021-5/+3
* Don't unbusy the devfs mount in vfs_mountroot_try() as it gets accessedSuleiman Souhlal2005-09-021-1/+0
* MFp4: kill bogus commentWarner Losh2005-09-021-5/+0
* In case of mac_check_vnode_rename_from() or vn_start_write() failure,Pawel Jakub Dawidek2005-09-012-2/+4
* At some point in the past, we read the PROM by words. Now we readWarner Losh2005-09-011-6/+2
* Typo in comment.John Baldwin2005-09-011-1/+1
* Treat resources that are 0xfffff.... as being 'unassigned'.Warner Losh2005-09-011-1/+6
* - Add md_mtx lock to protect ID number and list of devices.Pawel Jakub Dawidek2005-08-311-25/+37
* Fix dangling callout problem in the Bluetooth L2CAP code that leads toMaksim Yevmenkin2005-08-313-5/+14
* - Only call txp_release_resources() once if attach fails.John Baldwin2005-08-311-38/+31
* Use if_printf() and device_printf() for printf's and remove the unit numberJohn Baldwin2005-08-312-20/+15
* Update for a few recently discovered Olicom token ring cards:Warner Losh2005-08-311-1/+3
* Use VLAN_TAG_VALUE() not only to read a dot1q tagYaroslav Tykhiy2005-08-312-3/+8
* net.graph.ngqfreemax has been deprecated.Gleb Smirnoff2005-08-311-1/+0
* FDOPT_NORETRY is an option, and must be compared with fd->options,Craig Rodrigues2005-08-301-1/+1
* Changes and cleanups to m_sanity():Andre Oppermann2005-08-301-18/+17
* Unbreak m_demote() and put back the 'all' flag. Without it we cannotAndre Oppermann2005-08-302-2/+4
* Various locking fixes and mark MPSAFE:John Baldwin2005-08-302-60/+95
* o Remove the 'all' flag from m_demote(). Users can simply call it withAndre Oppermann2005-08-302-6/+4
* Prevent division by zero errors in sc_mouse_move()Craig Rodrigues2005-08-305-14/+17
* Use the correct mbuf type for MGET().Andre Oppermann2005-08-305-5/+5
* Use the correct mbuf type for MGET().Andre Oppermann2005-08-301-1/+1
* Test the mbuf flags against the correct constant. The previous versionAndre Oppermann2005-08-301-1/+1
* Properly set ic_curchan before calling back to device driver to do channelTai-hwa Liang2005-08-301-2/+12
* Fix fallout from revision 1.77, mark outgoing packets with M_VLANTAG flag.Gleb Smirnoff2005-08-301-0/+1
* Lock down PPTP node, since it has many data structures, that won't surviveGleb Smirnoff2005-08-301-7/+25
* Add ng_callout_ini_mtx() macro.Gleb Smirnoff2005-08-301-0/+1
* Add back dropped if_media.h includeWarner Losh2005-08-301-0/+1
* Eliminate cpufreq levels for two cases that are less than optimal:Nate Lawson2005-08-301-47/+48
* Add m_copymdata(struct mbuf *m, struct mbuf *n, int off, int len,Andre Oppermann2005-08-292-0/+147
* Correct previous commit.Scott Long2005-08-291-3/+0
* Add m_sanity(struct mbuf *m, int sanitize) to do some heavy sanityAndre Oppermann2005-08-292-0/+96
* Add m_demote(struct mbuf *m, int all) to clean up mbuf (chain) fromAndre Oppermann2005-08-292-0/+25
* Better commentWarner Losh2005-08-292-2/+8
* In ata_mode2str() properly list -1 as UNSUPPORTED.Søren Schmidt2005-08-291-0/+1
* Fix another instance of old info re: miibusWarner Losh2005-08-292-2/+2
* Fix obsolete comment.Warner Losh2005-08-291-1/+1
* Eliminate bogus seatbelt in wi_cmd. This may have been appropriateWarner Losh2005-08-291-5/+0