| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make __packed attribute apply to structs themselves, not their typedefs. | Alexander Kabaev | 2004-07-28 | 1 | -14/+17 |
| * | Name non-physical devices. | Paul Saab | 2004-07-28 | 1 | -1/+1 |
| * | Initialize s variable early to shut up GCC warnings. | Alexander Kabaev | 2004-07-28 | 4 | -14/+31 |
| * | Allow for aggressive function inlining. This might have to be fine-tuned | Alexander Kabaev | 2004-07-28 | 1 | -1/+3 |
| * | Avoid casts as lvalues. | Alexander Kabaev | 2004-07-28 | 2 | -2/+2 |
| * | Define our own memcpy here instead of relying on GCC to provide one. | Alexander Kabaev | 2004-07-28 | 2 | -8/+0 |
| * | Erroneously decreased __FreeBSD_version, which should have been increased ins... | Oliver Eikemeier | 2004-07-28 | 1 | -1/+1 |
| * | Fix a bug in the sack code that was causing data to be retransmitted | Jayanth Vijayaraghavan | 2004-07-28 | 1 | -4/+13 |
| * | back out the localkg changes until things have settled. | Oliver Eikemeier | 2004-07-28 | 1 | -1/+1 |
| * | Commit a first pass at in6pcb and pcbinfo locking for IPv6, | Robert Watson | 2004-07-27 | 3 | -35/+160 |
| * | Add a new network interface flag, IFF_NEEDSGIANT, which will allow | Robert Watson | 2004-07-27 | 6 | -4/+60 |
| * | Convert the vfsconf list to a TAILQ. | Poul-Henning Kamp | 2004-07-27 | 5 | -147/+114 |
| * | Use kernel_vmount() instead of vfs_nmount(). | Poul-Henning Kamp | 2004-07-27 | 1 | -15/+4 |
| * | When making a peer of unknown type framework tries to load module | Gleb Smirnoff | 2004-07-27 | 3 | -19/+40 |
| * | When node is server serve both standard RFC2516 and non-standard 3Com | Gleb Smirnoff | 2004-07-27 | 2 | -44/+119 |
| * | Correct typo in prior commit: s/cd/td/ | Robert Watson | 2004-07-27 | 1 | -1/+1 |
| * | Pass a thread argument into cpu_critical_{enter,exit}() rather than | Robert Watson | 2004-07-27 | 8 | -48/+35 |
| * | Don't consider TCP connections beyond LISTEN state | Yaroslav Tykhiy | 2004-07-27 | 1 | -19/+10 |
| * | Add "options ADAPTIVE_GIANT" which causes Giant to also be treated in | Robert Watson | 2004-07-27 | 3 | -0/+11 |
| * | Properly implement kdb_cpu_{set|clear}_singlestep to allow DDB to | Peter Grehan | 2004-07-27 | 1 | -0/+4 |
| * | Make sure icache is sync'd whenever memory is touched. It may | Peter Grehan | 2004-07-27 | 1 | -0/+2 |
| * | - Use atomic ops for updating the vmspace's refcnt and exitingcnt. | Alan Cox | 2004-07-27 | 6 | -25/+30 |
| * | Save DAR/DSISR in DDB regsave area when stack overflow detected. It's | Peter Grehan | 2004-07-27 | 2 | -0/+8 |
| * | Move the schedlock owner state update following the context | Bosko Milekic | 2004-07-27 | 1 | -12/+14 |
| * | Improve boot-time debugging with DDB by extracting the ksym start/end | Peter Grehan | 2004-07-27 | 2 | -0/+18 |
| * | Use file2c instead of a combination of hexdump, sed and shell script to | Tim J. Robbins | 2004-07-27 | 1 | -11/+1 |
| * | Fix for a SACK bug where the very last segment retransmitted | Jayanth Vijayaraghavan | 2004-07-26 | 1 | -1/+1 |
| * | compare pointer against NULL, not 0 | John-Mark Gurney | 2004-07-26 | 1 | -2/+2 |
| * | Implement the protection check required by the pmap_extract_and_hold() | Alan Cox | 2004-07-26 | 3 | -9/+18 |
| * | Improve geom(8)'s 'list' command to show geoms and their providers and | Pawel Jakub Dawidek | 2004-07-26 | 3 | -59/+69 |
| * | Change naming scheme from /dev/<name>.stripe to /dev/stripe/<name>. | Pawel Jakub Dawidek | 2004-07-26 | 2 | -24/+19 |
| * | Change naming scheme from /dev/<name>.concat to /dev/concat/<name>. | Pawel Jakub Dawidek | 2004-07-26 | 2 | -16/+14 |
| * | M_WAITOK is ok here, while I'm using M_WAITOK later in this function. | Pawel Jakub Dawidek | 2004-07-26 | 1 | -8/+1 |
| * | M_WAITOK is ok here, while I'm using M_WAITOK later in this function. | Pawel Jakub Dawidek | 2004-07-26 | 1 | -8/+1 |
| * | Stop tinkering with the parent's VLAN_MTU capability. | Yaroslav Tykhiy | 2004-07-26 | 1 | -27/+7 |
| * | In revision 1.228, I accidentally broke the "total number of processes in | Colin Percival | 2004-07-26 | 1 | -1/+2 |
| * | Save the vinum config back to disk after syncing two plexes. | Lukas Ertl | 2004-07-26 | 1 | -0/+1 |
| * | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | Colin Percival | 2004-07-26 | 32 | -109/+110 |
| * | Don't force an immediate probe/attach for all devices when compiled with | Nate Lawson | 2004-07-26 | 1 | -3/+0 |
| * | When sizing the FIFO, don't count all the way up to 1030 if any FIFO | Marcel Moolenaar | 2004-07-26 | 1 | -1/+1 |
| * | Revert modification of subr_turnstile.c accidentally included in the | Robert Watson | 2004-07-25 | 1 | -1/+0 |
| * | In uipc_connect(), assert that the passed thread is curthread, and pass | Robert Watson | 2004-07-25 | 2 | -1/+4 |
| * | Do some initial locking on accept filter registration and attach. While | Robert Watson | 2004-07-25 | 1 | -29/+76 |
| * | There's a chance that the VINUMDRIVE class tastes before the | Lukas Ertl | 2004-07-25 | 1 | -2/+13 |
| * | Eliminate unused second argument to reassignbuf() and simplify it | Poul-Henning Kamp | 2004-07-25 | 6 | -37/+18 |
| * | Add netatalk mutexes to hard-coded WITNESS lock order. | Robert Watson | 2004-07-25 | 1 | -0/+6 |
| * | For years, kmem_alloc_pageable() has been misused. Now that the last of | Alan Cox | 2004-07-25 | 2 | -25/+0 |
| * | Expand the generic, but bogusly formed, copyright notice to include | Warner Losh | 2004-07-25 | 1 | -1/+21 |
| * | Remove spl calls. | Alan Cox | 2004-07-25 | 1 | -11/+0 |
| * | Check for a NULL pointer before dereferencing it. | Lukas Ertl | 2004-07-25 | 1 | -0/+2 |