]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2009-02-03 impFix the functions to match prototypes. The K&R definit...
2009-02-03 edSlightly improve the design of the TTY buffer.
2009-02-03 jhbTrim what we expose to userland in <dev/ppbus/ppbconf...
2009-02-03 samadd Roel's copyright as he did the initial version
2009-02-03 samAdd support for the StrataFlash on 2348 boards:
2009-02-03 samhonor any interface width (e.g. setup by the bus shim...
2009-02-03 samreorg ioctl code to simplify adding new requests
2009-02-03 samforce atomic_cmpset_ptr types to match atomic_cmpset_32;
2009-02-03 samfix compilation w/ AH_DEBUG
2009-02-03 danger- ANSIfy function definitions
2009-02-03 sbrunoDelete fwohci_filt() as it is now unused
2009-02-03 jhbDon't right-adjust the SMBus slave address for SSIF...
2009-02-03 jhb- Change ichsmb(4) to follow the format of all the...
2009-02-03 thompsa- Keep the same sorting on usb_errstr_table as the...
2009-02-03 obrienPartially revert r186559.
2009-02-03 thompsaAdd missing string table for the usb quirk enum.
2009-02-03 rrs- Cleanup checksum code.
2009-02-03 rrsAdds support for SCTP checksum offload. This means
2009-02-03 jkoshyImprove robustness of NMI handling, for NMIs recognized...
2009-02-03 impUse NULL in preference to 0 in pointer contexts.
2009-02-03 impMake bioq_disksort have a ANSI-C definition rather...
2009-02-03 imprman_debug should be static, so make it static.
2009-02-03 impUse ANSI function definition for profil.
2009-02-03 impPrefer ANSI function definitions to K&R ones.
2009-02-03 impUse NULL in preference to 0 for pointers.
2009-02-03 impUse NULL in preference to 0 for pointers.
2009-02-03 impo Use unsigned for bit fields.
2009-02-03 impint foo(void) is the proper ANSI function definition...
2009-02-03 marcelIn g_handleattr(), set bp->bio_completed also for the...
2009-02-03 jkoshyIntroduce a C type representing the header for GNU...
2009-02-03 thompsaMove away from autogenerated enums, these values never...
2009-02-03 impo Define some symbols for a few items that are bare...
2009-02-03 kmacymake sure that interrupts are disabled when handling...
2009-02-03 impUse NULL in preference to 0 for pointers.
2009-02-03 impUse NULL in preference to '0' for pointers.
2009-02-03 delphijUse %u instead of %zu when we intend to print integer...
2009-02-03 impDeclare bus_data_devices to be static: it isn't used...
2009-02-02 kmacybreak out of loop if we run out of mbufs
2009-02-02 jhbGoof, catch up to constant rename (I renamed it to...
2009-02-02 jhb- Add a new ioctl to /dev/pci to fetch details on an...
2009-02-02 rdivackyProvide a type for the argument.
2009-02-02 emaxProperly retun error core from kbdmux_modevent()
2009-02-02 sbrunoBegin basic improvements to fwcontrol in the area of...
2009-02-02 cognetMove a comment to where it belongs.
2009-02-02 cognetRemove unused variables.
2009-02-02 jhb- Add a new ioctl to /dev/pci to fetch details on an...
2009-02-02 lulf- Use a separate pointer to the allocated memory for...
2009-02-02 emaxHook up btpand(8) to the build
2009-02-02 emaxFix client mode. Pick up service availability changes.
2009-02-02 samo make SAVE_CCK slightly less error prone by always...
2009-02-02 samrestore variable initialization removed in r187831...
2009-02-02 mtmSince, rc.d/defaultroute has the ability to wait for a
2009-02-02 mtmThe 30 second wait for network interfaces to show up...
2009-02-02 phkThe last sector in the first segment might just be...
2009-02-02 phkDon't overwrite it, if only one sector is written yet.
2009-02-02 rwatsonAlow dirname(1) to accept multiple arguments in the...
2009-02-02 luigiExplain that we assume AF_INET and only use the addr...
2009-02-02 luigiremove duplicate #include
2009-02-02 fjoeRemove duplicate OPTFLAGS definition.
2009-02-02 sepotvinFix select on platforms where sizeof(long) != sizeof...
2009-02-02 impSort the options, per style(9).
2009-02-02 alfredsrc/usr.bin/usbhidaction/usbhidaction.c
2009-02-01 sbrunoSome updates and bug squashing in the firewire stack.
2009-02-01 samwhen promoting an 11b channel to 11g do not accept...
2009-02-01 bzRemove the single global unlocked route cache ip6_forwa...
2009-02-01 luigiput the altq-related functions into a separate file.
2009-02-01 kientzleBefore this fix, pax would stop the restore sequence for
2009-02-01 kientzlePermit ` as a pad character in the filename table.
2009-02-01 marcelConstify val in g_handleattr() and str in g_handleattr_...
2009-02-01 thompsaRevert part of r187970, the NULL check was removed...
2009-02-01 thompsaRemove check for null softc in attach, it can never...
2009-02-01 obrienAlso un-split _PATH_STDPATH for grepability.
2009-01-31 impDavid doesn't consider the prior -s behavior a bug...
2009-01-31 bzBring over the code from sys/i386/i386/mp_machdep.c...
2009-01-31 obrienFix the inconsistent tabbing.
2009-01-31 dasTest wprintf() in addition to printf().
2009-01-31 dasAdd tests for conj{,f,l}() that I wrote some time ago...
2009-01-31 dasAdd a function attribute called `__malloc_like', which...
2009-01-31 bzAfter r186194 the *fs_strategy() functions always return 0.
2009-01-31 bzRemove unused local variables.
2009-01-31 bzRemove unused local MACROs.
2009-01-31 bzThere is no need to initialize the variable here.
2009-01-31 bzRemove and unused variable.
2009-01-31 bzCoalesce two consecutive #ifdef IPSEC blocks.
2009-01-31 obrienChange some movl's to mov's. Newer GAS no longer accep...
2009-01-31 bzRemove dead code from #if 0:
2009-01-31 bzLike with r185713 make sure to not leak a lock as rtall...
2009-01-31 trhodesFix a typo in a comment.
2009-01-31 mavFix bug in hint.hdac.X.config parsing.
2009-01-31 obrienRun with -B and just .POSIX.
2009-01-31 kientzleWrite timestamps with exactly 9 digits after the period.
2009-01-30 bzRemove 4 entirely unsued ip6 variables.
2009-01-30 emaxAdd btpand(8) daemon from NetBSD. This daemon provides...
2009-01-30 jamieCommitto ergo sum.
2009-01-30 bzUse NULL rather than 0 when comparing pointers.
2009-01-30 keramidaSometimes, depending on the bpf filter rules used in...
2009-01-30 obrienAdd the '-C' "check clean" flag. If the FS is marked...
2009-01-30 keramidaBump .Dd for r187609
2009-01-30 impUnbreak make -s. There's about a 10% performance impro...
2009-01-30 gabor- Remove non-existing reference
next