dragonfly.git
2004-12-19 Liam J. Foy- Remove unneccessary cast
2004-12-19 Liam J. Foy- Deregister strlcpy
2004-12-19 Matthew DillonTemporarily allow recursion on locks to deal with a...
2004-12-18 Jeroen Ruigrok... Remove file from build_tools, since it serves no build...
2004-12-18 Sascha WildnerClean (void) casts from usr.sbin
2004-12-18 Jeroen Ruigrok... Add missing backslash.
2004-12-18 Liam J. Foy- Change manpage to show the change from M_ -> MB_
2004-12-18 Jeroen Ruigrok... Merge from vendor branch CVS:
2004-12-18 Jeroen Ruigrok... Add CVS 1.12.11.
2004-12-18 Sascha WildnerClean (void) casts from sbin
2004-12-18 Jeroen Ruigrok... Let the allocation of registers be done by compilers...
2004-12-18 Jeroen Ruigrok... Move from K&R function declaration to ANSI.
2004-12-18 Jeroen Ruigrok... Regenerate the manual pages after the OpenSSL update...
2004-12-18 Jeroen Ruigrok... Switch from OpenSSL 0.9.7d to 0.9.7e.
2004-12-18 Jeroen Ruigrok... Merge from vendor branch BINUTILS:
2004-12-18 Jeroen Ruigrok... Add binutils 2.15.
2004-12-18 Jeroen Ruigrok... Revert from previous commit, seems to have to be solved...
2004-12-18 Jeroen Ruigrok... Add libmagic to _prebuild_libs
2004-12-18 YONETANI Tomokazurename foo to bar
2004-12-18 YONETANI Tomokazujust a test
2004-12-18 Jeroen Ruigrok... Move the Magdir handling from usr.bin/file to here...
2004-12-18 Jeroen Ruigrok... Simplify file to be a binary linking to libmagic (which...
2004-12-18 Jeroen Ruigrok... Use spaces after the CFLAGS assignment as well.
2004-12-18 Jeroen Ruigrok... Use a space instead of a tab.
2004-12-18 Jeroen Ruigrok... Add LIBMAGIC.
2004-12-18 Jeroen Ruigrok... Add libmagic and reorder/restructure the list of the...
2004-12-18 Jeroen Ruigrok... Use the more commonly used SRCDIR instead of SOURCEDIR...
2004-12-18 Jeroen Ruigrok... First stab at file's libmagic.
2004-12-18 Jeroen Ruigrok... Merge from vendor branch FILE:
2004-12-18 Jeroen Ruigrok... Add file 4.12.
2004-12-18 Jeroen Ruigrok... Remove obsolete/unused file.
2004-12-18 Jeroen Ruigrok... Regenerate.
2004-12-18 Jeroen Ruigrok... Add some nForce2 identifiers.
2004-12-18 Jeroen Ruigrok... Merge from vendor branch OPENSSL:
2004-12-18 Jeroen Ruigrok... Add OpenSSL 0.9.7e.
2004-12-18 Matthew DillonCleanup missing and duplicate defines from the last...
2004-12-17 Sascha Wildnertest
2004-12-17 Max OkumotoReduce white space diffs between FreeBSD.
2004-12-17 Matthew DillonSynchronize usbdevs with NetBSD and regenerate.
2004-12-17 Jeroen Ruigrok... Regenerate.
2004-12-17 Jeroen Ruigrok... Major cleanup and expansion of the NVIDIA id section.
2004-12-17 Max OkumotoMissed removal of a file, in previous commit.
2004-12-17 Max OkumotoFix a long-standing bug when make(1) is passed the...
2004-12-17 Max OkumotoInstead of dynamically allocating list heads allocated...
2004-12-17 Max Okumotoo Remove a useless list where just all command lines...
2004-12-17 Max OkumotoNobody actually checked the return codes from Lst_Appen...
2004-12-17 Max OkumotoIf a path element directory was never opened it is...
2004-12-17 Max Okumotoo Don't free the second list in Lst_Concat for LST_CONC...
2004-12-17 Max OkumotoGet rid of the sequential access feature of the lists...
2004-12-17 Max OkumotoConstify the arguments to the list compare function...
2004-12-17 Max OkumotoConstify some calls of Buf_AddBytes.
2004-12-17 Matthew DillonVFS messaging/interfacing work stage 10/99:
2004-12-17 Max OkumotoChanged comment to match code.
2004-12-17 Max OkumotoTypedefs of pointers to structs are evil. Make Lst...
2004-12-16 Max OkumotoConstification of arguments passed to functions; no...
2004-12-16 Max OkumotoMake needs no circular lists so remove them from the...
2004-12-16 Max OkumotoSome constification which doesn't require code rewrites.
2004-12-16 Max Okumotoo Remove an unused macro
2004-12-16 Joerg SonnenbergerAdd weak fake pthread functions, which always fail...
2004-12-16 Max OkumotoConstify arguments to Hash_FindEntry and Hash_CreateEntry.
2004-12-16 Max Okumotoo Remove an extra space.
2004-12-16 Max OkumotoUse size_t to fix 64-bit platforms
2004-12-16 Max OkumotoMake sizes to be of type size_t and correct function...
2004-12-16 Max OkumotoStyle: fix indentation, protect macro with do { } while...
2004-12-16 Max OkumotoUse __arysize() to cal size of array.
2004-12-16 Max OkumotoChange the algorithm that matches the builtin shells...
2004-12-16 Jeroen Ruigrok... Regenerate.
2004-12-16 Jeroen Ruigrok... Add more detail to the 845, 865, and 915 family.
2004-12-16 Matthew DillonFix the keyboard lockup problem. There were two big...
2004-12-16 Matthew Dillon'bool' is a really bad name for a variable, rename it.
2004-12-16 Matthew DillonCorrect a bug where incoming connections do not properl...
2004-12-16 Chris PresseyBump WARNS to 6.
2004-12-16 Max OkumotoRemove a double test for the same ptr != NULL and use...
2004-12-16 Max OkumotoStyle: remove a lot of unnecessary casts, add some...
2004-12-16 Max OkumotoFix code that modifies const string variables.
2004-12-15 Chris PresseyOopsie; use WARNS?=, not WARNS=.
2004-12-15 Chris PresseyBump WARNS to 6.
2004-12-15 Chris PresseyBump WARNS to 6:
2004-12-15 Chris PresseyBump WARNS to 6.
2004-12-15 Matthew DillonRemove bool and boolean_t typedefs from header files...
2004-12-15 Matthew DillonFix field for recent radix.h cleanups.
2004-12-15 Jeffrey HsuPatch up user/kernel space difference with boolean...
2004-12-15 Jeffrey HsuClean up routing code before I parallelize it.
2004-12-14 Matthew DillonFix a diagnostic check related to new VOP_INACTIVE...
2004-12-14 Matthew DillonDocument vmpageinfo.c
2004-12-14 Liam J. Foy- Add $DragonFly$ tag
2004-12-14 Jeffrey HsuClean up routing code before I parallelize it.
2004-12-14 Liam J. Foy- Complete re-write/re-structure of rev(1). The previou...
2004-12-14 Joerg SonnenbergerRemove generic generating counting. I'm going to use...
2004-12-14 Joerg SonnenbergerAdd an example ntpd.conf. This is not installed by...
2004-12-14 Jeroen Ruigrok... Regenerate.
2004-12-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-14 Joerg SonnenbergerSync with OpenBSD.
2004-12-14 Jeroen Ruigrok... Add IDs for the following:
2004-12-14 Matthew DillonDo not reinitialize the translation mode if reattaching...
2004-12-13 Joerg SonnenbergerAdd dependency for libcrypto to dc(1). Don't build...
2004-12-13 Max OkumotoAdd back missing space after comma.
2004-12-13 Liam J. Foy- Restructure the code
2004-12-13 Liam J. Foy- Remove both errno.h and string.h. Both are unnecessary.
2004-12-12 Liam J. Foy- We should warn with argv[i] not argv[1]
next