| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | If the output is not a regular file, it's okay to add it to the archive. | Tim Kientzle | 2005-03-13 | 2 | -4/+18 |
* | Allow kernels loaded by pxeboot, which was compiled with LOADER_TFTP_SUPPORT, | Alexander Kabaev | 2005-03-12 | 1 | -0/+24 |
* | Remove mention of mac_lomac(4) policy from here too. | Tom Rhodes | 2005-03-12 | 1 | -11/+1 |
* | Remove mac_lomac(4) functionality. The proper way is to use loader.conf | Tom Rhodes | 2005-03-12 | 2 | -20/+0 |
* | Add NO_GPIB | Poul-Henning Kamp | 2005-03-12 | 1 | -0/+1 |
* | DTRT with /var so that any packages installed are correctly recorded. | Poul-Henning Kamp | 2005-03-12 | 1 | -2/+2 |
* | Enable packet mode in boot0, this makes it unimportant if the | Poul-Henning Kamp | 2005-03-12 | 1 | -1/+1 |
* | New release notes: | Hiroki Sato | 2005-03-12 | 2 | -10/+114 |
* | ALTQ support for re(4). | Max Laier | 2005-03-12 | 2 | -7/+16 |
* | In uart_cpu_getdev_console() when determinig whether we should use | Marius Strobl | 2005-03-12 | 1 | -4/+6 |
* | Function jailed() looks into ucred strcture, so be sure ucred is not NULL. | Pawel Jakub Dawidek | 2005-03-12 | 1 | -4/+4 |
* | Clean up a bit. | Pawel Jakub Dawidek | 2005-03-12 | 1 | -11/+12 |
* | Extend the coverage of the accept and socket mutexes in soisconnected() | Robert Watson | 2005-03-12 | 2 | -6/+6 |
* | Add a sysctl net.link.log_link_state_change, which allows to | Gleb Smirnoff | 2005-03-12 | 1 | -5/+13 |
* | Move the logic implementing retrieval of the SO_ACCEPTFILTER socket option | Robert Watson | 2005-03-12 | 3 | -18/+29 |
* | Fix a terrible braino in last commit. Put kern.debug back to /var/log/messages | Gleb Smirnoff | 2005-03-12 | 1 | -2/+2 |
* | Part two of post-SMPng cleanup of accept filter registration: perform all | Robert Watson | 2005-03-12 | 1 | -34/+16 |
* | - Fix device names for snd_vibes(4) and snd_via82c686(4). | Simon L. B. Nielsen | 2005-03-12 | 1 | -3/+3 |
* | Don't build the nve on pc98. | Yoshihiro Takahashi | 2005-03-12 | 1 | -1/+1 |
* | MFi386: revision 1.217. | Yoshihiro Takahashi | 2005-03-12 | 3 | -9/+0 |
* | Due to a CVS misfire, I ended up committing the wrong version of this. | David E. O'Brien | 2005-03-12 | 1 | -3/+7 |
* | MFCi386: Prevent integer underflow that could result in all memory being | Scott Long | 2005-03-12 | 1 | -3/+9 |
* | Guard against an integer underflow that could cause busdma to eat up all | Scott Long | 2005-03-12 | 1 | -3/+9 |
* | Adding new device ID for BCM5751M support. | Tai-hwa Liang | 2005-03-12 | 2 | -0/+3 |
* | Fix bin/pax doesn't wait for compress/gzip before exiting. | David E. O'Brien | 2005-03-12 | 1 | -4/+6 |
* | Used unsigned version. | David E. O'Brien | 2005-03-12 | 1 | -1/+1 |
* | Fix kernel build on 64-bit machines. | David E. O'Brien | 2005-03-12 | 1 | -1/+1 |
* | Fix a long-standing bug in alpha's implementation of busdma. We need to | Maxime Henrion | 2005-03-12 | 1 | -4/+4 |
* | FreeBSD consumer bits of the nForce MCP NIC binary blob. | David E. O'Brien | 2005-03-12 | 8 | -0/+1917 |
* | This commit was generated by cvs2svn to compensate for changes in r143439, | David E. O'Brien | 2005-03-12 | 7 | -0/+1975 |
|\ |
|
| * | Import the nForce MCP NIC bits. This is version 1.0-0301.vendor/nve/1.0.0301 | David E. O'Brien | 2005-03-12 | 7 | -0/+1975 |
* | Replace my previous change for 32 bit systems with hz > 169 with Bruce's | Peter Wemm | 2005-03-12 | 1 | -10/+11 |
* | Make the tty vmin/vtime timeouts work for hz > 169 on 32 bit machines. | Peter Wemm | 2005-03-12 | 1 | -7/+7 |
* | Correct a last-minute thinko. Instead of copying the nul with the string, | Nate Lawson | 2005-03-11 | 1 | -1/+1 |
* | The mbnambuf routines combine multiple substrings into a single | Nate Lawson | 2005-03-11 | 1 | -36/+41 |
* | Remove diffs to i386 version that came in via the compiler support ifdefs. | Peter Wemm | 2005-03-11 | 10 | -28/+37 |
* | MFi386: reduce apic clock interrupt rate | Peter Wemm | 2005-03-11 | 1 | -15/+5 |
* | Whitespace sync with amd64. (Rather than re-add the extra blank lines | Peter Wemm | 2005-03-11 | 2 | -6/+0 |
* | gbde(8) is also rejndael user. | Hajimu UMEMOTO | 2005-03-11 | 2 | -3/+1 |
* | Fix a mismerge of i386 rev 1.209 | Peter Wemm | 2005-03-11 | 1 | -1/+1 |
* | Match i386 rev 1.38 with __cplusplus support | Peter Wemm | 2005-03-11 | 1 | -0/+8 |
* | Remove an OBE set of comments, fix a minor whitespace nit while here. | Peter Wemm | 2005-03-11 | 1 | -8/+1 |
* | First step in simplifying accept filter socket option logic in the | Robert Watson | 2005-03-11 | 1 | -17/+24 |
* | reorder ath_rate_onoe to after ath_rate_sample so it gets used as the | Sam Leffler | 2005-03-11 | 1 | -1/+1 |
* | Remove an additional commented out reference to a possible future sx | Robert Watson | 2005-03-11 | 1 | -1/+0 |
* | just use crypto/rijndael | Hajimu UMEMOTO | 2005-03-11 | 1 | -1/+2 |
* | just use crypto/rijndael, and nuke opencrypto/rindael.[ch]. | Hajimu UMEMOTO | 2005-03-11 | 6 | -1293/+12 |
* | When setting up a socket in socreate(), there's no need to lock the | Robert Watson | 2005-03-11 | 1 | -3/+1 |
* | Remove suggestive sx_init() comment in soalloc(). We will have something | Robert Watson | 2005-03-11 | 1 | -1/+0 |
* | integrate rijndael-alg-fst.h into rijndael.h. | Hajimu UMEMOTO | 2005-03-11 | 5 | -44/+14 |