]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2011-06-20 jamieFollowing r222465:
2011-06-20 jamieLinty stuff.
2011-06-18 jamieMove the actual create/remove (IP__OP) handling into...
2011-06-17 jamieUpdate copyright dates and other whitespacey stuff.
2011-06-17 jamieSplit run_command up into an outer function (next_comma...
2011-06-17 jamieChange cfstrings from an STAILQ into a TAILQ to allow...
2010-12-10 jamierun_command (mostly) cleanup:
2010-11-04 jamieCheck unmounts for a mount point of the right FS type.
2010-11-04 jamieCheck paths for security:
2010-11-04 jamieReads the mount.fstab file, and put its lines separatel...
2010-11-01 jamieCombine check_intparams() and ip_params(), JF_CHECKINT...
2010-10-27 jamieUse a little more "ifdef INET6".
2010-10-27 jamieDon't assume either jid or name is set - they may not...
2010-10-27 jamieKeep all internal/known parameter names in one place...
2010-10-20 jamieRemove a section that went to jail(8), and fix a small...
2010-10-20 jamieImport section 2 man files so I can update jail(2).
2010-10-20 pjdUse closefrom(2) instead of close(2) in a loop.
2010-10-20 pjdBring in geli suspend/resume functionality (finally).
2010-10-20 jamieInitial work on the new jail(8). There are more featur...
2010-10-20 pjd- Add missing comments.
2010-10-20 edGet rid of hand-rolled closefrom(3).
2010-10-20 pjdCorrect typos.
2010-10-20 jkimIntroduce a new tunable 'hw.pci.do_power_suspend'....
2010-10-20 jkimDo not apply do_power_resume for suspending P2P bridge...
2010-10-20 jchandraNetwork driver updates
2010-10-20 jchandraOn uniprocessor, warn and fixup hardware cpu mask if...
2010-10-20 edRemove setpgid() call before executing child process.
2010-10-20 mavWorkaround strange situation when EDMA_RESQIP register...
2010-10-20 mavSome style cleanup:
2010-10-20 avgcatch up manual pages with rename of vm_page_sleep_busy...
2010-10-20 avgVOP_GETPAGES.9: clarify and correct description of...
2010-10-20 avgPG_BUSY -> VPO_BUSY, PG_WANTED -> VPO_WANTED in manual...
2010-10-20 maximo Put missed w/space back.
2010-10-20 davidxuRevert revision 214007, I realized that MySQL wants...
2010-10-20 davidxu- Don't include sx.h, it is not needed.
2010-10-20 yongariCorrect handling of shared interrupt in sis_intr()...
2010-10-19 yongariAdd workaround for BCM5906 controller silicon bug....
2010-10-19 jamieA new jail(8) with a configuration file, to replace...
2010-10-19 gibbsImprove the Xen para-virtualized device infrastructure...
2010-10-19 jkimRemove undocumented and stale debug.acpi.do_powerstate...
2010-10-19 brucecStop disallowing device nodes to be passed to camcontro...
2010-10-19 jkimRemove PCI_SET_POWERSTATE method from acpi.c and eradic...
2010-10-19 marius- Wrap exchanging td_intr_frame and calling the event...
2010-10-19 bschmidtThere is no reason to call rt_ifmsg(), remove it.
2010-10-19 bschmidtFix an undefined behaviour if the desired ratectl algo...
2010-10-19 jkimMake any PCI devices enumerated in ACPI tree honor...
2010-10-19 aeZFS pool name is not a real device in devfs. Do not...
2010-10-19 delphijClarify that lagg(4) sends/receives on active port...
2010-10-19 jkimRemove PCI header type 0 restriction from power state...
2010-10-19 jkimDo not apply do_power_resume for suspending case. ...
2010-10-19 jhUse make_dev_p(9) with the MAKEDEV_CHECKNAME flag inste...
2010-10-19 mdfuma_zfree(zone, NULL) should do nothing, to match free(9).
2010-10-19 uqsmdoc: fix markup typo
2010-10-19 emasteSimplify and significantly speed up the timezone listin...
2010-10-19 emasteMinor cleanup, including sysctl -n instead of sed to...
2010-10-19 rpauloRevert r206418
2010-10-19 uqsmdoc: drop even more redundant .Pp calls
2010-10-19 rmacklemFix the type of the 3rd argument for nm_getinfo so...
2010-10-19 kibWhen readdirplus() is handled on the exported filesyste...
2010-10-19 rmacklemModify the NFS clients and the NLM so that the NLM...
2010-10-19 delphijMFV: nc(1) from OpenBSD 4.8.
2010-10-18 davidxuSet default type to PTHREAD_RWLOCK_PREFER_WRITER_NONREC...
2010-10-18 culotReplace spaces by a tab after the date.
2010-10-18 kibDo not synchronously start the nfsiod threads at all...
2010-10-18 emasteWe've already set p = td->td_proc, so use it.
2010-10-18 brucecRemove extra word, which looks like a left-over from...
2010-10-18 brucecFix grammar.
2010-10-18 pluknetFix typo: Offlaod -> Offload.
2010-10-18 pjdUpdate links for taskqueue(9) functions.
2010-10-18 pjdAdd links for libradius(3) functions.
2010-10-18 mavSet of legacy mode SATA enchancements:
2010-10-18 davidxuUnbreak buildworld by including pthread_rwlockattr_setk...
2010-10-18 mariusRevert r213867; while this driver really doesn't use...
2010-10-18 glebiusLog if fopen() fails.
2010-10-18 edwin"b64decode -r" did not handle arbitary breaks in base64...
2010-10-18 davidxusort function name.
2010-10-18 davidxus/||/&&
2010-10-18 davidxuAdd pthread_rwlockattr_setkind_np and pthread_rwlockatt...
2010-10-18 marcelRe-implement the root mount logic using a recursive...
2010-10-18 marcelIn vfs_filteropt(), only print the errmsg when there...
2010-10-18 marcelRename boot() to kern_reboot() and make it visible...
2010-10-18 marcelAllow the MDIOCATTACH ioctl operation to originate...
2010-10-18 edwinStylify of uudecode(1)
2010-10-18 kevloFix a possible race where the directory dirent is moved...
2010-10-17 scottlRe-add opt_mps.h and opt_cam.h, lost in the previous...
2010-10-17 culotAdd myself to calendar.freebsd.
2010-10-17 culotAdd an entry for myself to committers-ports.dot.
2010-10-17 nwhitehornFix an XXX comment by answering 'no'. OS X does not...
2010-10-17 marius- In oneshot-mode it doesn't make sense to try to compe...
2010-10-17 kibDocument vunref(9), add some important notes for vrele...
2010-10-17 pjdLog correct connection when canceling half-open connection.
2010-10-17 davidxu- Insert thread0 into correct thread hash link list.
2010-10-16 pjdUse one fprintf() instead of two.
2010-10-16 pjdClear signal mask before executing a hook.
2010-10-16 avgzfs: add vop_getpages method implementation
2010-10-16 bzMfP4 CH182763 (original version):
2010-10-16 mavAllow umass to use bigger transactions for USB 3.0...
2010-10-16 bzClose a race acquiring the IF_ADDR_LOCK() for each...
2010-10-16 bzlltable_drain() has never been used so far, thus #if...
2010-10-16 bcrFix a grammatical error connected to the previous commit.
next