summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Complete the initial set of VM changes required to support fulliedowse2002-06-255-20/+12
* | Turn VM_ALLOC_ZERO into a flag.jeff2002-06-252-5/+7
* | Reduce the amount of code that runs with the zone lock held in slab_zalloc().jeff2002-06-251-6/+8
* | No guts, no glory. Switch to OpenSSH-portable.des2002-06-2512-12/+24
* | - Merge the following from the English version:hrs2002-06-258-17/+81
* | o Eliminate vmspace::vm_minsaddr. It's initialized but never used.alc2002-06-252-6/+5
* | WARNS=6'ify.obrien2002-06-251-7/+5
* | Prototype _start.obrien2002-06-251-2/+4
* | Don't assume that pointers are 4 bytes or sizeof(int) in size. This fixestmm2002-06-252-6/+3
* | pmap_kremove can no longer be used to remove the magic device mappingsjake2002-06-253-1/+16
* | Reduce internal code duplication, add REGRESSION_PASSFAIL([testname]) tojmallett2002-06-251-19/+14
OpenPOWER on IntegriCloud