]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2005-08-19 davidxuAdd missing brackets.
2005-08-19 pjdAllow to change number of iterations for PKCS#5v2....
2005-08-19 pjd- Add a missing period.
2005-08-19 pjdMove function for calculating number of bits into more...
2005-08-19 pjdAvoid code duplication and implement bitcount32() funct...
2005-08-19 stefanf- Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespac...
2005-08-19 wilko-- storage engineer on the virtues of FC-AL
2005-08-19 murrayMove the "yiddish cooking has killed more jews than...
2005-08-19 davidxuFix a LOR between sched_lock and sleep queue lock.
2005-08-19 rodrigcUpdate man page to reflect the fact that VOP_LISTEXTATTR
2005-08-19 davidxuMove up code for testing KEF_HOLD to avoid ke_cpu being...
2005-08-19 pjdSync code with the error report: calloc(number, 1)...
2005-08-19 stefanfRemove parameter names, the identifiers were in the...
2005-08-19 alcCorrect a performance bug in revision 1.462. The effec...
2005-08-19 cpercivaForced commit to note that the preceeding commit also...
2005-08-19 cpercivaPad the strings sccs[], version[], and osrelease[]...
2005-08-19 murrayCorrect typos found by ispell.
2005-08-18 csjpAdd missing braces around bpf_filter which were missed...
2005-08-18 glebiusAdd a new switch -h for interface stats mode, which...
2005-08-18 thompsaMark the callouts as MPSAFE as if_bridge has been giant...
2005-08-18 brooksRefer to the OpenBSD dhclient instead of the ISC dhclient.
2005-08-18 jhbVarious fixups to locking:
2005-08-18 joelBe more specific about supported chipsets.
2005-08-18 jhbFixup locking and mark MPSAFE:
2005-08-18 joelNew release notes: snd_t4dwave(4) manual page added.
2005-08-18 dougbThis commit was generated by cvs2svn to compensate...
2005-08-18 dougbUpdate the vendor branch with a patch to this file...
2005-08-18 brooksWhen we started calling if_findindex() from if_alloc...
2005-08-18 sobomax(forced)
2005-08-18 jhbFixup locking for sf(4) and mark MPSAFE:
2005-08-18 ume- don't forget to save freqency when priority is raised.
2005-08-18 umedon't forget to update curr_priority. even when freque...
2005-08-18 keramidaChange the modem description of the previous commit...
2005-08-18 yarDefine the target for opt_compat.h only if KERNBUILDDIR
2005-08-18 jhbAdd aliases for atomic operations on 64-bit integers...
2005-08-18 sobomaxIn re_shutdown() mark interface as down since otherwise...
2005-08-18 yarDon't break local style.
2005-08-18 keramidaAdd ELSA MicroLink 56k USB to the list of supported...
2005-08-18 pjdFor the record: Previous commit fixes...
2005-08-18 pjdFix bogus check. It was possible to panic the kernel...
2005-08-18 desUse larger buffers to read lines from the vendor list.
2005-08-18 suzadded a missing unlock (just do the same thing as in...
2005-08-18 desWhitespace cleanup.
2005-08-18 glebiusIn order to support CARP interfaces kernel was taught...
2005-08-18 stefanfWhile revision 1.26 fixed the code to really subtract...
2005-08-18 iedowseAdd a "comconsole_speed" loader variable that can be...
2005-08-18 iedowseAdd the ability to specify the boot2 serial console...
2005-08-18 pjdAdd VIA/ACE "PadLock" support as a crypto(9) driver.
2005-08-18 rodrigcRename variables:
2005-08-17 stefanfDocument umask's -S option.
2005-08-17 brooksRemove an unnecessicary bzero that was zeroing the...
2005-08-17 keramidaTypo: s/adverisement/advertisement/.
2005-08-17 jhb- Use htole32() instead of using bswap32() conditional...
2005-08-17 jhbRemove the unused TULIP_CSR_{READ,WRITE}BYTE macros.
2005-08-17 jhbUse callout_init_mtx() to simplify the stats callout.
2005-08-17 jhbAdd callout_drain()'s to foo_detach() after calling...
2005-08-17 jhbFix locking in el(4) and mark mpsafe.
2005-08-17 umedon't raise cpu speed over the value when passive cooli...
2005-08-17 ume- fix race condition using sx lock.
2005-08-17 joelBump .Dd before someone notice.
2005-08-17 joelBe more specific about supported chipsets.
2005-08-17 joelRemove a few items from the hardware list. This suppor...
2005-08-17 cpercivaRemove the dates from these files. They serve no purpo...
2005-08-17 cpercivaRepeatability is Considered Good when building this...
2005-08-17 pjdUpdate manual page (now dedicated kernel thread is...
2005-08-17 pjdAlways run dedicated kernel thread (even when we have...
2005-08-17 pjdWe should now return 0.
2005-08-17 sosAdd support for working around controllers that cannot...
2005-08-17 sosUse the bio field instead of the driver field as intended.
2005-08-17 jhbUse device_printf() and if_printf() and remove ste_unit...
2005-08-17 pjdEven if crypto_dispatch() return an error, request...
2005-08-17 jhbCatch up to ic_curchan changes by making the same chang...
2005-08-17 pjdWe don't need to clear allocated memory. This will...
2005-08-17 murrayCorrect birthdate for Meriwether Lewis. He was born...
2005-08-17 keramidaAdd a small paragraph that describes how the current...
2005-08-17 tjrFix a boundary condition error in slow() and fast(...
2005-08-17 tjrDocument the fact that word-boundary matching does...
2005-08-17 iedowseIn the ufsdirhash_build() failure case for corrupted...
2005-08-17 phkHandle device drivers with D_NEEDGIANT in a way which...
2005-08-17 pjdAssert proper key size also in userland by defining...
2005-08-17 phkIn vop_stdpathconf(ap) also default for _PC_NAME_MAX...
2005-08-17 gshapiroMake links for hoststat(8) and purgestat(8) man pages.
2005-08-17 cpercivaAdd -frandom-seed=RepeatabilityConsideredGood to CFLAGS...
2005-08-17 csjpEnsure that file flags such as schg, sappnd (and others...
2005-08-17 brooksAdd two new template sources, /conf/bcast/${ipbca}...
2005-08-17 cpercivaUnbreak the world build (in sbin/gbde). This file...
2005-08-16 bruefferClarify how the 'channel' argument should look like...
2005-08-16 jhbFixup locking in if_my(4) and mark it MPSAFE:
2005-08-16 phkremove stale comments
2005-08-16 umeSave cpu level only when priority is greater than PRIO_USER
2005-08-16 umeavoid exclusive sleep mutex.
2005-08-16 phkRemove stale comment.
2005-08-16 phkCollect the devfs related sysctls in one place
2005-08-16 phkCreate a new internal .h file to communicate very priva...
2005-08-16 pjdCheck key size for rijndael, as invalid key size can...
2005-08-16 jhbClarify a comment.
2005-08-16 brooks- Move IF_ADDR_LOCK_DESTROY(ifp) from if_free to if_fre...
2005-08-16 leMake it possible to remove stale, left-over subdisks.
2005-08-16 joel* Be more specific about supported ALI-chipsets.
2005-08-16 joelsnd_via8233(4) works on amd64.
next