dragonfly.git
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.
2005-01-19 Eirik NygaardWhitespace cleanup.
2005-01-19 Matthew DillonChange lockcount->lockcountnb in an assertion.
2005-01-19 Eirik NygaardKerberos no longer comes with it's own telnet. Always...
2005-01-19 Eirik NygaardKerberos no longer comes with it's own telnet, so alway...
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-19 Joerg SonnenbergerRemove left-over.
2005-01-18 Hiroki SatoTest commit.
2005-01-18 Joerg SonnenbergerIgnore zero length mbuf in bus_dmamap_load_mbuf.
2005-01-18 Chris PresseyUnlike printf(3), fwrite(3) doesn't stop at the first...
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-17 Chris PresseyRaise WARNS to 6.
2005-01-17 Chris PresseyRaise WARNS to 6.
2005-01-16 Chris PresseyRaise WARNS to 6:
2005-01-16 Chris PresseyRaise WARNS to 6.
2005-01-16 Joerg SonnenbergerWARNS=6. The __DECONST is save, because execv doesn...
2005-01-16 Joerg SonnenbergerSupport PORTDIRNAME and PKGORIGIN.
2005-01-16 Joerg SonnenbergerDon't print the override warning for package-name.
2005-01-16 Eirik NygaardUpdate the kerberos5 build framework to work with heimd...
2005-01-16 Eirik NygaardMerge from vendor branch HEIMDAL:
2005-01-16 Eirik NygaardAdd heimdal-0.6.3
2005-01-16 Eirik NygaardAdd directory /usr/include/kadm5.
next