dragonfly.git
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.
2005-07-12 Joerg SonnenbergerImport current pam_opie(8) from FreeBSD HEAD.
2005-07-12 Joerg SonnenbergerAlso install the pam_tacplus(8) man page.
2005-07-12 Joerg SonnenbergerImport current pam_tacplus from FreeBSD HEAD.
2005-07-12 Simon SchubertRemove files I just imported.
2005-07-12 Simon SchubertAdd files that slipped through. Weird, I thought I...
2005-07-12 Simon SchubertMerge from vendor branch OPENSSH:
2005-07-11 Simon SchubertSwitch to OpenSSH-4.1p1.
2005-07-11 Simon SchubertAdd our READMEs.
2005-07-11 Simon SchubertWelcome a trimmed version of OpenSSH-4.1p1 in the tree.
2005-07-11 Simon SchubertMerge from vendor branch OPENSSH:
2005-07-10 Joerg SonnenbergerRevert part of the ALTQ conversion. It unintenionally...
2005-07-10 Sascha Wildnervesa.c:
2005-07-10 Simon SchubertReally get the libz fix into libstand as well.
2005-07-10 Simon SchubertRemove directory prefix, it's stored in the Makefile.
2005-07-10 Simon SchubertRefactor the code to use bsd.files.mk, it's a considera...
2005-07-10 Sascha WildnerUse M_ZERO instead of explicit bzero()s.
2005-07-10 Sascha WildnerRemove files that were used only for the DEC Alpha...
2005-07-09 Sascha Wildner* Remove unneeded <sys/proc.h>
2005-07-09 Sascha WildnerFix typo: netgarph -> netgraph.
2005-07-09 Joerg SonnenbergerCatch up with Perl version.
2005-07-09 Simon SchubertMake us bootstrap on FreeBSD-6.x. Joerg seemed to fix...
2005-07-08 Matthew DillonAdd missing m_freem() in BPF if the mbuf exceeds the...
2005-07-08 Joerg SonnenbergerBuild the PAM modules under lib/pam_module, since they...
2005-07-08 Joerg SonnenbergerAdd /usr/lib/security, to be used for PAM modules.
2005-07-08 Joerg SonnenbergerMerge from vendor branch OPENPAM:
2005-07-08 Joerg SonnenbergerImport OpenPAM Figwort.
2005-07-08 Joerg SonnenbergerAllow radio and statistic dump to use arbitrary interfa...
2005-07-08 Joerg SonnenbergerAllow disabling of unused parameter warnings. This...
2005-07-08 Simon SchubertAlso pull up cat dirs to en_US.ISO8859-1
2005-07-08 YONETANI TomokazuNew openssl installs manual sections 5 and 7, populate...
2005-07-07 Hiten PandyaAdd counters for recording Token/MPlock contention...
2005-07-07 Hiten PandyaAdd code comments to improve object type documentation.
2005-07-07 Joerg SonnenbergerConvert to NEWBUS, remove ISA compat.
2005-07-07 Joerg SonnenbergerIt's dead, Jim.
2005-07-07 Joerg SonnenbergerUse pcidevs. Use common probe style and PCI helper...
2005-07-07 Joerg SonnenbergerSync with master copy. This is necessary to allow insta...
2005-07-07 Simon SchubertAdd DragonFly 1.2 rtld. This should enable running...
2005-07-07 Simon SchubertAdd possibility to specify a path to install a compat...
2005-07-07 Simon SchubertAdd a more friendly way to deal with files that are...
2005-07-07 Simon Schubertremove old openssl
2005-07-07 Simon SchubertAdd our readmes.
2005-07-07 Simon Schubert- update OpenSSL to 0.9.8
2005-07-07 Simon SchubertMerge from vendor branch OPENSSL:
2005-07-07 Simon SchubertImport of openssl-0.9.8, a feature release.
2005-07-07 Simon Schubertconvert ln to ${LN}
2005-07-07 Matthew DillonAdjust the inline to take a pointer to a constant array...
2005-07-07 Matthew DillonIt is not acceptable to index the array out of bounds...
2005-07-07 Joerg SonnenbergerRemove explicit int casts for the array index. While...
2005-07-06 Simon SchubertAdd updated versions of the DragonFly 1.2 compat libs...
2005-07-06 Joerg SonnenbergerAdd forgotten wcstoull.
2005-07-06 Simon SchubertFix possible buffer overflow in zlib, FreeBSD-SA-05...
2005-07-06 Joerg SonnenbergerMerge from vendor branch FILE:
2005-07-06 Joerg SonnenbergerUpdate to file-4.14. Remove merged patches.
2005-07-06 Joerg SonnenbergerUpdate to file-4.14. Remove merged patches.
next