summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Markup fixes.ru2005-06-146-38/+17
* When IPC_NOWAIT is set and there is no message, msgrcv() failsru2005-06-141-3/+3
* locking on exit of reading from ip_sync is not correct for all instancesdarrenr2005-06-141-4/+9
* Improved markup, fixes some spelling and grammar.ru2005-06-141-12/+13
* Removed trailing whitespace.ru2005-06-141-2/+2
* Bump document date on behalf of a recent change.ru2005-06-141-1/+1
* Sort sections.ru2005-06-142-13/+13
* Sorted sections and fixed prompt (PS[12]) strings.ru2005-06-141-11/+11
* Put the description of the -c option in the right place, asru2005-06-141-7/+9
* Include the puc(4) bus frontend for ppc(4) when both ppc and puc aremarcel2005-06-143-0/+3
* Don a flack jacket and start to document the FreeBSD bus_spaceimp2005-06-142-0/+1306
* Fix syscons on amd64. The SC_PIXEL_MODE commit from May 29th added a newpeter2005-06-142-4/+4
* Use new OSTYPE(freebsd6).gshapiro2005-06-142-2/+2
* This commit was generated by cvs2svn to compensate for changes in r147353,gshapiro2005-06-141-0/+20
|\
| * Import OSTYPE(freebsd6) support from sendmail open source repo for FreeBSD 6.0.gshapiro2005-06-141-0/+20
* | - Remove vnode lock asserts at the end of vfs syscalls. These asserts werejeff2005-06-143-38/+0
* | Avoid a null pointer dereference by not expiring our lease if we don'tbrooks2005-06-131-6/+9
* | Don't use a cast as an lvalue.des2005-06-131-3/+3
* | revert 1.53; it breaks ibss mergesam2005-06-131-2/+2
* | Initialze ifp->if_softc.brooks2005-06-131-1/+3
* | resolve merge conflictssam2005-06-133-8/+18
* | This commit was generated by cvs2svn to compensate for changes in r147341,sam2005-06-1311-9/+49
|\ \
| * | stripped down import of hostapd 0.3.9sam2005-06-1315-34/+110
| * | This commit was manufactured by cvs2svn to create branchcvs2svn2005-06-052-0/+34
* | | resolve merge conflictssam2005-06-131-2/+1
* | | This commit was generated by cvs2svn to compensate for changes in r147338,sam2005-06-1318-37/+1546
|\ \ \
| * | | stripped down import of wpa_supplicant v0.3.9sam2005-06-1320-42/+1554
| * | | This commit was manufactured by cvs2svn to create branchcvs2svn2005-06-052-0/+46
* | | | It's spelled 'preceded' of course.brueffer2005-06-131-2/+2
* | | | Hex strings are _pre_ceeded by 0x, not _pro_ceeded.brueffer2005-06-131-2/+2
* | | | - Don't make vgonel() globally visible, we want to change its prototypejeff2005-06-132-37/+19
* | | | - Clear v_dd in cache_zap() instead of cache_purge() as cache_purge() mayjeff2005-06-131-13/+3
* | | | - We should never unlock a buf before we've cleared B_REMFREE. I believejeff2005-06-131-0/+2
* | | | - It has long been my suspicion that we don't actually need a loop injeff2005-06-131-0/+2
* | | | - Add KTR_VFS events to vdestroy, vtruncbuf, vinvalbuf, vfreehead.jeff2005-06-131-0/+4
* | | | - Add KTR_VFS messages for various name cache related events.jeff2005-06-131-0/+9
* | | | - Split one KASSERT in bremfree() into two to aid in debugging.jeff2005-06-131-1/+3
* | | | - switch_point is now unused. This doesn't break module binary compatabilityjeff2005-06-121-1/+0
* | | | - Dramatically simplify bioqdisksort(). We no longer do ordered bios sojeff2005-06-121-85/+40
* | | | Define IPI_PREEMPT. Update a nearby comment while I'm here.marcel2005-06-121-2/+3
* | | | Mark pf callouts as NET_MPSAFE.mlaier2005-06-122-15/+5
* | | | When doing matching based on dst_ip/src_ip make sure we are really lookingmlaier2005-06-121-10/+13
* | | | Build on pc98.brooks2005-06-121-1/+1
* | | | Stop the interface before detaching and freeing it, rather than after.brooks2005-06-121-1/+1
* | | | change 'dev' to 'sc->sc_dev' to fix the build.scottl2005-06-121-1/+2
* | | | New release notes:hrs2005-06-122-2/+144
* | | | Do not allocate memory while holding a mutex.pjd2005-06-122-4/+8
* | | | Return NULL instead of a bogus pointer from if_alloc when if_com_allocbrooks2005-06-121-6/+9
* | | | Refactor the NETSMBCRYPTO option so that it does the same on allmarcel2005-06-128-10/+10
* | | | Fix IPv6 neighbor discovery by using IF_LLADDR to get the mac addressbrooks2005-06-121-1/+2
OpenPOWER on IntegriCloud