| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't call audit_logout() if pwd is NULL, as audit_logout() attempts to | Olivier Houchard | 2006-03-28 | 1 | -1/+4 |
* | Document authpf's requirement for a mounted fdescfs(5). | Max Laier | 2006-03-28 | 1 | -2/+8 |
* | Use wrapper macros for atomic pointer operations in order to perform the | Dag-Erling Smørgrav | 2006-03-28 | 1 | -18/+36 |
* | Revert previous commit at davidxu's insistance. Instead, use __DECONST | Dag-Erling Smørgrav | 2006-03-28 | 3 | -8/+12 |
* | Forcibly turn off all PMCs at module unload time. | Joseph Koshy | 2006-03-28 | 1 | -0/+6 |
* | This comment on various IPPORT_ defines was copied from in.h and | David Malone | 2006-03-28 | 1 | -25/+3 |
* | Remove manual assignment of m_pkthdr from one mbuf to another in | Robert Watson | 2006-03-28 | 1 | -9/+0 |
* | The undocumented and deprecated system call _umtx_op() takes two pointer | Dag-Erling Smørgrav | 2006-03-28 | 3 | -5/+5 |
* | Fix memory leak which occurs when crypto.ko module is unloaded. | Pawel Jakub Dawidek | 2006-03-28 | 1 | -0/+9 |
* | If the query choked with EDNS0, retry without EDNS0. | Hajimu UMEMOTO | 2006-03-28 | 1 | -8/+24 |
* | Er, forgot to clear tls space to zero for Variant II. | David Xu | 2006-03-28 | 1 | -1/+1 |
* | Allocate space for thread pointer, this allows thread library to access | David Xu | 2006-03-28 | 5 | -7/+7 |
* | Handle invalid capacity parameters from the firmware. | Scott Long | 2006-03-28 | 2 | -1/+7 |
* | Add symbol versioning to libm. | Daniel Eischen | 2006-03-27 | 16 | -0/+246 |
* | Merge conflicts after official patches | Andrey A. Chernov | 2006-03-27 | 2 | -10/+15 |
* | Remove priority mutex code because it does not work correctly, | David Xu | 2006-03-27 | 7 | -1199/+200 |
* | This commit was generated by cvs2svn to compensate for changes in r157191, | Andrey A. Chernov | 2006-03-27 | 2 | -6/+5 |
|\ |
|
| * | Official patches 001-004 | Andrey A. Chernov | 2006-03-27 | 4 | -16/+20 |
* | | Upgrade to 5.1 | Andrey A. Chernov | 2006-03-27 | 2 | -1/+22 |
* | | Unbreaking build by removing a now unused variable. | Tai-hwa Liang | 2006-03-27 | 1 | -1/+0 |
* | | Resolve conflicts | Andrey A. Chernov | 2006-03-27 | 8 | -299/+678 |
* | | Remove obsoleted files, update upgrade instructions | Andrey A. Chernov | 2006-03-27 | 3 | -1282/+4 |
* | | This commit was generated by cvs2svn to compensate for changes in r157184, | Andrey A. Chernov | 2006-03-27 | 60 | -1463/+12939 |
|\| |
|
| * | Virgin import of GNU Readline 5.1 | Andrey A. Chernov | 2006-03-27 | 68 | -1754/+13615 |
| * | This files no longer used | Andrey A. Chernov | 2004-10-18 | 8 | -5270/+0 |
* | | Use td_ucred rather than p_ucred to avoid panics and general unhappiness. | John Baldwin | 2006-03-27 | 1 | -1/+1 |
* | | This commit was generated by cvs2svn to compensate for changes in r157181, | Sam Leffler | 2006-03-27 | 3 | -0/+22 |
|\ \ |
|
| * | | Add eapol_version config parameter so folks with clients that (bogusly) | Sam Leffler | 2006-03-27 | 5 | -4/+26 |
* | | | If the XSDT address in the RSDP for an ACPI 2.0 machine is NULL, then fall | John Baldwin | 2006-03-27 | 2 | -8/+10 |
* | | | - Be explicit about libmap32.conf only working on amd64 | Pav Lucistnik | 2006-03-27 | 1 | -2/+3 |
* | | | *sigh* | Olivier Houchard | 2006-03-27 | 1 | -2/+2 |
* | | | Reflect progress in process title. | Dag-Erling Smørgrav | 2006-03-27 | 2 | -0/+3 |
* | | | Add a simple netipx TODO list to the end of README, since there are a | Robert Watson | 2006-03-27 | 1 | -0/+19 |
* | | | Comment out -g compiler option, found by 'FreeBSD Build Options Survey'. | David Xu | 2006-03-27 | 1 | -1/+1 |
* | | | Unbreak the build. | Jason Evans | 2006-03-27 | 1 | -6/+1 |
* | | | implement set(IEEE80211_IOC_STA_STATS) for hostapd; for | Sam Leffler | 2006-03-27 | 1 | -0/+28 |
* | | | Use NET_LOCK_GIANT() and VFS_LOCK_GIANT() instead of unconditionally | Alan Cox | 2006-03-27 | 1 | -4/+29 |
* | | | Canonicalize copyright order in one more file that contains my | Robert Watson | 2006-03-27 | 1 | -3/+4 |
* | | | - Document LD_32_* environment variables | Pav Lucistnik | 2006-03-27 | 1 | -2/+9 |
* | | | - Document libmap32.conf | Pav Lucistnik | 2006-03-27 | 1 | -1/+8 |
* | | | In spx_output(), use M_DONTWAIT instead of M_TRYWAIT, as we hold the | Robert Watson | 2006-03-27 | 1 | -5/+6 |
* | | | For now, bring back some of the old bits as a fix for specifying md(4) | Wojciech A. Koszek | 2006-03-27 | 1 | -0/+7 |
* | | | Erm don't use -mno-apcs-frame if we're going to do profiling either, it's not | Olivier Houchard | 2006-03-27 | 1 | -1/+1 |
* | | | In spx_input(), change a '&&' to a '||', as the spx trace code is able | Robert Watson | 2006-03-27 | 1 | -1/+1 |
* | | | Add spxabort, a simple netipx/spx regression test that triggers | Robert Watson | 2006-03-27 | 2 | -0/+108 |
* | | | Allow the 'n' option to decrease the number of arenas below the default, | Jason Evans | 2006-03-26 | 1 | -2/+16 |
* | | | Add comments and reformat/rearrange code. There are no significant | Jason Evans | 2006-03-26 | 1 | -208/+224 |
* | | | Teach md(4) and mdconfig(8) how to understand XML. Right now there won't be | Wojciech A. Koszek | 2006-03-26 | 3 | -65/+220 |
* | | | Keep proper order of includes. Additionally, sort them. Make functions used | Wojciech A. Koszek | 2006-03-26 | 1 | -23/+20 |
* | | | Add a sysctl, regression.sonewconn_earlytest, which when options | Robert Watson | 2006-03-26 | 2 | -0/+20 |