summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Pass a value of type vm_prot_t to pmap_enter_quick() so that it determinealc2005-09-0312-24/+32
* Typo.phk2005-09-031-1/+1
* If we ignore an unknown % sequence, we must stop interpreting thephk2005-09-031-2/+9
* Unbreak the build.ssouhlal2005-09-031-2/+4
* Add a SYSUNINIT() to SX_SYSINIT() to call sx_destroy() to destroy the sxjhb2005-09-021-3/+5
* - Add some comments to some of the static lock orders. Don't explicitlyjhb2005-09-021-5/+14
* - Add an assertion to panic if one tries to call mtx_trylock() on a spinjhb2005-09-021-1/+4
* Add witness warnings to panic if a thread tries to exit while holding anyjhb2005-09-022-0/+5
* Use non-debug macros inside debugging functions, to preventglebius2005-09-021-4/+4
* Change default KTR_COMPILE from KTR_GEN to KTR_ALL, to match withglebius2005-09-021-1/+1
* Break out the checks for duplicates and absolute settings being too highnjl2005-09-021-8/+17
* Print out a warning and a backtrace if we try to unlock a lockmgr thatssouhlal2005-09-021-0/+7
* Use vput() instead of vrele() in null_reclaim() since the lower vnodessouhlal2005-09-021-4/+5
* *_mountfs() (if the filesystem mounts from a device) needs devvp to bessouhlal2005-09-026-39/+26
* ffs_mountfs() needs devvp to be locked, so lock it.ssouhlal2005-09-021-5/+3
* Don't unbusy the devfs mount in vfs_mountroot_try() as it gets accessedssouhlal2005-09-021-1/+0
* MFp4: kill bogus commentimp2005-09-021-5/+0
* In case of mac_check_vnode_rename_from() or vn_start_write() failure,pjd2005-09-012-2/+4
* At some point in the past, we read the PROM by words. Now we readimp2005-09-011-6/+2
* Typo in comment.jhb2005-09-011-1/+1
* Treat resources that are 0xfffff.... as being 'unassigned'.imp2005-09-011-1/+6
* - Add md_mtx lock to protect ID number and list of devices.pjd2005-08-311-25/+37
* Fix dangling callout problem in the Bluetooth L2CAP code that leads toemax2005-08-313-5/+14
* - Only call txp_release_resources() once if attach fails.jhb2005-08-311-38/+31
* Use if_printf() and device_printf() for printf's and remove the unit numberjhb2005-08-312-20/+15
* Update for a few recently discovered Olicom token ring cards:imp2005-08-311-1/+3
* Use VLAN_TAG_VALUE() not only to read a dot1q tagyar2005-08-312-3/+8
* net.graph.ngqfreemax has been deprecated.glebius2005-08-311-1/+0
* FDOPT_NORETRY is an option, and must be compared with fd->options,rodrigc2005-08-301-1/+1
* Changes and cleanups to m_sanity():andre2005-08-301-18/+17
* Unbreak m_demote() and put back the 'all' flag. Without it we cannotandre2005-08-302-2/+4
* Various locking fixes and mark MPSAFE:jhb2005-08-302-60/+95
* o Remove the 'all' flag from m_demote(). Users can simply call it withandre2005-08-302-6/+4
* Prevent division by zero errors in sc_mouse_move()rodrigc2005-08-305-14/+17
* Use the correct mbuf type for MGET().andre2005-08-305-5/+5
* Use the correct mbuf type for MGET().andre2005-08-301-1/+1
* Test the mbuf flags against the correct constant. The previous versionandre2005-08-301-1/+1
* Properly set ic_curchan before calling back to device driver to do channelavatar2005-08-301-2/+12
* Fix fallout from revision 1.77, mark outgoing packets with M_VLANTAG flag.glebius2005-08-301-0/+1
* Lock down PPTP node, since it has many data structures, that won't surviveglebius2005-08-301-7/+25
* Add ng_callout_ini_mtx() macro.glebius2005-08-301-0/+1
* Add back dropped if_media.h includeimp2005-08-301-0/+1
* Eliminate cpufreq levels for two cases that are less than optimal:njl2005-08-301-47/+48
* Add m_copymdata(struct mbuf *m, struct mbuf *n, int off, int len,andre2005-08-292-0/+147
* Correct previous commit.scottl2005-08-291-3/+0
* Add m_sanity(struct mbuf *m, int sanitize) to do some heavy sanityandre2005-08-292-0/+96
* Add m_demote(struct mbuf *m, int all) to clean up mbuf (chain) fromandre2005-08-292-0/+25
* Better commentimp2005-08-292-2/+8
* In ata_mode2str() properly list -1 as UNSUPPORTED.sos2005-08-291-0/+1
* Fix another instance of old info re: miibusimp2005-08-292-2/+2
OpenPOWER on IntegriCloud