- Fix syntax error. That I added. :-P
[dragonfly.git] / sys /
2005-02-04 Joerg SonnenbergerStop caring about GCC versions between 2.5 and 2.7...
2005-02-04 Matthew DillonThe last commit was not sufficient. Rework the code...
2005-02-04 Matthew DillonRevert the last device_print_child() change, it was...
2005-02-04 YONETANI Tomokazus/ich_arg/ich_desc/
2005-02-04 Matthew DillonOne of the last things the system does before it tries...
2005-02-04 Matthew DillonAnnotate the class byte with a class name in the bootve...
2005-02-04 Jeffrey HsuTemporarily disable non-working Path MTU discovery...
2005-02-04 Matthew Dillonm_clalloc() was improperly assuming that an mcl malloc...
2005-02-03 Matthew DillonGenerate more useful -v information on the console...
2005-02-03 Joerg SonnenbergerRemove the default VINUMDEBUG option for now. I'll...
2005-02-03 Joerg SonnenbergerUse M_ZERO instead of manual bzero.
2005-02-03 Joerg SonnenbergerNo namespace pollution in sys/cdefs.h. Rename VM_CACHEL...
2005-02-03 Joerg SonnenbergerRead eaddr in two parts (32 bit read and 16 bit read...
2005-02-03 Joerg SonnenbergerGCC 1.x is dead.
2005-02-03 Joerg SonnenbergerFree temporary buffer in the buffer overflow case too.
2005-02-02 Joerg SonnenbergerDon't use the statfs field f_mntonname in filesystems...
2005-02-02 Matthew DillonFix a hard-to-find bugaboo in the struct file list...
2005-02-02 Joerg SonnenbergerFix CPP buglet.
2005-02-02 Jeffrey HsuIf dhclient fails, an interface could be left with...
2005-02-01 Joerg SonnenbergerChange the ALTQ macro stubs to actually work. For the...
2005-02-01 Matthew DillonAdd a intrmask_t pointer to register_int() and register...
2005-02-01 Matthew DillonFix an invariant test that tries to catch locked tokens...
2005-02-01 Matthew DillonFix bug in last commit that broke 'df'. 'sfsp' is...
2005-02-01 Hiroki SatoMove to ND_IFINFO().
2005-02-01 Eirik Nygaardstyle(9)
2005-02-01 Joerg Sonnenberger*_load_pallete's second argument should be const.
2005-02-01 Hiroki Sato- Nuke #ifdef SCOPEDROUTING. It was never enabled...
2005-02-01 Joerg SonnenbergerAlways honor fdp->fd_nrdir as root. Once the loop reach...
2005-02-01 Joerg SonnenbergerRemove SCARG junk.
2005-02-01 Matthew Dillonencap_getarg() was not properly loading the pointer...
2005-02-01 Joerg SonnenbergerHide pure kernel threads from jailed processes.
2005-02-01 Joerg SonnenbergerMake const correct.
2005-02-01 Joerg SonnenbergerAdd prototype for ciss_print0 in place.
2005-02-01 Joerg SonnenbergerRemove compat code for anything, but DragonFly.
2005-02-01 Joerg SonnenbergerRemove unused variable.
2005-01-31 Joerg SonnenbergerRemove GPLed fpemulation, old rp, old awe and pcic.
2005-01-31 Joerg SonnenbergerAdd jail_attach support.
2005-01-31 Joerg SonnenbergerInclude jail.h after proc.h to get struct ucred.
2005-01-31 Joerg SonnenbergerAdd missing "return(error)".
2005-01-31 Joerg SonnenbergerDefine in_inithead in net/route.h, it's purpose is...
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...
next