]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2006-06-03 John BaldwinUse PCI bus accessors rather than reading config regist...
2006-06-03 David E. O... Increase the field widths of flt (total number of page...
2006-06-03 Robert WatsonWhen entering a timer on a tcpcb, don't continue proces...
2006-06-03 Robert WatsonAcquire udbinfo lock after call to soreserve() rather...
2006-06-03 Warner LoshMove shutdown, and pci specific methods into pccbb_pci...
2006-06-03 Warner LoshThe interrupt routine is pci specific. Move it into...
2006-06-03 Warner LoshFix a couple printf's to be properly terminated.
2006-06-03 Warner LoshSucceed for writing bus value... nobody that calls...
2006-06-03 Christian S... Back out previous two commits, this caused some problem...
2006-06-03 Christian S... Temporarily include files so that our macro checks...
2006-06-03 Ian DowseAllow zero-length read/write operations to get through...
2006-06-03 Matt Jacoballow this to compile cleanly under RELENG_4
2006-06-03 Christian S... Make sure we don't try to dereference the the if_bpf...
2006-06-03 Scott LongRemove stale entries.
2006-06-03 David XuRemove unused member.
2006-06-02 Sam Leffleradd missed calls to bpf_peers_present
2006-06-02 John BaldwinConditionally acquire Giant in netgraph callouts to...
2006-06-02 Pawel Jakub... Fix a problem introduced in revision 1.220. On mount...
2006-06-02 Christian S... Fix the following bpf(4) race condition which can resul...
2006-06-02 Matt JacobMake the code able to compile again in RELENG_4.
2006-06-02 Matt JacobMore checkpointing on the way toward really (finally)
2006-06-02 Craig RodriguesFix "mount -u -o ro".
2006-06-02 Doug AmbriskoMake lio ident more consistant with aio ident.
2006-06-02 Motoyuki Konnodoc fix: option MFS is obsolete. use MD_ROOT instead.
2006-06-02 Gleb SmirnoffFix gif_output() so that GIF_UNLOCK() is performed...
2006-06-02 Pawel Jakub... Don't forget to unlock kq lock in low memory situations.
2006-06-02 Pawel Jakub... Remove confusing done_noglobal label. The KQ_GLOBAL_UNL...
2006-06-02 Pawel Jakub... Use SLIST_FOREACH_SAFE() macro, because knote_drop...
2006-06-02 Dag-Erling... As far as I can tell, the correct CPU family for amd64...
2006-06-02 Maxim Konovalovo Implement findblk command: find the inode(s) owning...
2006-06-02 Olivier HouchardDon't #error if no CPU is defined but we're not compili...
2006-06-02 Diomidis SpinellisReplace the array initialization using the gcc-specific...
2006-06-02 David XuRemove unused member field m_queue.
2006-06-02 Robert Watsonraw_disconnect() now disconnects but does not detach...
2006-06-02 Robert WatsonMinor restyling and cleanup around ipport_tick().
2006-06-02 Gleb Smirnoff- Add definition for IFM_10G_CX4.
2006-06-02 Warner LoshZero out the devices when they are deleted. We can...
2006-06-02 Max LaierPrint dynamic rules for IPv6 as well.
2006-06-02 Warner LoshEISA bus ia64 systems don't exist in reality. I'm...
2006-06-02 Markus Brueffer- Only print a clarifying message about which HCI node...
2006-06-01 Olivier Houchardsched_rem() already sets ke->ke_state to KES_THREAD...
2006-06-01 Craig RodriguesInclude "xfs_macros.h" to fix tinderbox build breakage.
2006-06-01 Alan CoxCorrect a syntax error in the previous revision.
2006-06-01 Warner LoshCope with -Wundef. This means including xfs_macros...
2006-06-01 Olivier HouchardDon't enable the FIQ in enable_interrupts() if F32_bit...
2006-06-01 Maxim Konovalovo Record a file offset for a last successfully parsed...
2006-06-01 Christian S... Check to see if the rootdir is the same as the current...
2006-06-01 Maxim Konovalovo Better be safe than sorry: check return code from...
2006-06-01 Maxim Konovalovo Document the fact truncate(2) has no effect for ...
2006-06-01 Christian S... Since NIS is an RPC based service, add a note that...
2006-06-01 Diomidis SpinellisMove conditional preprocessing out from the IEEE80211_D...
2006-06-01 Andrew ThompsonAdd rc.d/bridge which is invoked when a new interface...
2006-06-01 Matt JacobAdd scottl to maintainers to ask for Pre-commit review...
2006-06-01 Mike SilbersackAfter much discussion with mjacob and scottl, change...
2006-06-01 Craig Rodriguesmount_msdosfs.c:
2006-06-01 Alan CoxIntroduce pmap_enter_locked() and use it to reimplement...
2006-06-01 Andrew ThompsonAnnounce all interfaces to devd on attach/detach. This...
2006-05-31 Bruce A. MahSwing URLs to security advisories over to security...
2006-05-31 Bruce A. MahNew release notes: SA-06:15, SA-06:16.
2006-05-31 Paul SaabFix minidumps to include pages allocated via pmap_map...
2006-05-31 Colin PercivalEnable inadvertantly disabled "securenet" access contro...
2006-05-31 Ceri DaviesBring the "just copy" hit list closer to date.
2006-05-31 Ceri DaviesUpdate the location of the kernel for upgrades.
2006-05-31 Maxim Konovalovo Rearrange and remove incorrect comments.
2006-05-31 Olivier HouchardAvoid a LOR by unlocking the vm_page_queue_mtx before...
2006-05-31 Olivier HouchardIf our buffer is not aligned on the cache line size...
2006-05-31 Matt JacobFix missing update to reflect change in scsi_inquiry...
2006-05-31 Diomidis SpinellisRemove two locking assertion entries that:
2006-05-31 Maxim Konovalovo Correct URL to ELF header documantation.
2006-05-31 Maxim Konovalovo According to POSIX, the result of ftruncate(2) is...
2006-05-31 Olivier HouchardOoops arm10 is armv5, not armv4.
2006-05-31 Olivier HouchardInclude machine/cpuconf.h in pmap.h in order to get...
2006-05-31 Maxim KonovalovOutput directory has gone, remove it from Makefile.
2006-05-31 Maxim KonovalovFix test for empty interpreter.
2006-05-31 Maxim Konovalovo Add various regression tests for execve(2) syscall.
2006-05-31 Ian DowseIncrement the disk block offset after writing, not...
2006-05-31 Maxim Konovalovo Let getopt(3) report errors in command line arguments.
2006-05-31 Greg LeheyCorrect previous commit. We don't want to suppress...
2006-05-31 Matt JacobSince it's to all intents and purposes identical
2006-05-31 Matt JacobTurn the panic on not being able to meet alignment...
2006-05-31 Matt JacobPick reasonable alignment constraints so that we
2006-05-31 Xin LIExplicitly request pre-zeroed memory instead of memset...
2006-05-31 David XuClear invalid bits only if CPU supports SSE, otherwise...
2006-05-30 Olivier HouchardProtect the mapping used for pmap_copy_page/pmap_zero_p...
2006-05-30 David XuUse the method described in IA-32 Intel Architecture...
2006-05-30 Matt JacobHandle some of the inquiry flags that have come into
2006-05-30 Warner LoshAdd a define for the Standard SD Host Controller Base...
2006-05-30 Olivier HouchardTo avoid problems, invalidate the data cache and disabl...
2006-05-30 Diomidis Spinellis- Add two checks for syntax errors
2006-05-30 Diomidis SpinellisAssertion code specifications are introduced using...
2006-05-30 Mohan SrinivasanKris Kennaway found that for '/' NFS mounts, the MPSAFE...
2006-05-30 Diomidis SpinellisRemove incorrect lock validation specifications that...
2006-05-30 Marius StroblRevert the (int *) -> (intptr_t *) conversion done...
2006-05-30 Ruslan ErmilovFix -Wundef warnings.
2006-05-30 Ruslan ErmilovEnable -Wundef warnings for kernel/module compiles...
2006-05-30 Matteo RiondatoMake recoverdisk compile on amd64 and possibly other...
2006-05-30 Jung-uk KimMove SiS 760 to where it belongs.
2006-05-30 Matt JacobDon't set CAM_DEV_QFRZN when we get an ABORT_TASK....
2006-05-30 Olivier HouchardIn pmap_is_prefaultable(), assert that the pte isn...
2006-05-30 Matteo RiondatoAdd jail_<jname>_exec_afterstart<N> rc.conf variable...
next