aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Don't call audit_logout() if pwd is NULL, as audit_logout() attempts toOlivier Houchard2006-03-281-1/+4
* Document authpf's requirement for a mounted fdescfs(5).Max Laier2006-03-281-2/+8
* Use wrapper macros for atomic pointer operations in order to perform theDag-Erling Smørgrav2006-03-281-18/+36
* Revert previous commit at davidxu's insistance. Instead, use __DECONSTDag-Erling Smørgrav2006-03-283-8/+12
* Forcibly turn off all PMCs at module unload time.Joseph Koshy2006-03-281-0/+6
* This comment on various IPPORT_ defines was copied from in.h andDavid Malone2006-03-281-25/+3
* Remove manual assignment of m_pkthdr from one mbuf to another inRobert Watson2006-03-281-9/+0
* The undocumented and deprecated system call _umtx_op() takes two pointerDag-Erling Smørgrav2006-03-283-5/+5
* Fix memory leak which occurs when crypto.ko module is unloaded.Pawel Jakub Dawidek2006-03-281-0/+9
* If the query choked with EDNS0, retry without EDNS0.Hajimu UMEMOTO2006-03-281-8/+24
* Er, forgot to clear tls space to zero for Variant II.David Xu2006-03-281-1/+1
* Allocate space for thread pointer, this allows thread library to accessDavid Xu2006-03-285-7/+7
* Handle invalid capacity parameters from the firmware.Scott Long2006-03-282-1/+7
* Add symbol versioning to libm.Daniel Eischen2006-03-2716-0/+246
* Merge conflicts after official patchesAndrey A. Chernov2006-03-272-10/+15
* Remove priority mutex code because it does not work correctly,David Xu2006-03-277-1199/+200
* This commit was generated by cvs2svn to compensate for changes in r157191,Andrey A. Chernov2006-03-272-6/+5
|\
| * Official patches 001-004Andrey A. Chernov2006-03-274-16/+20
* | Upgrade to 5.1Andrey A. Chernov2006-03-272-1/+22
* | Unbreaking build by removing a now unused variable.Tai-hwa Liang2006-03-271-1/+0
* | Resolve conflictsAndrey A. Chernov2006-03-278-299/+678
* | Remove obsoleted files, update upgrade instructionsAndrey A. Chernov2006-03-273-1282/+4
* | This commit was generated by cvs2svn to compensate for changes in r157184,Andrey A. Chernov2006-03-2760-1463/+12939
|\|
| * Virgin import of GNU Readline 5.1Andrey A. Chernov2006-03-2768-1754/+13615
| * This files no longer usedAndrey A. Chernov2004-10-188-5270/+0
* | Use td_ucred rather than p_ucred to avoid panics and general unhappiness.John Baldwin2006-03-271-1/+1
* | This commit was generated by cvs2svn to compensate for changes in r157181,Sam Leffler2006-03-273-0/+22
|\ \
| * | Add eapol_version config parameter so folks with clients that (bogusly)Sam Leffler2006-03-275-4/+26
* | | If the XSDT address in the RSDP for an ACPI 2.0 machine is NULL, then fallJohn Baldwin2006-03-272-8/+10
* | | - Be explicit about libmap32.conf only working on amd64Pav Lucistnik2006-03-271-2/+3
* | | *sigh*Olivier Houchard2006-03-271-2/+2
* | | Reflect progress in process title.Dag-Erling Smørgrav2006-03-272-0/+3
* | | Add a simple netipx TODO list to the end of README, since there are aRobert Watson2006-03-271-0/+19
* | | Comment out -g compiler option, found by 'FreeBSD Build Options Survey'.David Xu2006-03-271-1/+1
* | | Unbreak the build.Jason Evans2006-03-271-6/+1
* | | implement set(IEEE80211_IOC_STA_STATS) for hostapd; forSam Leffler2006-03-271-0/+28
* | | Use NET_LOCK_GIANT() and VFS_LOCK_GIANT() instead of unconditionallyAlan Cox2006-03-271-4/+29
* | | Canonicalize copyright order in one more file that contains myRobert Watson2006-03-271-3/+4
* | | - Document LD_32_* environment variablesPav Lucistnik2006-03-271-2/+9
* | | - Document libmap32.confPav Lucistnik2006-03-271-1/+8
* | | In spx_output(), use M_DONTWAIT instead of M_TRYWAIT, as we hold theRobert Watson2006-03-271-5/+6
* | | For now, bring back some of the old bits as a fix for specifying md(4)Wojciech A. Koszek2006-03-271-0/+7
* | | Erm don't use -mno-apcs-frame if we're going to do profiling either, it's notOlivier Houchard2006-03-271-1/+1
* | | In spx_input(), change a '&&' to a '||', as the spx trace code is ableRobert Watson2006-03-271-1/+1
* | | Add spxabort, a simple netipx/spx regression test that triggersRobert Watson2006-03-272-0/+108
* | | Allow the 'n' option to decrease the number of arenas below the default,Jason Evans2006-03-261-2/+16
* | | Add comments and reformat/rearrange code. There are no significantJason Evans2006-03-261-208/+224
* | | Teach md(4) and mdconfig(8) how to understand XML. Right now there won't beWojciech A. Koszek2006-03-263-65/+220
* | | Keep proper order of includes. Additionally, sort them. Make functions usedWojciech A. Koszek2006-03-261-23/+20
* | | Add a sysctl, regression.sonewconn_earlytest, which when optionsRobert Watson2006-03-262-0/+20