dragonfly.git
2005-01-14 Matthew DillonMinor correction in umtx_*() calls, the mutex pointer...
2005-01-14 Matthew DillonMinor correction in umtx_*() calls, the mutex pointer...
2005-01-14 Matthew DillonAdd umtx.c, a simple utility which implements userland...
2005-01-14 Matthew DillonAdd missing kern_umtx.c to sys/conf/files.
2005-01-14 YONETANI TomokazuDon't remove /usr/bin/perl if it's a symlink, which...
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 David RhodusRemove the old system perl binary when performing ...
2005-01-13 Matthew DillonFollowup note last commit: FreeBSD PR/66242, FreeBSD...
2005-01-13 Matthew DillonDo not early terminate if ^C is hit just as a valid...
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 Sascha Wildnerwx(4) is gone. Also remove the module itself.
2005-01-13 Matthew DillonWhen re-connecting an already connected datagram socket...
2005-01-13 Sascha Wildnerntpdate(8) is gone and has been replaced by rdate(8).
2005-01-13 Max OkumotoWARNS6 clean.
2005-01-13 YONETANI TomokazuFix -iostat feature by properly calculating the divisor...
2005-01-12 Sascha WildnerAdd SC_PIXEL_MODE because it's nice to have higher...
2005-01-12 Joerg SonnenbergerAdd "proc" command.
2005-01-12 Joerg SonnenbergerDon't include the kvm backend, it's not really working...
2005-01-12 Jeffrey HsuInstead of explicitly initializing "fp" to NULL in...
2005-01-12 Joerg SonnenbergerExplicitly initialize fp to NULL. If sendfile is called...
2005-01-12 Joerg SonnenbergerRIP acpica-unix-20031203.
2005-01-12 Chris Presseymkdep(1) seems to want the current directory on the...
2005-01-12 Joerg SonnenbergerNow that we have dhcpd and dhcrelay in base, fix the...
2005-01-12 Chris PresseyRaise WARNS to 6:
2005-01-12 Chris PresseyRaise WARNS to 6:
2005-01-12 Chris PresseyRaise WARNS to 6.
2005-01-12 Chris PresseyReduce warnings when compiled under WARNS=6:
2005-01-12 Joerg SonnenbergerCorrectly reset place in getopt_long_only the next...
2005-01-12 Chris PresseyRaise WARNS to 3:
2005-01-11 Chris PresseyRaise WARNS to 6:
2005-01-11 Joerg SonnenbergerDon't write the name of the sysctl to a temporary varia...
2005-01-11 Sascha Wildnerunknown_incoming may be customized so we only install...
2005-01-11 Max Okumoto- Add WARNS?=6 and $DragonFly$ to Makefile.
2005-01-11 Max Okumoto- Add back marco that joerg added that I deleted, becau...
2005-01-11 Max OkumotoScheduled mdoc(7) sweep.
2005-01-11 Liam J. Foy- Clean up wc (remove (void) etc)
2005-01-11 Sascha WildnerAdd some documentation for ntpd_flags.
2005-01-11 Liam J. Foy- Remove unnecessary headers
2005-01-11 Sascha Wildnerntpdate(8) is gone and has been replaced by rdate(8).
2005-01-11 Joerg SonnenbergerAdd default if_re_load line.
2005-01-11 Joerg Sonnenbergertypo
2005-01-11 Joerg SonnenbergerAdd gmp handling to upgrade_etc.
2005-01-11 Joerg SonnenbergerRemove LIBGMP and LIBMP.
2005-01-11 Joerg SonnenbergerDeorbit libgmp.
2005-01-11 Joerg SonnenbergerConvert to keyserv, telnetd and telnet to libcrypto...
2005-01-11 Joerg SonnenbergerRemove another Perl left over.
2005-01-11 Joerg SonnenbergerRemove some debugging printfs. Fix an error message.
2005-01-11 Max Okumoto- Swap location of Buf_Expand() function.
2005-01-11 Max Okumoto- Pass NULL as 2nd param to Buf_GetAll(buf, &len),...
2005-01-11 Joerg SonnenbergerAdd forgotten cast back. This code depends on BASE...
2005-01-11 Joerg SonnenbergerSwitch chkey/newkey to use libcrypto instead of libmp...
2005-01-11 Joerg SonnenbergerWARNS=6 cleaness.
2005-01-11 Max Okumoto- Inline Buf_OvAddByte() since it is only used in one...
2005-01-11 Joerg SonnenbergerMake newkey WARNS=6 clean.
2005-01-10 Joerg SonnenbergerMark OpenSSL 0.9.7d as dead.
2005-01-10 Joerg SonnenbergerAdd splitpatch.
2005-01-10 Joerg SonnenbergerAdd local_syms script. Nice for cleaning the kernel...
2005-01-10 Sascha WildnerUpdate OpenBSD tags to reflect which revisions we are...
2005-01-10 Chris PresseyRaise WARNS to 6 and generally clean up:
2005-01-10 Joerg SonnenbergerRemove perl's man path.
2005-01-10 Joerg SonnenbergerRemove documentation of NOPERL, it's the default now...
2005-01-10 Joerg SonnenbergerRemove wx(4) man page as well.
2005-01-10 Joerg SonnenbergerRemove wx(4). It's been superseded by em(4).
2005-01-10 Max Okumoto- Nothing modifies outPtr in the Buffer object. Since...
2005-01-10 Joerg SonnenbergerBetter diagnostic for getopt_long_only.
2005-01-10 Joerg SonnenbergerFix two small bugs in getopt_long_only handling:
2005-01-10 Joerg SonnenbergerAdd support for getopt_long_only. It allows using long...
2005-01-10 Max Okumoto- Move code into buff.c by converting #define macros...
2005-01-10 Joerg SonnenbergerMove the handling of '--' as argument into getopt_inter...
2005-01-10 Joerg SonnenbergerMove short option parsing into its own function. Consti...
2005-01-10 Max Okumoto- Replace Buf_Discard(buf, size) with Buf_Clear(buf...
2005-01-10 YONETANI Tomokazu- clean up a leftover in binutils215/ld
2005-01-10 Max Okumoto- Last of the easy constifications.
2005-01-09 Max Okumoto- Constify more functions.
2005-01-09 Max Okumoto- Cleanup white space. style(9)
2005-01-09 Joerg SonnenbergerRIP Perl.
2005-01-09 Max Okumoto- Moved unused argc, temp variable into small scope.
2005-01-09 Max OkumotoIncrease WARNS to 6
2005-01-09 Max Okumoto- Move sh_builtin string array into shellneed(). It...
2005-01-09 Liam J. Foy- Add WARNS 6 and make WARNS 6 clean
2005-01-09 Joerg SonnenbergerDon't create binutils 2.14 and perl directories. Remove...
2005-01-09 Joerg SonnenbergerIt's WARNS?=6, not WARNS=6.
2005-01-09 Liam J. Foy- Add WARNS 6
2005-01-09 Liam J. Foy- Add -k option for whois.krnic.net (hold details of...
2005-01-09 Chris PresseyRaise WARNS to 6:
2005-01-09 Matthew DillonAdd /sbin/mountctl to the build.
2005-01-09 Matthew DillonRevamp the argument format a bit, add basic suppot...
2005-01-09 Matthew DillonAdd support for retrieving the journal status via mount...
2005-01-08 Matthew DillonThis is the initial skeleton for the new mountctl utili...
2005-01-08 Max OkumotoConstify more functions.
2005-01-08 Max OkumotoConstifying functions.
2005-01-08 Joerg SonnenbergerANSIfy. Fix various warnings. Statify.
2005-01-08 Max OkumotoConstify more functions.
2005-01-08 Chris PresseyFurther cleanup:
2005-01-08 Joerg SonnenbergerDon't clobber match_str in buildmatch by strdup'ing...
2005-01-08 Matthew DillonFix a memory leak in regex.
2005-01-08 Matthew DillonFix one of probably several smbfs issues. smbfs is...
next