]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2010-01-08 bzIn sys/<arch>/conf/Makefile set TARGET to <arch>. That...
2010-01-08 qingliEnsure an address is removed from the interface address
2010-01-08 bruefferRemove ste(4), it should work on all architectures...
2010-01-08 traszGet rid of #ident, GCC 4.4 warns about it being deprecated.
2010-01-08 bzSwitch traceroute over to make use of proper in-kernel...
2010-01-08 bzUnbreak the XEN build after r201751.
2010-01-08 traszStop GCC from complaining about lagg_port_checkstacking...
2010-01-08 ruComplete the swap of carp(4) log levels and document...
2010-01-08 traszOne more #ifdef fix for GCC 4.4.
2010-01-08 traszRemove unused smbfs_smb_qpathinfo().
2010-01-08 traszRemove unused uhci_dump_qhs().
2010-01-08 traszRemove unused iir_watchdog().
2010-01-08 traszPut mly_timeout() under MLY_DEBUG, so that newer GCC...
2010-01-08 traszReplace several instances of 'if (!a & b)' with 'if...
2010-01-08 traszFix #ifdefs so that GCC 4.4 doesn't complain about it.
2010-01-08 attilio- Fix a bug in sched_4bsd where the timestamp for the...
2010-01-08 dwmaloneThis now passes a make universe with WARNS=6.
2010-01-08 sobomaxAllow comment (#) to be placed anywhere in the line...
2010-01-08 gavinIf we fail to read the Ethernet address from the card...
2010-01-08 alcCatch up with r183101 that added "device acpi" to GENERIC.
2010-01-08 jh- Change the type of size_max to u_quad_t because its...
2010-01-08 yongariEnable ste(4). ste(4) should work on all architectures.
2010-01-08 yongariMake sure to store dma address of RX buffer in little...
2010-01-08 yongariFix EEPROM access code to return data in host byte...
2010-01-08 thompsaRemove unneeded includes.
2010-01-08 dougbUpdate copyright date
2010-01-07 dougbFor the now-infamous Rumsfeld quote:
2010-01-07 kibFurther fix grammar.
2010-01-07 bruefferFix a typo and bump date for the previous commit.
2010-01-07 mbrRemove extraneous semicolons, no functional changes.
2010-01-07 delphijRe-apply onnv-gate revisions 7994 and 8986 (corresponds...
2010-01-07 umeSince the IPv4 rule allows ICMP_TIMXCEED, allow
2010-01-07 alcMake pmap_set_pg() static.
2010-01-07 traszRemove BUGS section that no longer applies after recent...
2010-01-07 luigiip_var.h now needs to be before ip_fw_private.h
2010-01-07 luigiwe don't use dummynet_drain!
2010-01-07 kibGive some information on SF_MNOWAIT flag.
2010-01-07 bzAfter adding an SDT provider for opencrypto in r199884...
2010-01-07 luigicheck that we have an ipv4 packet before swapping ip_le...
2010-01-07 danger- s/unsecure/insecure/ as this is the correct keyword
2010-01-07 luigiFollowing up on a request from Ermal Luci to make
2010-01-07 luigiput ip_var before ip_fw_private.h as this will be needed in
2010-01-07 luigisome header shuffling to help decoupling ip_divert...
2010-01-07 dwmaloneThis now passes a make universe with WARNS=6.
2010-01-07 dwmaloneThis now passes a make universe with WARNS=6.
2010-01-07 dwmaloneThis now passes a make universe with WARNS=6.
2010-01-07 luigiput ip_len in correct order for ip_output().
2010-01-07 mckusickKASSERT that condition raised by Coverity cannot happen.
2010-01-07 alcEliminate unused variables (see r137912).
2010-01-07 davidxuDon't forget to use fourth argument if O_CREAT is set...
2010-01-07 thompsaFix debug printf on 64bit arches.
2010-01-07 attilioFix typos.
2010-01-07 attilioTweak comments.
2010-01-07 mckusickAdd some error messages suggested in PR bin/138043...
2010-01-07 thompsaSync to p4
2010-01-07 attilioExclusive waiters sleeping with LK_SLEEPFAIL on and...
2010-01-07 thompsaAdd new umass quirks for Western Digital MYBook and...
2010-01-07 mckusickThis corrects a bug that manifested itself as identifyi...
2010-01-06 delphijSpace cleanup for revision 201689 committed separately...
2010-01-06 delphijInstead of assuming all vdevs are healthy, check the...
2010-01-06 bzCorrect a typo.
2010-01-06 pjdTeach the (gpt)zfsboot and zfsloader raidz code to...
2010-01-06 thompsaImprove u3g device ejecting by providing additional...
2010-01-06 thompsascratch_size was incorrectly passed as language ID...
2010-01-06 jhbUse _pthread_once() rather than _once() for localtime...
2010-01-06 mavIncrease default block size from 4K to 64K. It was...
2010-01-06 gavinPrint leading zeros in the UFS2 FSID.
2010-01-06 mavChange the way in which zero stripesize is handled...
2010-01-06 rpaulolen must be int, not size_t
2010-01-06 kientzleWhen restoring files, use the mode for the mode.
2010-01-06 delphijFix build: getopt() returns int so use an integer to...
2010-01-05 stas- Move potentially offensive quotes I committed recentl...
2010-01-05 rpauloAdd net80211 media status reporting.
2010-01-05 edwinBe able to specify a certain date and/or time for which...
2010-01-05 dwmalone1) Mark usage as dead2.
2010-01-05 dwmaloneShuffle parens to avoid type-punning warning.
2010-01-05 dwmalone1) Make usage() as dead2 - it helps the compiler know...
2010-01-05 jhbMove the PCI-specific logic of removing a cardbus devic...
2010-01-05 dwmaloneNew style function definitions.
2010-01-05 dwmaloneChange a char that is used as an index into an array...
2010-01-05 iwasakiUpdate acpi_ibm syctl nodes on resume.
2010-01-05 kibDo not rely on behaviour undefined by ANSI C, use thunk...
2010-01-05 bruefferFix a double free().
2010-01-05 kibMove scandir(3) and alphasort(3) into XSI namespace.
2010-01-05 dougbRemove more duplicates
2010-01-05 mavFor completeness, add -s argument, manually specifying...
2010-01-05 davidxuAdd test code for POSIX semaphore implementation.
2010-01-05 luigithis file does not require ip_dummynet.h
2010-01-05 mavMove wakeup() out of mutex to reduce contention.
2010-01-05 mavMove wakeup() out of mutex to reduce contention.
2010-01-05 davidxuremove file thr_sem_new.c.
2010-01-05 davidxuMore cleanup, remove _libc prefix because libthr no...
2010-01-05 davidxuRemove extra new semaphore stubs, because libc already...
2010-01-05 davidxuforgot to remove SYM_FBP10. ;-)
2010-01-05 davidxuRemove unused macros.
2010-01-05 davidxuDon't check has_waiters twice, inline some small functions.
2010-01-05 davidxuUse umtx to implement process sharable semaphore, to...
2010-01-05 mavSlightly optimize XOR calculation.
2010-01-05 qingliAn existing incomplete ARP entry would expire a subsequent
2010-01-04 qingliThe IFA_RTSELF address flag marks a loopback route...
next