| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Explicitly set TARGET and TARGET_ARCH in a chroot sandbox. | matusita | 2002-06-08 | 1 | -0/+6 |
* | If we boot verbose, then print out 'interesting' CAM errors that otherwise | mjacob | 2002-06-07 | 1 | -5/+65 |
* | Install a "perl5.6.1" wrapper. I think this is going too far as now | obrien | 2002-06-07 | 1 | -0/+1 |
* | o Add vm_map_unwire() for unwiring contiguous regions of either kernel | alc | 2002-06-07 | 2 | -1/+167 |
* | Return HOSTNAME_INVALIDADDR when reverse lookup is fail. | ume | 2002-06-07 | 1 | -1/+1 |
* | Comment out options SMP for now until I figure out what's going on. | jake | 2002-06-07 | 1 | -1/+1 |
* | Fix a bug where request_part_size() was hard-coded to check the rootSize | jhb | 2002-06-07 | 2 | -2/+2 |
* | 0 is not an invalid interrupt in the PCI world (just in the ia32 | imp | 2002-06-07 | 1 | -2/+4 |
* | Renamed the idempotency identifier to match the file name. | bde | 2002-06-07 | 1 | -3/+3 |
* | According to Bruce, this file shouldn't have comments to describe what | jhb | 2002-06-07 | 1 | -1/+1 |
* | Uncomment some bits that we now need. | benno | 2002-06-07 | 2 | -12/+12 |
* | Fix up the DMA buffer allocation call. | benno | 2002-06-07 | 1 | -1/+2 |
* | style(9): don't initialise variables in their declaration, remove space | tjr | 2002-06-07 | 1 | -12/+11 |
* | Commit changes that happened in IPFilter versions 3.4.27 - 3.4.28 | darrenr | 2002-06-07 | 2 | -7/+18 |
* | This commit was generated by cvs2svn to compensate for changes in r98008, | darrenr | 2002-06-07 | 9 | -0/+81 |
|\ |
|
| * | Import IPFilter 3.4.28 | darrenr | 2002-06-07 | 9 | -0/+81 |
* | | This commit was generated by cvs2svn to compensate for changes in r98005, | darrenr | 2002-06-07 | 15 | -45/+137 |
|\ \
| |/ |
|
| * | Import IPFilter 3.4.28 | darrenr | 2002-06-07 | 29 | -90/+236 |
* | | Commit changes that happened in IPFilter versions 3.4.27 - 3.4.28 | darrenr | 2002-06-07 | 10 | -24/+67 |
* | | Contrary to what the comments said, rs -H did not recycle storage, it just | tjr | 2002-06-07 | 1 | -1/+3 |
* | | Disabling automatic --same-owner option when running as uid 0 along with | sobomax | 2002-06-07 | 1 | -1/+1 |
* | | - Fixup / remove obsolete comments. | jhb | 2002-06-07 | 7 | -195/+139 |
* | | We no longer need to acqure Giant in ast() for ktrpsig() in postsig() now | jhb | 2002-06-07 | 1 | -2/+0 |
* | | - trapsignal() no longer needs to acquire Giant for ktrpsig(). | jhb | 2002-06-07 | 1 | -7/+5 |
* | | - Proper locking for p_tracep and p_traceflag. | jhb | 2002-06-07 | 1 | -7/+7 |
* | | Properly lock accesses to p_tracep and p_traceflag. Also make a few | jhb | 2002-06-07 | 3 | -3/+27 |
* | | Describe ia64_unaligned and geom directories. I hope I got these right. | jmallett | 2002-06-07 | 1 | -0/+2 |
* | | - Catch up to new ktrace API. | jhb | 2002-06-07 | 2 | -28/+23 |
* | | Catch up to changes in ktrace API. | jhb | 2002-06-07 | 4 | -22/+23 |
* | | Overhaul the ktrace subsystem a bit. For the most part, the actual vnode | jhb | 2002-06-07 | 4 | -239/+472 |
* | | Add the m4(1) regression test. | jmallett | 2002-06-07 | 1 | -1/+1 |
* | | Add a regression test for m4(1). | jmallett | 2002-06-07 | 5 | -0/+50 |
* | | Use a larger data type to prevent counters wrapping so quickly. | mdodd | 2002-06-07 | 3 | -16/+16 |
* | | Sync this up with changes made in v1.8 of sys/netatm/atm_if.h | mdodd | 2002-06-07 | 1 | -0/+4 |
* | | Recognize Adaptec ANA-5910/30/40[A] boards. | mdodd | 2002-06-07 | 3 | -19/+65 |
* | | Add a new SYSINIT subsystem for KTRACE. | jhb | 2002-06-07 | 1 | -0/+1 |
* | | - Add a per-thread member 'td_inktrace' to be used by ktrace to detect | jhb | 2002-06-07 | 1 | -2/+4 |
* | | No need to check for "-" explicitly in getopt() loop. | tjr | 2002-06-07 | 1 | -5/+1 |
* | | Exit >1 when an error occurs, regardless of whether -s is specified (SUSv3) | tjr | 2002-06-07 | 1 | -4/+4 |
* | | 'device hea' is no longer broken. | mdodd | 2002-06-07 | 2 | -4/+4 |
* | | Move some code around. | mdodd | 2002-06-07 | 4 | -16/+18 |
* | | ANSI style function declarations. | jmallett | 2002-06-07 | 3 | -19/+8 |
* | | Expand description of environment variables, refer to environ(7) where | tjr | 2002-06-07 | 1 | -8/+18 |
* | | Style nit: group together optional flags under the one Fl macro. | tjr | 2002-06-07 | 1 | -3/+1 |
* | | Back out previous back out of previously correct code. | jmallett | 2002-06-07 | 1 | -2/+1 |
* | | Respect LC_CTYPE and LC_COLLATE environment variables, mainly for their | tjr | 2002-06-07 | 2 | -0/+14 |
* | | Use size_t or ino_t instead of int, and remove a few warnings. | keramida | 2002-06-07 | 1 | -4/+4 |
* | | Refer to environ(7) for description of COLUMNS. Note the effects of LANG, | tjr | 2002-06-07 | 1 | -11/+9 |
* | | Document the standard COLUMNS environment variable here to avoid redundant | tjr | 2002-06-07 | 1 | -0/+10 |
* | | IMO it was a quite ugly idea that if we are running as uid 0 then we can | sobomax | 2002-06-07 | 1 | -0/+4 |