| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a new priv(9) kernel interface for checking the availability of | Robert Watson | 2006-11-06 | 13 | -92/+1065 |
| * | Added PCI ID's for: | Rink Springer | 2006-11-06 | 1 | -0/+2 |
| * | Prevent freeing wild pointer when bailing out. | Takanori Watanabe | 2006-11-06 | 1 | -1/+2 |
| * | Set up the context for the dbbe_trace callback in the ddb. Otherwise, | Konstantin Belousov | 2006-11-06 | 1 | -1/+14 |
| * | Avoid negative array indices: an empty string can also be used | Diomidis Spinellis | 2006-11-06 | 2 | -2/+3 |
| * | See also arc4random | Diomidis Spinellis | 2006-11-06 | 1 | -0/+1 |
| * | Restore jot's ability to use a seed for producing a deterministic | Diomidis Spinellis | 2006-11-06 | 2 | -7/+18 |
| * | Replace obscure aliases through pointers with plain variables. | Diomidis Spinellis | 2006-11-06 | 1 | -11/+8 |
| * | Regress.out is now regress.x.out. | Diomidis Spinellis | 2006-11-06 | 1 | -1/+0 |
| * | Merge code in common cases. | Diomidis Spinellis | 2006-11-06 | 1 | -29/+6 |
| * | Test the handling of supplied and default parameters. | Diomidis Spinellis | 2006-11-06 | 29 | -2/+1692 |
| * | Replace opaque numeric bit flag values with #defined identifiers. | Diomidis Spinellis | 2006-11-06 | 1 | -29/+38 |
| * | Remove gratuitous white space change. | David E. O'Brien | 2006-11-06 | 1 | -12/+5 |
| * | Allow one to force with issue with 'TARGET_BIG_ENDIAN'. | David E. O'Brien | 2006-11-06 | 1 | -2/+2 |
| * | Switch default proto to TCP. | David E. O'Brien | 2006-11-06 | 1 | -1/+1 |
| * | Eliminate documentation references to a non-existent function. | Tim Kientzle | 2006-11-06 | 2 | -2/+0 |
| * | Computing SHLIB_MAJOR is not a good idea. It's really a FreeBSD | Tim Kientzle | 2006-11-06 | 1 | -6/+3 |
| * | Remove an unused declaration. | Tim Kientzle | 2006-11-06 | 1 | -2/+0 |
| * | Change the type of ar_arg_sockaddr from struct sockaddr to struct | Christian S.J. Peron | 2006-11-06 | 2 | -3/+2 |
| * | Major rework of the ia64 loaders. The two primary objectives are: | Marcel Moolenaar | 2006-11-05 | 39 | -2783/+1254 |
| * | Forced commit to document that the following repo copy has been | Marcel Moolenaar | 2006-11-05 | 0 | -0/+0 |
| * | - I forgot to bump a date. | Daniel Gerzo | 2006-11-05 | 1 | -1/+1 |
| * | - capitalize the first letter of the first word in the sentence | Daniel Gerzo | 2006-11-05 | 1 | -1/+1 |
| * | - add some files to FILES section and provide their description | Daniel Gerzo | 2006-11-05 | 1 | -0/+16 |
| * | Fix a typo: "the give login class" to "the given login class." | Tom Rhodes | 2006-11-05 | 1 | -1/+1 |
| * | Add regression tests for PR 105078. | Stefan Farfeleder | 2006-11-05 | 9 | -0/+19 |
| * | When parsing an invalid parameter expansion (eg. ${} or ${foo@bar}) do not | Stefan Farfeleder | 2006-11-05 | 3 | -9/+25 |
| * | Fix possible leak when bridge is in monitor mode. Use m_freem() which will | Christian S.J. Peron | 2006-11-05 | 1 | -1/+1 |
| * | o Add NetBSD 3.0.2 and NetBSD 3.1. | Maxim Konovalov | 2006-11-05 | 1 | -8/+12 |
| * | Change one more ARM_BIG_ENDIAN to TARGET_BIG_ENDIAN. | Olivier Houchard | 2006-11-05 | 1 | -1/+1 |
| * | Sync up with rhyolite routed 2.31 which fixes the handling of varargs. | Tom Rhodes | 2006-11-05 | 1 | -12/+15 |
| * | Revert previous commit, and instead make the expression in rev. 1.2 | Ruslan Ermilov | 2006-11-05 | 1 | -1/+1 |
| * | Tons of fixes to get all the 64bit issues removed. | Randall Stewart | 2006-11-05 | 11 | -73/+91 |
| * | o Document ServeRAID 7x support. | Maxim Konovalov | 2006-11-05 | 1 | -1/+3 |
| * | Create a bidirectional mapping of the DOS 'read only' attribute | Boris Popov | 2006-11-05 | 3 | -2/+20 |
| * | It seems to be safe to ignore 'file not locked' error | Boris Popov | 2006-11-05 | 1 | -0/+2 |
| * | The rune interface was removed by tjr over two years ago. | Tom Rhodes | 2006-11-05 | 1 | -0/+11 |
| * | When the source and destination objects for VOP_RENAME() are the same, | Pawel Jakub Dawidek | 2006-11-04 | 1 | -27/+6 |
| * | VOP_REMOVE() doesn't unlock vnodes nor decrease reference counts. | Pawel Jakub Dawidek | 2006-11-04 | 1 | -10/+0 |
| * | Typo, 'from' vnode is locked here, not 'to' vnode. | Pawel Jakub Dawidek | 2006-11-04 | 1 | -1/+1 |
| * | Remove the KDTRACE option again because of the complaints about having | John Birrell | 2006-11-04 | 7 | -21/+0 |
| * | Currently, we initialize "error" to zero when it's declared, then | Christian S.J. Peron | 2006-11-04 | 1 | -2/+1 |
| * | When the packet is for the bridge then note which interface to send the reply | Andrew Thompson | 2006-11-04 | 1 | -0/+5 |
| * | Xref pthread_condattr.3, pthread_attr.3, and pthread_mutexattr.3. | Tom Rhodes | 2006-11-04 | 3 | -3/+6 |
| * | Document return values for res_query and res_search. | Sam Lawrance | 2006-11-04 | 2 | -3/+17 |
| * | - clock_gettime is in time.h instead of sys/time.h | Daniel Gerzo | 2006-11-04 | 1 | -3/+3 |
| * | Fix pointer arithmetic to be 64-bit friendly. | Ruslan Ermilov | 2006-11-04 | 1 | -1/+1 |
| * | Remove bogus casts that Randall for some reason didn't borrow | Ruslan Ermilov | 2006-11-04 | 2 | -2/+2 |
| * | This commit was generated by cvs2svn to compensate for changes in r163976, | Doug Barton | 2006-11-04 | 6 | -44/+122 |
| |\ |
|
| | * | Update to version 9.3.2-P2, which addresses the vulnerability | Doug Barton | 2006-11-04 | 6 | -44/+122 |