summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* When the -p flag is specified, set an environment variable to the namewollman2002-06-262-12/+30
* Just a comment on some additional consistency checks that couldluigi2002-06-261-0/+5
* Avoid using the 64-bit vm_pindex_t in a few places where 64-bitiedowse2002-06-265-18/+21
* Use an explicit cast to avoid relying on sign extension to do theiedowse2002-06-261-2/+2
* Remove the kernel file-size limit for UFS2, so that only the limitiedowse2002-06-262-6/+11
* Remove two lines that were cvs merged that shouldn't have been. Thisimp2002-06-261-2/+0
* Gut out (by default unused) cruft, and tidy up warnings.markm2002-06-263-170/+22
* Warnings fixes. Sort out some variable types.markm2002-06-262-12/+14
* Revert previous delta, setting the system immutable flag on /var/emptysheldonh2002-06-261-1/+1
* Help fix warnings by marking an argument as unused.markm2002-06-262-0/+2
* Erk, I forgot that regress.in has an ending newline, so change the test forjmallett2002-06-262-5/+2
* Fix an integer overflow that causes fsck_ffs to crash when itiedowse2002-06-261-1/+1
* - Remove the Giant acquisition from linux_socket_ioctl() as it was reallyarr2002-06-261-11/+2
* Remove two stray lines that snuck in the cvs mergeimp2002-06-262-2/+0
* Add 'chflags -R noschg' to the deletion process for the TEMPROOTdougb2002-06-261-1/+2
* Backout previous delta (addition of -I${.CURDIR}/../../sys).sobomax2002-06-261-2/+1
* Add -I${.CURDIR}/../../sys into CFLAGS, which should fix the world brokensobomax2002-06-261-1/+2
* Tone down the previous delta: don't set the system immutable flag onsheldonh2002-06-261-1/+1
* Initialize a pointer that was left uninitialized with the previousnectar2002-06-261-0/+1
* If CLEANFILES is nil or not defined, do not try to remove it. This happensjmallett2002-06-261-0/+2
* Minor libc internal-only interface change for mapv4v6.imp2002-06-261-1/+1
* Include more robust checking of end of buffer that more completelyimp2002-06-264-52/+32
* Indicate that the semicolon that terminates argument lists should be intjr2002-06-261-2/+8
* Make it more obvious that the semicolon that terminates -exec and -execdirtjr2002-06-261-2/+8
* Don't allow buffer overflow here either.imp2002-06-261-1/+3
* Fix a minor last, minute issue that came in after I committed.imp2002-06-261-1/+1
* Avoid remote buffer overflow on hostbuf[].imp2002-06-262-1/+4
* `pw useradd' could be used with -w without -D option.sada2002-06-261-0/+1
* add default vmemoryuse (unlimited), and samplesdillon2002-06-261-0/+3
* Add documentation for vmemoryusedillon2002-06-261-0/+1
* Make libutil aware of vmemoryuse in its login.conf cap processing (akadillon2002-06-261-0/+1
* Make limits(1) aware of the new vmemoryuse resource limit.dillon2002-06-262-16/+37
* At long last, commit the zero copy sockets code.ken2002-06-2635-10500/+14871
* Enforce RLIMIT_VMEM on growable mappings (aka the primary stack or anydillon2002-06-261-0/+14
* - The previous commit message should have read that Giant was removedarr2002-06-260-0/+0
* sendmail 8.12.5 has been importedgshapiro2002-06-262-2/+2
* Update for the sendmail 8.12.5 importgshapiro2002-06-261-4/+4
* Resolve conflicts from import of sendmail 8.12.5gshapiro2002-06-264-9/+11
* This commit was generated by cvs2svn to compensate for changes in r98841,gshapiro2002-06-2644-89/+359
|\
| * Import sendmail 8.12.5gshapiro2002-06-2648-98/+370
* | Fix mdoc nits in preparation for RLIMIT_VMEM support:sheldonh2002-06-261-3/+5
* | Remove out-of-date -I.fenner2002-06-261-1/+1
* | Remove cruft.fenner2002-06-265-254/+0
* | This is Alexander Kabaev's patch to solve the signal problem with sudillon2002-06-261-0/+11
* | Backout 1.51 on DES's request.dillon2002-06-261-2/+0
* | - Remove Giant acquisition from modevent(), modfnext(), modstat() andarr2002-06-261-27/+11
* | Add support for RLIMIT_VMEM. The #ifdef's were already there but getopt()dillon2002-06-261-1/+1
* | Part I of RLIMIT_VMEM implementation. Implement core functionality fordillon2002-06-263-1/+15
* | - Alleviate jail() from having the burden of acquiring Giant by simplyarr2002-06-261-3/+0
* | Remove old pre-TIRPC code for getting transport handles. The code thatalfred2002-06-252-10/+0
OpenPOWER on IntegriCloud