]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
This commit was generated by cvs2svn to compensate for changes in r95421,
[FreeBSD/FreeBSD.git] / sys /
2002-04-25 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-04-25 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-04-25 Darren Reedbring in changes from 3.4.26.
2002-04-25 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-04-25 Darren ReedImport IPFilter 3.4.26 kernel sources, including H...
2002-04-25 Darren ReedImport IPFilter 3.4.26 kernel sources, including H...
2002-04-25 Marcel MoolenaarDon't use the symbol name to lookup the symbol value...
2002-04-24 Andrew R. Reiter- Tweak wording of panic message to make more sense.
2002-04-24 Poul-Henning KampImprove the cross-references in the XML output.
2002-04-24 Andrew R. Reiter- Turn the atm_stackq_pool into a uma_zone (and change...
2002-04-24 Hajimu UMEMOTOCorrect timer management (deprecated) in nd6_timer.
2002-04-24 John HayAdd another chip id for the new LAVA 4-port serial...
2002-04-24 John HayIgnore the multifunction bit in the PCIR_HEADERTYPE.
2002-04-24 Andrew R. Reiter- Remove atm_attributes_pool and the relating atm_alloc...
2002-04-24 Maxime HenrionDon't call freeenv() on a modified pointer.
2002-04-24 Justin T. Gibbsaic7xxx_freebsd.c -> aic7xxx_osm.c
2002-04-24 Justin T. GibbsMajor update to the aic7xxx driver:
2002-04-24 Justin T. GibbsAdd macro functionality.
2002-04-24 Warner Losho Work around bugs in the powerof2 macro: It thinks...
2002-04-24 Warner LoshFix a PNPID in a comment
2002-04-24 Poul-Henning KampMake specific provisions for the kernel simulator used...
2002-04-24 Ruslan ErmilovThe install.debug and reinstall.debug targets are neede...
2002-04-24 Seigo TanimuraFree(9) should be Giant-free.
2002-04-24 Jake BurkholderSplit file system setup code out into a function called...
2002-04-24 Scott LongPrepare for a major update to the aac driver:
2002-04-24 Jake BurkholderAdd support for loading files other than /boot/loader...
2002-04-24 Mike SilbersackRemove sodropablereq - this function hasn't been used...
2002-04-24 Jake BurkholderAdd an exit function.
2002-04-24 Jake BurkholderAdd -Wno-unused.
2002-04-24 Jake Burkholdermemcpy, memset -> bcopy, bzero.
2002-04-24 Jake BurkholderClean up elf loading to not make assumptions about...
2002-04-24 Jake BurkholderRemove xfsread. Just call fsread directly.
2002-04-24 Jake BurkholderRemove a bunch of unused variables, functions and macro...
2002-04-24 Mike BarcroftRearrange <netinet/in.h> so that it is easier to condit...
2002-04-24 Matt JacobMake Veritas Storage Appliance a HILUNS device.
2002-04-23 Poul-Henning KampImplement the GEOMGETCONF ioctl which returns vital...
2002-04-23 Jeffrey HsuThe cold and panicstr variables do not need to be prote...
2002-04-23 Poul-Henning KampAll in a days work: make a function static.
2002-04-23 Poul-Henning KampDon't free(9) a pointer which has been modified.
2002-04-23 Poul-Henning KampAdd a basic sanity check on pointers passed to free(9).
2002-04-23 Poul-Henning KampDon't call malloc(9) to allocate zero bytes softc data...
2002-04-23 Boris PopovTrack nfs's getpages() changes:
2002-04-23 Boris PopovGet rid from extra #ifdefs.
2002-04-23 Boris PopovInitialize thread select queue in the same way as rev...
2002-04-23 Poul-Henning KampIntroduce some serious paranoia to try to catch a memor...
2002-04-23 Gary JennejohnOn slow machines interrupts could be lost, so check...
2002-04-23 Ruslan ErmilovMerge bsd.obj.mk's version of the _SUBDIR target with...
2002-04-23 Marcel MoolenaarRemove unused static variable quantum.
2002-04-23 Robert WatsonSlightly restructure extattr_get_vp() so that there...
2002-04-22 Alfred PerlsteinDon't FILEDESC_LOCK around calls to falloc().
2002-04-22 Poul-Henning KampProtect against multitple #includes of this file.
2002-04-22 Andrew R. Reiter- Revert previous change of atm storage pools -> uma_zo...
2002-04-22 Sheldon HearnThis commit was generated by cvs2svn to compensate...
2002-04-22 John PolstraAdd missing splx calls in bge_tick. These don't make...
2002-04-22 Ruslan ErmilovBack out remnants of revision 1.97: we don't need TARGE...
2002-04-22 Ruslan ErmilovUse standard bsd.init.mk prologue.
2002-04-22 Dag-Erling SmørgravUsage style sweep: spell "usage" with a small 'u'.
2002-04-22 Warner LoshImplement shared secret mode for hostap mode.
2002-04-22 Poul-Henning KampComment out Kirks io-request priority hack until we...
2002-04-22 Marcel MoolenaarAdd ia64_sal_init_state(). This function will initializ...
2002-04-22 Marcel MoolenaarAdd state information types.
2002-04-22 Andrew R. Reiter- Change the atm_attributes_pool and atm_stackq_pool...
2002-04-21 Jake BurkholderAvoid using pmap_kenter "early", since it may need...
2002-04-21 Marcel MoolenaarFix WAW dependency violation on r17 (line 198) that...
2002-04-21 Marcel MoolenaarImplement elf_reloc(). The RT specification says that...
2002-04-21 Marcel MoolenaarAdd function link_elf_get_gp(), specific to ia64 for...
2002-04-21 Ian DowseLimit to the maximum allowed reply size the amount...
2002-04-21 Bruce EvansDon't attempt to decvlare M_DEVFS whern MALLOC_DECLARE...
2002-04-21 Bruce EvansInclude <sys/systm.h> for (at least) the definition...
2002-04-21 Doug RabsonSetup the child's return values correctly when forking...
2002-04-21 Mark MurrayUse protected names (_foo) to cutdown on boatloads...
2002-04-21 Mark MurrayWrap GCC-specific stuff and provide alternative for...
2002-04-21 Mark MurrayParenthesise macro arguments to reduce lint warnings.
2002-04-21 Mark MurrayFix really dumb braino of mine; cast a sizeof() to...
2002-04-21 Mark MurrayUsed protected names (_foo) for parameter names. This...
2002-04-21 Mark MurrayStylify (mainly line up macro EOL-continuation \'s...
2002-04-21 Mark MurrayParenthesise macro arguments to reduce lint warnings.
2002-04-21 Mark MurrayStylify, fix tabs.
2002-04-21 Mark MurrayRemove macros that are defined elsewhere.
2002-04-21 Marcel MoolenaarImprove self-relocation and fix ABI misinterpretation...
2002-04-21 Marcel MoolenaarImprove self-relocation:
2002-04-21 David E. O'Brieno Use our own elf2aout now.
2002-04-21 Andrew R. Reiter- Nuke some more not needed #ifdef cruft.
2002-04-20 Marcel MoolenaarGCC 3.x WARNS: Add a break to the default case.
2002-04-20 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2002-04-20 Mike BarcroftReenable the newly unbroken hfa device.
2002-04-20 Mike BarcroftChange two KM_COPY()s to bcopy(). This should have...
2002-04-20 Jake BurkholderMFi386 1.222. Remove vm_map_growstack and acquisition...
2002-04-20 Jake BurkholderCheck the alignment of the stack pointer before copying...
2002-04-20 Jake BurkholderFix off by one errors in cache flush calls (mostly...
2002-04-20 Jake BurkholderAdd needed include of tick.h.
2002-04-20 Robert WatsonAdd an XXX: linux_uselib() should be using vn_open...
2002-04-20 Semen UstimenkoUpdate the email appearing in copyright string.
2002-04-20 Semen UstimenkoMerge ``&& must be ||'' bug noticed and fixed in OpenBS...
2002-04-20 Seigo TanimuraPush down Giant for setpgid(), setsid() and aio_daemon...
2002-04-20 Benno RiceReplace inline asm with it's inline function wrapper.
2002-04-20 Andrew R. Reiter- Create a ``zero fill'' constructor for uma_zcreate...
2002-04-20 Alan CoxReintroduce locking on accesses to vm_object_list.
2002-04-20 Boris PopovAdd character translation table between Unix and NetWar...
2002-04-20 Mike BarcroftAdd typedef of sa_family_t to <sys/un.h>, per POSIX...
next