]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2004-10-23 Poul-Henning... Stop amd64 warnings.
2004-10-23 David XuRemove P_STOPPED_TRACE bit if debugger dies without...
2004-10-23 Gleb SmirnoffMake documentation up to date with recent changes.
2004-10-23 Robert WatsonAdd some basic KTR tracing to busdma on i386. This...
2004-10-23 Mike MakonnenLocking cleanups to remove the need for a recursive...
2004-10-23 Mike MakonnenMove devfs earlier in the boot sequence. Some system...
2004-10-22 Andre OppermannIPDIVERT will automatically load ipdivert.ko if not...
2004-10-22 Andrew R. Reiter- Turn KASSERT()s into warning printf()'s in the g_clas...
2004-10-22 Poul-Henning... Improve accuracy of last addition, as best Google advic...
2004-10-22 Andre OppermannShave 40 unused bytes from struct tcpcb.
2004-10-22 Andre OppermannAutomatically load the ipdivert module if it was not...
2004-10-22 Andre OppermannWhen printing the initialization string and IPDIVERT...
2004-10-22 Andre OppermannRefuse to unload the ipdivert module unless the 'force...
2004-10-22 Poul-Henning... Properly handle failure to allocate isadma bounce buffer
2004-10-22 Nate LawsonRemove a "needs Giant" flag from the /dev/apm compat...
2004-10-22 Colin PercivalAdd punctuation which appears to have been accidentally...
2004-10-22 Poul-Henning... I'm surprised this one was not here yet.
2004-10-22 Hidetoshi ShimokawaRespect _BOOT flag.
2004-10-22 Hidetoshi ShimokawaCheck _BOOT flag.
2004-10-22 Hidetoshi ShimokawaRespect RB_MULTIPLE flag.
2004-10-22 Hidetoshi Shimokawa- Add FireWire subclass and OHCI interface.
2004-10-22 Robert WatsonAdd an annotation to the comment for sysv_ipc.c to...
2004-10-22 Robert WatsonIn osethostname(), don't need to call suser() directly as
2004-10-22 Robert WatsonExpand comments on various sections of the MAC Framewor...
2004-10-22 Robert WatsonReplace direct reference to kdb_enter() with a DEBUGGE...
2004-10-22 Robert WatsonMinor white space synchronization and line wrapping.
2004-10-22 Robert WatsonIn the MAC label zone destructor, assert that the label...
2004-10-22 Robert WatsonRemove extern declaration of mac_enforce_sysv, as it...
2004-10-22 Robert WatsonWhen MAC is enabled, warn if getnewvnode() is asked...
2004-10-22 Poul-Henning... Alas, poor SPECFS! -- I knew him, Horatio; A filesystem...
2004-10-22 Marc FonvieilleAdd NO_BLUETOOTH and NO_AUTHPF variables. [1]
2004-10-22 Poul-Henning... Add b_bufobj to struct buf which eventually will elimin...
2004-10-22 Marc FonvieilleSort NO* variables.
2004-10-22 Poul-Henning... Use bioq_takefirst()
2004-10-22 SUZUKI Shinsukeremoved compilation warning
2004-10-22 Scott LongCorrect and clarify some very incorrect text.
2004-10-22 Marcel MoolenaarSeperate ia64 from the pack. The disc1 is overflowing...
2004-10-22 Scott LongDocument the 21610SA card.
2004-10-21 Andrey A. ChernovMerge files peter takes off the vendor branch
2004-10-21 Peter WemmFix some more files that got butchered to appear to...
2004-10-21 Peter WemmForce these files back off the vendor branch. They...
2004-10-21 Scott LongAdd support for the 21610SA 16-channel SATA card. ...
2004-10-21 Robert WatsonAdd KTR_GEOM, which allows tracing of basic GEOM I...
2004-10-21 Poul-Henning... Move the VI_BWAIT flag into no bo_flag element of bufob...
2004-10-21 Poul-Henning... Add BO_* macros parallel to VI_* macros for manipulatin...
2004-10-21 Poul-Henning... Polish vtruncbuf() to improve readability and style...
2004-10-21 Marc FonvieilleRemove NOLIBPTHREAD=yes since BIND related binaries...
2004-10-21 Poul-Henning... Simplify buf_vlist_remove().
2004-10-21 Poul-Henning... Forced commit to get the right commit message:
2004-10-21 Poul-Henning... Add new function ttyinitmode() which sets our systemwid...
2004-10-21 Poul-Henning... Add -D_KVM_VNODE to indicate that despite being a userl...
2004-10-21 Olivier HouchardWe want to ignore BUS_DMASYNC_POSTWRITE, not BUS_DMASYN...
2004-10-21 Robert WatsonBump copyright dates for NETA on these files.
2004-10-21 Robert WatsonRemove unnecessary include of vnode.h.
2004-10-21 Robert WatsonModify libugidfw(3) to use MBI_* permission flags from...
2004-10-21 Robert WatsonModify mac_bsdextended policy so that it defines its...
2004-10-21 Ruslan ErmilovPass WORLD_FLAGS down to the distributeworld target...
2004-10-21 David XuDecrease reference count if we won't use the thread...
2004-10-21 Stephan UphoffZero terminate empty sting in kdb_sysctl_available.
2004-10-20 Giorgos KeramidasBump the document date, s/filesystem/file system/ and...
2004-10-20 Alan CoxModify the vm object locking in do_sendfile() so that...
2004-10-20 Giorgos KeramidasIntroduce root_rw_mount as a new variable in defaults...
2004-10-20 John BaldwinFix a typo so that this compiles.
2004-10-20 John BaldwinFix a typo so that this compiles again.
2004-10-20 Maxim Konovalov-c flag (cache stats) was killed in rev. 1.68. Fix...
2004-10-20 Simon L. B... Fix typo.
2004-10-20 Søren SchmidtDo not retry on requests that has lost thier device...
2004-10-20 Robert WatsonExplicitly break out NETA license from Berkeley license...
2004-10-20 Ruslan ErmilovDon't prepend "/dev" if an argument given is an absolut...
2004-10-20 Warner LoshRumor has it that ACCTON EN2216 is also an ne2000 compa...
2004-10-19 Maxime HenrionAdd missing bus_dmamap_sync() calls. If you are using...
2004-10-19 Andre OppermannDestroy the UMA zone on unload.
2004-10-19 Andre OppermannSlightly extend the locking during unload to fully...
2004-10-19 Robert WatsonAnnotate a newly introduced race present due to the...
2004-10-19 Andre OppermannConvert IPDIVERT into a loadable module. This makes...
2004-10-19 Andre OppermannProperly declare the "net.inet" sysctl subtree.
2004-10-19 Andre OppermannPre-emptively define IPPROTO_SPACER to 32767, the same...
2004-10-19 Justin T. Gibbsaic7xxx.h:
2004-10-19 Ruslan Ermilov- Removed the .CURDIR/.OBJDIR magic, it is not necessar...
2004-10-19 Ruslan ErmilovMake the -m option actually work.
2004-10-19 Søren SchmidtIdle the channel earlier in reinit().
2004-10-19 Søren SchmidtCosmetics
2004-10-19 Bruce M SimpsonReally really fix typo this time.
2004-10-19 Robert WatsonDefine IFF_LOCKGIANT() and IFF_UNLOCKGIANT() macros...
2004-10-19 David E. O... This is now WARNS 6 clean on 64-bit platforms.
2004-10-19 David E. O... libsmb is now WARNS 2 clean on 64-bit platforms.
2004-10-19 David E. O... style.Makefile(5)
2004-10-19 David E. O... + Get prototypes for libc functions.
2004-10-19 David E. O... Size matters. Correctly use a size_t so 64-bit hosts...
2004-10-19 Ruslan ErmilovApply README guidelines (no tabs).
2004-10-19 David E. O... Define "I386_CPU" if CPUTYPE is 'i386'. Userland bits...
2004-10-19 Bruce M SimpsonFix typo sc -> dev.
2004-10-19 Andre OppermannMake use of the PROTO_SPACER functionality for dynamica...
2004-10-19 Andre OppermannSupport for dynamically loadable and unloadable IP...
2004-10-19 Bruce M SimpsonDetach the Rhine completely on shutdown, rather than...
2004-10-19 Andre OppermannSupport for dynamically loadable and unloadable protoco...
2004-10-19 Andre OppermannAdd a macro for the destruction of INP_INFO_LOCK's...
2004-10-19 Andre OppermannMake comments more clear. Change the order of one...
2004-10-19 Andre OppermannBe more careful to only index valid IP protocols and...
2004-10-19 Lukas ErtlReturn the unit number of a channel instead of a hardco...
next