dragonfly.git
2005-01-31 Joerg SonnenbergerFix warning by adding explicit () around addition.
2005-01-31 Joerg Sonnenbergersys/types.h ==> sys/param.h
2005-01-31 Joerg Sonnenbergersys/types.h ==> sys/param.h
2005-01-31 Max Okumoto- Move deallocation of Buffer object to end of routine.
2005-01-31 Max OkumotoFixes in main.c
2005-01-31 YONETANI TomokazuThe last commit couldn't handle cases when $GZIP contained
2005-01-31 Joerg SonnenbergerRegen.
2005-01-31 Joerg SonnenbergerCleanup last commit. Remove local ncp, it shadows the...
2005-01-31 Matthew DillonTake advantage of our new namecache topology to generat...
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 Sonnenbergersys/types.h ==> sys/param.h
2005-01-31 Joerg SonnenbergerIn preparation for the jail commit, include sys/param...
2005-01-31 Joerg SonnenbergerRemove unused compat code like FXP_LOCK, a fake struct...
2005-01-31 Max Okumoto- Add missing disclamer.
2005-01-31 Max Okumoto- Convert negative logic, so code is easyer to read.
2005-01-31 Matthew DillonAdd a sysctl to control 8254 bios overwrite warnings...
2005-01-30 Max Okumoto- Hide the following characters '(', ')', '{', '}'...
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 Joerg SonnenbergerDon't build sysctl as bootstrap tool. This helps us...
2005-01-29 Joerg SonnenbergerWe don't currently build ld-elf as binary for i386...
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-29 Max Okumoto- Replace confusing for loop with a do {} while ()...
2005-01-28 Max Okumoto- Cleanup Var_Subst() by removing duplicated code.
2005-01-28 Max Okumoto- Factor out the duplicate code and move it into VarCre...
2005-01-28 Sascha WildnerScrap DEC Alpha support.
2005-01-28 Sascha WildnerRemove some old ioctls and structs which were there...
2005-01-28 Sascha WildnerAdd IOCTLS section and do some minor cleanup.
2005-01-28 Liam J. FoyMinor Patch
2005-01-28 Max OkumotoClarify what new code should not cast unused
2005-01-28 Max Okumoto- Fix indentation in VarFind()
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 Matthew DillonTell the user more explicitly what port needs to be...
2005-01-27 Sascha WildnerAdjust FreeBSD tag to reflect sychronization.
2005-01-27 Sascha Wildner- Sync with FreeBSD.
2005-01-27 Max Okumoto- Add Buf_StripNewlines().
2005-01-27 Joerg SonnenbergerUse M_INTWAIT, not M_NOWAIT. We don't really support...
2005-01-27 Joerg SonnenbergerAdd a default for Perl 5.8.5 to override the default for
2005-01-27 Max Okumoto- New function Buf_AppendRange(), which is given a...
2005-01-27 Max Okumoto- New function Buf_Append(), which is given a pointer...
2005-01-27 Max Okumoto- Inline silly ADDWORD() macro.
2005-01-27 Max Okumoto- Rewrite Buffer object to maintain only write pointer...
2005-01-27 Joerg SonnenbergerUse and define size_t as specified by SUSv3.
2005-01-26 Jeffrey HsuCode cleanup. Refactor some functions. Push some...
2005-01-26 Max Okumoto- Bring in patch to make.1 related to previous patch.
2005-01-26 Sascha WildnerExplicitly mention in RETURN VALUES that socket() sets
2005-01-26 Joerg SonnenbergerDon't build a new mbuf and bpf_mtap the old one.
2005-01-26 Joerg SonnenbergerFix the quoting of MAKEFLAGS as noted in rev. 1.47.
2005-01-26 Joerg SonnenbergerAdd some spaces for typographical correctness.
2005-01-26 Joerg Sonnenberger- Add support for attaching alternative DLTs to an...
2005-01-25 Joerg SonnenbergerRemove the _KERNEL parts.
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-25 Joerg SonnenbergerMostly switch to the patch framework. For cvs.1.patch...
2005-01-24 Liam J. Foy- Add -v option (verbose). Taken from FreeBSD with...
2005-01-24 Matthew DillonRepo-copy vinumparser.c and vinumutil.c from /usr/src...
2005-01-24 David Rhodusre-fix typo. Maybe its time to start drinking coffee...
2005-01-24 David RhodusFix typo.
2005-01-24 Max OkumotoReverting all of today's changes.
2005-01-24 Max Okumoto- Cleanup field names in Buffer object, and add better...
2005-01-24 Max Okumoto- New function Buf_AppendRange(), which is given a...
2005-01-24 Max Okumoto- New function Buf_Append(), which is given a pointer...
2005-01-24 Max Okumoto- Inline silly #define MACRO.
2005-01-24 Max Okumoto- Removed unnessisary append of '\0' to Buffer object...
2005-01-24 Max Okumoto- Rewrite Buffer object to maintain only write pointer...
2005-01-23 Joerg SonnenbergerUse BPF_TAP and BPF_MTAP instead of the expanded versio...
2005-01-23 Liam J. FoyGeneral clean up of lptcontrol. Similar to FreeBSD...
2005-01-23 Chris PresseyUse memchr(3) instead of a hand-rolled loop.
2005-01-23 Eirik NygaardFix kerberos5 build by adding some headers files. These...
2005-01-23 Joerg Sonnenbergerether_input already handles BPF and dropping of
2005-01-23 Hiroki SatoReplace IPv6 related manual pages that may have violated
2005-01-23 Liam J. Foy- Remove a duplicate unnecessary check on errno. strtol...
2005-01-23 Joerg SonnenbergerRemove the support for lib/csu/${MACHINE_ARCH}-elf.
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 Joerg SonnenbergerAdd missing 'by' in the license text of the man page.
2005-01-23 Jeffrey HsuNow that we generate the ethernet header in place in...
2005-01-22 Joerg SonnenbergerAdd a simple tool to generate a sequence of numbers...
2005-01-22 Eirik NygaardNo longer used.
2005-01-22 Liam J. Foy- Complete re-write of sasc.
2005-01-22 Max Okumoto- put #ifdef around PrintAddr() proto type.
2005-01-22 Max Okumoto- We use vfork() so if execv fails we should use _exit().
2005-01-22 Max Okumoto- Move PrintAddr() into only file that uses it.
2005-01-21 Eirik NygaardMove libutil up above KERBEROS5 libs and remove the...
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-20 Max OkumotoSort sections.
2005-01-19 Max OkumotoAdd a man page for this program.
next