]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2002-10-15 Max KhonAdd HP ScanJet 2200C
2002-10-15 Poul-Henning... Include "opt_kbd.h" since certain structures size depen...
2002-10-15 Nate LawsonReturn an error if the drive reports heads/sectors...
2002-10-15 Robert WatsonPush most UFS ACL behavior behind a check for MNT_ACLS...
2002-10-15 David E. O... Bump __FreeBSD_version for the Binutils 2.13 upgrade...
2002-10-15 Robert WatsonSpell 'set' as 'cleared' where appropriate.
2002-10-15 Hajimu UMEMOTOCorrect the definitions of SADB_* to be compatible...
2002-10-15 Bruce A. MahThe matcd(4) driver is gone, so eliminate the quasi...
2002-10-15 Bruce A. MahUpdate "Distribution Format" section for reality; XFree...
2002-10-15 Poul-Henning... Don't show the command line when doing "make lint".
2002-10-15 Poul-Henning... Be consistent about marking functions static.
2002-10-15 Robert WatsonIf the FS_MULTILABEL flag is set in a UFS or UFS2 super...
2002-10-15 Poul-Henning... Plug a memory-leak.
2002-10-15 Poul-Henning... Use ; not , as statement separator in PDEBUG() macro.
2002-10-15 Poul-Henning... Plug an infrequent (I think) memory leak.
2002-10-15 Poul-Henning... Be consistent about functions being static.
2002-10-15 Poul-Henning... Constification ? Yes, out that door, row on the left...
2002-10-15 Robert WatsonTeach tunefs to print the ACL and multilabel flag infor...
2002-10-15 John BaldwinArgh. Put back setting of P_ADVLOCK for the F_WRLCK...
2002-10-15 Max Khonfix typo in comments (in preparation for MFC)
2002-10-15 Philippe CharnierAdd missing .Nm. Add FBSDID. fprintf -> warnx. Lowercas...
2002-10-15 Robert WatsonCorrect some of the style problems in this file:
2002-10-15 Joerg WunschAdd information about the SDLT density codes.
2002-10-15 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2002-10-15 Ruslan ErmilovFrom ChangeLog:
2002-10-15 Tim J. RobbinsAdd cross-references to the wide character counterparts...
2002-10-15 Maxim SobolevEliminate superfluous memory access in memcpy(3)/memmov...
2002-10-15 Tim J. RobbinsRemove stray comma at the end of the See Also list.
2002-10-15 Marcel MoolenaarFix kernel module loading on ia64. Cross-module functio...
2002-10-15 Matt JacobEnable mpt && ISP_TARGET_MODE in isp (for Lint purposes)
2002-10-15 Marcel MoolenaarFix previous commit: Don't cast integral types to point...
2002-10-15 Peter WemmRestore pointer that was removed in 1.128. This wasn...
2002-10-15 Garance A DrosehnSeveral commit logs point here saying "More details...
2002-10-15 Mike BarcroftMove details of key_t to <sys/_types.h>, so that it...
2002-10-15 John Baldwin- Add a new global mutex 'ppeers_lock' to protect the...
2002-10-15 John BaldwinRemove the leaderp variable and just access p_leader...
2002-10-15 John Baldwin- Use __BUS_ACCESSOR() to define the ISA ivar accessor...
2002-10-15 Peter WemmThe a.out md_coredump stuff isn't referenced anywhere...
2002-10-14 Peter WemmTurn off the premature locking in xl. The driver tries...
2002-10-14 Kirk McKusickWhen reading or writing the extended attributes of...
2002-10-14 Alfred PerlsteinPut function return types on a line by themselves.
2002-10-14 Matt JacobLINT related fixes (as noticed by bde)
2002-10-14 Poul-Henning... Remove a bogus local variable.
2002-10-14 Alfred PerlsteinRemove a KASSERT I added in 1.73 to catch uninitialized...
2002-10-14 Robert WatsonRemove root from the 'guest' group: missed in a previou...
2002-10-14 Mike Barcrofto Add typedefs for gid_t, key_t, mode_t, and uid_t.
2002-10-14 Julian ElischerDid you ever notice how stupid bugs show up much clearer
2002-10-14 Mike BarcroftCorrect visibility conditionals for memccpy(), strdup...
2002-10-14 Julian ElischerTidy up the scheduler's code for changing the priority...
2002-10-14 Julian ElischerRemove old useless debugging code
2002-10-14 Sam Lefflerupdate to better reflect reality:
2002-10-14 Jake BurkholderMoved geom class initialization to SI_SUB_DRIVERS from...
2002-10-14 Robert WatsonFix two memory leaks in error conditions involving...
2002-10-14 Kirk McKusickWhen scanning the freelist looking for candidate vnodes...
2002-10-14 Robert WatsonIntroduce -a [enable|disable] and -l [enable|disable...
2002-10-14 Kirk McKusickUnconditionally reset vp->v_vnlock back to the default...
2002-10-14 Robert WatsonTeach mount(8) about MNT_ACLS for the purposes of mount...
2002-10-14 Jim PirzykAdd a knob to turn on and off the CMPXCHG instruction...
2002-10-14 John BaldwinAllow firewire, sbp (SCSI over firewire), and fwe ...
2002-10-14 John Baldwin- Remove unused opt_foo.h headers.
2002-10-14 John BaldwinThis file doesn't need opt_bus.h.
2002-10-14 Robert WatsonDefine MNT_ACLS, which can report on the status of...
2002-10-14 Robert WatsonDefine two new superblock file system flags:
2002-10-14 Yoshihiro TakahashiFixed disk full problem for pc98 distribution. Now...
2002-10-14 Mike Barcroftstyle(9)
2002-10-14 Poul-Henning... Populate more fields of the disklabel for PC98.
2002-10-14 Mike Barcrofto Move forward declaration for struct timespec to a...
2002-10-14 Mike Barcroft1) Although C99 allows implementations to define additi...
2002-10-14 Yoshihiro TakahashiFix to check disk geometry.
2002-10-14 Yoshihiro TakahashiThe MACHINE variable on pc98 is "i386". So, use "pc98...
2002-10-14 Yoshihiro TakahashiUse snprintf() instead of sprintf().
2002-10-14 Yoshihiro TakahashiCheck correct machine name.
2002-10-14 Yoshihiro TakahashiMFi386: revision 1.9.
2002-10-14 Olivier HouchardFix support for the ALi M5451 (rev 0.2) chip.
2002-10-14 Poul-Henning... Don't panic when we can just return an error code.
2002-10-14 Tim J. RobbinsUse a weak reference instead of a macro to make vfscanf...
2002-10-14 Udo ErdelhoffMove toc-depth define to the correct position and reduc...
2002-10-14 Tim J. RobbinsAdd LC_CTYPE information for characters with lead bytes...
2002-10-14 Tim J. RobbinsWrite the strvis()'d string out to the history file...
2002-10-14 Yoshihiro TakahashiThe ep and pccard modules build on pc98.
2002-10-14 Yoshihiro TakahashiMerged from sys/dev/sio/sio.c revision 1.382.
2002-10-14 Poul-Henning... Implement the GEOMCONFIGGEOM ioctl which can be used...
2002-10-14 Poul-Henning... Add more KASSERTS.
2002-10-14 Ruslan ErmilovMerge FSF changes onto mainline (-r option).
2002-10-14 Ruslan ErmilovFrom ChangeLog:
2002-10-14 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2002-10-14 Poul-Henning... Remove an unused variable.
2002-10-14 Marcel MoolenaarAllow kernel dumps to be aborted with ctrl-C.
2002-10-14 Crist J. ClarkUnconditionally restore the pointer to the saved Ethern...
2002-10-14 Kirk McKusickRegularize the vop_stdlock'ing protocol across all...
2002-10-14 Warner Losho Comment out the symbol download code for 4.x.
2002-10-14 Tim J. RobbinsFA, FB and FC are lead bytes according to recent Micros...
2002-10-14 Tim J. RobbinsStyle changes. Mainly removing excessive whitespace...
2002-10-14 Alan CoxEliminate the unnecessary clearing of flag bits that...
2002-10-14 Tim J. RobbinsAdd Big5, MSKanji and UTF-8 to the list of supported...
2002-10-14 Greg LeheyClarify that a number of incidents relate to Germany.
2002-10-14 David E. O... Take a guess at what WARNS level will make this compile...
2002-10-13 Poul-Henning... Add in the GEOM control module.
2002-10-13 Poul-Henning... Add the outline of the "/dev/geom.ctl" handling code.
2002-10-13 Jake BurkholderCompile in support for zipfs and bzipfs so we can load...
next