]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2005-08-19 Pawel Jakub... Sync code with the error report: calloc(number, 1)...
2005-08-19 Stefan FarfelederRemove parameter names, the identifiers were in the...
2005-08-19 Alan CoxCorrect a performance bug in revision 1.462. The effec...
2005-08-19 Colin PercivalForced commit to note that the preceeding commit also...
2005-08-19 Colin PercivalPad the strings sccs[], version[], and osrelease[]...
2005-08-19 Murray StokelyCorrect typos found by ispell.
2005-08-18 Christian S... Add missing braces around bpf_filter which were missed...
2005-08-18 Gleb SmirnoffAdd a new switch -h for interface stats mode, which...
2005-08-18 Andrew ThompsonMark the callouts as MPSAFE as if_bridge has been giant...
2005-08-18 Brooks DavisRefer to the OpenBSD dhclient instead of the ISC dhclient.
2005-08-18 John BaldwinVarious fixups to locking:
2005-08-18 Joel DahlBe more specific about supported chipsets.
2005-08-18 John BaldwinFixup locking and mark MPSAFE:
2005-08-18 Joel DahlNew release notes: snd_t4dwave(4) manual page added.
2005-08-18 Doug BartonThis commit was generated by cvs2svn to compensate...
2005-08-18 Doug BartonUpdate the vendor branch with a patch to this file...
2005-08-18 Brooks DavisWhen we started calling if_findindex() from if_alloc...
2005-08-18 Maxim Sobolev(forced)
2005-08-18 John BaldwinFixup locking for sf(4) and mark MPSAFE:
2005-08-18 Hajimu UMEMOTO- don't forget to save freqency when priority is raised.
2005-08-18 Hajimu UMEMOTOdon't forget to update curr_priority. even when freque...
2005-08-18 Giorgos KeramidasChange the modem description of the previous commit...
2005-08-18 Yaroslav TykhiyDefine the target for opt_compat.h only if KERNBUILDDIR
2005-08-18 John BaldwinAdd aliases for atomic operations on 64-bit integers...
2005-08-18 Maxim SobolevIn re_shutdown() mark interface as down since otherwise...
2005-08-18 Yaroslav TykhiyDon't break local style.
2005-08-18 Giorgos KeramidasAdd ELSA MicroLink 56k USB to the list of supported...
2005-08-18 Pawel Jakub... For the record: Previous commit fixes...
2005-08-18 Pawel Jakub... Fix bogus check. It was possible to panic the kernel...
2005-08-18 Dag-Erling... Use larger buffers to read lines from the vendor list.
2005-08-18 SUZUKI Shinsukeadded a missing unlock (just do the same thing as in...
2005-08-18 Dag-Erling... Whitespace cleanup.
2005-08-18 Gleb SmirnoffIn order to support CARP interfaces kernel was taught...
2005-08-18 Stefan FarfelederWhile revision 1.26 fixed the code to really subtract...
2005-08-18 Ian DowseAdd a "comconsole_speed" loader variable that can be...
2005-08-18 Ian DowseAdd the ability to specify the boot2 serial console...
2005-08-18 Pawel Jakub... Add VIA/ACE "PadLock" support as a crypto(9) driver.
2005-08-18 Craig RodriguesRename variables:
2005-08-17 Stefan FarfelederDocument umask's -S option.
2005-08-17 Brooks DavisRemove an unnecessicary bzero that was zeroing the...
2005-08-17 Giorgos KeramidasTypo: s/adverisement/advertisement/.
2005-08-17 John Baldwin- Use htole32() instead of using bswap32() conditional...
2005-08-17 John BaldwinRemove the unused TULIP_CSR_{READ,WRITE}BYTE macros.
2005-08-17 John BaldwinUse callout_init_mtx() to simplify the stats callout.
2005-08-17 John BaldwinAdd callout_drain()'s to foo_detach() after calling...
2005-08-17 John BaldwinFix locking in el(4) and mark mpsafe.
2005-08-17 Hajimu UMEMOTOdon't raise cpu speed over the value when passive cooli...
2005-08-17 Hajimu UMEMOTO- fix race condition using sx lock.
2005-08-17 Joel DahlBump .Dd before someone notice.
2005-08-17 Joel DahlBe more specific about supported chipsets.
2005-08-17 Joel DahlRemove a few items from the hardware list. This suppor...
2005-08-17 Colin PercivalRemove the dates from these files. They serve no purpo...
2005-08-17 Colin PercivalRepeatability is Considered Good when building this...
2005-08-17 Pawel Jakub... Update manual page (now dedicated kernel thread is...
2005-08-17 Pawel Jakub... Always run dedicated kernel thread (even when we have...
2005-08-17 Pawel Jakub... We should now return 0.
2005-08-17 Søren SchmidtAdd support for working around controllers that cannot...
2005-08-17 Søren SchmidtUse the bio field instead of the driver field as intended.
2005-08-17 John BaldwinUse device_printf() and if_printf() and remove ste_unit...
2005-08-17 Pawel Jakub... Even if crypto_dispatch() return an error, request...
2005-08-17 John BaldwinCatch up to ic_curchan changes by making the same chang...
2005-08-17 Pawel Jakub... We don't need to clear allocated memory. This will...
2005-08-17 Murray StokelyCorrect birthdate for Meriwether Lewis. He was born...
2005-08-17 Giorgos KeramidasAdd a small paragraph that describes how the current...
2005-08-17 Tim J. RobbinsFix a boundary condition error in slow() and fast(...
2005-08-17 Tim J. RobbinsDocument the fact that word-boundary matching does...
2005-08-17 Ian DowseIn the ufsdirhash_build() failure case for corrupted...
2005-08-17 Poul-Henning... Handle device drivers with D_NEEDGIANT in a way which...
2005-08-17 Pawel Jakub... Assert proper key size also in userland by defining...
2005-08-17 Poul-Henning... In vop_stdpathconf(ap) also default for _PC_NAME_MAX...
2005-08-17 Gregory Neil... Make links for hoststat(8) and purgestat(8) man pages.
2005-08-17 Colin PercivalAdd -frandom-seed=RepeatabilityConsideredGood to CFLAGS...
2005-08-17 Christian S... Ensure that file flags such as schg, sappnd (and others...
2005-08-17 Brooks DavisAdd two new template sources, /conf/bcast/${ipbca}...
2005-08-17 Colin PercivalUnbreak the world build (in sbin/gbde). This file...
2005-08-16 Christian BruefferClarify how the 'channel' argument should look like...
2005-08-16 John BaldwinFixup locking in if_my(4) and mark it MPSAFE:
2005-08-16 Poul-Henning... remove stale comments
2005-08-16 Hajimu UMEMOTOSave cpu level only when priority is greater than PRIO_USER
2005-08-16 Hajimu UMEMOTOavoid exclusive sleep mutex.
2005-08-16 Poul-Henning... Remove stale comment.
2005-08-16 Poul-Henning... Collect the devfs related sysctls in one place
2005-08-16 Poul-Henning... Create a new internal .h file to communicate very priva...
2005-08-16 Pawel Jakub... Check key size for rijndael, as invalid key size can...
2005-08-16 John BaldwinClarify a comment.
2005-08-16 Brooks Davis- Move IF_ADDR_LOCK_DESTROY(ifp) from if_free to if_fre...
2005-08-16 Lukas ErtlMake it possible to remove stale, left-over subdisks.
2005-08-16 Joel Dahl* Be more specific about supported ALI-chipsets.
2005-08-16 Joel Dahlsnd_via8233(4) works on amd64.
2005-08-16 Colin PercivalChange the default partition sizing code in order to
2005-08-16 Poul-Henning... Increase flexibility in disk-layout
2005-08-16 Marcel MoolenaarFix backtraces. Supply registers from the register...
2005-08-16 Peter GrehanRemove unnecessary and alarming printf.
2005-08-15 Warner LoshMore files from my server that I've been upgrading...
2005-08-15 Marius StroblNow that at least some screen savers work on sparc64...
2005-08-15 Marius Strobl- Change the code that determines whether to use a...
2005-08-15 Brooks DavisVlan interfaces change their type after ether_ifattach...
2005-08-15 Poul-Henning... Eliminate effectively unused dm_basedir field from...
2005-08-15 Warner LoshAdd almost all the files I needed to clean out from...
2005-08-15 Poul-Henning... Put more stuff in logfiles instead of stdout
next