]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
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...
2001-10-27 rwatsonSince namespace support was added to the UFS extended...
2001-10-27 rwatsono Spelling error s/suffient/sufficient/
2001-10-27 grogCorrect James Cook's year of birth. I wonder how anybo...
2001-10-27 bmahTurn on table-of-contents generation for the release...
2001-10-27 peterExplicitly use int32_t for on-disk records for pw_chang...
2001-10-27 luigiEnable round-robin arbitration between transmit and...
2001-10-27 desSupport the "install.debug" and "reinstall.debug" targe...
2001-10-26 fennerForce the length of the sockaddr to be correct for...
2001-10-26 peterRemove the -I../libc/${MACHINE_ARCH} that was there...
2001-10-26 peterMake libc_r check the kern.usrstack sysctl instead...
2001-10-26 msmithAdd 'ciss'.
2001-10-26 dillonAdd mtx_lock_giant() and mtx_unlock_giant() wrappers...
2001-10-26 dillonminor commenting based on syscall environment
2001-10-26 bmahIf an article in the release documentation has a table...
2001-10-26 desAdd VOP_IOCTL support, and fix a bug that would cause...
2001-10-26 jhb- Change the taskqueue locking to protect the necessary...
2001-10-26 ruStyle: sort __sys_foo() prototypes, tabs -> spaces...
2001-10-26 ruRemoved:
2001-10-26 iwasakiAdd APM compatibility feature to ACPI.
2001-10-26 ruRemove the internal implementation details of wrapping...
2001-10-26 ruThis commit was generated by cvs2svn to compensate...
2001-10-26 ruFrom ChangeLog:
2001-10-26 rumdoc(7) police:
2001-10-26 ruThere are users of FreeBSD 4.5 already.
2001-10-26 asmodaiDocument HPT372 support.
2001-10-26 bmahFix title to conform to FreeBSD/port naming convention.
2001-10-26 asmodaiWe support the Intel ICH3 [ATA-100] chipset as well.
2001-10-26 bmahNew release notes: isic(4) support for Compaq Microcom...
2001-10-26 dillonMove recently added procedure which was incorrectly...
2001-10-26 mjacobDetach the prom console when platform.cons_init is...
2001-10-26 phkMake cdevsw[] static.
2001-10-26 phkReporting device drivers by traversing cdevsw[] is...
2001-10-26 rumdoc(7) police:
2001-10-26 ruFinish the asbestos suited move of $mach/conf/*.$mach...
2001-10-26 acheRemove /var/spool/uucp subtree, not needed for 'cu'
2001-10-26 dfrCompensate for the way that _setjmp aligns the start...
2001-10-26 jkhClose buffer overflow noted in security advisory DSA...
2001-10-26 jhbAdd a per-thread ucred reference for syscalls and synch...
2001-10-26 obrienFix nit in copyright.
2001-10-26 obrienUse the new machine-independent versions of crtbegin...
2001-10-26 jhbAdd locking to taskqueues. There is one mutex per...
2001-10-26 jhbUse msleep() to avoid lost wakeup's instead of doing...
2001-10-26 jakeMinimal libc for sparc64.
2001-10-26 dillonImplement kern.maxvnodes. adjusting kern.maxvnodes...
2001-10-25 acheThe same unbreakage (0755 -> 0775) for /var/games and...
2001-10-25 dillonAdd missing TAILQ_INSERT_TAIL's which somehow didn...
2001-10-25 acheFix /var/mail, /var/rwho and /var/spool/lock back to...
2001-10-25 acheIn > LONG_MAX test use sseek return value and not _offs...
2001-10-25 iedowseDefault to not performing ufs_dirhash's extensive direc...
2001-10-25 dillonIn cluster_rbuild(), 'size' had better match buf->b_bco...
2001-10-25 bmahMove abstract inside articleinfo and re-indent, no...
2001-10-25 bmahNew release notes: Multiple low-level consoles, fxp...
2001-10-25 rwatsono Modify format of /etc/fbtab to accept glob matching...
2001-10-25 jhbUse TASK_INIT to initialize taskqueue task instead...
2001-10-25 asmodaiRemove wx driver, which got recently removed.
2001-10-25 asmodaiUnbreak NEWCARD by removing options NFS and replacing...
2001-10-25 jlemonAargh. I really shouldn't do late night commits. Remov...
2001-10-25 iedowseNow that nfsm_reply() does not usually set 'error'...
2001-10-25 luigiDefs for three (unused so far) bits in PCI command...
2001-10-25 luigiBetter code to scan the ethertable.
2001-10-25 jhbFix an inverted test csae. Success of getenv() is...
next