]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2001-10-29 brianDon't assume fixit media is only either a floppy disk...
2001-10-29 brianDon't assume fixit media is a floppy disk.
2001-10-29 nsayerAdd Berkeley copyright to SRA.
2001-10-29 joeA few more style changes picked up whilst working on...
2001-10-29 joeFix some whitespace, and a comment that I missed in...
2001-10-29 dfrAdd unwind.c.
2001-10-29 dfr* Factor out common code for manipulating the RSE backi...
2001-10-29 dfrMake the various bits of SMP code conditional on SMP...
2001-10-29 dfrPut symbols at the start and end of the unwind section...
2001-10-29 dfrVarious fixes to make stack traces using the unwind...
2001-10-29 dfrFix disassembly of 'add a=b,c,1' and make the disassemb...
2001-10-29 peterThe size of the ELF hash table changed from 64 bits...
2001-10-29 peterMostly cosmetic. Use indentation that is reasonably...
2001-10-29 peterUpdate for the new toolchain. ld doesn't provide _GLOB...
2001-10-29 peterUpdate rtld for the "new" ia64 ABI. In the old toolcha...
2001-10-29 peterFix a dependency violation (branch after alloc)
2001-10-29 sumikawaFix fragmented packet handling.
2001-10-29 marcelo Send a test IPI from the BSP to itself at the same...
2001-10-29 marcelAdd an IPI used for testing proper operation of deliver...
2001-10-29 mikeUse a more sophisticated check that works better with...
2001-10-29 mikeMake the output from assert() look more like the exampl...
2001-10-29 marcelMake the clock vector 255 instead of 240. On Lion boxes...
2001-10-29 bmahForced commit: Previous diff removed the UserConfig...
2001-10-29 bmahAdd infrastructure for an ia64 hardware list. It's...
2001-10-29 marcelSmall correction in the LOCAL_SAPIC structure. The...
2001-10-29 bmahStart to unravel some of the mess in the Ethernet NIC...
2001-10-29 joeClean up the style of this header file.
2001-10-29 bmahClarify a release note entry about fe(4)-supported...
2001-10-29 joeMore white space changes.
2001-10-29 joeMore stylistic tidying.
2001-10-29 dillonlog routine called w/ %ld and int argument, cast argume...
2001-10-29 dillonfix int argument used in printf w/ %ld (cast to long)
2001-10-29 dillonpromote tv_sec in printf to make it type agnostic
2001-10-29 marcelo Do not parse the MADT as a side-effect in AcpiOsGetR...
2001-10-29 dillonMake ttyprintf() of tv_sec value type agnostic.
2001-10-29 dilloncast dev_t to int in printf to fix warning.
2001-10-29 marcelSet RB_MULTIPLE (multiple console support) if the kerne...
2001-10-29 dillonFix ctime(&int) due to change to lastlog->ll_time
2001-10-29 joeRemove training white spaces, and some other style...
2001-10-29 dillonlocaltime() was being called with an int-pointer due...
2001-10-29 dillonlocaltime() was being called on an int pointer (due...
2001-10-29 dillonFix long format mismatch with int arg
2001-10-28 ache1) In devclass_alloc_unit(), skip duplicated wired...
2001-10-28 rwatsono Restore previous inconsistent style to login_fbtab...
2001-10-28 dillonAdjust printfs to be time_t agnostic.
2001-10-28 dillonDo not assume that sizeof(tv_sec) is sizeof(time_t...
2001-10-28 dillonFix int vs time_t, convert int to time_t
2001-10-28 dillonConvert time_t to/from 32 bit representations for trans...
2001-10-28 dillonFix time_t == int assumption, convert protocol int...
2001-10-28 dillonFix time_t == int assumption, properly convert protocol...
2001-10-28 dillonProperly convert long to time_t
2001-10-28 dillonAdd time_to_int(), int_to_time(), time_to_long(), long_...
2001-10-28 dillonMake the protocol/dumprestore.h header match restore...
2001-10-28 dillonAdd routines to convert time_t to/from fixed-bit fields...
2001-10-28 schweikhMake this compile cleanly when warnings are enabled:
2001-10-28 n_hibmaTypo.
2001-10-28 n_hibmaAdd a Xref to dumpon.
2001-10-28 jhbRevert the reindentation of struct task's definition...
2001-10-28 jhb- More whitespace and comment cleanups.
2001-10-28 asmodaiExplain that /var/log/all.log needs to be touched and...
2001-10-28 asmodaiCorrect attribution.
2001-10-28 phkFix a problem in the disk related hack where device...
2001-10-28 mrIntroduce [IPC|SHM]_[INFO|STAT] to shmctl to make
2001-10-28 dillondeltat declared time_t, msg("") call used %d (assumed...
2001-10-28 nyanfixed to support pc98
2001-10-28 nyanRemove duplicate apm entry for pc98
2001-10-28 nyanRemoved pmc_isa_identify function. It is not needed.
2001-10-28 dillonUse a quad int conversion routine for time_t instead...
2001-10-28 dillonVarious string fields for certain cpio types are 11...
2001-10-28 dillonRemove unnecessary casts in timeval.tv_sec load from...
2001-10-28 dillonRemove assumption that time_t is an int
2001-10-28 joeRemove some extraneous spaces from the usage message.
2001-10-28 obriensparc64 verions of the crt initialization and finalizat...
2001-10-28 dillonAdd missing cast for improper time_t use in computation.
2001-10-27 peterll_time and ut_time are int32_t on disk and have to...
2001-10-27 dillonsc_lasttime and sc_starttime are time_t's, not long's.
2001-10-27 mikeOnly provide function information in compile environmen...
2001-10-27 dillonsyncdelay, filedelay, dirdelay, metadelay are ints...
2001-10-27 mikeRestore K&R prototype. Fix other style bugs.
2001-10-27 phkNudge the axe a bit closer to cdevsw[]:
2001-10-27 markmDiff-reduce these two.
2001-10-27 desEliminate the prefix parameter to linux_emul_find(...
2001-10-27 desAdd a P_INEXEC flag that indicates that the process...
2001-10-27 peterAdd missing crti.S and crtn.S files. I have tested...
2001-10-27 obrienSync with other platforms.
2001-10-27 obrienminor style updating
2001-10-27 obrienUpdate for reality and syncing with other FreeBSD platf...
2001-10-27 obrienFeh, it helps to include a file other than yourself...
2001-10-27 obrienTell how the import was done.
2001-10-27 obrienThis commit was generated by cvs2svn to compensate...
2001-10-27 obrienImport the One True AWK, in the form of bwk's AWK Nov...
2001-10-27 jakeImplement elf_reloc. This makes klds work.
2001-10-27 jakeHandle instruction access mmu miss faults in kernel...
2001-10-27 rwatsono Modify copyright date format for improved consistency...
2001-10-27 rwatsono Update copyright dates.
2001-10-27 rwatsono Improve style(9) compliance following KSE modificatio...
2001-10-27 rwatsono Althought this is not specified in POSIX.1e, the...
2001-10-27 rwatsono Clarify a comment about the locking condition of...
2001-10-27 rwatsono The comment about ordering the destruction of the...
2001-10-27 rwatsono Wrap a number of long lines of code, many of which...
next