]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
This commit was generated by cvs2svn to compensate for changes in r122186,
[FreeBSD/FreeBSD.git] / sys / sys /
2003-11-07 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2003-11-07 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2003-11-07 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2003-11-07 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2003-11-06 Bruce EvansFixed some more missing punctuation in comments (most...
2003-11-06 Bruce EvansFixed some style bugs (missing punctuation in comments...
2003-11-06 Jeff Roberson - Add a pinned count to the thread so that cpu pinning...
2003-11-05 Eric AnholtSpelling and grammar fixes.
2003-11-05 Sam Lefflero make debug_mpsafenet globally visible
2003-11-05 Nate LawsonThis commit was generated by cvs2svn to compensate...
2003-11-05 Scott LongInclude module.h
2003-11-05 Alexander KabaevRemove mntvnode_mtx and replace it with per-mountpoint...
2003-11-05 Max KhonBack out the following revisions:
2003-11-04 Jeff Roberson - Clean up comments to reflect the KSE pushout.
2003-11-03 Mike HeffnerThis commit was generated by cvs2svn to compensate...
2003-11-03 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2003-11-03 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2003-11-02 Jeff Roberson - Remove PRIO_TOTAL.
2003-11-01 Sam LefflerThis commit was generated by cvs2svn to compensate...
2003-10-31 Brooks DavisReplace the if_name and if_unit members of struct ifnet...
2003-10-31 Jeff Roberson - Add 4 kse flags for use in the schedulers.
2003-10-31 Peter WemmWhile not illegal, attempt to pacify gcc -Wundef. ...
2003-10-29 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2003-10-29 Sam LefflerIntroduce the notion of "persistent mbuf tags"; these...
2003-10-29 Marcel MoolenaarThis commit was generated by cvs2svn to compensate...
2003-10-28 John BaldwinAccording to the submitter, POSIX mandates that all...
2003-10-28 Sam Lefflerspeedup stream socket recv handling by tracking the...
2003-10-26 Alfred Perlsteinconstify bintime_add, bintime_sub, bintime2timespec...
2003-10-26 Alfred Perlsteinconstify the second args to timevaladd() and timevalsub().
2003-10-24 Warner LoshConvenience functions to generate notifications from...
2003-10-24 John Baldwin- Add a DDB command 'show intrcnt' to show the non...
2003-10-23 John BaldwinMove the P_COWINPROGRESS flag from being a per-process...
2003-10-23 Garrett WollmanAdd appropriate const poisoning to the assert_*locked...
2003-10-23 John BaldwinAdd simple support for AGP 3.0 including enabling 8x...
2003-10-22 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2003-10-22 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2003-10-21 Mike SilbersackAdd another sysctl flag, CTLFLAG_TUN, which is a hint...
2003-10-21 Scott LongDon peril-sensitive sunglasses and mark pipe(2) as...
2003-10-21 Poul-Henning KampRetire bio_caller2 (alias for b_io.bio_caller2), this...
2003-10-20 David MaloneMark dup as MPSAFE. Giant was pushed into dup ages...
2003-10-20 Søren SchmidtRemove no longer existant CDIOCREADAUDIO ioctl.
2003-10-19 Mike SilbersackAdd a new macro M_ASSERTVALID which ensures that the...
2003-10-18 Nate LawsonAdd the cpu_idle_hook() function pointer so that other...
2003-10-18 Poul-Henning KampRetire b_pblkno which was an alias for a bio field...
2003-10-18 Poul-Henning KampRetire bio_blkno entirely.
2003-10-18 Poul-Henning KampMake bioq_disksort() sort on the bio_offset field inste...
2003-10-18 Poul-Henning KampDuH!
2003-10-18 Poul-Henning KampThe size and contents of the DEV_STRATEGY() macro has...
2003-10-18 Robert WatsonAdd a new cn_flags fields to struct consdev, the low...
2003-10-17 Hajimu UMEMOTO- add dom_if{attach,detach} framework.
2003-10-16 Jeff Roberson - mtx_ownedby() was unpopular and is no longer needed...
2003-10-16 Doug Rabson* Add multiple inheritance to kobj. Each class can...
2003-10-16 Jeff Roberson - Collapse sched_switchin() and sched_switchout()...
2003-10-16 Jeff Roberson - Update the sched api. sched_{add,rem,clock,pctcpu...
2003-10-16 Poul-Henning KampBump FreeBSD version for changed layout of cdevsw
2003-10-15 David E. O'BrienQuiet warnings about mis-matched pointer assignment.
2003-10-15 Poul-Henning KampIntroduce a new optional memberfunction for cdevsw...
2003-10-12 Jeff Roberson - Implement a mtx_ownedby() macro which can be used...
2003-10-09 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2003-10-09 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2003-10-09 Robert DrehmelImplement preliminary support for the PT_SYSCALL comman...
2003-10-09 Marcel MoolenaarThis commit was generated by cvs2svn to compensate...
2003-10-05 Bruce M SimpsonMark td_generation as volatile.
2003-10-05 Bruce M SimpsonAdd a pre-emption counter, td_generation, so that threa...
2003-10-05 Bruce M SimpsonRemove magic numbers surrounding locking state in the...
2003-10-04 Jeff Roberson - Document more of the vnode locking strategy.
2003-10-02 Jacques VidrineIntroduce a uiomove_frombuf helper routine that handles...
2003-10-02 Robert WatsonUse __BEGIN_DECLS and __END_DECLS around userland funct...
2003-10-01 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2003-10-01 Maxime HenrionRemove extra parentheses from the __GNUC_PREREQ__ macro.
2003-09-30 Maxime HenrionUse __predict_false() in the KASSERT() macro. We expec...
2003-09-30 Maxime HenrionIntroduce new __predict_false(exp) and __predict_true...
2003-09-30 Maxime HenrionDefine a new __GNUC_PREREQ__(maj, min) to test if we...
2003-09-30 Jeff Roberson - On my Pentium4-M laptop, invalpg takes ~1100 cycles...
2003-09-28 Poul-Henning KampRetire revoke_and_destroy_dev() with extreme prejudice.
2003-09-28 Poul-Henning KampNote change to cdevsw open/close default change.
2003-09-28 Jake BurkholderAdd a "low" console priority. This specifies that...
2003-09-27 Poul-Henning KampAdd an explanation why MAJOR_AUTO should not be specifi...
2003-09-27 Poul-Henning KampIntroduce no_poll() default method for device drivers...
2003-09-27 Poul-Henning Kampnoopen() and noclose() is now no longer used.
2003-09-27 Poul-Henning Kampnopsize is no longer used.
2003-09-27 Max KhonBump __FreeBSD_version for kiconv(3).
2003-09-26 Max Khon- Support for multibyte charsets in LIBICONV.
2003-09-26 Poul-Henning KampOK, I messed up /dev/console with what I had hoped...
2003-09-26 Josef KarthauserThis commit was generated by cvs2svn to compensate...
2003-09-26 Robert DrehmelMove some tracing related code into its own function...
2003-09-26 Poul-Henning KampAdd a cn_unit and cn_name field to the consdev structure.
2003-09-25 Peter WemmAdd sysentvec->sv_fixlimits() hook so that we can catch...
2003-09-23 Sam Lefflero update PFIL_HOOKS support to current API used by...
2003-09-22 Peter WemmSimplify the KOBJOPLOOKUP macro for the non-debug case...
2003-09-20 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2003-09-19 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2003-09-19 Sam Lefflerrevert rev 1.64; this is not needed with rev 1.49 of...
2003-09-19 Sam Lefflerwhen MUTEX_PROFILING is enabled turn on LOCK_DEBUG...
2003-09-19 Nate LawsonThis commit was generated by cvs2svn to compensate...
2003-09-19 John BaldwinDon't inline mutex operations if MUTEX_PROFILING is...
2003-09-17 John BaldwinBump FreeBSD_version to note that ports that want const...
2003-09-17 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2003-09-17 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2003-09-16 Jacques VidrineThis commit was generated by cvs2svn to compensate...
next