| Commit message (Expand) | Author | Age | Files | Lines |
* | Add myself. | anray | 2006-01-19 | 1 | -0/+1 |
* | fix a bug in the fragment cache (used for 'scrub fragment crop/drop-ovl', | dhartmei | 2006-01-19 | 1 | -1/+1 |
* | In order to maintain interoperability with certain broken FTP servers, | des | 2006-01-19 | 1 | -2/+18 |
* | Make all internal variables and functions static. | jasone | 2006-01-19 | 1 | -12/+15 |
* | Add the RB_PROTOTYPE_STATIC and RB_GENERATE_STATIC macros. | jasone | 2006-01-19 | 3 | -25/+49 |
* | Return NULL if there is an OOM error during initialization, rather than | jasone | 2006-01-19 | 1 | -35/+50 |
* | Rev ioctl to get scan results: | sam | 2006-01-18 | 2 | -29/+175 |
* | Fix bio leak in case of malloc(9) failure. | pjd | 2006-01-18 | 1 | -0/+1 |
* | Remove dead code. | pjd | 2006-01-18 | 1 | -2/+0 |
* | Remove dead code. | pjd | 2006-01-18 | 1 | -2/+0 |
* | - Fix typo | pav | 2006-01-18 | 1 | -1/+1 |
* | Return the thread name in the kinfo_proc structure. | julian | 2006-01-18 | 2 | -2/+9 |
* | Duh! put the thread name into the section that is zero'd on allocation | julian | 2006-01-18 | 1 | -1/+1 |
* | Congratulations, we now have a place for a thread to store its name. | julian | 2006-01-18 | 1 | -0/+1 |
* | bump the scan generation number before iterating so we're guaranteed | sam | 2006-01-18 | 1 | -2/+2 |
* | Note that the size of /boot has blown oout to 140 MBytes unless the | julian | 2006-01-18 | 1 | -0/+10 |
* | Revert previous commit for now, which seems to have (re)introduced some | delphij | 2006-01-18 | 3 | -150/+227 |
* | - Bring some sysctl descriptions in sync with reality (additional | netchild | 2006-01-18 | 1 | -4/+34 |
* | Do not derefence the ip header pointer in the IPv6 case. | andre | 2006-01-18 | 2 | -0/+2 |
* | Remove ELF dynamic tag definitions that aren't used. Ideally, | marcel | 2006-01-18 | 1 | -21/+2 |
* | In in_delayed_cksum() we can't perform a m_pullup() as it may | andre | 2006-01-18 | 1 | -2/+2 |
* | Those files are present on -current (but empty). And they are needed | netchild | 2006-01-18 | 1 | -2/+0 |
* | In syncache_expand() insert a proper syncache_free() to fix a case | andre | 2006-01-18 | 1 | -1/+4 |
* | Always include the lock_classes[] array in the kernel. The | jhb | 2006-01-18 | 1 | -2/+0 |
* | don't widen the ssid field by default, this screws up other formatting; | sam | 2006-01-18 | 1 | -6/+8 |
* | Fix two accesses to uninitialized variables that a revision 1.27 | ru | 2006-01-18 | 1 | -4/+8 |
* | Prevent dereferencing a NULL route pointer when trying to update the | andre | 2006-01-18 | 1 | -1/+2 |
* | Be ready to a case when not a constant number of segments is returned | glebius | 2006-01-18 | 2 | -13/+23 |
* | Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointer | andre | 2006-01-18 | 9 | -27/+27 |
* | Correct two promise entries, these are only 2port SATA. | sos | 2006-01-18 | 1 | -2/+2 |
* | Whitespace cleanup. | sos | 2006-01-18 | 8 | -128/+134 |
* | Style cleanups. | pjd | 2006-01-18 | 1 | -24/+21 |
* | Resolve the mount point's path with realpath(2) before checking if file | pjd | 2006-01-18 | 1 | -1/+8 |
* | Properly report SATA connection speed. | sos | 2006-01-18 | 1 | -3/+12 |
* | Properly print the SATA protocal version. | sos | 2006-01-18 | 1 | -4/+9 |
* | Check ifp before dereferencing it in xl_detach(). xl_detach() can be called | glebius | 2006-01-18 | 1 | -1/+1 |
* | Add support for using DMA on dump, greatly speeds up the dump process. | sos | 2006-01-18 | 9 | -1315/+1247 |
* | Correct a buffer overflow when scanning for 802.11 wireless networks. | cperciva | 2006-01-18 | 1 | -4/+16 |
* | Fix ioctl to not get swallowed by ioctl code (i.e., make sure the darned | mjacob | 2006-01-18 | 1 | -1/+1 |
* | Improves and cleanups over inetd(8): | delphij | 2006-01-18 | 3 | -227/+150 |
* | Eliminate a stale instruction introduced in revision 1.136. | davidxu | 2006-01-18 | 1 | -1/+0 |
* | Disable "tp" support until I figure out why it's breaking the build. <sigh> | kientzle | 2006-01-18 | 1 | -1/+0 |
* | Bump date to Sept 20, the date of the last content change | imp | 2006-01-18 | 1 | -1/+1 |
* | Tell nextboot to clean up after itself. | wes | 2006-01-18 | 1 | -3/+1 |
* | Revert previous change, "getopts" (with an 's') is a builtin in | wes | 2006-01-18 | 1 | -23/+8 |
* | Add a warning pointing out that incomplete ports trees are not | cperciva | 2006-01-18 | 1 | -0/+6 |
* | o Add missing relocations. | marcel | 2006-01-18 | 1 | -24/+30 |
* | Remove Giant / busdma_lock_mutex from busdma_tag_create(). | ariff | 2006-01-18 | 1 | -4/+4 |
* | - Count packets discarded by RX/TX MAC (cause of FIFO overflow, etc) | oleg | 2006-01-17 | 2 | -29/+33 |
* | s/R_IA64_/R_IA_64_/g as per the ia64 psABI. | marcel | 2006-01-17 | 6 | -120/+115 |