aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* *smack* #if 0, not #ifdef 0.Bill Paul2000-08-041-1/+1
* The check_extport() function appears to have some new code in it that checksBill Paul2000-08-041-0/+7
* src/Makefile.inc1 sets DESTDIR=${WORLDTMP} for `buildworld' stageRuslan Ermilov2000-08-042-2/+2
* Make natd(8) "compatible" with firewall_type="simple".Ruslan Ermilov2000-08-041-17/+46
* Return an error instead of overflowing the buffer in the case of a longKris Kennaway2000-08-041-0/+4
* Calculate the string length of a u_long at compile-time, instead of using aKris Kennaway2000-08-041-5/+17
* Correct factor-of-10 error in INT_STRLEN_MAXIMUM() calculation.Kris Kennaway2000-08-041-1/+3
* Correct string length bounds checking.Kris Kennaway2000-08-041-3/+5
* Prevent TMPDIR overflow.Kris Kennaway2000-08-041-1/+5
* sprintf() -> snprintf() paranoia.Kris Kennaway2000-08-041-2/+2
* Don't overflow the internal buffer in clnt_sperror()Kris Kennaway2000-08-041-1/+1
* sprintf -> snprintf paranoiaKris Kennaway2000-08-041-3/+3
* This commit was generated by cvs2svn to compensate for changes in r64234,David E. O'Brien2000-08-041-0/+153
|\
| * Virgin import of gdb-5.0David E. O'Brien2000-08-0426-8861/+9370
* | Limit the amount of data copied to the error buffer to _POSIX2_LINE_MAX.Kris Kennaway2000-08-041-2/+2
* | These files are for an arch we don't care about.David E. O'Brien2000-08-048-5171/+0
* | Fix this so it is a Makefile and not a shell script -- now issuing `make'David E. O'Brien2000-08-041-3/+3
* | Commented out xe device because it depend on PCMCIA stuff.KATO Takenori2000-08-041-1/+1
* | Merged from sys/i386/isa/clock.c revision 1.155.KATO Takenori2000-08-043-3/+18
* | Merge the truncate(1) utility onto the RELENG_4 branch and adjustSheldon Hearn2000-08-041-1/+1
* | Add support for 2.x/3.x firmware adapters which are too old to have aMike Smith2000-08-042-2/+9
* | Prevent buffer overflows.Kris Kennaway2000-08-041-0/+10
* | Fix some of the arcdisk devsw functions to catch up with warning fixes inJohn Baldwin2000-08-041-8/+15
* | Bring back the perform() function. However, conditionionalize it onJohn Baldwin2000-08-041-0/+36
* | Unbreak the OpenSSL headers for those of us who don't/can't use IDEA byBrian Feldman2000-08-041-1/+10
* | Cleanup of TMPDIR code.Kris Kennaway2000-08-031-5/+5
* | Improve performance in the case where ip_output() returns an error.Archie Cobbs2000-08-031-0/+15
* | Change use of perror() to warn()Kris Kennaway2000-08-031-1/+1
* | Merge from GENERIC. Mostly reenable some devices and add SOFTUPDATESWarner Losh2000-08-031-17/+19
* | Make check for empty list in STAILQ_LAST() more readable.Jeffrey Hsu2000-08-031-1/+1
* | Modify to use fixed STAILQ_LAST().Jeffrey Hsu2000-08-031-1/+1
* | Restore STAILQ_LAST() semantics to match that of TAILQ_LAST()Jeffrey Hsu2000-08-031-2/+7
* | Explain "-c" option more exactly and state the default in the manDavid Malone2000-08-032-8/+13
* | specifer -> specifierDavid Malone2000-08-031-1/+1
* | Sort cases in getopt switch statement.David Malone2000-08-031-31/+32
* | Replace two calls to strlen+calloc+strcpy with strdup.David Malone2000-08-031-12/+4
* | Do not display icmp(4) sockets as non-existent bridge(4) sockets.Ruslan Ermilov2000-08-031-2/+2
* | Make netstat(1) to be aware of divert(4) sockets.Ruslan Ermilov2000-08-032-1/+91
* | Add the ESS Solo-1 to generic chip match.MIHIRA Sanpei Yoshiro2000-08-031-0/+2
* | - Fixed %si (offset to partition table) in boot.KATO Takenori2000-08-031-3/+3
* | Forced commit to note that actually, the last commit to this file was notJohn Baldwin2000-08-030-0/+0
* | Fix the more obvious warnings to deal with my earlier warning cleanups.John Baldwin2000-08-035-20/+20
* | Cleanup warnings. Most of these are signed/unsigned warnings, as well asJohn Baldwin2000-08-0332-274/+278
* | Fix several BDECFLAGS warnings. Also, actually use the 'verbose' parameterJohn Baldwin2000-08-031-71/+104
* | Cleanup warnings by adding missint prototypes, removing unneeded duplicateJohn Baldwin2000-08-034-12/+20
* | * Create entire directory path for modules.David E. O'Brien2000-08-034-4/+4
* | - Fixed pointer to the partition table in the buffer.KATO Takenori2000-08-031-12/+7
* | Don't bitch when trying to create a ${DESTDIR}/modules which alreadySheldon Hearn2000-08-032-2/+2
* | Fix buildkernel and installkernel when KERNEL is defined inMarcel Moolenaar2000-08-031-3/+3
* | Install the openssl(1) manpage with an MLINK from ssl(8) to at least putKris Kennaway2000-08-031-6/+12