]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Use m_length() instead of home-rolled versions.
[FreeBSD/FreeBSD.git] / sys /
2002-09-18 Poul-Henning KampUse m_length() instead of home-rolled versions.
2002-09-18 Poul-Henning KampUse m_fixhdr() rather than roll our own.
2002-09-18 Poul-Henning KampMake m_length() and m_fixhdr() return unsigned.
2002-09-18 Poul-Henning KampIntroduce the m_length() function which will return...
2002-09-18 Poul-Henning KampAdd missing #include <sys/mbuf.h>
2002-09-18 Poul-Henning KampMove m_fixhdr() from "mbchain" to "mbuf" where it belongs.
2002-09-18 Boris PopovAlways open file in the DENYNONE mode and let the serve...
2002-09-18 Søren SchmidtAdd support for the VIA 8235.
2002-09-18 Boris PopovImplement additional SMB calls to allow proper update...
2002-09-18 Jeff Roberson - Split UMA_ZFLAG_OFFPAGE into UMA_ZFLAG_OFFPAGE and...
2002-09-18 Boris PopovPermit an empty username which is useful for browsing.
2002-09-18 Boris PopovIncrease send/receive queue to accomodate large readx...
2002-09-18 Mitsuru IWASAKIRestore status register A of RTC at resume time.
2002-09-18 Mike BarcroftImplement C99's va_copy() macro.
2002-09-18 Mike BarcroftMove definition of nl_item type to <sys/_types.h>,...
2002-09-18 Robert WatsonAdd a toggle to disable VM enforcement.
2002-09-18 Robert WatsonAt the cost of seeming a little gauche, make use of...
2002-09-18 Robert WatsonDon't call VOP_LEASE() while holding the accounting...
2002-09-17 Mike Barcrofto Add typedefs for mode_t, off_t, pid_t rather than...
2002-09-17 Matthew DillonGuido reported an interesting bug where an FTP connecti...
2002-09-17 Jake BurkholderFix standard kse breakge of non-x86 platforms. sigh.
2002-09-17 Hajimu UMEMOTO- increment interface output counter. sync w/ netbsd...
2002-09-17 Katsushi KobayashiFirewire device support for Apple eMac with PPC kernel.
2002-09-17 Poul-Henning KampAdd /dev/soekris-errled device to control the Error...
2002-09-17 Maxim SobolevRemove __RCSID().
2002-09-17 Maxim KonovalovExplicitly clear M_FRAG flag on a mbuf with the last...
2002-09-17 Maxim KonovalovIn rare cases when there is no room for ip options...
2002-09-17 Maxim SobolevDon't reference cpu_fxsr unless CPU_ENABLE_SSE is defin...
2002-09-17 Hajimu UMEMOTO- reject SIOCSIFADDR if embedded address is in private...
2002-09-17 Peter WemmMake netatm/spans compile in the kernel without dependi...
2002-09-17 Peter WemmAdd stub function for cpu_set_upcall_kse()
2002-09-17 Peter Wemm#if 0 out the following functions:
2002-09-17 Peter WemmMake this compile after the last kse commit.
2002-09-17 Peter WemmArgh. I've been reading makefiles for too long. Chang...
2002-09-17 Peter WemmStub out the calls to get_mcontext and set_mcontext...
2002-09-17 Peter WemmIt seems I accidently committed a change that removed...
2002-09-17 Mike BarcroftInclude <sys/types.h> directly rather than depending...
2002-09-17 Mike Barcroftpid_t will be shared with at least <fcntl.h>.
2002-09-17 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-17 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-17 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-17 Jennifer YangTempary fix for inet6. The final fix is to change in6_p...
2002-09-17 Peter WemmInitiate deorbit burn for the i386-only a.out related...
2002-09-16 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-09-16 Jonathan MiniAdd kernel support needed for the KSE-aware libpthread:
2002-09-16 Jonathan MiniAdd kernel support needed for the KSE-aware libpthread:
2002-09-16 Jonathan MiniAdd kernel support needed for the KSE-aware libpthread:
2002-09-16 Jonathan MiniAdd kernel support needed for the KSE-aware libpthread:
2002-09-16 Jonathan MiniAdd kernel support needed for the KSE-aware libpthread:
2002-09-16 Poul-Henning KampAdd a cast to make this file compile in userland on...
2002-09-16 Boris PopovReserve a transport parameter name and number for Darwin.
2002-09-16 Boris PopovImplement support for mixed case passwords.
2002-09-16 Boris PopovAdd support for large readx and writex functions if...
2002-09-16 Bruce EvansInclude include "opt_atalk.h" so that the NETATALK...
2002-09-16 Boris PopovEnable browsing of NetApp servers (use ascii mode).
2002-09-16 Søren SchmidtFix the clockprobe test on the Sil 680
2002-09-16 Boris PopovAdd more constants for future use in kernel and userland.
2002-09-16 Yoshihiro TakahashiDon't build unneeded modules for pc98.
2002-09-16 Yoshihiro TakahashiMerged from sys/isa/fd.c revisions 1.234, 1.235 and...
2002-09-16 Yoshihiro TakahashiMFi386: revision 1.178.
2002-09-16 Yoshihiro TakahashiMFi386: revisions 1.417 and 1.418.
2002-09-16 Yoshihiro TakahashiMerged from sys/dev/sio/sio.c revision 1.378.
2002-09-16 Yoshihiro TakahashiMerged from sys/isa/syscons_isa.c revision 1.18.
2002-09-16 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-09-16 Peter Grehangeom_aes.c requires rijndael crypto
2002-09-16 Garrett WollmanReformat an overly-wide comment.
2002-09-16 Thomas Moestlfcntl(..., F_SETLKW, ...) takes a pointer to a struct...
2002-09-15 Julian ElischerAllocate KSEs and KSEGRPs separatly and remove them...
2002-09-15 Josef KarthauserDeprecate the USB_SETDEBUG IOCTL as debug levels can...
2002-09-15 Bruce EvansGarbage-collected __ELF__ ifdefs.
2002-09-15 Bruce EvansDon't use the ELF symbol type to summarily reject symbo...
2002-09-15 Bruce EvansMade this work on i386's at least. It wants ELF sectio...
2002-09-15 Poul-Henning KampSuitably shrink a comment so it applies again.
2002-09-15 Bruce EvansMade this compile (but not work). This involved mainly...
2002-09-15 Mike BarcroftmakeLINT.sed replaced makeLINT.sh about 4 months ago.
2002-09-15 Poul-Henning Kamps/Danglish/English/
2002-09-15 Bruce EvansRemoved unused includes. Sorted includes. This is...
2002-09-15 Bruce EvansGarbage-collected splmem.
2002-09-15 Bruce EvansRemoved most namespace pollution in this header: don...
2002-09-15 David MaloneSome BIOSs are using MTRR values that are only document...
2002-09-15 Bruce EvansDefine __LONG_LONG_SUPPORTED if the compiler claims...
2002-09-15 Bruce EvansInclude <sys/systm.h> instead of depending on namespace...
2002-09-15 Poul-Henning KampRemove the unused _bio_buf field. I can't even remembe...
2002-09-15 Eric AnholtFix i810 after i830 commit.
2002-09-15 Bruce EvansFixed breakage from removing the used include of <sys...
2002-09-15 Juli MallettMake a comment reflect less of a lie, NOCPU is used...
2002-09-14 Poul-Henning KampUn-inline the non-trivial "trivial" bio* functions.
2002-09-14 Warner LoshAdd additional information returned to userland by...
2002-09-14 Poul-Henning Kampremove #includes of <sys/bio.h> where not needed.
2002-09-14 Poul-Henning KampFreeBSD -current doesn't need <sys/buf.h> or <sys/bio.h>.
2002-09-14 Nate LawsonMove setugidsafety() call outside of process lock....
2002-09-14 Thomas MoestlUse the definitions in machine/fsr.h instead of duplica...
2002-09-14 Thomas MoestlClean up a bit, and add some more macros to access...
2002-09-14 Scott Longkthread.h is not needed
2002-09-14 Maxime HenrionRemove a conditional #include <sys/kernel.h>, it is...
2002-09-14 Nate LawsonRemove all use of vnode->v_tag, replacing with appropri...
2002-09-14 Benno RiceReference the socket we're accepting.
2002-09-14 Julian ElischerApparently something down in the guts of vm/uvm still...
2002-09-14 Matt JacobPut firewire under architectures it actually might...
2002-09-14 Archie CobbsRelax checking of incoming PPTP GRE packets a bit:...
next