summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* - Fixed missing initialization of current device number.kato2000-08-062-1/+2
* Change the behavior of isa_nmi to log an error message instead ofps2000-08-067-99/+217
* Consistency fix.rnordier2000-08-061-1/+1
* None of select.h needs to be exposed to !_KERNEL.green2000-08-062-2/+2
* Remove 3 off by 128 errors.tegge2000-08-061-5/+5
* Be more verbose when changing APIC ID on an IO APIC.tegge2000-08-0611-14/+1008
* Document the ``-'' option and minor re-wording in EXAMPLESmarko2000-08-051-2/+12
* Fix misspelling.archie2000-08-053-9/+9
* Mention the non-English docs as well as ports.ben2000-08-051-2/+16
* Fix description of argv[0] passed to interpreted scripts; it's the name ofben2000-08-051-3/+3
* Fix world-breakage: warnx("..') --> warnx("...")alex2000-08-051-1/+1
* Don't call errx() without a format string, to protect against possiblekris2000-08-051-4/+4
* Don't call errx() without a format string, to protect against possiblekris2000-08-051-4/+4
* Don't call warnx() without a format string (localized error messageskris2000-08-051-4/+4
* Prevent internal buffer overflow due to expansion of $LANG and/or namekris2000-08-051-3/+11
* Argh! Fix a brainfart of mine. In the old boot0, we relocated ourselfjhb2000-08-041-1/+1
* Explain that in order to track -STABLE, you should leave the src-alljim2000-08-042-2/+4
* Remove everything resembling a comment from "refuse" and put thejdp2000-08-042-35/+49
* If caller have privilege to r/w access to /dev/apm, show theume2000-08-041-58/+65
* Cleanup debug messages and Add some enhancements from linux oniwasaki2000-08-043-126/+105
* Finally make the module dependencies work. kern_linker.c now allowsn_hibma2000-08-042-25/+20
* *smack* #if 0, not #ifdef 0.wpaul2000-08-041-1/+1
* The check_extport() function appears to have some new code in it that checkswpaul2000-08-041-0/+7
* src/Makefile.inc1 sets DESTDIR=${WORLDTMP} for `buildworld' stageru2000-08-042-2/+2
* Make natd(8) "compatible" with firewall_type="simple".ru2000-08-041-17/+46
* Return an error instead of overflowing the buffer in the case of a longkris2000-08-041-0/+4
* Calculate the string length of a u_long at compile-time, instead of using akris2000-08-041-5/+17
* Correct factor-of-10 error in INT_STRLEN_MAXIMUM() calculation.kris2000-08-041-1/+3
* Correct string length bounds checking.kris2000-08-041-3/+5
* Prevent TMPDIR overflow.kris2000-08-041-1/+5
* sprintf() -> snprintf() paranoia.kris2000-08-041-2/+2
* Don't overflow the internal buffer in clnt_sperror()kris2000-08-041-1/+1
* sprintf -> snprintf paranoiakris2000-08-041-3/+3
* This commit was generated by cvs2svn to compensate for changes in r64234,obrien2000-08-041-0/+153
|\
| * Virgin import of gdb-5.0obrien2000-08-0426-8978/+9487
* | Limit the amount of data copied to the error buffer to _POSIX2_LINE_MAX.kris2000-08-041-2/+2
* | These files are for an arch we don't care about.obrien2000-08-048-5171/+0
* | Fix this so it is a Makefile and not a shell script -- now issuing `make'obrien2000-08-041-3/+3
* | Commented out xe device because it depend on PCMCIA stuff.kato2000-08-041-1/+1
* | Merged from sys/i386/isa/clock.c revision 1.155.kato2000-08-043-3/+18
* | Merge the truncate(1) utility onto the RELENG_4 branch and adjustsheldonh2000-08-041-1/+1
* | Add support for 2.x/3.x firmware adapters which are too old to have amsmith2000-08-042-2/+9
* | Prevent buffer overflows.kris2000-08-041-0/+10
* | Fix some of the arcdisk devsw functions to catch up with warning fixes injhb2000-08-041-8/+15
* | Bring back the perform() function. However, conditionionalize it onjhb2000-08-041-0/+36
* | Unbreak the OpenSSL headers for those of us who don't/can't use IDEA bygreen2000-08-041-1/+10
* | Cleanup of TMPDIR code.kris2000-08-031-5/+5
* | Improve performance in the case where ip_output() returns an error.archie2000-08-031-0/+15
* | Change use of perror() to warn()kris2000-08-031-1/+1
* | Merge from GENERIC. Mostly reenable some devices and add SOFTUPDATESimp2000-08-031-17/+19
OpenPOWER on IntegriCloud