]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
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...
2001-10-27 David E. O... Import the One True AWK, in the form of bwk's AWK Nov...
2001-10-27 Jake BurkholderImplement elf_reloc. This makes klds work.
2001-10-27 Jake BurkholderHandle instruction access mmu miss faults in kernel...
2001-10-27 Robert Watsono Modify copyright date format for improved consistency...
2001-10-27 Robert Watsono Update copyright dates.
2001-10-27 Robert Watsono Improve style(9) compliance following KSE modificatio...
2001-10-27 Robert Watsono Althought this is not specified in POSIX.1e, the...
2001-10-27 Robert Watsono Clarify a comment about the locking condition of...
2001-10-27 Robert Watsono The comment about ordering the destruction of the...
2001-10-27 Robert Watsono Wrap a number of long lines of code, many of which...
2001-10-27 Robert WatsonSince namespace support was added to the UFS extended...
2001-10-27 Robert Watsono Spelling error s/suffient/sufficient/
2001-10-27 Greg LeheyCorrect James Cook's year of birth. I wonder how anybo...
2001-10-27 Bruce A. MahTurn on table-of-contents generation for the release...
2001-10-27 Peter WemmExplicitly use int32_t for on-disk records for pw_chang...
2001-10-27 Luigi RizzoEnable round-robin arbitration between transmit and...
2001-10-27 Dag-Erling... Support the "install.debug" and "reinstall.debug" targe...
2001-10-26 Bill FennerForce the length of the sockaddr to be correct for...
2001-10-26 Peter WemmRemove the -I../libc/${MACHINE_ARCH} that was there...
2001-10-26 Peter WemmMake libc_r check the kern.usrstack sysctl instead...
2001-10-26 Mike SmithAdd 'ciss'.
2001-10-26 Matthew DillonAdd mtx_lock_giant() and mtx_unlock_giant() wrappers...
2001-10-26 Matthew Dillonminor commenting based on syscall environment
2001-10-26 Bruce A. MahIf an article in the release documentation has a table...
2001-10-26 Dag-Erling... Add VOP_IOCTL support, and fix a bug that would cause...
2001-10-26 John Baldwin- Change the taskqueue locking to protect the necessary...
2001-10-26 Ruslan ErmilovStyle: sort __sys_foo() prototypes, tabs -> spaces...
2001-10-26 Ruslan ErmilovRemoved:
2001-10-26 Mitsuru IWASAKIAdd APM compatibility feature to ACPI.
2001-10-26 Ruslan ErmilovRemove the internal implementation details of wrapping...
2001-10-26 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2001-10-26 Ruslan ErmilovFrom ChangeLog:
2001-10-26 Ruslan Ermilovmdoc(7) police:
2001-10-26 Ruslan ErmilovThere are users of FreeBSD 4.5 already.
2001-10-26 Jeroen Ruigrok... Document HPT372 support.
2001-10-26 Bruce A. MahFix title to conform to FreeBSD/port naming convention.
2001-10-26 Jeroen Ruigrok... We support the Intel ICH3 [ATA-100] chipset as well.
2001-10-26 Bruce A. MahNew release notes: isic(4) support for Compaq Microcom...
2001-10-26 Matthew DillonMove recently added procedure which was incorrectly...
2001-10-26 Matt JacobDetach the prom console when platform.cons_init is...
2001-10-26 Poul-Henning... Make cdevsw[] static.
2001-10-26 Poul-Henning... Reporting device drivers by traversing cdevsw[] is...
2001-10-26 Ruslan Ermilovmdoc(7) police:
2001-10-26 Ruslan ErmilovFinish the asbestos suited move of $mach/conf/*.$mach...
2001-10-26 Andrey A. ChernovRemove /var/spool/uucp subtree, not needed for 'cu'
2001-10-26 Doug RabsonCompensate for the way that _setjmp aligns the start...
2001-10-26 Jordan K. HubbardClose buffer overflow noted in security advisory DSA...
2001-10-26 John BaldwinAdd a per-thread ucred reference for syscalls and synch...
2001-10-26 David E. O... Fix nit in copyright.
2001-10-26 David E. O... Use the new machine-independent versions of crtbegin...
2001-10-26 John BaldwinAdd locking to taskqueues. There is one mutex per...
2001-10-26 John BaldwinUse msleep() to avoid lost wakeup's instead of doing...
2001-10-26 Jake BurkholderMinimal libc for sparc64.
2001-10-26 Matthew DillonImplement kern.maxvnodes. adjusting kern.maxvnodes...
2001-10-25 Andrey A. ChernovThe same unbreakage (0755 -> 0775) for /var/games and...
2001-10-25 Matthew DillonAdd missing TAILQ_INSERT_TAIL's which somehow didn...
2001-10-25 Andrey A. ChernovFix /var/mail, /var/rwho and /var/spool/lock back to...
2001-10-25 Andrey A. ChernovIn > LONG_MAX test use sseek return value and not _offs...
2001-10-25 Ian DowseDefault to not performing ufs_dirhash's extensive direc...
2001-10-25 Matthew DillonIn cluster_rbuild(), 'size' had better match buf->b_bco...
2001-10-25 Bruce A. MahMove abstract inside articleinfo and re-indent, no...
2001-10-25 Bruce A. MahNew release notes: Multiple low-level consoles, fxp...
2001-10-25 Robert Watsono Modify format of /etc/fbtab to accept glob matching...
2001-10-25 John BaldwinUse TASK_INIT to initialize taskqueue task instead...
2001-10-25 Jeroen Ruigrok... Remove wx driver, which got recently removed.
2001-10-25 Jeroen Ruigrok... Unbreak NEWCARD by removing options NFS and replacing...
2001-10-25 Jonathan LemonAargh. I really shouldn't do late night commits. Remov...
2001-10-25 Ian DowseNow that nfsm_reply() does not usually set 'error'...
2001-10-25 Luigi RizzoDefs for three (unused so far) bits in PCI command...
2001-10-25 Luigi RizzoBetter code to scan the ethertable.
2001-10-25 John BaldwinFix an inverted test csae. Success of getenv() is...
2001-10-25 Ruslan ErmilovPut WARNS into the right place.
2001-10-25 John BaldwinCurrently no code does a CROSSJUMP() to sw1a, so we...
2001-10-25 John BaldwinUse %ecx instead of %ebx for the scratch register while...
2001-10-25 John Baldwin- Fix typo in comment from previous revision.
2001-10-25 John BaldwinWhitespace, comment, and string fixes.
2001-10-25 Jonathan LemonStyle and WARNS cleanups.
2001-10-25 Maxim SobolevDon't put an extra space after password prompts, becaus...
2001-10-25 Ruslan ErmilovStyle these once again.
2001-10-25 Bruce EvansFixed misformatting of options line for COMPAQ_M610...
2001-10-25 Bruce EvansFixed bugs in rev.1.973. Actually enable PCI_ENABLE_IO...
2001-10-25 Ruslan ErmilovFinish the removal of uucp scripts.
2001-10-25 Bruce EvansFixed some English errors, mainly ones not fixed in...
2001-10-25 Hellmuth Michaelisadd options line for Compaq Microcom 610 ISDN card.
next