summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up a little.bde1997-09-072-3/+1
|
* Moved misplaced extern declarations.bde1997-09-072-1/+2
|
* Staticicized.bde1997-09-073-14/+8
|
* Fixed another sloppy common-style declaration (staticized it).bde1997-09-072-1/+2
|
* Removed unused variable.bde1997-09-071-1/+0
|
* Fixed sloppy common-style declarations.bde1997-09-073-2/+6
|
* Bring the FreeBSD changes to the virgin sources.markm1997-09-0766-534/+944
|
* Staticized.bde1997-09-072-6/+6
|
* Some staticized variables were still declared to be extern.bde1997-09-0732-81/+41
|
* Include kernel.h instead of declaring "extern int hz".bde1997-09-072-5/+4
|
* Removed superfluous quoting of function args.bde1997-09-074-6/+6
|
* Fixed style bug in pseudocode.bde1997-09-071-1/+1
|
* Fix an intermittent problem during SMP code operation. Not all of thedyson1997-09-072-4/+4
| | | | | idle page table directories for all of the processors was being updated during kernel grow operations. The problem appears to be gone now.
* Update samples for the changed LQR default.brian1997-09-071-2/+5
|
* Disable LQR by default. It causes too many problemsbrian1997-09-073-7/+7
| | | | | with too many ISPs to be a good default. LQR is still accepted by default.
* Enable A law encoding.helbig1997-09-061-0/+73
| | | | Enable A law encoding.
* Enable A law encoding.helbig1997-09-061-1/+4
|
* Use __libalias_version to derive the name tobrian1997-09-061-1/+2
| | | | pass to dlopen().
* Ingored incoming packets are now dropped whenbrian1997-09-064-4/+40
| | | | | deny_incoming option is set to yes. Submitted by: Ari Suutari <ari@suutari.iki.fi>
* Upgrade to 2.4 (Fix -PKT_ALIAS_UNREGISTERED_ONLY)brian1997-09-0610-8/+34
| | | | | | | Submitted by: Charles Mott <cmott@srv.net> Add __libalias_version so that ppp can derive the correct library name for dlopen()
* Changed the Ints labels for the IO APIC from "INT#" to "PIN#" to betterfsmp1997-09-061-4/+4
| | | | | reflect its logical usage. Ie., there is NOT a 1-to-1 correspondence between IRQ numbers and APIC pin numbers as there is with the 8259 ICU.
* Synchronize with sys/i386/i386/trap.c revision 1.110.kato1997-09-061-8/+9
|
* Insist that the user has group network.brian1997-09-052-16/+19
| | | | Discussed on: -committers
* "lmd" -> "-lmd"nate1997-09-051-2/+2
| | | | Submitted by: Vincent Poy <vince@venus.gaianet.net>
* Argh, what was I thinking?? Don't (yet) halt the CPU in the idle looppeter1997-09-053-3/+9
| | | | | | | | | while waiting for an interrupt (rather than spinning on the runqueue status bits), since the other cpu can put stuff in there and the sleeping cpu may not get an interrupt for a while. When we have a reschedule IPI, this can come back. Pointed out by: fsmp
* Teach libdescrypt about elf builds.peter1997-09-051-3/+19
|
* When compiling under elf, use correct library naming conventions. Alsopeter1997-09-051-3/+19
| | | | | add the required extra symlink. Set the -soname to libcrypt.so so that the symlink is used at runtime rather than resolved at compile time.
* If elf, don't add libmd.a just because we link against libskey.so.peter1997-09-051-0/+3
| | | | A
* If building elf, don't link in libmd.a just for libskey.so to use. Underpeter1997-09-051-3/+9
| | | | elf, libskey.so will not expose it's implementation on it's caller.
* If building under elf, have libskey.so depend on libmd and libcrypt.peter1997-09-051-0/+5
|
* If not building a.out, still build a pic version of libmd. This allowspeter1997-09-051-1/+3
| | | | | | | | things like libskey.so to be dynamically self contained. Things like md5(1) where speed is critical should still link with libmd.a, but for things like login, where it's a once-off call if skey is used, it's not worth the hassle.
* Restore the BINFORMAT?= in sys.mk, or it's painfully difficult to usepeter1997-09-052-4/+10
| | | | | | | | .if in Makefiles. bsd.prog.mk and bsd.lib.mk do not depend on it however. Allow overriding of the -soname arg when building the lib*crypt.so* libs since libdescrypt.so and libscrupt.so both need a -soname of libcrypt.so so that the symlink is obeyed at runtime rather than at compile time.
* Hopefully better fix for logwtmp(): rename to a privatetg1997-09-053-7/+8
| | | | version ftpd_logwtmp().
* logwtmp() prototype is in <libutil.h>.tg1997-09-051-2/+1
|
* Changes to support NetBSD and the new ifmedia extensions.dg1997-09-056-486/+1684
| | | | Submitted by: Jason Thorpe <thorpej@netbsd.org>
* Synchronize with sys/i386/conf/options.1386 revision 1.58.kato1997-09-052-2/+4
|
* Synchronize with sys/i386/isa/syscons.c and syscons.h revisions 1.231kato1997-09-052-24/+23
| | | | and 1.33, respectively.
* Make the Sony TSL-7000 a known tape changer device.joerg1997-09-051-1/+9
|
* Synchronize with sys/i386/isa/wd.c revision 1.136.kato1997-09-051-55/+103
|
* Synchronize with sys/i386/i386/machdep.c revision up to 1.263.kato1997-09-052-42/+70
|
* Back out use of -m, since 2.1.x apparently do not have it. (sigh..)peter1997-09-051-3/+3
|
* Change the BINFORMAT definitions so that they do not depend on sys.mk,peter1997-09-053-6/+9
| | | | | | since 2.1.x make(1) apparently does not have the -m switch to set both the the bsd.*.mk and sys.mk location, and this breaks 'make world' from a 2.1.x system.
* Cosmetic adjustment for the trap/double fault/panic cpu id listing.peter1997-09-054-26/+32
| | | | It now prints the apic id in hex rather than decimal.
* Add redirection for new _clock_lock symbolpeter1997-09-051-1/+2
|
* Add cvsup.ca.FreeBSD.org.jdp1997-09-051-1/+4
|
* - Changed default PAGER from 'less' to 'more', since we don't have lessnate1997-09-051-2/+2
| | | | | | | in the base system. PR: bin/4471 Submitted by: Dmitry Khrustalev <dima@xyzzy.machaon.ru>
* Notes that WEBNFS is supported.jkh1997-09-051-0/+2
|
* Add a new compile option SC_HISTORY_SIZE for syscons.yokota1997-09-045-5/+10
|
* Add a new compile option SC_HISTORY_SIZE to specify the history bufferyokota1997-09-046-42/+57
| | | | | | | | | | | | size in terms of lines (instead of bytes). When changing video mode in ioctl SW_XXX commands, syscons checks scp->history_size and allocate a history buffer at least as large as the new screen size. (This was unnecessary before, because HISTORY_SIZE was as large as 100 lines and this is bigger than the maximum screen size: 60 lines). Similar adjustment is done in ioctl CONS_HISTORY command too. PR: kern/4169 Reviewed by: sos
* The parameters to logwtmp should be const char'spst1997-09-042-4/+6
|
OpenPOWER on IntegriCloud