]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
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 ErmilovThis commit was generated by cvs2svn to compensate...
2002-10-14 Ruslan ErmilovFrom ChangeLog:
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...
2002-10-13 Olivier HouchardConnect trm(4) to the build.
2002-10-13 Poul-Henning... Give GEOM modules a chance to specify their own init...
2002-10-13 Jake BurkholderAdd beginnings of sparc64 release magic.
2002-10-13 Olivier HouchardImport of the trm(4) driver (for Tekram DC395U/UW/F...
2002-10-13 Jake BurkholderMODINFO_SIZE metadata has type size_t, not unsigned...
2002-10-13 Poul-Henning... Correctly account for MAXPARTITIONS in the CTASSERT...
2002-10-13 Robert WatsonRemove root from the kmem, sys, tty, and staff groups...
2002-10-13 Mike BarcroftRemove the P1003_1B kernel option; it is no longer...
2002-10-13 Robert WatsonFor consistency with other entries in group, don't...
2002-10-13 Maxime Henrion- Remove a useless initialization for 'ronly', if it...
2002-10-13 Poul-Henning... Pass flags to VOP_CLOSE() corresponding to what was...
2002-10-13 Mike Barcroftstruct ia64_fpreg needs to be available outside of...
2002-10-13 Mike BarcroftRemove <sys/_posix.h>; nothing uses it anymore.
2002-10-13 Mike BarcroftRemove _KPOSIX_VERSION as a kernel option, nothing...
2002-10-13 Mike BarcroftUpdate a sysctl to use _POSIX_VERSION from <sys/unistd...
2002-10-13 Mike BarcroftMove the _POSIX_VERSION constant from <unistd.h> to...
2002-10-13 Mike Barcroft#ifdef _KERNEL not #if _KERNEL.
2002-10-13 Ruslan ErmilovOops, missed that in rev. 1.35.
2002-10-13 Mike BarcroftInclude <sys/_posix.h> directly instead of depending...
2002-10-13 Kris KennawayDon't call report() without a format string.
2002-10-13 Kris KennawayMark the logerr() function __printflike().
2002-10-13 Kris KennawayUse strlcpy instead of incorrectly using strncpy.
2002-10-13 Kris KennawayDump in $TMPDIR if !setugid, and use mode 0644 instead...
2002-10-13 Kris KennawayIgnore TMPDIR if the application is setugid.
2002-10-13 Tim J. RobbinsFreeBSD's libedit does not include NetBSD's readline...
2002-10-13 Ruslan ErmilovSupport FreeBSD versions starting from 4.0-RELEASE.
2002-10-13 Marcel MoolenaarBuild the kernel with -mconstant-gp. This means that...
2002-10-13 Jeff Roberson - Remove the do { } while(0) from the VOP lock assert...
2002-10-13 Marcel Moolenaaria64 specific CFLAGS change:
2002-10-13 Kris KennawayPrevent stack-smashing buffer overflows in -D and ...
2002-10-13 Gregory Neil... MFS: Fix smrsh bypass bug.
2002-10-13 Mike Barcrofto Fix a silly requirement for <machine/signal.h> to...
2002-10-13 Mike BarcroftAdd standards visibility conditionals. Change any...
2002-10-13 Mike BarcroftAssume POSIX/XSI is always visible in the __BSD_VISIBLE...
next