dragonfly.git
2009-07-28 Sascha WildnerRegenerate syscalls.c
2009-07-28 Sascha Wildnermakesyscalls.sh: Constify syscall names array.
2009-07-28 Sascha Wildnernrelease: Read the # of CPUs and build with -j / MAKE_JOBS.
2009-07-28 Sascha Wildneratomic.[ch]: Clean up some warnings that crept up in...
2009-07-28 Sascha Wildnertelnetd.8: Some more mdoc cleanup.
2009-07-28 Matthew DillonTCP - Fix re-establishment issues if a client reboots
2009-07-28 Matthew DillonTCP - Remove net.inet.tcp.minmssoverload
2009-07-27 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-27 Matthew DillonGZIP - Add SCM ident and commit missed changes to gzip.c
2009-07-27 Simon Schubertbsd.dep.mk: pass -std= flags to mkdep
2009-07-27 Simon Schubertmake: expand .EXPORT/.makeenv variables
2009-07-27 Simon Schubertobjformat: don't hardcode compiler versions
2009-07-27 Sascha Wildnergzip.1 & co.: Please keep DragonFly timeline for .Dd...
2009-07-27 Sascha Wildnermxge.4: Comment out incomplete sentence, use .Fx and...
2009-07-27 Sascha Wildnertelnetd.8: Clean up a bit.
2009-07-27 Sascha Wildneropen.2: Remove trailing whitespace.
2009-07-27 Sascha WildnerRemove suser*() functions, manpage and assorted remains.
2009-07-26 Peter AvalosImplement autosizing TCP socket buffers.
2009-07-26 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-26 Sascha WildnerRepair rcenable(8) and rcdisable(8).
2009-07-26 Nicolas Therylibc_r: fix bugs in openat()
2009-07-26 Nicolas Therymake openat(2) a POSIX syscall instead of BSD one.
2009-07-26 Matthew DillonNFS - Increase server-side listen queue for TCP connect...
2009-07-26 Sascha Wildnerpriv.9: Mention that NULL_CRED_OKAY is used by priv_che...
2009-07-26 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-26 Matthew DillonGZIP - Add unpack support to gzip
2009-07-26 Nicolas Theryadd fdopendir(3) implementation (1/?)
2009-07-26 Nicolas Therydirent.h: fix typo in comment
2009-07-25 Sascha Wildneropen.2: Fix typo and reword an awkward sounding sentence.
2009-07-25 Sascha WildnerMerge branch 'master' of ssh://swildner@crater.dragonfl...
2009-07-25 Stathis Kamperistcsetpgrp(3): Return EINVAL upon invalid process group id.
2009-07-25 Stathis Kamperisat(1): Print datetime upon job submission as POSIX...
2009-07-25 Nicolas Theryadd openat(2) man page
2009-07-25 Nicolas Theryadd openat(2) system call
2009-07-25 Sascha Wildnerman8/Makefile: Fix a small typo and sort alphabetically.
2009-07-24 Thomas Nikolajsenrc,rc.8,rc.shutdown: Note that rc & rc.shutdown aren...
2009-07-24 Sepherosa Ziehauae(4): Reset PHY during resuming
2009-07-24 Sascha Wildnerstty.1: Start sentences on a new line.
2009-07-23 Matthew DillonNFS - Change the mount default from udp to tcp, add...
2009-07-23 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-23 Matthew DillonVKE - Move vke_init_addr() to fix panic
2009-07-23 Hasso TepperAdd et_EE.ISO8859-15 locale.
2009-07-23 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-23 Matthew DillonHAMMER - Augment "Missing inode for dirent" Warning.
2009-07-23 Stathis Kamperiscmp.1: Add compatibility section.
2009-07-23 Matthew DillonAHD: Add a DELAY() in the XPT_RESET_BUS path to avoid...
2009-07-23 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-23 Matthew DillonHAMMER / VFS_VGET - Add optional dvp argument to VFS_VG...
2009-07-23 Matthew DillonNFS - fix d_ino reporting for readdir, readdirplus...
2009-07-23 Hasso TepperAdd some more Sys V compatibility integer typedefs.
2009-07-22 Sascha Wildner/usr/Makefile: cvs update using -q.
2009-07-21 Simon Schubertdma: don't block when trying to aquire a queue file
2009-07-21 Simon Schubertdma: don't block on lock/opening the mbox file, backoff...
2009-07-21 Simon Schubertdma: accept -q without argument. report argument errors.
2009-07-21 Simon Schubertdma: add comments for ESMTP support
2009-07-21 Simon Schubertdma: treat seek errors as permanent errors
2009-07-21 Simon Schubertdma: more loudly note that we should query for MX records
2009-07-21 Simon Schubertdma: fix various bugs in local mbox delivery
2009-07-21 Simon Schubertdma: fix mail bouncing
2009-07-21 Simon Schubertdma: always log error exits
2009-07-21 Simon Schubertdma: drop CVS ids
2009-07-21 Simon Schubertdma: rewrite file management
2009-07-21 Simon Schubertdma: correct logic for setting the locked flag
2009-07-21 Simon Schubertdma: restructure logging
2009-07-21 Simon Schubertdma: note that the data file provides the id
2009-07-21 Simon 'corecode... dma: rework queue handling
2009-07-21 Simon 'corecode... dma: Move comment.
2009-07-21 Simon 'corecode... dma: Re-arrange argument consistency checks.
2009-07-21 Simon 'corecode... dma: better tag handling
2009-07-21 Matthew DillonEXT2FS: support variable inode size.
2009-07-20 Sascha WildnerSync zoneinfo database with tz{code,data}2009k from...
2009-07-18 Peter AvalosUpdate gzip.
2009-07-18 Matthew DillonNFS - Increase default read-ahead from 4 to 6
2009-07-18 Matthew DillonNFS - Implement async write BIO, greatly increase sockb...
2009-07-18 Matthew DillonThe limit specified in kern.ipc.maxsockbuf only applies...
2009-07-18 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-18 Matthew DillonNFS - Fix panic on umount/reboot
2009-07-18 Thomas Nikolajsennfsclient: nfsiod isn't used anymore
2009-07-18 Thomas Nikolajsenrc.d/nfsclient: Put newline after last action
2009-07-18 Thomas Nikolajsenrc.d/random: Fix typos
2009-07-18 Stathis KamperisImport complex arithmetic functions from {Net,Free...
2009-07-18 Matthew DillonNFS - Stability pass / recent work.
2009-07-18 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-18 Matthew DillonNFS - Rewrite the RTT code and the request flags &...
2009-07-18 Matthew Dillontsleep_interlock() - Fix bug in cpu_lwp_exit().
2009-07-17 Sepherosa ZiehauAPIC ABI: Support 32 IDT vectors
2009-07-17 Sepherosa ZiehauRemove unused macro
2009-07-17 Matthew DillonNFS - Fix unmounting blockages, fix tick interval,...
2009-07-17 Matthew DillonNFS - implement async state machine for nfs_readrpc_bio()
2009-07-17 Matthew DillonNFS - refactor nfs_request() and add state machine...
2009-07-17 Matthew DillonNFS - Cleanup pass -factor out strict temporaries from...
2009-07-17 Matthew DillonNFS - Fix refactor bugs.
2009-07-16 Matthew DillonNFS - Marathon - completely refactor the nfsm_* macros.
2009-07-16 Simon Schubertrelease engineering: record 2.3.2 in subvers
2009-07-16 Simon Schubertstdio.h: declare snprintf also for XSI 5
2009-07-16 Matthew DillonNFS - create nfsm_subs.c, clean up externs
2009-07-16 Simon Schubertdma: add required headers if they are not present
2009-07-16 Simon Schubertdma: use ANSI string continuations
2009-07-16 Simon Schubertdma: pass over the code and improve error handling
2009-07-16 Simon Schubertdma: clean up network code
next