| Commit message (Expand) | Author | Age | Files | Lines |
* | Some staticized variables were still declared to be extern. | bde | 1997-09-07 | 32 | -81/+41 |
* | Include kernel.h instead of declaring "extern int hz". | bde | 1997-09-07 | 2 | -5/+4 |
* | Removed superfluous quoting of function args. | bde | 1997-09-07 | 4 | -6/+6 |
* | Fixed style bug in pseudocode. | bde | 1997-09-07 | 1 | -1/+1 |
* | Fix an intermittent problem during SMP code operation. Not all of the | dyson | 1997-09-07 | 2 | -4/+4 |
* | Update samples for the changed LQR default. | brian | 1997-09-07 | 1 | -2/+5 |
* | Disable LQR by default. It causes too many problems | brian | 1997-09-07 | 3 | -7/+7 |
* | Enable A law encoding. | helbig | 1997-09-06 | 1 | -0/+73 |
* | Enable A law encoding. | helbig | 1997-09-06 | 1 | -1/+4 |
* | Use __libalias_version to derive the name to | brian | 1997-09-06 | 1 | -1/+2 |
* | Ingored incoming packets are now dropped when | brian | 1997-09-06 | 4 | -4/+40 |
* | Upgrade to 2.4 (Fix -PKT_ALIAS_UNREGISTERED_ONLY) | brian | 1997-09-06 | 10 | -8/+34 |
* | Changed the Ints labels for the IO APIC from "INT#" to "PIN#" to better | fsmp | 1997-09-06 | 1 | -4/+4 |
* | Synchronize with sys/i386/i386/trap.c revision 1.110. | kato | 1997-09-06 | 1 | -8/+9 |
* | Insist that the user has group network. | brian | 1997-09-05 | 2 | -16/+19 |
* | "lmd" -> "-lmd" | nate | 1997-09-05 | 1 | -2/+2 |
* | Argh, what was I thinking?? Don't (yet) halt the CPU in the idle loop | peter | 1997-09-05 | 3 | -3/+9 |
* | Teach libdescrypt about elf builds. | peter | 1997-09-05 | 1 | -3/+19 |
* | When compiling under elf, use correct library naming conventions. Also | peter | 1997-09-05 | 1 | -3/+19 |
* | If elf, don't add libmd.a just because we link against libskey.so. | peter | 1997-09-05 | 1 | -0/+3 |
* | If building elf, don't link in libmd.a just for libskey.so to use. Under | peter | 1997-09-05 | 1 | -3/+9 |
* | If building under elf, have libskey.so depend on libmd and libcrypt. | peter | 1997-09-05 | 1 | -0/+5 |
* | If not building a.out, still build a pic version of libmd. This allows | peter | 1997-09-05 | 1 | -1/+3 |
* | Restore the BINFORMAT?= in sys.mk, or it's painfully difficult to use | peter | 1997-09-05 | 2 | -4/+10 |
* | Hopefully better fix for logwtmp(): rename to a private | tg | 1997-09-05 | 3 | -7/+8 |
* | logwtmp() prototype is in <libutil.h>. | tg | 1997-09-05 | 1 | -2/+1 |
* | Changes to support NetBSD and the new ifmedia extensions. | dg | 1997-09-05 | 6 | -486/+1684 |
* | Synchronize with sys/i386/conf/options.1386 revision 1.58. | kato | 1997-09-05 | 2 | -2/+4 |
* | Synchronize with sys/i386/isa/syscons.c and syscons.h revisions 1.231 | kato | 1997-09-05 | 2 | -24/+23 |
* | Make the Sony TSL-7000 a known tape changer device. | joerg | 1997-09-05 | 1 | -1/+9 |
* | Synchronize with sys/i386/isa/wd.c revision 1.136. | kato | 1997-09-05 | 1 | -55/+103 |
* | Synchronize with sys/i386/i386/machdep.c revision up to 1.263. | kato | 1997-09-05 | 2 | -42/+70 |
* | Back out use of -m, since 2.1.x apparently do not have it. (sigh..) | peter | 1997-09-05 | 1 | -3/+3 |
* | Change the BINFORMAT definitions so that they do not depend on sys.mk, | peter | 1997-09-05 | 3 | -6/+9 |
* | Cosmetic adjustment for the trap/double fault/panic cpu id listing. | peter | 1997-09-05 | 4 | -26/+32 |
* | Add redirection for new _clock_lock symbol | peter | 1997-09-05 | 1 | -1/+2 |
* | Add cvsup.ca.FreeBSD.org. | jdp | 1997-09-05 | 1 | -1/+4 |
* | - Changed default PAGER from 'less' to 'more', since we don't have less | nate | 1997-09-05 | 1 | -2/+2 |
* | Notes that WEBNFS is supported. | jkh | 1997-09-05 | 1 | -0/+2 |
* | Add a new compile option SC_HISTORY_SIZE for syscons. | yokota | 1997-09-04 | 5 | -5/+10 |
* | Add a new compile option SC_HISTORY_SIZE to specify the history buffer | yokota | 1997-09-04 | 6 | -42/+57 |
* | The parameters to logwtmp should be const char's | pst | 1997-09-04 | 2 | -4/+6 |
* | FreeBSD specific schanges - mainly religious issues about where to put | markm | 1997-09-04 | 6 | -22/+36 |
* | Added an replacement for callrpc that uses tcp as primary transport method. | tegge | 1997-09-04 | 1 | -3/+72 |
* | "It's" -> "Its" in two places. | jdp | 1997-09-04 | 1 | -3/+3 |
* | Upgrade of EIDE DMA support, Johns comments: | sos | 1997-09-04 | 7 | -297/+478 |
* | No longer needed, superceded by ide-pci.c ide-pcireg.h | sos | 1997-09-04 | 2 | -382/+0 |
* | sonewconn no longer passes curproc to the protocol attach method | tegge | 1997-09-04 | 2 | -4/+4 |
* | Cosmetic change to last commit: speculative_mtest -> speculative_mprobe. | dg | 1997-09-04 | 2 | -16/+16 |
* | Changed the memory sizing code so that if the following conditions | dg | 1997-09-04 | 2 | -42/+70 |