]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2003-06-16 mikehThis never should have been here.
2003-06-16 mikehUpdate for latest lukemftp import.
2003-06-16 mikehThis commit was generated by cvs2svn to compensate...
2003-06-16 mikehImport the June 15, 2003 CVS version of NetBSD's ftp...
2003-06-15 alcLock the vm object when freeing pages.
2003-06-15 wpaulIn the device attach routine, don't depend on uaa-...
2003-06-15 mbrFix yppasswdproc_update_master_1_svc() too.
2003-06-15 jakeThe page queue lock is already held in pmap_remove...
2003-06-15 phkRemove the evil BIOTOBUF macro, it is no longer used...
2003-06-15 phkIn specfs::vop_specstratey(), assert that the vnode...
2003-06-15 jake- Mirror vm_page_queue_mtx assertions added to the...
2003-06-15 phkI have not had any reports of trouble for a long time...
2003-06-15 jakeRemember to release the loader's heap.
2003-06-15 phkTake 2: Remove _both_ KASSERTS.
2003-06-15 phkDuh! I misread my handwritte notes: We do _not_ want...
2003-06-15 phkAdd the same KASSERT to all VOP_STRATEGY and VOP_SPECST...
2003-06-15 phkAdd my timecounter paper from EuroBSDcon2002
2003-06-15 phkRemove in toto coda_strategy which incorrectly implemen...
2003-06-15 hrsMerge entries from maho's USB device compatibility...
2003-06-15 yarAlways set bio_resid properly in fdstrategy(),
2003-06-15 yarCheck whether the floppy type pointer has been set...
2003-06-15 rwatsonVarious cr*() calls believed to be MPSAFE, since the...
2003-06-15 yarName a function argument "mbuf", not "buf", if it is
2003-06-15 yarAdd missing descriptions of macros M_ALIGN and MH_ALIGN.
2003-06-15 yarAdd more markup to the mbuf(9) manpage. This includes:
2003-06-15 markmIf lint(1) is not "lint", don't try to lint the xlint...
2003-06-15 davidxu1. Add code to support bound thread. when blocked,...
2003-06-15 yarUse .Va, not .Fa, to refer to structure members.
2003-06-15 iedowseIf the device goes away during ulpt_reset(), make sure...
2003-06-15 iedowseDon't overwrite the static panicstr buffer for secondar...
2003-06-15 desUse __builtin_alloca() on compilers that have it. ...
2003-06-15 desRemove the definition of alloca(), it does not belong...
2003-06-15 mbrKill prototype for __msgwrite too. It is not needed...
2003-06-15 mbrFix the master yppasswd routines, so they really work
2003-06-15 mbrFix the master yppasswd routines, so they really work
2003-06-15 mbrOnly call pw_mkdb if passfile == _PATH_MASTERPASSWD.
2003-06-15 mbrReplace the old SCM_CREDS cred procedures. They can...
2003-06-15 charniererr() on allocation failure. WARNS=9 compliant
2003-06-15 grogDocument changes to default output.
2003-06-15 grogPrint out the current recording devices in the default...
2003-06-15 alcRemove an unnecessary forward declaration.
2003-06-15 rwatsonNow that the kernel access control for quotactl(2)...
2003-06-15 rwatsonNow that the kernel access control for quotactl(2)...
2003-06-15 rwatsonRe-implement kernel access control for quotactl() as...
2003-06-15 rwatsonTighten up the string->integer conversion in sysctl(8):
2003-06-15 nyanDisable unneeded devices and options.
2003-06-15 nyanRemove CPU_ATHLON_SSE_HACK option.
2003-06-15 nyanInclude "../Makefile.inc"
2003-06-15 nyanMost power management devices don't exist on pc98.
2003-06-15 impThe en module has been broken for the last 40 hours...
2003-06-15 jeff - Increase the ksegrp's cpu time history buffer to...
2003-06-15 simokawa- Enable support for building Configuration ROM.
2003-06-15 davidxuP_THREADED was renamed to P_SA, follow up.
2003-06-15 simokawaFix crom_add_simple_text().
2003-06-15 simokawaAdd CSRVAL_VENDOR_PRIVATE.
2003-06-15 davidxu1. Migrate TDF_UPCALLING from td_flags to td_pflags.
2003-06-15 jmgfix a couple typos in the comments
2003-06-15 jmgfix bootpd to use fd_set. For some reason on Sparc...
2003-06-15 jmgmake rarpd use in_addr_t instead of u_long since this...
2003-06-15 jeff - Cap the growth of sleep and run time in sched_exit_k...
2003-06-15 dasFix some style problems, some of which are old, some...
2003-06-15 jeff - Fix the maximum slice value. I accidentally checked...
2003-06-15 hrsMerge the following from the English version:
2003-06-15 grogcheck_drive: If the partition isn't a Vinum drive,...
2003-06-15 davidxuDon't set TDF_UPCALLING in cpu_set_upcall, it is not...
2003-06-15 davidxuRename P_THREADED to P_SA. P_SA means a process is...
2003-06-15 simokawaWhite space fix.
2003-06-15 alcUse #ifdef __alpha__, not __alpha.
2003-06-14 dasIf someone tries to mount a union filesystem with anoth...
2003-06-14 dasIntroduce malloc types M_UNDCACHE and M_UNPATH for...
2003-06-14 dasFactor out the process of freeing ``directory caches...
2003-06-14 alcMigrate the thread stack management functions from...
2003-06-14 mtmCatch up man page with reality in rc.d/named.
2003-06-14 njlMerge common XPT_CALC_GEOMETRY functions into a single...
2003-06-14 mtmUpdate a comment about symlinking named's pid file...
2003-06-14 njlMerge common XPT_CALC_GEOMETRY functions into a single...
2003-06-14 njlMerge common XPT_CALC_GEOMETRY functions into a single...
2003-06-14 jmgFix the KMOD for the lpbb device.
2003-06-14 nsouchamdpm was omitted from the build of i2c controllers...
2003-06-14 nsouchAdd i2c to the list of modules to build.
2003-06-14 obrienRemove MAINTAINER lines.
2003-06-14 obrienUpdate and try to remain out of area where conflict...
2003-06-14 markmTidy up. Sort headers.
2003-06-14 impMinor tweaks to the build process so that we can build...
2003-06-14 impPut on the core hat and back out all of the CSTD= chang...
2003-06-14 markmSome glue to allow lint(1) to work on the kernel. This...
2003-06-14 tjrAvoid dereferencing the thread pointer in smb_iod_addrq...
2003-06-14 tjrDon't follow smbnode n_parent pointer when NREFPARENT...
2003-06-14 trhodesDon't truncate the output file before making sure that...
2003-06-14 desDo not bogusly set CSTD to the empty string.
2003-06-14 trhodesRemove the old xref to kerberos(1), and replace it...
2003-06-14 markmFix all WARNS. Checked with "make WARNS=9". Remove...
2003-06-14 desSet the precedence on failure reports to "bulk" so...
2003-06-14 desAdd a system policy, and have the login and su policies...
2003-06-14 desRevert to a known-good state. Anyone desiring to exper...
2003-06-14 greenIn the last clean-up of this code, the fact that the...
2003-06-14 alcMove the *_new_altkstack() and *_dispose_altkstack...
2003-06-14 obrienOnly use this with a non-GCC compiler.
2003-06-14 obrienUse GCC's internal built-in alloca implementation,...
2003-06-14 kenRemove MAINTAINER= lines in the makefiles for camcontro...
next