dragonfly.git
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:
2005-07-14 Simon SchubertUnbreak release build from older machines which don...
2005-07-13 Joerg SonnenbergerPAM is dead, long live PAM!
2005-07-13 Sascha WildnerRemove extra whitespace at the end of some lines.
2005-07-13 Sascha WildnerUpdate zoneinfo database.
2005-07-13 Max OkumotoReturn child exit status through ProcStuff.
2005-07-13 Max OkumotoAdd better comments and renamed functions to match...
2005-07-13 Max Okumotocleanup some spelling errors
2005-07-13 Max OkumotoMove mkfifio(), and FILENO() into util.c
2005-07-13 Max OkumotoMove common code that executes the comands associated...
2005-07-13 Max OkumotoGroup curdir and objdir code.
2005-07-13 Jeroen Ruigrok... Add PF_MASKOS and PF_MASKPROC and realign the comment...
2005-07-13 Jeroen Ruigrok... Add STB_LOOS, STB_HIOS, STT_COMMON, STT_LOOS, STT_HIOS...
2005-07-13 Jeroen Ruigrok... Add section group flags (GRP_*).
2005-07-13 Jeroen Ruigrok... Add SHF_MERGE, SHF_STRINGS, SHF_INFO_LINK, SHF_LINK_ORDER,
2005-07-13 Jeroen Ruigrok... Add SHT_INIT_ARRAY, SHT_FINI_ARRAY, SHT_PREINIT_ARRAY...
2005-07-13 Jeroen Ruigrok... Add SHN_LOOS, SHN_HIOS and SHN_XINDEX.
2005-07-13 Jeroen Ruigrok... Add ELFOSABI for OpenVMS, HP Non-Stop Kernel, and Amiga...
2005-07-13 Jeroen Ruigrok... Retire EM_486.
2005-07-13 Jeroen Ruigrok... Demarcate e_machine reserved ranges.
2005-07-13 Jeroen Ruigrok... EM_ALPHA has been assigned number 41 nowadays, reflect...
2005-07-13 Jeroen Ruigrok... Expand e_machine per ELF ABI of Dec 2003.
2005-07-13 Jeroen Ruigrok... Seriously expand e_machine.
2005-07-13 Joerg SonnenbergerCall bus_setup_intr in xe_attach, not xe_activate....
2005-07-13 Jeroen Ruigrok... Expand e_type with OS and processor-specific ranges.
2005-07-13 Jeroen Ruigrok... Add SHF_TLS and STT_TLS to complete the ELF ABI for...
2005-07-13 Joerg SonnenbergerMove PCCARD attachment into separate file. Use the...
2005-07-13 Joerg SonnenbergerUse if_printf most of the time and remove the device_t...
2005-07-13 Joerg SonnenbergerUse ether_crc32_be.
2005-07-13 Joerg SonnenbergerChange to common PCI probe style.
2005-07-13 Joerg SonnenbergerRemove unused junk.
2005-07-13 Joerg SonnenbergerPrepare for moving from /etc/pam.conf to /etc/pam.d.
2005-07-13 Matthew DillonFor now just use lwkt_gettoken() rather then a trytoken...
2005-07-13 Matthew DillonCheck for a free-after-send case and panic if detected.
2005-07-13 Simon SchubertDon't expand CCVER when testing for its definition.
2005-07-13 Simon SchubertUse src/share/mk to get a current sys.mk which defines LN.
2005-07-13 Joerg SonnenbergerA lot of software depends on netinet/in.h being self...
2005-07-13 Joerg SonnenbergerDefine struct in_addr in both, arpa/inet.h and netinet...
2005-07-13 Joerg SonnenbergerSwitch to OpenPAM. The PAM modules are now installed...
2005-07-13 Matthew DillonAdd journaling restart support, required to produce...
2005-07-13 Matthew DillonMake shutdown() a fileops operation rather then a socke...
2005-07-12 Joerg SonnenbergerHook up remaining PAM modules. Don't use DPADD for...
2005-07-12 Joerg SonnenbergerImport current pam_ssh from FreeBSD HEAD.
2005-07-12 Joerg SonnenbergerImport current pam_radius from FreeBSD HEAD.
2005-07-12 Joerg SonnenbergerImport current pam_opieaccess from FreeBSD HEAD.
2005-07-12 Joerg SonnenbergerImport current pam_krb5 from FreeBSD HEAD.
2005-07-12 Joerg SonnenbergerDPADD is currently broken since LIBDIR != /usr/lib.
next