summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Do not allocate memory based on not-checked argument from userland.pjd2005-06-115-39/+61
* o setsockopt(2) cannot remove accept filter. [1]maxim2005-06-112-12/+50
* Fix copy&paste bug.pjd2005-06-111-1/+1
* Unbreak the PowerPC GENERIC build.jkoshy2005-06-111-2/+6
* - Assert that we're not in the name cache anymore in vdestroy().jeff2005-06-111-0/+2
* - Assert that we're not adding a doomed vnode to the name cache.jeff2005-06-111-0/+3
* Avoid GCC optimizations from injecting a call to memset(?) in ordermarcel2005-06-111-1/+2
* Move if_alloc() up so it's before mii_phy_probe().brooks2005-06-117-43/+51
* - Add KTR_VFS tracing to track the life of vnodes. Eventually KTR_VFSjeff2005-06-111-1/+20
* Move if_alloc() up in fxp_attach() so there's an ifp beforebrooks2005-06-111-6/+7
* - Replace the unused KTR_NFS with KTR_VFS. KTR_VFS differs from KTR_VOPjeff2005-06-111-2/+2
* Add an evil hack to work around a cast from the softc to the ifnet thatbrooks2005-06-111-4/+6
* Acquire Giant before making some CAM calls that need Giant to be held.vkashyap2005-06-112-1/+5
* The new contigmalloc(9) has a bad degenerate case where there weregreen2005-06-111-11/+23
* Avoid deadlock in fxp driver when system runs out of mbufs.wes2005-06-101-1/+6
* Catch up with the struct ifnet changes and use if_alloc().thompsa2005-06-101-1/+6
* Fix a serious deadlock with the NFS client. Given a large enoughgreen2005-06-107-5/+81
* - I broke binary compat. update KTR_VERSION.jeff2005-06-101-1/+1
* - Add curthread to the state that ktr is saving. The extra information isjeff2005-06-102-3/+7
* Turn on atkbdc(4), atkbd(4), creator(4), machfb(4), syscons(4), ohci(4),marius2005-06-101-11/+11
* - In preparation to turning syscons(4) etc. on by default in the sparc64marius2005-06-101-13/+14
* Wrap the calls to the ISA DMA specific sndbuf_dma*() functions ofmarius2005-06-101-0/+10
* don't look at the wme ie in a beacon unless we negotiated usesam2005-06-101-0/+1
* - Hook up atkbdc(4), atkbd(4) and psm(4) to the sparc64 build, notmarius2005-06-104-4/+22
* - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) sourcemarius2005-06-1022-7439/+547
* Remove rexecd(8), a server that implements a particularly insecurenectar2005-06-1010-536/+1
* Revert the unnecessicary addition of some braces in fxp_attach(). Don'tbrooks2005-06-101-3/+1
* Back out "rw" locale addition for reason unknown to me (forced by portmgr)ache2005-06-101-4/+0
* Mention hwpmc(4) ABI/API changes in the 20050609 entry.jkoshy2005-06-101-0/+4
* Fix typo.jkoshy2005-06-101-1/+1
* Delete a file that was meant to be renamed while repo-copying it butmarius2005-06-101-180/+0
* Forced commit to denote that the following repo-copies have taken place:marius2005-06-100-0/+0
* Add a comment to the effect that fictitious pages do not require thealc2005-06-101-0/+4
* Defer ip_output of pfsync updates to an independent callout thread insteadmlaier2005-06-102-7/+30
* Update prototype for function pmap_init(), it no longer has the argumentshmp2005-06-101-10/+2
* Add manual page for newly added pmap_page_init(9) function, part of thehmp2005-06-102-0/+52
* Fix the wording in this man page so that itrodrigc2005-06-101-2/+4
* Mention interface API changes.brooks2005-06-101-0/+5
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-10290-3779/+4470
* validate the bssid for non-data frames too when operating insam2005-06-101-2/+2
* Make ichsmb(4) child device handling properly.takawata2005-06-103-8/+31
* o fix wpa w/ wme: don't strip the QoS header on recv as tkip requiressam2005-06-107-67/+41
* Add missing {} in last commit.mlaier2005-06-101-1/+2
* Remove the last use of pmap_initialized.cognet2005-06-101-4/+1
* - Remove redundant parenthesis in M_CHECK macro.glebius2005-06-101-13/+8
* Modify send_pkt() to return the generated packet and have the callergreen2005-06-101-8/+32
* - Only create the led(4) interface, if setting the thinklight is possiblemarkus2005-06-101-9/+14
* Make the default RB_AUGMENT() produce a 'do {} while (0)' insteadharti2005-06-101-1/+1
* Add locale/rwache2005-06-101-0/+4
* Use MOPT_END in favor of MOPT_NULL, which better describes the purporsedelphij2005-06-1016-17/+17
OpenPOWER on IntegriCloud