| Commit message (Expand) | Author | Age | Files | Lines |
* | When the -p flag is specified, set an environment variable to the name | wollman | 2002-06-26 | 2 | -12/+30 |
* | Just a comment on some additional consistency checks that could | luigi | 2002-06-26 | 1 | -0/+5 |
* | Avoid using the 64-bit vm_pindex_t in a few places where 64-bit | iedowse | 2002-06-26 | 5 | -18/+21 |
* | Use an explicit cast to avoid relying on sign extension to do the | iedowse | 2002-06-26 | 1 | -2/+2 |
* | Remove the kernel file-size limit for UFS2, so that only the limit | iedowse | 2002-06-26 | 2 | -6/+11 |
* | Remove two lines that were cvs merged that shouldn't have been. This | imp | 2002-06-26 | 1 | -2/+0 |
* | Gut out (by default unused) cruft, and tidy up warnings. | markm | 2002-06-26 | 3 | -170/+22 |
* | Warnings fixes. Sort out some variable types. | markm | 2002-06-26 | 2 | -12/+14 |
* | Revert previous delta, setting the system immutable flag on /var/empty | sheldonh | 2002-06-26 | 1 | -1/+1 |
* | Help fix warnings by marking an argument as unused. | markm | 2002-06-26 | 2 | -0/+2 |
* | Erk, I forgot that regress.in has an ending newline, so change the test for | jmallett | 2002-06-26 | 2 | -5/+2 |
* | Fix an integer overflow that causes fsck_ffs to crash when it | iedowse | 2002-06-26 | 1 | -1/+1 |
* | - Remove the Giant acquisition from linux_socket_ioctl() as it was really | arr | 2002-06-26 | 1 | -11/+2 |
* | Remove two stray lines that snuck in the cvs merge | imp | 2002-06-26 | 2 | -2/+0 |
* | Add 'chflags -R noschg' to the deletion process for the TEMPROOT | dougb | 2002-06-26 | 1 | -1/+2 |
* | Backout previous delta (addition of -I${.CURDIR}/../../sys). | sobomax | 2002-06-26 | 1 | -2/+1 |
* | Add -I${.CURDIR}/../../sys into CFLAGS, which should fix the world broken | sobomax | 2002-06-26 | 1 | -1/+2 |
* | Tone down the previous delta: don't set the system immutable flag on | sheldonh | 2002-06-26 | 1 | -1/+1 |
* | Initialize a pointer that was left uninitialized with the previous | nectar | 2002-06-26 | 1 | -0/+1 |
* | If CLEANFILES is nil or not defined, do not try to remove it. This happens | jmallett | 2002-06-26 | 1 | -0/+2 |
* | Minor libc internal-only interface change for mapv4v6. | imp | 2002-06-26 | 1 | -1/+1 |
* | Include more robust checking of end of buffer that more completely | imp | 2002-06-26 | 4 | -52/+32 |
* | Indicate that the semicolon that terminates argument lists should be in | tjr | 2002-06-26 | 1 | -2/+8 |
* | Make it more obvious that the semicolon that terminates -exec and -execdir | tjr | 2002-06-26 | 1 | -2/+8 |
* | Don't allow buffer overflow here either. | imp | 2002-06-26 | 1 | -1/+3 |
* | Fix a minor last, minute issue that came in after I committed. | imp | 2002-06-26 | 1 | -1/+1 |
* | Avoid remote buffer overflow on hostbuf[]. | imp | 2002-06-26 | 2 | -1/+4 |
* | `pw useradd' could be used with -w without -D option. | sada | 2002-06-26 | 1 | -0/+1 |
* | add default vmemoryuse (unlimited), and samples | dillon | 2002-06-26 | 1 | -0/+3 |
* | Add documentation for vmemoryuse | dillon | 2002-06-26 | 1 | -0/+1 |
* | Make libutil aware of vmemoryuse in its login.conf cap processing (aka | dillon | 2002-06-26 | 1 | -0/+1 |
* | Make limits(1) aware of the new vmemoryuse resource limit. | dillon | 2002-06-26 | 2 | -16/+37 |
* | At long last, commit the zero copy sockets code. | ken | 2002-06-26 | 35 | -10500/+14871 |
* | Enforce RLIMIT_VMEM on growable mappings (aka the primary stack or any | dillon | 2002-06-26 | 1 | -0/+14 |
* | - The previous commit message should have read that Giant was removed | arr | 2002-06-26 | 0 | -0/+0 |
* | sendmail 8.12.5 has been imported | gshapiro | 2002-06-26 | 2 | -2/+2 |
* | Update for the sendmail 8.12.5 import | gshapiro | 2002-06-26 | 1 | -4/+4 |
* | Resolve conflicts from import of sendmail 8.12.5 | gshapiro | 2002-06-26 | 4 | -9/+11 |
* | This commit was generated by cvs2svn to compensate for changes in r98841, | gshapiro | 2002-06-26 | 44 | -89/+359 |
|\ |
|
| * | Import sendmail 8.12.5 | gshapiro | 2002-06-26 | 48 | -98/+370 |
* | | Fix mdoc nits in preparation for RLIMIT_VMEM support: | sheldonh | 2002-06-26 | 1 | -3/+5 |
* | | Remove out-of-date -I. | fenner | 2002-06-26 | 1 | -1/+1 |
* | | Remove cruft. | fenner | 2002-06-26 | 5 | -254/+0 |
* | | This is Alexander Kabaev's patch to solve the signal problem with su | dillon | 2002-06-26 | 1 | -0/+11 |
* | | Backout 1.51 on DES's request. | dillon | 2002-06-26 | 1 | -2/+0 |
* | | - Remove Giant acquisition from modevent(), modfnext(), modstat() and | arr | 2002-06-26 | 1 | -27/+11 |
* | | Add support for RLIMIT_VMEM. The #ifdef's were already there but getopt() | dillon | 2002-06-26 | 1 | -1/+1 |
* | | Part I of RLIMIT_VMEM implementation. Implement core functionality for | dillon | 2002-06-26 | 3 | -1/+15 |
* | | - Alleviate jail() from having the burden of acquiring Giant by simply | arr | 2002-06-26 | 1 | -3/+0 |
* | | Remove old pre-TIRPC code for getting transport handles. The code that | alfred | 2002-06-25 | 2 | -10/+0 |