Fix a memory leak in regex.
[dragonfly.git] / sys /
2005-01-08 Matthew DillonFix one of probably several smbfs issues. smbfs is...
2005-01-08 Jeffrey HsuIncrease the default TCP maximum segment size from...
2005-01-08 Jeffrey HsuRemove the sysctl options for altering the initial...
2005-01-07 Matthew DillonMerge ... FreeBSD rev. 1.36+1.37 of ip_nat.c. Conditio...
2005-01-07 Jeffrey HsuCatch up to recent rtlookup() changes.
2005-01-06 Matthew DillonFix a kernel crash that occurs when the SMB protocol...
2005-01-06 Jeffrey HsuNow that I understand the poorly written BSD routing...
2005-01-06 Jeffrey HsuFix compile error.
2005-01-06 Jeffrey HsuMove a global variable into local scope for MP safety.
2005-01-06 Jeffrey HsuCosmetic cleanups.
2005-01-06 Jeroen Ruigrok/asmodaiGet rid of the register keyword.
2005-01-05 Joerg SonnenbergerMove sa_X macros under _KERNEL protection for now.
2005-01-04 Joerg SonnenbergerMerge from vendor branch DHCP:
2005-01-04 Chris PresseyStyle(9): remove `register' keywords.
2005-01-03 Joerg SonnenbergerCheck that the ifnet_addrs entry is actually used befor...
2005-01-03 Jeffrey HsuSet ip6_v6only to true by default. The administrators...
2005-01-03 Jeffrey HsuCorrect a byte-order bug with fragment header scanning.
2005-01-03 Jeroen Ruigrok/asmodaiAdd matching line for ATI Radeon RV280 9200SE.
2005-01-01 Hiten PandyaSlap 2005 into the copyright. Happy New Year!
2005-01-01 Jeffrey HsuFix double-free problem when sysctl net.inet.ip.rtexpire=0.
2005-01-01 Jeffrey HsuFix double-free problem when sysctl net.inet.ip.rtexpire=0.
2004-12-31 Matthew DillonJournaling layer work. Add shims and skeleton code...
2004-12-31 Matthew DillonRestore b_data prior to calling relpbuf(). This isn...
2004-12-30 Matthew DillonJournaling layer work. Lock down the journaling data...
2004-12-30 Jeroen Ruigrok/asmodaiAdd ieee.h files for amd64 and x86.
2004-12-30 Jeroen Ruigrok/asmodaiInclude sys/types.h for now.
2004-12-30 Jeroen Ruigrok/asmodaiAdd NetBSD's ieee754.h header file.
2004-12-30 Chris PresseyImprove seperation between kernel code and userland...
2004-12-30 Jeffrey HsuBack out port randomization. FreeBSD users report...
2004-12-30 Jeffrey HsuAdd the new ND6_IFF_ACCEPT_RTADV flag to control whethe...
2004-12-29 Jeffrey HsuFix compile error.
2004-12-29 Jeffrey HsuForced commit to say the previous commit wasn't really...
2004-12-29 Matthew DillonGet rid of dead non-DragonFly code.
2004-12-29 Matthew Dillonnvp may fall through as NULL, check it before vput...
2004-12-29 Matthew DillonRename the proc pointer p to pp to clarify its use...
2004-12-29 Matthew DillonJournaling layer work.
2004-12-29 Jeffrey HsuFix buffer overflow bug involving inet_ntoa().
2004-12-28 Liam J. FoyEquivalent to: FreeBSD rev 1.82
2004-12-28 Jeffrey HsuFreeBSD PR: kern/54874
2004-12-28 Jeffrey HsuFix off-by-one error with the range check for PRC_NCMDS.
2004-12-28 Jeffrey HsuClean up the networking code before I parallelize the...
2004-12-28 Matthew DillonFix a range check bug in lseek()
2004-12-27 Matthew DillonDo not allow '.' or '..' to be specified as the last...
2004-12-26 Matthew DillonFix to make jumbo frames work properly.
2004-12-26 Matthew DillonProperly recognize a YUKON device's on-board ram.
2004-12-24 Jeroen Ruigrok/asmodaiAdd ICH5 10/100 Mbit interface id.
2004-12-24 Matthew DillonJournaling layer work. Add a new system call, mountctl...
2004-12-24 Matthew DillonSilence a compiler warning by adding parenthesis.
2004-12-24 Matthew DillonTry to be a bit smarter when closing down a ULPT device.
2004-12-24 Matthew DillonMake sure ntfs_lookup() has the correct side effects...
2004-12-24 Jeffrey HsuFix problem with last commit that was breaking tcpdump.
2004-12-24 Matthew DillonAdd a missing initialization for the error variable...
2004-12-24 Matthew DillonRemove now-unused loop_cnt variable.
2004-12-24 Matthew DillonDo not loop 3 times in the interrupt processing code...
2004-12-22 Joerg SonnenbergerRemove my local patch again, it was still not meant...
2004-12-22 Joerg SonnenbergerAdd new structures for exporting the cputime statistics...
2004-12-22 Joerg SonnenbergerAdd digi driver to simplify testing. This should replac...
2004-12-22 Matthew DillonMake sure that cn_flags is properly updated to account...
2004-12-22 Joerg SonnenbergerTrust your intuition. If something feels wrong, it...
2004-12-21 Joerg SonnenbergerDepend on _KERNEL or _KERNEL_STRUCTURES.
2004-12-21 Matthew DillonRemove confusing comment.
2004-12-21 Jeffrey HsuClean up the routing and networking code before I paral...
2004-12-21 Jeffrey HsuFix whitespace.
2004-12-20 Joerg SonnenbergerMerge from vendor branch GCC:
2004-12-20 Matthew DillonClean up "`cache' might be used uninitialized" warnings...
2004-12-20 Matthew DillonFix printf format specifier from %lx->%x for ntohl...
2004-12-20 Matthew DillonFix duplicate script warnings byt remove a duplicate...
2004-12-20 Matthew DillonFix format %lx->%x for ntohl conversions in diagnostic...
2004-12-20 Joerg SonnenbergerRemove unecessary range check. start and num are unsign...
2004-12-20 Joerg SonnenbergerConsistently use /:/boot:/modules as search path in...
2004-12-20 Joerg SonnenbergerRemove the userland visible part of the socket generati...
2004-12-20 Matthew DillonRemove bogus DIAGNOSTIC code that checked if the proces...
2004-12-20 Matthew DillonThere seems to be a race during shutdown where ifa...
2004-12-20 Matthew DillonThe dos slice scanner was incorrectly including extende...
2004-12-19 Liam J. Foy- Deregister strlcpy
2004-12-19 Matthew DillonTemporarily allow recursion on locks to deal with a...
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2004-12-18 Jeroen Ruigrok/asmodaiLet the allocation of registers be done by compilers...
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch BINUTILS:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch FILE:
2004-12-18 Jeroen Ruigrok/asmodaiRegenerate.
2004-12-18 Jeroen Ruigrok/asmodaiAdd some nForce2 identifiers.
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-12-18 Matthew DillonCleanup missing and duplicate defines from the last...
2004-12-17 Matthew DillonSynchronize usbdevs with NetBSD and regenerate.
2004-12-17 Jeroen Ruigrok/asmodaiRegenerate.
2004-12-17 Jeroen Ruigrok/asmodaiMajor cleanup and expansion of the NVIDIA id section.
2004-12-17 Matthew DillonVFS messaging/interfacing work stage 10/99:
2004-12-16 Jeroen Ruigrok/asmodaiRegenerate.
2004-12-16 Jeroen Ruigrok/asmodaiAdd more detail to the 845, 865, and 915 family.
2004-12-16 Matthew DillonFix the keyboard lockup problem. There were two big...
2004-12-16 Matthew DillonCorrect a bug where incoming connections do not properl...
2004-12-15 Matthew DillonRemove bool and boolean_t typedefs from header files...
2004-12-15 Jeffrey HsuPatch up user/kernel space difference with boolean...
2004-12-15 Jeffrey HsuClean up routing code before I parallelize it.
2004-12-14 Matthew DillonFix a diagnostic check related to new VOP_INACTIVE...
2004-12-14 Jeffrey HsuClean up routing code before I parallelize it.
2004-12-14 Joerg SonnenbergerRemove generic generating counting. I'm going to use...
2004-12-14 Jeroen Ruigrok/asmodaiRegenerate.
2004-12-14 Joerg SonnenbergerMerge from vendor branch NTPD:
next