dragonfly.git
2005-07-25 David RhodusRemove reference to devd.
2005-07-25 Hiten PandyaUpdate the unifdef(1) utility to the latest code from...
2005-07-25 Hiten PandyaRemove conditional bits about other operating systems...
2005-07-25 Joerg SonnenbergerInstall pam.d's README and convert.sh as part of upgrad...
2005-07-25 Joerg SonnenbergerAdd support for HP hn210e usb ethernet.
2005-07-25 Joerg SonnenbergerUnhook rc.d/network, it should be unused.
2005-07-25 Joerg SonnenbergerGC unused header from BSD libm.
2005-07-25 Joerg SonnenbergerAdd most parts of the wide char stdio support. This...
2005-07-25 Gregory Neil... Bring DragonFly's sendmail infrastructure up to date...
2005-07-24 Joerg SonnenbergerAdd description of FPU for floating point conversion...
2005-07-24 Joerg SonnenbergerJust threat all ELF dynamic objects as shared libraries...
2005-07-24 Joerg SonnenbergerFix C++.
2005-07-23 Joerg Sonnenbergerregen.
2005-07-23 Joerg SonnenbergerRemove partial NetBSD support. It's pointless to have...
2005-07-23 Joerg SonnenbergerMerge __sFILEX into __FILE. Let __fpending handle the...
2005-07-23 Joerg SonnenbergerFirst step to cleaning up stdio. This breaks the libc...
2005-07-23 Joerg SonnenbergerAdd shlock(1), a program for the safe creation of lock...
2005-07-23 Matthew DillonSupport disablement of chflags in a jail, part 2/2...
2005-07-23 Joerg Sonnenbergerpthread_self is used by stdio.
2005-07-23 Matthew DillonDo not compile the kernel with the stack protector...
2005-07-23 Matthew DillonFix a sockbuf race. Currently the m_free*() path can...
2005-07-23 Matthew DillonFix a critical bug in the IPI messaging code, effecting...
2005-07-22 Joerg SonnenbergerSplit monolithic /etc/pam.conf into separate files...
2005-07-22 Jeroen Ruigrok... Get rid off extraneous spaces in function prototypes.
2005-07-22 Sascha WildnerAdd information about console fonts.
2005-07-21 Joerg SonnenbergerAdd emulation of statvfs and fstatvfs based on statfs...
2005-07-21 Joerg SonnenbergerSome more junk to remove after manual installation.
2005-07-21 Jeroen Ruigrok... Remove part about wscons. This will need information...
2005-07-21 Jeroen Ruigrok... Reorder alphabetically.
2005-07-21 Jeroen Ruigrok... Add NetBSD's nls(7).
2005-07-21 Joerg SonnenbergerMark zlib 1.2.2 as dead.
2005-07-21 Joerg SonnenbergerMerge from vendor branch ZLIB:
2005-07-21 Joerg SonnenbergerSwitch to zlib 1.2.3, imported under contrib/zlib-1...
2005-07-21 Joerg SonnenbergerSwitch to zlib 1.2.3, imported under contrib/zlib-1...
2005-07-21 Joerg SonnenbergerRemove the minigzip example from libz. Since the real...
2005-07-21 Matthew DillonAdditional work to try to make panics operate better...
2005-07-21 Matthew DillonOnly compile in lwkt_smp_stopped() on SMP builds.
2005-07-20 Matthew DillonSupport disablement of chflags in a jail, part 1/2.
2005-07-20 Matthew DillonWhen a cpu is stopped due to a panic or the debugger...
2005-07-20 Matthew DillonAdd some conditionalized debugging 'PANIC_DEBUG', to...
2005-07-20 Chris PresseySync with all revisions up to FreeBSD date.1:1.72 ...
2005-07-20 Chris PresseyRaise WARNS to 6:
2005-07-20 Chris PresseyMerge ... FreeBSD 1.44 (dds): report and exit on write...
2005-07-20 Matthew DillonAdd some debugging code to catch any dirty inodes which...
2005-07-20 Matthew DillonAdd some additinal targets to allow elements of a build...
2005-07-20 Chris PresseyMerge ... FreeBSD netdate.c:1.17 (charnier): udp/timed...
2005-07-20 Chris PresseyMerge ... FreeBSD vary.c:1.16 and date.1:1.68 (yar):
2005-07-20 Matthew DillonLimit switch-from-interrupt warnings to once per thread...
2005-07-19 Matthew DillonInterlock panics that occur on multiple cpus before...
2005-07-19 Matthew DillonIf a fatal kernel trap occurs from an IPI or FAST inter...
2005-07-19 Matthew DillonFix a MP lock race. The MP locking state can change...
2005-07-19 Max OkumotoFix Saved commands bug. The following Makefile would...
2005-07-19 Max OkumotoReorder paramters to Compat_RunCommand().
2005-07-19 Max OkumotoMove handling of the following signals {SIGTSTP, SIGTTOU,
2005-07-19 Max OkumotoConstify cmd paramter to Compat_RunCommand()
2005-07-19 Max OkumotoCleanup the signal handling. A lot of unnecessary...
2005-07-19 Max OkumotoConstify Lst_Member()
2005-07-18 Matthew DillonFix numerous extremely serious bugs in OHCI's iso-synch...
2005-07-18 Joerg Sonnenbergerde-nop part introduced in the last commit.
2005-07-18 Matthew DillonAdd KTR support for usb_mem to trace usb-related alloca...
2005-07-18 Matthew DillonDELAY() is a spin loop, we can't use it any more becaus...
2005-07-17 Joerg SonnenbergerFix missing initialisation of big numbers. BN_hex2bn...
2005-07-17 Sascha WildnerAllow only non-banked direct modes.
2005-07-17 Matthew DillonWhen a usb mass storage device is removed the related...
2005-07-17 Sascha WildnerRemove DEC Alpha support.
2005-07-16 Matthew DillonKTR_MALLOC should be KTR_MEMORY
2005-07-16 Matthew Dillon* Fix a bug that could cause dc_stop() to try to m_free...
2005-07-16 Matthew DillonReorder the INVARIANTS test in crit_enter() to occur...
2005-07-16 Matthew DillonMove a mistaken crit_exit() into a crit_enter(), which...
2005-07-16 Matthew DillonAdd some missing crit_exit()'s. The original code...
2005-07-16 Max OkumotoMake some functions that do not get access outside...
2005-07-15 Max OkumotoTemporarily remove KQUEUE code for now, since it compli...
2005-07-15 Max OkumotoRemoved unused RANLIBMAG symbol since harti cleaned...
2005-07-15 Eirik NygaardHook libsctp into the build.
2005-07-15 Eirik NygaardTie SCTP into the kernel, this includes adding a new...
2005-07-15 Eirik NygaardDon't return right after a goto.
2005-07-15 Eirik NygaardCall suser() with the correct number of arguments.
2005-07-15 Eirik NygaardRemove forgotten debug printf.
2005-07-15 Eirik NygaardConvert spl* to critical sections.
2005-07-15 Eirik NygaardAdd libsctp.
2005-07-15 Eirik NygaardAdd a forth argument to soreserve(). Pass just a NULL...
2005-07-15 Eirik NygaardInitialize a few more timers.
2005-07-15 Eirik NygaardProperly handle mbuf copying on DragonFly when we try...
2005-07-15 Eirik NygaardRemove the second argument to ip_stripoptions(), it...
2005-07-15 Eirik NygaardAdd va_arg handling for DragonFly.
2005-07-15 Eirik NygaardWe have to declare the parent node for a sysctl.
2005-07-15 Eirik NygaardOur mbuf allocation flags are prefixed with MB_ not M_.
2005-07-15 Eirik NygaardAdd DragonFly to the #ifdef mess.
2005-07-15 Eirik NygaardCommit untouched SCTP files from KAME originally writte...
2005-07-14 Sascha WildnerRemove note about MDA and CGA adapters which we don...
2005-07-14 Joerg SonnenbergerSwitch to auth-pam.c from OpenSSH to unbreak Kerberos...
2005-07-14 Joerg SonnenbergerInstead of duplicating the Kerberos tools, use a single...
2005-07-14 Joerg Sonnenbergerpam_skey is not supported anymore, remove it from the...
2005-07-14 Joerg SonnenbergerMODULE_DIR must include the final '/'.
2005-07-14 Joerg SonnenbergerMerge from vendor branch OPENSSH:
2005-07-14 Joerg SonnenbergerPrepare for using the "official" PAM support.
2005-07-14 Joerg SonnenbergerPrepare for using the "official" PAM support.
2005-07-14 Hiten PandyaCorrect a typo, v_rbdirty_tree is for dirty buffers.
2005-07-14 Joerg Sonnenbergerfix typo, SRCS should contain the .c file.
2005-07-14 Simon SchubertFrom FreeBSD:
next