| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not allocate memory based on not-checked argument from userland. | pjd | 2005-06-11 | 5 | -39/+61 |
* | o setsockopt(2) cannot remove accept filter. [1] | maxim | 2005-06-11 | 2 | -12/+50 |
* | Fix copy&paste bug. | pjd | 2005-06-11 | 1 | -1/+1 |
* | Unbreak the PowerPC GENERIC build. | jkoshy | 2005-06-11 | 1 | -2/+6 |
* | - Assert that we're not in the name cache anymore in vdestroy(). | jeff | 2005-06-11 | 1 | -0/+2 |
* | - Assert that we're not adding a doomed vnode to the name cache. | jeff | 2005-06-11 | 1 | -0/+3 |
* | Avoid GCC optimizations from injecting a call to memset(?) in order | marcel | 2005-06-11 | 1 | -1/+2 |
* | Move if_alloc() up so it's before mii_phy_probe(). | brooks | 2005-06-11 | 7 | -43/+51 |
* | - Add KTR_VFS tracing to track the life of vnodes. Eventually KTR_VFS | jeff | 2005-06-11 | 1 | -1/+20 |
* | Move if_alloc() up in fxp_attach() so there's an ifp before | brooks | 2005-06-11 | 1 | -6/+7 |
* | - Replace the unused KTR_NFS with KTR_VFS. KTR_VFS differs from KTR_VOP | jeff | 2005-06-11 | 1 | -2/+2 |
* | Add an evil hack to work around a cast from the softc to the ifnet that | brooks | 2005-06-11 | 1 | -4/+6 |
* | Acquire Giant before making some CAM calls that need Giant to be held. | vkashyap | 2005-06-11 | 2 | -1/+5 |
* | The new contigmalloc(9) has a bad degenerate case where there were | green | 2005-06-11 | 1 | -11/+23 |
* | Avoid deadlock in fxp driver when system runs out of mbufs. | wes | 2005-06-10 | 1 | -1/+6 |
* | Catch up with the struct ifnet changes and use if_alloc(). | thompsa | 2005-06-10 | 1 | -1/+6 |
* | Fix a serious deadlock with the NFS client. Given a large enough | green | 2005-06-10 | 7 | -5/+81 |
* | - I broke binary compat. update KTR_VERSION. | jeff | 2005-06-10 | 1 | -1/+1 |
* | - Add curthread to the state that ktr is saving. The extra information is | jeff | 2005-06-10 | 2 | -3/+7 |
* | Turn on atkbdc(4), atkbd(4), creator(4), machfb(4), syscons(4), ohci(4), | marius | 2005-06-10 | 1 | -11/+11 |
* | - In preparation to turning syscons(4) etc. on by default in the sparc64 | marius | 2005-06-10 | 1 | -13/+14 |
* | Wrap the calls to the ISA DMA specific sndbuf_dma*() functions of | marius | 2005-06-10 | 1 | -0/+10 |
* | don't look at the wme ie in a beacon unless we negotiated use | sam | 2005-06-10 | 1 | -0/+1 |
* | - Hook up atkbdc(4), atkbd(4) and psm(4) to the sparc64 build, not | marius | 2005-06-10 | 4 | -4/+22 |
* | - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) source | marius | 2005-06-10 | 22 | -7439/+547 |
* | Remove rexecd(8), a server that implements a particularly insecure | nectar | 2005-06-10 | 10 | -536/+1 |
* | Revert the unnecessicary addition of some braces in fxp_attach(). Don't | brooks | 2005-06-10 | 1 | -3/+1 |
* | Back out "rw" locale addition for reason unknown to me (forced by portmgr) | ache | 2005-06-10 | 1 | -4/+0 |
* | Mention hwpmc(4) ABI/API changes in the 20050609 entry. | jkoshy | 2005-06-10 | 1 | -0/+4 |
* | Fix typo. | jkoshy | 2005-06-10 | 1 | -1/+1 |
* | Delete a file that was meant to be renamed while repo-copying it but | marius | 2005-06-10 | 1 | -180/+0 |
* | Forced commit to denote that the following repo-copies have taken place: | marius | 2005-06-10 | 0 | -0/+0 |
* | Add a comment to the effect that fictitious pages do not require the | alc | 2005-06-10 | 1 | -0/+4 |
* | Defer ip_output of pfsync updates to an independent callout thread instead | mlaier | 2005-06-10 | 2 | -7/+30 |
* | Update prototype for function pmap_init(), it no longer has the arguments | hmp | 2005-06-10 | 1 | -10/+2 |
* | Add manual page for newly added pmap_page_init(9) function, part of the | hmp | 2005-06-10 | 2 | -0/+52 |
* | Fix the wording in this man page so that it | rodrigc | 2005-06-10 | 1 | -2/+4 |
* | Mention interface API changes. | brooks | 2005-06-10 | 1 | -0/+5 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 290 | -3779/+4470 |
* | validate the bssid for non-data frames too when operating in | sam | 2005-06-10 | 1 | -2/+2 |
* | Make ichsmb(4) child device handling properly. | takawata | 2005-06-10 | 3 | -8/+31 |
* | o fix wpa w/ wme: don't strip the QoS header on recv as tkip requires | sam | 2005-06-10 | 7 | -67/+41 |
* | Add missing {} in last commit. | mlaier | 2005-06-10 | 1 | -1/+2 |
* | Remove the last use of pmap_initialized. | cognet | 2005-06-10 | 1 | -4/+1 |
* | - Remove redundant parenthesis in M_CHECK macro. | glebius | 2005-06-10 | 1 | -13/+8 |
* | Modify send_pkt() to return the generated packet and have the caller | green | 2005-06-10 | 1 | -8/+32 |
* | - Only create the led(4) interface, if setting the thinklight is possible | markus | 2005-06-10 | 1 | -9/+14 |
* | Make the default RB_AUGMENT() produce a 'do {} while (0)' instead | harti | 2005-06-10 | 1 | -1/+1 |
* | Add locale/rw | ache | 2005-06-10 | 1 | -0/+4 |
* | Use MOPT_END in favor of MOPT_NULL, which better describes the purporse | delphij | 2005-06-10 | 16 | -17/+17 |