| Commit message (Expand) | Author | Age | Files | Lines |
| * | IF_HANDOFF is no longer in -stable | Warner Losh | 2002-06-30 | 1 | -12/+0 |
| * | Fix if_timer logic so that there is always a timeout pending if there | Luigi Rizzo | 2002-06-30 | 1 | -2/+4 |
| * | Fix if_timer logic to make sure that there is always a timeout | Luigi Rizzo | 2002-06-30 | 2 | -10/+8 |
| * | Fix if_timer logic to make sure that there is always a timeout | Luigi Rizzo | 2002-06-30 | 2 | -12/+12 |
| * | Make sure that if_timer does not get reset if there are packets | Luigi Rizzo | 2002-06-30 | 2 | -19/+11 |
| * | This commit was generated by cvs2svn to compensate for changes in r99160, | Dag-Erling Smørgrav | 2002-06-30 | 2 | -5/+5 |
| |\ |
|
| | * | Vendor import of OpenPAM Citronella.vendor/openpam/CITRONELLA | Dag-Erling Smørgrav | 2002-06-30 | 2 | -5/+5 |
| * | | This commit was generated by cvs2svn to compensate for changes in r99158, | Dag-Erling Smørgrav | 2002-06-30 | 128 | -844/+1788 |
| |\| |
|
| | * | Vendor import of OpenPAM Citronella. | Dag-Erling Smørgrav | 2002-06-30 | 128 | -844/+1788 |
| * | | Don't even read in the thread if it is a zombie process. | Julian Elischer | 2002-06-30 | 1 | -7/+10 |
| * | | Extend the effect of the sysctl net.inet.tcp.icmp_may_rst | Jesper Skriver | 2002-06-30 | 2 | -2/+2 |
| * | | New release notes: ipfw(4) rewrite. | Bruce A. Mah | 2002-06-30 | 2 | -10/+48 |
| * | | * Handle all flags, not just schg | Doug Barton | 2002-06-30 | 1 | -3/+8 |
| * | | Resolve conflicts arising from the ACPI CA 20020404 import. | Mitsuru IWASAKI | 2002-06-30 | 15 | -263/+324 |
| * | | This commit was generated by cvs2svn to compensate for changes in r99146, | Mitsuru IWASAKI | 2002-06-30 | 64 | -824/+1393 |
| |\ \ |
|
| | * | | Vendor import of the Intel ACPI CA 200200404 drop. | Mitsuru IWASAKI | 2002-06-30 | 74 | -1082/+1700 |
| * | | | Minor cleanup: ANSI C function declarations, use argc after getopt(3) to check | Juli Mallett | 2002-06-30 | 1 | -11/+12 |
| * | | | grow a brain and do this right. | Julian Elischer | 2002-06-30 | 1 | -5/+7 |
| * | | | Kill __P(), use ANSI C function declarations, remove local prototype for main, | Juli Mallett | 2002-06-30 | 1 | -21/+14 |
| * | | | Make it possible to have this (basename(1)) perform basename(3) on multiple | Juli Mallett | 2002-06-30 | 2 | -8/+50 |
| * | | | Trim EOL spaces. | Maxim Konovalov | 2002-06-30 | 1 | -2/+2 |
| * | | | Add an alias for sshd. | Maxim Konovalov | 2002-06-30 | 1 | -0/+1 |
| * | | | Forgot to update the addendum in the config files. | Dag-Erling Smørgrav | 2002-06-30 | 2 | -2/+2 |
| * | | | MFi386: revision 1.521 | Yoshihiro Takahashi | 2002-06-30 | 2 | -2/+2 |
| * | | | Consistently wrap CSRG SCM ID. | David E. O'Brien | 2002-06-30 | 3 | -4/+6 |
| * | | | This is the start of the FreeBSD/x86_64 kernel. | David E. O'Brien | 2002-06-30 | 3 | -0/+555 |
| * | | | Don't follow non existant thread pointers (e.g. for zombies) | Julian Elischer | 2002-06-30 | 1 | -33/+35 |
| * | | | This is the start of the FreeBSD/x86_64 kernel. | David E. O'Brien | 2002-06-30 | 3 | -0/+180 |
| * | | | Remove one useless variable. | Luigi Rizzo | 2002-06-30 | 1 | -3/+1 |
| * | | | If the process is a zombie, then you must not try dereference the thread | Julian Elischer | 2002-06-30 | 1 | -53/+55 |
| * | | | This is the start of the FreeBSD/x86_64 kernel. | David E. O'Brien | 2002-06-30 | 1 | -0/+138 |
| * | | | Gcc 3.1 varargs support. | David E. O'Brien | 2002-06-30 | 1 | -0/+47 |
| * | | | Put documentation of the -m option's argument in its list tag in the | Tim J. Robbins | 2002-06-30 | 1 | -2/+4 |
| * | | | Handle relative and absolute pathnames (anything with a `/' in it) in the same | Tim J. Robbins | 2002-06-30 | 1 | -1/+1 |
| * | | | Treat empty PATH elements as "." for tradition and consistency with the | Tim J. Robbins | 2002-06-30 | 1 | -1/+3 |
| * | | | Since printf(3) now supports the `j' conversion specifier, use that | Mike Barcroft | 2002-06-30 | 6 | -66/+66 |
| * | | | Use FBSDID | David E. O'Brien | 2002-06-30 | 13 | -84/+32 |
| * | | | Consistently use FBSDID | David E. O'Brien | 2002-06-30 | 1 | -2/+2 |
| * | | | Don't need these any more. | David E. O'Brien | 2002-06-30 | 21 | -4716/+0 |
| * | | | SCCS is back out, so take out its release notes. | Bruce A. Mah | 2002-06-30 | 2 | -16/+0 |
| * | | | Consistently use FBSDID | David E. O'Brien | 2002-06-30 | 110 | -210/+226 |
| * | | | Partial backout of 1.318, remove error handling added because it may be | Alfred Perlstein | 2002-06-30 | 1 | -15/+3 |
| * | | | Consistently use FBSDID | David E. O'Brien | 2002-06-30 | 67 | -145/+138 |
| * | | | Consistently use __FBSDID | David E. O'Brien | 2002-06-30 | 34 | -95/+72 |
| * | | | Lists follow a colon, not a semicolon. | Dima Dorfman | 2002-06-30 | 1 | -1/+1 |
| * | | | Dike out bits specific to i386. This pretty much means no kgdb for | David E. O'Brien | 2002-06-30 | 1 | -10/+34 |
| * | | | Remove ALT_BREAK_TO_DEBUGGER. This was inconsistent (both in form | Robert Watson | 2002-06-30 | 5 | -5/+0 |
| * | | | Bmake bits for GDB 5.2. | David E. O'Brien | 2002-06-30 | 1 | -4/+0 |
| * | | | Use hashdestroy() now that it exists. | Ian Dowse | 2002-06-30 | 1 | -6/+1 |
| * | | | Remove the bogus SYSINIT from ufs_dirhash.c and instead add a call | Ian Dowse | 2002-06-30 | 7 | -7/+65 |