Remove unused local variable.
[dragonfly.git] / sys /
2005-01-31 Joerg SonnenbergerRemove unused local variable.
2005-01-31 Joerg SonnenbergerBuglet in last commit, the first argument of bpf_ptap...
2005-01-31 Joerg SonnenbergerUse PRIx32 to fix compiler warning correctly.
2005-01-31 Joerg SonnenbergerFix warning by adding explicit () around addition.
2005-01-31 Joerg SonnenbergerRegen.
2005-01-31 Joerg SonnenbergerCleanup last commit. Remove local ncp, it shadows the...
2005-01-31 Joerg SonnenbergerDon't copy blindly MAXPATHLEN byte from fullpath. vn_fu...
2005-01-31 Joerg SonnenbergerRegen.
2005-01-31 Joerg SonnenbergerAdd jail_attach syscall.
2005-01-31 Joerg SonnenbergerUncomment the entry for kern_chrot in kern_syscall...
2005-01-31 Joerg SonnenbergerSplit vn_fullpath into cache_fullpath and vn_fullpath...
2005-01-31 Joerg SonnenbergerRemove unused compat code like FXP_LOCK, a fake struct...
2005-01-31 Matthew DillonAdd a sysctl to control 8254 bios overwrite warnings...
2005-01-29 Matthew DillonRedo argv processing to better conform to standards...
2005-01-29 Matthew Dillongetblk() has an old crufty API in which the logical...
2005-01-29 Matthew DillonFix the virtual 'status' file for procfs. The wrong...
2005-01-29 Matthew DillonDo not leave VCTTYISOPEN set if our attempt to open...
2005-01-28 Sascha WildnerScrap DEC Alpha support.
2005-01-28 Sascha WildnerRemove some old ioctls and structs which were there...
2005-01-27 Joerg Sonnenbergerremove bad semicolon
2005-01-27 Joerg SonnenbergerANSIfication and minor style cleanups.
2005-01-27 Matthew DillonMount points use a special empty namecache entry to...
2005-01-27 Joerg SonnenbergerUse M_INTWAIT, not M_NOWAIT. We don't really support...
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.
next