summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix obsolete comment.imp2005-08-291-1/+1
* Eliminate bogus seatbelt in wi_cmd. This may have been appropriateimp2005-08-291-5/+0
* Unbreak stand-alone build of the de(4) module.yar2005-08-291-1/+1
* Plug item leak in case when not all hooks are connected.glebius2005-08-291-0/+3
* Use KTR to log allocations and destructions of bios.pjd2005-08-291-0/+36
* Add 'depth' argument to CTRSTACK() macro, which allows to reduce numberpjd2005-08-293-8/+12
* Add a missing dev_relthread() call.phk2005-08-291-4/+5
* Fix support for the VIA 6421 controller.sos2005-08-292-3/+30
* Global Village appears to be using 0x018c as its vendor ID, but thisimp2005-08-291-1/+6
* Simplify names.imp2005-08-291-6/+6
OpenPOWER on IntegriCloud