]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2010-10-20 yongariCorrect handling of shared interrupt in sis_intr()...
2010-10-19 yongariAdd workaround for BCM5906 controller silicon bug....
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.
2010-10-16 bcrCorrect some typos in comments, no functional changes.
2010-10-16 jillessh(1): Clarify subshells/processes for pipelines.
2010-10-16 jillessh: Use <stddef.h> rather than <sys/stddef.h>.
2010-10-16 hselasky- Add support for libusbhid in 32-bit compatibility...
2010-10-16 avgatrtc: remove (pre-)historic check of RTC NVRAM at...
2010-10-16 kibDocument vfs.ncsizefactor and vfs.ncnegfactor.
2010-10-16 kibProvide vfs.ncsizefactor instead of hard-coding namecac...
2010-10-16 lstewartRetire the system-wide, per-reassembly queue segment...
2010-10-16 lstewart- Switch the "net.inet.tcp.reass.cursegments" and
2010-10-16 lstewartChange uma_zone_set_max to return the effective value...
2010-10-16 lstewart- Simplify implementation of uma_zone_get_max.
2010-10-15 mariusConvert the PHY drivers to honor the mii_flags passed...
2010-10-15 jkimRemove unnecessary castings and fix couple of style...
2010-10-15 dimRemove two .endp's without matching .proc in lib/csu...
2010-10-15 jkimMove setting power state for children into a separate...
2010-10-15 andreastAdd three new drivers for fan control and temperature...
2010-10-15 jillessh: Allow running 'prove' from tools/regression/bin...
2010-10-15 mariusNow that all previous users of mii_phy_probe() have...
2010-10-15 mdfCurrently only opt_compat.h is included by the mps...
2010-10-15 alcUpdate pmap_extract() to handle 1GB page mappings....
2010-10-15 mariusRemove a device_printf() accidentally left in r213894.
2010-10-15 mariusConverted the remainder of the NIC drivers to use the...
2010-10-15 mariusConvert the PHY drivers to honor the mii_flags passed...
2010-10-15 nwhitehornPrevent the ofwdump manpage from being deleted by make...
2010-10-14 jkimStop hard coding nm(1) and make it overridable.
2010-10-14 obrienEmbellish this testcase a little bit to be more clear...
2010-10-14 mdfFixes to mps_user_command():
2010-10-14 hselaskyAdd new USB device IDs to the list of supported devices.
2010-10-14 hselasky- Add more USB devices to usbdevs and rename some previ...
2010-10-14 mariusAdd a NetBSD-compatible mii_attach(), which is intended...
2010-10-14 hselaskyAdd more USB device IDs to supported list of devices.
2010-10-14 edwinUpdate manual with regarding to the status of calendars...
2010-10-14 mariusExplicitly lower the PIL to 0 as part of enabling inter...
2010-10-14 hselaskyFix forwarding of Line Register Status changes to TTY...
2010-10-14 hselaskyRemove unused EHCI register definition.
2010-10-14 hselaskyRevert most of r197682 (EHCI Hardware BUG workaround...
next