]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1997-06-02 Doug RabsonThe defines INTR_FAST and INTR_EXCL are part of the...
1997-06-02 Doug RabsonChange isa_device.h to intr_machdep.h
1997-06-02 Doug RabsonMake this thing actually compile.
1997-06-02 Andrey A. ChernovBack out /var/run/*.pid cleaning since some programms...
1997-06-02 KATO TakenoriSynchronize with sys/i386/conf/files.i386 revision...
1997-06-02 KATO TakenoriSynchronize with sys/i386/conf/Makefile.i386 revision...
1997-06-02 Doug RabsonMove interrupt handling code from isa.c to a new file...
1997-06-02 Peter WemmIf the localid is set, don't forget to expand it...
1997-06-02 Mike SmithGrr. Remove not-ready LDT modification fluff that...
1997-06-02 Mark MurrayCorrect the way IRQs are passed to rndcontrol. If there...
1997-06-02 Philippe CharnierTypo fix.
1997-06-02 Mike SmithOops, remove some bogus debugging code that crept in...
1997-06-02 Philippe CharnierTypo (the the -> the).
1997-06-02 Mike SmithAdd support for the SIOCGIFHWADDR ioctl, commonly used by
1997-06-02 Philippe CharnierOff by 1 adjustment. Properly NUL terminate after strncpy.
1997-06-02 Philippe CharnierOff by 1 adjustment.
1997-06-02 Philippe CharnierRemove unused variables. Suppress -Wall warnings. Check...
1997-06-02 Julian ElischerSubmitted by: Whistle Communications (archie Cobbs)
1997-06-02 Julian ElischerSubmitted by: Whistle Communications (archie Cobbs)
1997-06-02 Julian Elischertiny spelling fix in comment
1997-06-02 Bruce EvansWas superseded by ns16550.h 4-5 years ago.
1997-06-02 Jordan K. Hubbardtimed_enabled -> timed_enable
1997-06-02 Brian SomersBack out last change (which in fact breaks rfc1661)
1997-06-01 Andrey A. ChernovAdd rm -f /var/run/*.pid to prevent random process...
1997-06-01 Poul-Henning... I've given up on the idea of sizing FIFO's. You can...
1997-06-01 Bruce EvansDon't use -fomit-frame-pointer for ipl_funcs.c if ...
1997-06-01 Peter WemmMove "typedef struct intrec {} intrec" from sys/interru...
1997-06-01 Peter Wemmon second thoughts, it doesn't even need <machine/ipl...
1997-06-01 Peter WemmPCI_CLASS_MASS_STORAGE (under PCI_COMPAT) was used...
1997-06-01 Peter Wemm<machine/spl.h> -> <machine/ipl.h>
1997-06-01 Peter Wemmtypo fix, s/imp/inp'; move lookup call inside splnet...
1997-06-01 Brian SomersGo directly to ST_STOPPED when a TerminateReq is
1997-06-01 Brian SomersReduce MAX_M[RT]U back to 2048. Even on a null-modem
1997-06-01 Peter WemmAdd xref to signanosleep(2)
1997-06-01 Peter WemmDoc signanosleep, add to links
1997-06-01 Peter WemmUpdate the sleep(3)/usleep(3) code to use signanosleep...
1997-06-01 Peter WemmGenerate signanosleep(2) syscall wrapper
1997-06-01 Peter Wemmoops, fix a braino that I noticed during the commit...
1997-06-01 Peter Wemm- implement signanosleep(2) by moving common code from...
1997-06-01 Peter WemmRegenerate
1997-06-01 Peter WemmNew syscall, signanosleep(), which is a hybrid of sigsu...
1997-06-01 Peter WemmNew field: p_sleepend; so that settime() can adjust...
1997-06-01 Joerg WunschCreate the release name of SNAPs automagically.
1997-06-01 Jordan K. HubbardMake this puppy compile again - add two includes.
1997-06-01 Brian SomersRemove initial startup printf's in -direct mode.
1997-06-01 Brian SomersImplement "set mtu" command to allow the client to
1997-05-31 Tor EggeFix a typo.
1997-05-31 Peter Wemmspecify compile-with option to get -fomit-frame-pointer...
1997-05-31 Peter WemmRevert previous change, use "compile-with" in files...
1997-05-31 Brian SomersRemove "set mtu ..." ability. Currently, this is an
1997-05-31 Andrey A. ChernovNow understand password in ftp:// URLs
1997-05-31 KATO TakenoriInclude file update: <machine/spl.h> --> <machine/ipl.h>.
1997-05-31 KATO TakenoriSynchronize with following changes:
1997-05-31 KATO TakenoriSynchronize with sys/i386/conf/files.i386 revision...
1997-05-31 KATO TakenoriSynchronize with sys/i386/conf/Makefile.i386 revision...
1997-05-31 Peter WemmBruce mentioned to me that Paul Traina had noticed...
1997-05-31 Peter Wemmdon't refer to SWI_*_MASK, it's not SMP/UP kernel porta...
1997-05-31 Peter WemmAdd prototypes for the spl* funcs and add externs for...
1997-05-31 Peter Wemms/intrmask/intrmask_t/g
1997-05-31 Peter Wemm<machine/spl.h> -> <machine/ipl.h>
1997-05-31 Peter WemmInclude file updates.. <machine/spl.h> -> <machine...
1997-05-31 Peter Wemmadd ipl_funcs.c (Hmm.. should probably use a "compile...
1997-05-31 Peter Wemmcompile ipl_funcs.c with -fomit-frame-pointer, as sugge...
1997-05-31 Peter Wemmmove spl.h to ipl.h, minus the inline spl macros. ...
1997-05-31 Peter Wemmremove #include of <machine/spl.h> - they are externed now
1997-05-31 Peter Wemmmove intrhand2_t from isa_device.h to machine/types...
1997-05-31 Peter WemmStore the macro values for SWI_TTY_MASK and SWI_NET_MAS...
1997-05-31 Peter WemmThe SWI_NET_MASK and SWI_TTY_MASK handlers are now...
1997-05-31 Peter WemmBruce's original implementation of the splxxx() routine...
1997-05-31 Peter WemmBruce's original definitions for the spl/ipl code when...
1997-05-31 Peter WemmDefinitions for the spl/ipl code when running on an...
1997-05-31 KATO Takenori- Use `6x86MX' instead of `M2'. Cyrix officially use...
1997-05-31 John PolstraFix some old typos and misspellings.
1997-05-31 Steve PasseModified code in direction of supporting MULTIPLE_IOAPICS.
1997-05-31 Steve PasseModified code in direction of supporting MULTIPLE_IOAPICS.
1997-05-31 Gene StarkSubmitted by: Rich Murphey (ages ago) and Gene Stark
1997-05-30 Doug RabsonThe previous fix didn't work properly for small block...
1997-05-30 Stefan EßerAdd code to correctly probe all buses on the Intel...
1997-05-30 Stefan EßerRemove use of intrec*, use void* instead.
1997-05-30 Poul-Henning... sysctlbyname allows acces to sysctl variables by name.
1997-05-30 Poul-Henning... Malloc flag X makes malloc behave like the canonical...
1997-05-30 Masafumi Max... Typo fix.
1997-05-30 KATO TakenoriSynchronize with sys/i386/isa/isa.c revision up to...
1997-05-30 KATO TakenoriSynchronize with sys/i386/i386/microtime.s revision...
1997-05-30 KATO TakenoriSynchronize with sys/i386/i386/trap.c revision 1.96.
1997-05-30 KATO TakenoriSynchronize with sys/i386/isa/clock.c and sio.c revisio...
1997-05-30 Jordan K. HubbardFix typos (of the printed output kind).
1997-05-29 Doug RabsonDocument new -Bforcedynamic flag and -assert pure-text.
1997-05-29 Bill PaulGrr... curse my fumble-fingered hide: logmane -> logname
1997-05-29 Bill PaulAnother (harmless, luckily) mind-o: somehow I typed...
1997-05-29 Bill PaulMind-o: MAN8= yes --> NOMAN= yes
1997-05-29 Tor EggeDon't remove the controlling tty from the session if...
1997-05-29 Steve PasseCode such as apic_base[APIC_ID] converted to lapic__id
1997-05-29 Steve Passeapic.h now has structure definitions for both the local...
1997-05-29 Steve PasseAdded code to manage the local and io APICs as structures.
1997-05-29 Peter Wemmremove no longer needed opt_smp.h includes
1997-05-29 Peter Wemmminor style police (recent divergence from KNF code)
1997-05-29 Peter Wemmremove opt_smp.h and fix the reason it was needed.
1997-05-29 Peter WemmNo longer need opt_smp.h here
1997-05-29 Peter Wemmremove opt_smp.h from this well-included file, minor...
next