]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2005-12-03 marius- Register the PCI bus error interrupt handler accordin...
2005-12-03 marius- Improve the comment regarding the workaround for...
2005-12-03 rodrigcAdd "rdonly" to global_opts, and parse it in vfs_donmou...
2005-12-03 mariusConvert to use the recently introduced set of ofw_bus_g...
2005-12-03 bdeFixed fdlibm[+cygnus] logbf() and logb() on denormals...
2005-12-03 ruFix prototype.
2005-12-03 ruFix type of argument.
2005-12-03 bdeRestored removal of the special handling needed for...
2005-12-03 ruBreak hard sentence break.
2005-12-03 dougbAdd an entry explaining the changes which add local...
2005-12-03 bdeSimplified the fix in rev.1.3. Instead of using long...
2005-12-03 bdeFixed rint(x) in the following cases:
2005-12-03 ambriskoSwitch BUILD_ARCH in Makefile to use uname -p suggested...
2005-12-03 davidxuRemove implementation-defined, it has already been...
2005-12-03 davidxuRemove implementation-defined sentences.
2005-12-03 rodrigcSimplify parsing of mount options by passing
2005-12-03 davidxuAdd option P1003_1B_MQUEUE.
2005-12-03 davidxuFix lots of markup and content bug.
2005-12-03 brooksDon't bogusly depend on dhclient. It's now run either by
2005-12-03 rodrigc- Add "rw" mount option to global_opts.
2005-12-03 anholtMerge DRM CVS as of 2005-12-02, adding i915 DRM support...
2005-12-03 anholtMake cleaner diffs by munging the $FreeBSD$s from the...
2005-12-02 anholtAdd support for i915 GMCH AGP. This diff is a combinat...
2005-12-02 grehanRegister definitions for the ancient via6522. This...
2005-12-02 ru"-o rw" is invalid and undocumented mount option that
2005-12-02 dougbBrooks pointed out a case where tmp needs to be run...
2005-12-02 dougbIntroduce startup scripts from the local_startup direct...
2005-12-02 dougbForce this script to run before mountcritremote to...
2005-12-02 alcChange pmap_enter_quick() to use the vm_prot_t paramete...
2005-12-02 davidxuAdd option P1003_1B_MQUEUE for POSIX message queue.
2005-12-02 davidxu1. Cleanup including.
2005-12-02 davidxusyscall -> system call.
2005-12-02 bdeFixed roundf(). The following cases never worked in...
2005-12-02 jhbAdd a missing newline to a printf.
2005-12-02 sosUpdate the ICH7 support so it deals better with chips...
2005-12-02 davidxuFix markup.
2005-12-02 anholtRestore the enabling of debugging by default by the...
2005-12-02 glebiusOn the 82571 and newer chipset the ICR register is...
2005-12-02 davidxu1. Check if message priority is less than MQ_PRIO_MAX.
2005-12-02 davidxuDefine MQ_PRIO_MAX, it seems it is the only place
2005-12-02 ambriskoUnbreak build when I fluff the clean-up of __FBSDID...
2005-12-02 davidxuRemove mqueuefs from LINKS, it is no longer needed...
2005-12-02 rodrigcRemove unsupported "dev" option from comments of mntopts.h.
2005-12-02 davidxumessqge queue has been implemented, set _POSIX_MESSAGE_...
2005-12-02 davidxubarrier and spin_lock had already been implemented...
2005-12-02 davidxuWe've already implemented all TMO functions, set _POSIX...
2005-12-02 marcelFix the misalignment bugs differently than was done...
2005-12-02 ambriskoAdd support to easily build FreeBSD unpacked in a chroo...
2005-12-02 emaxAdd bluetooth.device.conf(5) man page
2005-12-01 cpercivaMake "missing dependency" errors more useful by indicat...
2005-12-01 ruSync usage() with SYNOPSIS.
2005-12-01 ruAdd -q to usage().
2005-12-01 ruInstall the mqueue.h header.
2005-12-01 philipPreserve /etc/sysctl.conf when doing a binary update...
2005-12-01 ruFix the type of "eaddr" to guarantee the required align...
2005-12-01 jhb- Use .fn to markup untimeout in two places it was...
2005-12-01 impTweak markup for POSIX standards. Minor wordsmithing.
2005-12-01 impDocument O_NOCTTY and O_SYNC. O_NOCTTY is a nop on...
2005-12-01 jhbClarify that si(4) doesn't support the newer SX+ cards...
2005-12-01 impIn make buildenv, spell sh as ${SHELL}. In this case...
2005-12-01 jhbAdd MLINK for execvP(3).
2005-12-01 joelMake the SYNOPSIS section a bit more informative.
2005-12-01 davidxu1. Set timer configuration values for sysconf().
2005-12-01 davidxuQuickly fix brokeness in revision 1.157, that change was
2005-12-01 wesAdd another 'best quote about XML evar!' courtesy Pav...
2005-12-01 sobomaxFix logic error which causes <null> to be printed inste...
2005-12-01 ariffAdd kernel module loading option for snd_atiixp(4).
2005-12-01 davidxuset signal queue values for sysconf().
2005-12-01 avatarFixing yet another regression introduced in rev1.37...
2005-11-30 davidxuAvoid using signal 127 and 128 as RT signals, these...
2005-11-30 sobomaxIt is unclear who is wrong and who is right, but when...
2005-11-30 sobomaxDon't pass error value pointer to g_read_data(9) at...
2005-11-30 philipCheck for altq presence during module init, and allow...
2005-11-30 fjoe- match_var: do not address memory at invalid address...
2005-11-30 samfix dynamic changes in short slottime for 11g sta mode...
2005-11-30 sobomaxCheck for g_read_data(9) errors properly:
2005-11-30 sobomaxKill leading whilespace.
2005-11-30 ruTeach this to create the "machine" and ${MACHINE_ARCH...
2005-11-30 ruStyle: use S_ISDIR() (submitted by bde@) and eq() where...
2005-11-30 ruByte copy IF_LLADDR() on stack to align it to be safe...
2005-11-30 mariusRemove superfluous bzero()'ing of the softc.
2005-11-30 mariusRemove superfluous inclusion of upa.h.
2005-11-30 glebiusIf bus_dmamap_load() failed, we free the mbuf. We also...
2005-11-30 nyanMFi386: revision 1.1215 (add savagedrm).
2005-11-30 bdeRearranged the polynomial evaluation to reduce dependen...
2005-11-30 davidxuFix compiling for c++, include cdefs.h.
2005-11-30 bdeFixed cosf(x) when x is a "negative" NaNs. I broke...
2005-11-30 davidxuLast step to make mq_notify conform to POSIX standard...
2005-11-30 bdeFixed the hi+lo approximation to log(2). The normal...
2005-11-30 davidxuUpdate conformance and history sections.
2005-11-30 davidxuSymlink mq_send to mq_timedsend.
2005-11-30 davidxuAdd manuals for POSIX message queue.
2005-11-30 tmclaughFix misspelling in Poul-Henning Kamp's email address...
2005-11-30 yongariAdd codec ID for Avance Logic ALC203
2005-11-29 jhbFix snderr() to not leak the socket buffer lock if...
2005-11-29 peterThe DEFAULTS changes caused the user specified config...
2005-11-29 damienTell Rx radiotap that hardware leaves FCS at the end...
2005-11-29 damienSync with ural:
2005-11-29 damienUse usbd_clear_endpoint_stall_async() instead of usbd_c...
2005-11-29 damieno Send management frames at the lowest possible rate.
next