]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2001-10-30 Yoshihiro TakahashiMFi386: sys/i386/i386/machdep.c revisions 1.481 and...
2001-10-30 John BaldwinFix a typo in comment and #ifdef fixes: GRAP_PRIO ...
2001-10-29 Bruce A. MahMore reorganization of 3Com devices. While I'm here...
2001-10-29 Mike SilbersackUpdate tuning so that it mentions maxusers, nmbclusters...
2001-10-29 David MaloneWhen scanning for control messages, don't process the...
2001-10-29 John BaldwinFix world by trimming an extra comment terminator.
2001-10-29 Mitsuru IWASAKISome small improvements of ACPI thermal driver.
2001-10-29 Bruce EvansDon't set CR0_NE in cpu_setregs() for the SMP case...
2001-10-29 Hajimu UMEMOTOSystem wide policy should be returned when no policy...
2001-10-29 Yoshihiro TakahashiMake CD-ROM distributions at the pc98 release target.
2001-10-29 Brian SomersDon't assume fixit media is only either a floppy disk...
2001-10-29 Brian SomersDon't assume fixit media is a floppy disk.
2001-10-29 Nick SayerAdd Berkeley copyright to SRA.
2001-10-29 Josef KarthauserA few more style changes picked up whilst working on...
2001-10-29 Josef KarthauserFix some whitespace, and a comment that I missed in...
2001-10-29 Doug RabsonAdd unwind.c.
2001-10-29 Doug Rabson* Factor out common code for manipulating the RSE backi...
2001-10-29 Doug RabsonMake the various bits of SMP code conditional on SMP...
2001-10-29 Doug RabsonPut symbols at the start and end of the unwind section...
2001-10-29 Doug RabsonVarious fixes to make stack traces using the unwind...
2001-10-29 Doug RabsonFix disassembly of 'add a=b,c,1' and make the disassemb...
2001-10-29 Peter WemmThe size of the ELF hash table changed from 64 bits...
2001-10-29 Peter WemmMostly cosmetic. Use indentation that is reasonably...
2001-10-29 Peter WemmUpdate for the new toolchain. ld doesn't provide _GLOB...
2001-10-29 Peter WemmUpdate rtld for the "new" ia64 ABI. In the old toolcha...
2001-10-29 Peter WemmFix a dependency violation (branch after alloc)
2001-10-29 Munechika SUMIKAWAFix fragmented packet handling.
2001-10-29 Marcel Moolenaaro Send a test IPI from the BSP to itself at the same...
2001-10-29 Marcel MoolenaarAdd an IPI used for testing proper operation of deliver...
2001-10-29 Mike BarcroftUse a more sophisticated check that works better with...
2001-10-29 Mike BarcroftMake the output from assert() look more like the exampl...
2001-10-29 Marcel MoolenaarMake the clock vector 255 instead of 240. On Lion boxes...
2001-10-29 Bruce A. MahForced commit: Previous diff removed the UserConfig...
2001-10-29 Bruce A. MahAdd infrastructure for an ia64 hardware list. It's...
2001-10-29 Marcel MoolenaarSmall correction in the LOCAL_SAPIC structure. The...
2001-10-29 Bruce A. MahStart to unravel some of the mess in the Ethernet NIC...
2001-10-29 Josef KarthauserClean up the style of this header file.
2001-10-29 Bruce A. MahClarify a release note entry about fe(4)-supported...
2001-10-29 Josef KarthauserMore white space changes.
2001-10-29 Josef KarthauserMore stylistic tidying.
2001-10-29 Matthew Dillonlog routine called w/ %ld and int argument, cast argume...
2001-10-29 Matthew Dillonfix int argument used in printf w/ %ld (cast to long)
2001-10-29 Matthew Dillonpromote tv_sec in printf to make it type agnostic
2001-10-29 Marcel Moolenaaro Do not parse the MADT as a side-effect in AcpiOsGetR...
2001-10-29 Matthew DillonMake ttyprintf() of tv_sec value type agnostic.
2001-10-29 Matthew Dilloncast dev_t to int in printf to fix warning.
2001-10-29 Marcel MoolenaarSet RB_MULTIPLE (multiple console support) if the kerne...
2001-10-29 Matthew DillonFix ctime(&int) due to change to lastlog->ll_time
2001-10-29 Josef KarthauserRemove training white spaces, and some other style...
2001-10-29 Matthew Dillonlocaltime() was being called with an int-pointer due...
2001-10-29 Matthew Dillonlocaltime() was being called on an int pointer (due...
2001-10-29 Matthew DillonFix long format mismatch with int arg
2001-10-28 Andrey A. Chernov1) In devclass_alloc_unit(), skip duplicated wired...
2001-10-28 Robert Watsono Restore previous inconsistent style to login_fbtab...
2001-10-28 Matthew DillonAdjust printfs to be time_t agnostic.
2001-10-28 Matthew DillonDo not assume that sizeof(tv_sec) is sizeof(time_t...
2001-10-28 Matthew DillonFix int vs time_t, convert int to time_t
2001-10-28 Matthew DillonConvert time_t to/from 32 bit representations for trans...
2001-10-28 Matthew DillonFix time_t == int assumption, convert protocol int...
2001-10-28 Matthew DillonFix time_t == int assumption, properly convert protocol...
2001-10-28 Matthew DillonProperly convert long to time_t
2001-10-28 Matthew DillonAdd time_to_int(), int_to_time(), time_to_long(), long_...
2001-10-28 Matthew DillonMake the protocol/dumprestore.h header match restore...
2001-10-28 Matthew DillonAdd routines to convert time_t to/from fixed-bit fields...
2001-10-28 Jens SchweikhardtMake this compile cleanly when warnings are enabled:
2001-10-28 Nick HibmaTypo.
2001-10-28 Nick HibmaAdd a Xref to dumpon.
2001-10-28 John BaldwinRevert the reindentation of struct task's definition...
2001-10-28 John Baldwin- More whitespace and comment cleanups.
2001-10-28 Jeroen Ruigrok... Explain that /var/log/all.log needs to be touched and...
2001-10-28 Jeroen Ruigrok... Correct attribution.
2001-10-28 Poul-Henning... Fix a problem in the disk related hack where device...
2001-10-28 Michael ReifenbergerIntroduce [IPC|SHM]_[INFO|STAT] to shmctl to make
2001-10-28 Matthew Dillondeltat declared time_t, msg("") call used %d (assumed...
2001-10-28 Yoshihiro Takahashifixed to support pc98
2001-10-28 Yoshihiro TakahashiRemove duplicate apm entry for pc98
2001-10-28 Yoshihiro TakahashiRemoved pmc_isa_identify function. It is not needed.
2001-10-28 Matthew DillonUse a quad int conversion routine for time_t instead...
2001-10-28 Matthew DillonVarious string fields for certain cpio types are 11...
2001-10-28 Matthew DillonRemove unnecessary casts in timeval.tv_sec load from...
2001-10-28 Matthew DillonRemove assumption that time_t is an int
2001-10-28 Josef KarthauserRemove some extraneous spaces from the usage message.
2001-10-28 David E. O... sparc64 verions of the crt initialization and finalizat...
2001-10-28 Matthew DillonAdd missing cast for improper time_t use in computation.
2001-10-27 Peter Wemmll_time and ut_time are int32_t on disk and have to...
2001-10-27 Matthew Dillonsc_lasttime and sc_starttime are time_t's, not long's.
2001-10-27 Mike BarcroftOnly provide function information in compile environmen...
2001-10-27 Matthew Dillonsyncdelay, filedelay, dirdelay, metadelay are ints...
2001-10-27 Mike BarcroftRestore K&R prototype. Fix other style bugs.
2001-10-27 Poul-Henning... Nudge the axe a bit closer to cdevsw[]:
2001-10-27 Mark MurrayDiff-reduce these two.
2001-10-27 Dag-Erling... Eliminate the prefix parameter to linux_emul_find(...
2001-10-27 Dag-Erling... Add a P_INEXEC flag that indicates that the process...
2001-10-27 Peter WemmAdd missing crti.S and crtn.S files. I have tested...
2001-10-27 David E. O... Sync with other platforms.
2001-10-27 David E. O... minor style updating
2001-10-27 David E. O... Update for reality and syncing with other FreeBSD platf...
2001-10-27 David E. O... Feh, it helps to include a file other than yourself...
2001-10-27 David E. O... Tell how the import was done.
2001-10-27 David E. O... This commit was generated by cvs2svn to compensate...
next