| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Argh! Fix a brainfart of mine. In the old boot0, we relocated ourself | jhb | 2000-08-04 | 1 | -1/+1 |
* | Explain that in order to track -STABLE, you should leave the src-all | jim | 2000-08-04 | 2 | -2/+4 |
* | Remove everything resembling a comment from "refuse" and put the | jdp | 2000-08-04 | 2 | -35/+49 |
* | If caller have privilege to r/w access to /dev/apm, show the | ume | 2000-08-04 | 1 | -58/+65 |
* | Cleanup debug messages and Add some enhancements from linux on | iwasaki | 2000-08-04 | 3 | -126/+105 |
* | Finally make the module dependencies work. kern_linker.c now allows | n_hibma | 2000-08-04 | 2 | -25/+20 |
* | *smack* #if 0, not #ifdef 0. | wpaul | 2000-08-04 | 1 | -1/+1 |
* | The check_extport() function appears to have some new code in it that checks | wpaul | 2000-08-04 | 1 | -0/+7 |
* | src/Makefile.inc1 sets DESTDIR=${WORLDTMP} for `buildworld' stage | ru | 2000-08-04 | 2 | -2/+2 |
* | Make natd(8) "compatible" with firewall_type="simple". | ru | 2000-08-04 | 1 | -17/+46 |
* | Return an error instead of overflowing the buffer in the case of a long | kris | 2000-08-04 | 1 | -0/+4 |
* | Calculate the string length of a u_long at compile-time, instead of using a | kris | 2000-08-04 | 1 | -5/+17 |
* | Correct factor-of-10 error in INT_STRLEN_MAXIMUM() calculation. | kris | 2000-08-04 | 1 | -1/+3 |
* | Correct string length bounds checking. | kris | 2000-08-04 | 1 | -3/+5 |
* | Prevent TMPDIR overflow. | kris | 2000-08-04 | 1 | -1/+5 |
* | sprintf() -> snprintf() paranoia. | kris | 2000-08-04 | 1 | -2/+2 |
* | Don't overflow the internal buffer in clnt_sperror() | kris | 2000-08-04 | 1 | -1/+1 |
* | sprintf -> snprintf paranoia | kris | 2000-08-04 | 1 | -3/+3 |
* | This commit was generated by cvs2svn to compensate for changes in r64234, | obrien | 2000-08-04 | 1 | -0/+153 |
|\ |
|
| * | Virgin import of gdb-5.0 | obrien | 2000-08-04 | 26 | -8978/+9487 |
* | | Limit the amount of data copied to the error buffer to _POSIX2_LINE_MAX. | kris | 2000-08-04 | 1 | -2/+2 |
* | | These files are for an arch we don't care about. | obrien | 2000-08-04 | 8 | -5171/+0 |
* | | Fix this so it is a Makefile and not a shell script -- now issuing `make' | obrien | 2000-08-04 | 1 | -3/+3 |
* | | Commented out xe device because it depend on PCMCIA stuff. | kato | 2000-08-04 | 1 | -1/+1 |
* | | Merged from sys/i386/isa/clock.c revision 1.155. | kato | 2000-08-04 | 3 | -3/+18 |
* | | Merge the truncate(1) utility onto the RELENG_4 branch and adjust | sheldonh | 2000-08-04 | 1 | -1/+1 |
* | | Add support for 2.x/3.x firmware adapters which are too old to have a | msmith | 2000-08-04 | 2 | -2/+9 |
* | | Prevent buffer overflows. | kris | 2000-08-04 | 1 | -0/+10 |
* | | Fix some of the arcdisk devsw functions to catch up with warning fixes in | jhb | 2000-08-04 | 1 | -8/+15 |
* | | Bring back the perform() function. However, conditionionalize it on | jhb | 2000-08-04 | 1 | -0/+36 |
* | | Unbreak the OpenSSL headers for those of us who don't/can't use IDEA by | green | 2000-08-04 | 1 | -1/+10 |
* | | Cleanup of TMPDIR code. | kris | 2000-08-03 | 1 | -5/+5 |
* | | Improve performance in the case where ip_output() returns an error. | archie | 2000-08-03 | 1 | -0/+15 |
* | | Change use of perror() to warn() | kris | 2000-08-03 | 1 | -1/+1 |
* | | Merge from GENERIC. Mostly reenable some devices and add SOFTUPDATES | imp | 2000-08-03 | 1 | -17/+19 |
* | | Make check for empty list in STAILQ_LAST() more readable. | hsu | 2000-08-03 | 1 | -1/+1 |
* | | Modify to use fixed STAILQ_LAST(). | hsu | 2000-08-03 | 1 | -1/+1 |
* | | Restore STAILQ_LAST() semantics to match that of TAILQ_LAST() | hsu | 2000-08-03 | 1 | -2/+7 |
* | | Explain "-c" option more exactly and state the default in the man | dwmalone | 2000-08-03 | 2 | -8/+13 |
* | | specifer -> specifier | dwmalone | 2000-08-03 | 1 | -1/+1 |
* | | Sort cases in getopt switch statement. | dwmalone | 2000-08-03 | 1 | -31/+32 |
* | | Replace two calls to strlen+calloc+strcpy with strdup. | dwmalone | 2000-08-03 | 1 | -12/+4 |
* | | Do not display icmp(4) sockets as non-existent bridge(4) sockets. | ru | 2000-08-03 | 1 | -2/+2 |
* | | Make netstat(1) to be aware of divert(4) sockets. | ru | 2000-08-03 | 2 | -1/+91 |
* | | Add the ESS Solo-1 to generic chip match. | sanpei | 2000-08-03 | 1 | -0/+2 |
* | | - Fixed %si (offset to partition table) in boot. | kato | 2000-08-03 | 1 | -3/+3 |
* | | Forced commit to note that actually, the last commit to this file was not | jhb | 2000-08-03 | 0 | -0/+0 |
* | | Fix the more obvious warnings to deal with my earlier warning cleanups. | jhb | 2000-08-03 | 5 | -20/+20 |
* | | Cleanup warnings. Most of these are signed/unsigned warnings, as well as | jhb | 2000-08-03 | 32 | -274/+278 |
* | | Fix several BDECFLAGS warnings. Also, actually use the 'verbose' parameter | jhb | 2000-08-03 | 1 | -71/+104 |