]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1997-09-22 Masafumi Max... Typo fix.
1997-09-22 Jordan K. HubbardIf we're going to blindly install freebsd.cf from the...
1997-09-22 Philippe CharnierUse err(3). Put includes in alphabetical order. Use...
1997-09-22 Peter WemmTurn on CR4_VME on the AP's the same as the BSP. Note...
1997-09-22 Brian SomersDon't pause for one second before starting LCP
1997-09-22 Brian SomersUse the correct device name in "show modem"
1997-09-22 Brian SomersCorrect the way the uucp lock file and the ttyXX.if...
1997-09-22 Justin T. GibbsOops. This file shouldn't have been committed.
1997-09-21 Bill PaulMake selection logic more strict. Only select AF_INET...
1997-09-21 Brian SomersSleep for a second before sending the first LCP
1997-09-21 John DysonRemove an unfortunate name clash with the zalloc/zfree...
1997-09-21 Julian Elischerurk, fix spelling error in comment I just fixed.
1997-09-21 Julian ElischerFix a comment.
1997-09-21 Justin T. GibbsAdd isa_devtab_cam.
1997-09-21 Justin T. GibbsUpdated timeout.9 man page describing the new callout...
1997-09-21 Justin T. GibbsConvert tqdisksort to bufqdisksort. Honor the B_ORDERE...
1997-09-21 Justin T. GibbsUpdate for new buffer queue data structure.
1997-09-21 Justin T. Gibbsbuf.h:
1997-09-21 Justin T. GibbsConvert to use the new bufq* functions for dealing...
1997-09-21 Justin T. GibbsUpdate for new callout interface.
1997-09-21 Justin T. Gibbsinit_main.c subr_autoconf.c:
1997-09-21 Justin T. GibbsUpdate for changes in the callout interface.
1997-09-21 Justin T. Gibbssoundcard.c:
1997-09-21 Justin T. Gibbsaha1542.c aic6360.c cy.c fd.c ft.c
1997-09-21 Justin T. Gibbsipl.h:
1997-09-21 Justin T. Gibbsautoconf.c:
1997-09-21 Justin T. GibbsAdd shared EISA interrupt support.
1997-09-21 Justin T. GibbsMove the rules for aicasm to the MI conf file.
1997-09-21 Justin T. GibbsConvert to the new callout interface.
1997-09-21 Justin T. GibbsConvert to the new callout interface.
1997-09-21 Justin T. GibbsMove the rules for aicasm to the MI conf file.
1997-09-21 Brian SomersIt turns out that the following:
1997-09-21 Mark MurrayFreeBSD's original passwd helper is needed here.
1997-09-21 Joerg WunschUnspam rev 1.114 that got spammed when someone commited...
1997-09-21 Peter WemmImplement the parts needed for VM86 under SMP.
1997-09-21 Brian SomersTypo police
1997-09-21 Brian SomersAdd a pppctl(8) xref.
1997-09-21 Wolfram SchneiderAdd ypwhich(1) and yppoll(8) manual pages.
1997-09-21 Peter WemmFix some style(9) and formatting problems. tabsize...
1997-09-21 Wolfram SchneiderChown(8) compiled with -DSUPPORT_DOT (backward compatib...
1997-09-21 John DysonAdd support for more than 1 page of idle process stack...
1997-09-21 John DysonRe-institute a bugfix in allocation of anonymous buffer...
1997-09-21 John DysonChange the M_NAMEI allocations to use the zone allocato...
1997-09-21 Peter WemmRecognize the CS4326 on the Intel PR440FX motherboard...
1997-09-21 Peter WemmFix a comment-within-a-comment
1997-09-21 Peter WemmAccept FIOASYNC (like the old sound driver) since it...
1997-09-21 Peter WemmWe were (I think) missing a vrele() on the vnode for...
1997-09-21 Brian SomersAdd "delete 0" before "add 0 0..."
1997-09-20 Wolfram SchneiderDo not complain about non existing shell "/nonexistent"
1997-09-20 Wolfram SchneiderDo not accept empty user names.
1997-09-20 Joerg WunschDon't gratuitously drop termcap.db and vgrindefs.db...
1997-09-20 Joerg WunschPerform a `make distrib-dirs distribution' inside the...
1997-09-20 Poul-Henning... For AMD chips, pick up the long description from the...
1997-09-20 Peter Wemm_G_VTABLE_LABLE_PREFIX is different between ELF and...
1997-09-20 John DysonAddition of support of the slightly rogue Promise IDE...
1997-09-20 Peter WemmAdjust the #ifdef KERNEL so that pnp_cinfo is available...
1997-09-20 Jordan K. HubbardMore label editor enhancements.
1997-09-20 KATO TakenoriSynchronize with sys/i386/isa/isa.c revision 1.104.
1997-09-20 KATO TakenoriSynchronize with sys/i386/conf/options.i386 and sys...
1997-09-20 Warner LoshAdd missing \ from previous rev to end of a line.
1997-09-20 Jordan K. HubbardFix conditional bogon in Label Editor [from Ed Gold]
1997-09-20 Peter Wemm``oops''. I cut/pasted the original free()'s based...
1997-09-20 Andrey A. ChernovDescribe all know capabilities now
1997-09-19 Brian SomersUse snprintf() instead of sprintf() most of the time.
1997-09-19 Wolfram Schneider.Ox macro needs to support "OpenBSD 2.1"
1997-09-19 Masafumi Max... Typo.
1997-09-19 John-Mark Gurneybmake'd pnpinfo
1997-09-19 John-Mark Gurneyactivate pnpinfo
1997-09-19 John-Mark Gurneythis is an import of Sujal M. Petal's pnpinfo.. it...
1997-09-19 John-Mark Gurneyteach sio how to attach to isa PnP cards. This is...
1997-09-19 John-Mark Gurneyteach pnp to keep isa_device structs around, and teach...
1997-09-19 John-Mark Gurneymajor modifications to the mixer. currently it doesn...
1997-09-19 Joerg WunschAdd a sample entry specifying numeric tty settings...
1997-09-19 Poul-Henning... [Regarding the previous patch] This is completely wrong.
1997-09-19 Satoshi AsamiAdd Wnn6 reverse lookup server port.
1997-09-19 KATO TakenoriSynchronize with sys/i386/i386/userconfig.c revision...
1997-09-19 Philippe CharnierUse An macro for author name.
1997-09-19 Philippe CharnierUse err(3). Typo fixes in man page.
1997-09-19 Philippe CharnierUse err(3).
1997-09-19 Julian ElischerAdd the direcotry for the japanese shift-JIS locale
1997-09-19 Julian Elischerremove bad comment
1997-09-19 Julian Elischeroops
1997-09-18 Dima RubanFix argument string for getopt.
1997-09-18 Daniel O'CallaghanFix some problems in the rules file loading and need...
1997-09-18 Joerg WunschUse -ansi -pedantic -trigraphs, as suggested by Bruce.
1997-09-18 Julian Elischermake/install the japanese SJIS date locale file.
1997-09-18 Julian ElischerShift JIS versions of date stuff.
1997-09-18 Poul-Henning... Executing binaries on a nullfs (or nullfs-based) filesy...
1997-09-18 Poul-Henning... Add a "I know it points to my foot!" -f option.
1997-09-18 Poul-Henning... Fix bad assumptions about types.
1997-09-18 Poul-Henning... Ffs_alloc allow users to write one block beyond the...
1997-09-18 Jordan K. HubbardWhoops! Missed one on the XF8633 -> XF86331 update.
1997-09-18 Jordan K. HubbardCorrect typo.
1997-09-18 Jordan K. HubbardOver 1000 ports now. Note this in the relevant place.
1997-09-18 Poul-Henning... Many places in the code NULL is used in integer context...
1997-09-18 Poul-Henning... Many places in the code NULL is used in integer context...
1997-09-18 Satoshi AsamiAdd canna and Wnn ports numbers.
1997-09-18 Peter WemmMissed a place where the extra descriptor buffers would...
1997-09-18 KATO TakenoriSynchronize with sys/i386/isa/fd.c revision 1.102.
1997-09-18 John-Mark Gurneywrap kernel interface in #ifdef KERNEL/#endif
next