]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1997-06-01 phkI've given up on the idea of sizing FIFO's. You can...
1997-06-01 bdeDon't use -fomit-frame-pointer for ipl_funcs.c if ...
1997-06-01 peterMove "typedef struct intrec {} intrec" from sys/interru...
1997-06-01 peteron second thoughts, it doesn't even need <machine/ipl...
1997-06-01 peterPCI_CLASS_MASS_STORAGE (under PCI_COMPAT) was used...
1997-06-01 peter<machine/spl.h> -> <machine/ipl.h>
1997-06-01 petertypo fix, s/imp/inp'; move lookup call inside splnet...
1997-06-01 brianGo directly to ST_STOPPED when a TerminateReq is
1997-06-01 brianReduce MAX_M[RT]U back to 2048. Even on a null-modem
1997-06-01 peterAdd xref to signanosleep(2)
1997-06-01 peterDoc signanosleep, add to links
1997-06-01 peterUpdate the sleep(3)/usleep(3) code to use signanosleep...
1997-06-01 peterGenerate signanosleep(2) syscall wrapper
1997-06-01 peteroops, fix a braino that I noticed during the commit...
1997-06-01 peter- implement signanosleep(2) by moving common code from...
1997-06-01 peterRegenerate
1997-06-01 peterNew syscall, signanosleep(), which is a hybrid of sigsu...
1997-06-01 peterNew field: p_sleepend; so that settime() can adjust...
1997-06-01 joergCreate the release name of SNAPs automagically.
1997-06-01 jkhMake this puppy compile again - add two includes.
1997-06-01 brianRemove initial startup printf's in -direct mode.
1997-06-01 brianImplement "set mtu" command to allow the client to
1997-05-31 teggeFix a typo.
1997-05-31 peterspecify compile-with option to get -fomit-frame-pointer...
1997-05-31 peterRevert previous change, use "compile-with" in files...
1997-05-31 brianRemove "set mtu ..." ability. Currently, this is an
1997-05-31 acheNow understand password in ftp:// URLs
1997-05-31 katoInclude file update: <machine/spl.h> --> <machine/ipl.h>.
1997-05-31 katoSynchronize with following changes:
1997-05-31 katoSynchronize with sys/i386/conf/files.i386 revision...
1997-05-31 katoSynchronize with sys/i386/conf/Makefile.i386 revision...
1997-05-31 peterBruce mentioned to me that Paul Traina had noticed...
1997-05-31 peterdon't refer to SWI_*_MASK, it's not SMP/UP kernel porta...
1997-05-31 peterAdd prototypes for the spl* funcs and add externs for...
1997-05-31 peters/intrmask/intrmask_t/g
1997-05-31 peter<machine/spl.h> -> <machine/ipl.h>
1997-05-31 peterInclude file updates.. <machine/spl.h> -> <machine...
1997-05-31 peteradd ipl_funcs.c (Hmm.. should probably use a "compile...
1997-05-31 petercompile ipl_funcs.c with -fomit-frame-pointer, as sugge...
1997-05-31 petermove spl.h to ipl.h, minus the inline spl macros. ...
1997-05-31 peterremove #include of <machine/spl.h> - they are externed now
1997-05-31 petermove intrhand2_t from isa_device.h to machine/types...
1997-05-31 peterStore the macro values for SWI_TTY_MASK and SWI_NET_MAS...
1997-05-31 peterThe SWI_NET_MASK and SWI_TTY_MASK handlers are now...
1997-05-31 peterBruce's original implementation of the splxxx() routine...
1997-05-31 peterBruce's original definitions for the spl/ipl code when...
1997-05-31 peterDefinitions for the spl/ipl code when running on an...
1997-05-31 kato- Use `6x86MX' instead of `M2'. Cyrix officially use...
1997-05-31 jdpFix some old typos and misspellings.
1997-05-31 fsmpModified code in direction of supporting MULTIPLE_IOAPICS.
1997-05-31 fsmpModified code in direction of supporting MULTIPLE_IOAPICS.
1997-05-31 starkSubmitted by: Rich Murphey (ages ago) and Gene Stark
1997-05-30 dfrThe previous fix didn't work properly for small block...
1997-05-30 seAdd code to correctly probe all buses on the Intel...
1997-05-30 seRemove use of intrec*, use void* instead.
1997-05-30 phksysctlbyname allows acces to sysctl variables by name.
1997-05-30 phkMalloc flag X makes malloc behave like the canonical...
1997-05-30 maxTypo fix.
1997-05-30 katoSynchronize with sys/i386/isa/isa.c revision up to...
1997-05-30 katoSynchronize with sys/i386/i386/microtime.s revision...
1997-05-30 katoSynchronize with sys/i386/i386/trap.c revision 1.96.
1997-05-30 katoSynchronize with sys/i386/isa/clock.c and sio.c revisio...
1997-05-30 jkhFix typos (of the printed output kind).
1997-05-29 dfrDocument new -Bforcedynamic flag and -assert pure-text.
1997-05-29 wpaulGrr... curse my fumble-fingered hide: logmane -> logname
1997-05-29 wpaulAnother (harmless, luckily) mind-o: somehow I typed...
1997-05-29 wpaulMind-o: MAN8= yes --> NOMAN= yes
1997-05-29 teggeDon't remove the controlling tty from the session if...
1997-05-29 fsmpCode such as apic_base[APIC_ID] converted to lapic__id
1997-05-29 fsmpapic.h now has structure definitions for both the local...
1997-05-29 fsmpAdded code to manage the local and io APICs as structures.
1997-05-29 peterremove no longer needed opt_smp.h includes
1997-05-29 peterminor style police (recent divergence from KNF code)
1997-05-29 peterremove opt_smp.h and fix the reason it was needed.
1997-05-29 peterNo longer need opt_smp.h here
1997-05-29 peterremove opt_smp.h from this well-included file, minor...
1997-05-29 peterremove opt_smp.h, minor style police
1997-05-29 peterDon't need "opt_smp.h" on these files
1997-05-29 peterDon't refer to NCPU in extern decl for SMPruntime[]
1997-05-29 peterforward declare struct timeval so that pcibus.c doesn...
1997-05-29 peterUpdate the #include "opt_smpxxx.h" includes - opt_smp...
1997-05-29 brianCorrect the return of DialModem()
1997-05-28 seFix problem reported by PHK: Panic in pcic probe becaus...
1997-05-28 jmzThe correct way to combine 2 4bit values into a 8bit...
1997-05-28 seAdd one more compatibility define to make the Adaptec...
1997-05-28 fsmpAdd declaration of mp_probe().
1997-05-28 wpaulFix other small things that got lost in the merge:
1997-05-28 wpaulRestore Id.
1997-05-28 wpaulUndo small change I accidentally left in while testing...
1997-05-28 wpaulActivate new Secure RPC programs.
1997-05-28 wpaulThis commit was generated by cvs2svn to compensate...
1997-05-28 wpaulImport the last Secure RPC utility: keylogout.
1997-05-28 wpaulThis commit was generated by cvs2svn to compensate...
1997-05-28 wpaulImport keylogin.
1997-05-28 wpaulThis commit was generated by cvs2svn to compensate...
1997-05-28 wpaulImport chkey.
1997-05-28 wpaulThis commit was generated by cvs2svn to compensate...
1997-05-28 wpaulImport newkey.
1997-05-28 wpaulThis commit was generated by cvs2svn to compensate...
1997-05-28 wpaulImport rpc.ypupdated.
next