Add a default for Perl 5.8.5 to override the default for
[dragonfly.git] / sys /
2005-01-26 Jeffrey HsuCode cleanup. Refactor some functions. Push some...
2005-01-26 Joerg SonnenbergerDon't build a new mbuf and bpf_mtap the old one.
2005-01-26 Joerg Sonnenberger- Add support for attaching alternative DLTs to an...
2005-01-25 Joerg SonnenbergerRemove !_KERNEL parts.
2005-01-25 Joerg SonnenbergerFix a type in rev. 1.16
2005-01-25 Matthew DillonDisable hardware checksum support by default, it produc...
2005-01-24 David Rhodusre-fix typo. Maybe its time to start drinking coffee...
2005-01-24 David RhodusFix typo.
2005-01-23 Joerg SonnenbergerUse BPF_TAP and BPF_MTAP instead of the expanded versio...
2005-01-23 Joerg Sonnenbergerether_input already handles BPF and dropping of
2005-01-23 Joerg SonnenbergerConsolidate ifqueue macros for the upcoming ALTQ work.
2005-01-23 Joerg SonnenbergerUse __DEQUALIFY, not only __DECONST to get rid of the...
2005-01-23 Joerg SonnenbergerAdd forward declaration of struct vnode to fix compiler...
2005-01-23 Joerg SonnenbergerAdjust calling convention for idp_input, idp_output...
2005-01-23 Jeffrey HsuNow that we generate the ethernet header in place in...
2005-01-21 Joerg SonnenbergerFrom FreeBSD:
2005-01-20 Matthew DillonThe vnode reclamation code contains a race whereby...
2005-01-20 Matthew DillonReplace the cache-point linear search algorithm for...
2005-01-20 Matthew DillonProperly vget() vnodes that the syncer intends to VOP_F...
2005-01-19 Eirik NygaardWhitespace cleanup.
2005-01-19 Matthew DillonChange lockcount->lockcountnb in an assertion.
2005-01-19 David RhodusANSI and whitespace cleanup. No operational changes.
2005-01-19 Matthew DillonAdd some descriptive comments.
2005-01-19 Matthew DillonWhen a PCMCIA networking card is removed the IF code...
2005-01-18 Joerg SonnenbergerIgnore zero length mbuf in bus_dmamap_load_mbuf.
2005-01-17 Joerg SonnenbergerUse PCIB_ROUTE_INTERRUPT instead of PCI_ROUTE_INTERRUPT...
2005-01-17 Joerg SonnenbergerAvoid possible copyright problems and add the copyright...
2005-01-16 Eirik NygaardMerge from vendor branch HEIMDAL:
2005-01-14 Matthew Dillonfalloc() was not returning an error code on failure.
2005-01-14 Matthew DillonMinor correction in umtx_*() calls, the mutex pointer...
2005-01-14 Matthew DillonAdd missing kern_umtx.c to sys/conf/files.
2005-01-14 Joerg SonnenbergerInitial part of DEVICE_POLLING support for wi(4). Still...
2005-01-14 Joerg SonnenbergerInitial jail support for varsyms.
2005-01-14 Matthew DillonAdd syscall primitives for generic userland accessible...
2005-01-13 Matthew Dillonproc0 is still used by e.g. smbfs to fork off a kernel...
2005-01-13 Matthew DillonOops, undo accidental commit. The last commit was...
2005-01-13 Matthew DillonWhen re-connecting an already connected datagram socket...
2005-01-12 Sascha WildnerAdd SC_PIXEL_MODE because it's nice to have higher...
2005-01-12 Jeffrey HsuInstead of explicitly initializing "fp" to NULL in...
2005-01-12 Joerg SonnenbergerExplicitly initialize fp to NULL. If sendfile is called...
2005-01-12 Joerg SonnenbergerRIP acpica-unix-20031203.
2005-01-11 Joerg SonnenbergerAdd default if_re_load line.
2005-01-10 Joerg SonnenbergerRemove wx(4). It's been superseded by em(4).
2005-01-09 Matthew DillonAdd support for retrieving the journal status via mount...
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...
next