dragonfly.git
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]
2004-12-11 Jeffrey HsuMerge from FreeBSD:
2004-12-10 Matthew Dillonvm_page_free_*() now requires the page to be busied...
2004-12-10 Matthew DillonBring in elements from the FreeBSD usbdevs that the...
2004-12-10 Max OkumotoRemove more whitespace.
2004-12-10 Matthew DillonBring in FreeBSD/1.206 by Alan Cox, bde@, and tegge@:
2004-12-10 Max OkumotoStylification: missing spaces, extra space after functi...
2004-12-10 YONETANI TomokazuRemove unnecessary weird locking macro I added to blind...
2004-12-10 Max OkumotoAdd code to enforce the paralleism count (-j N) for...
2004-12-10 Max OkumotoReduce the casts off NULL in comparison with a pointer.
2004-12-10 Max Okumotoo Allow use of the ${MAKE_SHELL} variable to specify...
2004-12-10 Max OkumotoTake advantage of the .Nm utility. It remembers the...
2004-12-10 Max Okumotoo Reduce warns by adding default case to switch.
2004-12-09 Max OkumotoMove catch_child() to reduce diffs between FreeBSD...
2004-12-09 Max OkumotoAdd missing function description.
2004-12-09 Max OkumotoChange a couple of the primitve list functions to be...
2004-12-09 Max OkumotoUse typedefs for the types of the functions that are...
2004-12-08 Jeffrey HsuCache a pointer the last mbuf in the sockbuf for faster...
2004-12-08 Joerg SonnenbergerImplement generation counters as (at least) 64 bit...
2004-12-08 Liam J. Foy- Whoops! I missed some from the previous commit. My...
2004-12-08 Liam J. Foy- Check the return value of setenv(). We should check...
2004-12-08 Joerg SonnenbergerMark the following stuff as depricated:
2004-12-08 Liam J. Foy- We should always check the setenv() call. Why? becaus...
2004-12-08 Max OkumotoTrying again. Anyone see this mail?
2004-12-08 Max OkumotoAdd my stuff.
2004-12-08 Matthew Dillontest
2004-12-08 Matthew DillonUnlock the namecache record when traversing a mount...
2004-12-08 Max OkumotoMerge the contents of lstInt.h into the public lst...
2004-12-08 Max OkumotoStyle: prototypes, un-register and remove some empty...
2004-12-08 Max Okumotoo Include sys/sysctl.h on all architectures not only...
2004-12-08 Max OkumotoTest if I can change this file.
2004-12-08 YONETANI Tomokazuadd ServeRAID disk node to `MAKEDEV all' for many(...
2004-12-06 Liam J. Foy- Remove signal.h
2004-12-06 Joerg SonnenbergerDon't include the "Hello, world" example in libz.
2004-12-05 David RhodusHandle all types of interrupts when operating the uhci...
2004-12-04 Jeffrey HsuAccept resets sent while the receive window is zero.
2004-12-04 Matthew DillonFix the boottime calculation when the time of day is...
2004-12-04 Jeffrey HsuHandle window updates inside header prediction to incre...
2004-12-04 Jeffrey HsuWe have to replicate listening IPv6 sockets in the...
2004-12-04 Joerg SonnenbergerReturn retval if the second sysctl failed, not NULL.
2004-12-03 Liam J. Foy- strings.h -> string.h
2004-12-03 Joerg SonnenbergerReplace div_pcblist / rip_pcblist / udp_pcblist with...
2004-12-03 Joerg SonnenbergerMake rp(4) compilable again. Don't even think about...
2004-12-03 Joerg SonnenbergerRemove unused tcpdump sources.
2004-12-01 Joerg SonnenbergerDon't read userland pointers directly, copy them first...
2004-12-01 Liam J. Foy- Remove registers from rcorder
2004-12-01 Liam J. Foy- Remove unnecessary casts
2004-12-01 Joerg Sonnenbergerjob.c: 1.51->1.52
2004-12-01 Joerg Sonnenbergercompat.c:1.38->1.39
2004-12-01 Joerg Sonnenbergercond.c:1.27->1.28
2004-12-01 Joerg Sonnenbergervar.c: 1.44->1.45
2004-12-01 Joerg Sonnenbergervar.c: 1.42->1.43
2004-12-01 Joerg SonnenbergerAdd rdate(8). This supports both SNTP(RFC 2030) and...
2004-12-01 Joerg SonnenbergerMove ntp.org's ntp into the attic.
2004-12-01 Joerg SonnenbergerChange the default for ntpd back to -s, the bug which...
2004-12-01 Joerg SonnenbergerForce commited to annotate missing log message.
2004-12-01 Joerg SonnenbergerMerge from vendor branch NTPD:
next