]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2004-05-25 Nate LawsonThis commit was generated by cvs2svn to compensate...
2004-05-25 Nate LawsonVendor import of Intel ACPI-CA 20040514.
2004-05-25 Matthew N.... - Close fd if fdopen(fd) fails.
2004-05-24 Pawel Jakub... - Add a cross-reference to geom(8).
2004-05-24 Pawel Jakub... Add manual page for geom(8) utility.
2004-05-24 Matthew N.... Add two new flags: -w, which allows new files to be...
2004-05-24 Pawel Jakub... In verbose mode print disk sizes in human readable...
2004-05-24 Pawel Jakub... Use humanize_number(3) to format sizes into a human...
2004-05-24 Pawel Jakub... Add humanize_number(3) to libutil for formating numbers...
2004-05-24 Pawel Jakub... Mark du(1) as WARNS6 clean.
2004-05-24 Julian ElischerUse NG_NODESIZ instead of (NG_NODELEN + 1)
2004-05-24 Julian ElischerUse NG_HOOKSIZ instead of the deprecated (NG_HOOKLEN...
2004-05-24 John BaldwinUse PCI_BAR() rather than PCIR_MAPS.
2004-05-24 John BaldwinWrap the code to save/restore PCI config registers...
2004-05-24 Maxime HenrionChange a if (...) panic() to a KASSERT().
2004-05-24 Warner LoshUse PCI_BAR() in preference to PCI_MAPS + x * 4.
2004-05-24 Maxim KonovalovGrammar.
2004-05-24 Stefan FarfelederDon't declare spectHex() inside a function, use a real...
2004-05-24 Stefan FarfelederUse the correct types for the functions rst_opendir...
2004-05-24 Stefan FarfelederInclude <timeconv.h> for time conversion functions.
2004-05-24 Warner LoshDo not write to those config registers that are unambig...
2004-05-24 John BaldwinRevert part of rev 1.230 and assume that all EISA IRQs...
2004-05-24 Dag-Erling... Install nsswitch.
2004-05-24 Stefan FarfelederInclude <sys/linker.h> for kldload().
2004-05-24 Lukas ErtlAdd option '-o' for one-line output in combination...
2004-05-24 Stefan FarfelederInclude <stdlib.h> for exit() and abort() prototypes.
2004-05-24 Stefan FarfelederInclude <string.h> for prototypes of various string...
2004-05-24 Bruce EvansOops, ".align 4" for the data section in the previous...
2004-05-24 Lukas ErtlDiff reduction to NetBSD.
2004-05-24 Stefan FarfelederInclude <rpc/rpc_com.h> for a _rpc_dtablesize() prototype.
2004-05-24 Bruce EvansFixed profiling of trap, syscall and interrupt handlers...
2004-05-24 Stefan FarfelederInclude <netinet/in.h> for ntoh*() and hton*() prototypes.
2004-05-24 Dag-Erling... If nsswitch.conf does not exist, create it with the...
2004-05-24 Dag-Erling... Move the task of updating nsswitch.conf / host.conf...
2004-05-24 Bruce EvansDon't repeat the definition of IDTVEC(). It is in...
2004-05-24 Maxime HenrionRemove another redundant if_output initialization.
2004-05-24 Stefan FarfelederInclude <stdio.h> for a sprintf() prototype.
2004-05-24 Bruce EvansFixed insertion sort error in previous commit (prof_mac...
2004-05-24 Stefan FarfelederInclude <stdlib.h> for exit() and add a prototype for...
2004-05-24 Hajimu UMEMOTOdrop packet which has ::1 as src or dst via other than lo0
2004-05-24 Nate LawsonStore the target handles in a separate list from normal...
2004-05-24 Crist J. Clark/usr is not really the ideal place for a ports applicat...
2004-05-24 Paul SaabAdd support for BCM5705K
2004-05-24 Robert WatsonThe socket code upcalls into the NFS server using the...
2004-05-24 Matthew N.... Support basename and path based constrained matches.
2004-05-23 Yaroslav TykhiyConsult parent's if_capenable for active VLAN-related...
2004-05-23 Robert WatsonOnly initialize the if_sis callout as MPSAFE if debug...
2004-05-23 Garance A DrosehnAdd the 'sid' info to the output of `ps -j', to make...
2004-05-23 Garance A DrosehnFix the kludge-old-options processing so `ps tpt' will...
2004-05-23 Yaroslav TykhiyA handler for ioctl(SIOCSIFCAP) should not alter a...
2004-05-23 Yaroslav TykhiyAccording to the design of checksum offloading framework,
2004-05-23 Yaroslav TykhiyMark the VLAN_MTU capability as initially enabled since...
2004-05-23 Bruce EvansAdded profiling support for Xint0x80_syscall.
2004-05-23 Maxim Konovalovo Fix usage example.
2004-05-23 Doug RabsonDon't try to copy out the result payload if there isn...
2004-05-23 Bruce EvansBuild prof_machdep.c if profiling.
2004-05-23 Bruce EvansBuild kgmon for amd64.
2004-05-23 Bruce EvansAdjusted for amd64 after repo-copy. The adjustments...
2004-05-23 Bruce EvansMFamd64 (1.117: made the FAKE_MCOUNT() in doreti work...
2004-05-23 Bruce EvansRestored FAKE_MCOUNT() and MEXITCOUNT invocations and...
2004-05-23 Lukas ErtlUpdate URL to HID spec.
2004-05-23 Lukas ErtlUpdate URL to HID spec.
2004-05-23 Bruce EvansMFamd64 (put TF_EIP in assym.s and use it instead of...
2004-05-23 Bruce EvansRemoved a garbage reference to i386's.
2004-05-23 Bruce EvansAdjusted FAKE_MCOUNT()s for amd64. This is needed...
2004-05-23 Bruce EvansFixed misspelling of "cy".
2004-05-23 Maxime HenrionWe don't need to initialize if_output, ether_ifattach...
2004-05-23 Bruce EvansMFamd64 (1.111: fixed missing call to .mexitcount in...
2004-05-23 Bruce EvansUpdated for removal of the "count" arg in device lines.
2004-05-23 Bruce EvansRemove man4/man4.i386/cy.4 and adjust makefiles after...
2004-05-23 Bruce EvansSpell "retq" as "ret" in pagezero() like it is everywhe...
2004-05-23 Doug RabsonInitialise OHCI_CROMHDR and OHCI_BUS_OPT in fwohci_ibr...
2004-05-23 Lukas ErtlMFNetBSD 1.80; author: wiz
2004-05-23 Josef El-RayesAdd localized calendar file for holidays in Austria.
2004-05-23 Tim J. RobbinsGrab all the information we need about a character...
2004-05-23 Ian DowseReplace the static "qdat" structure with a per-instance...
2004-05-23 Lukas ErtlDiff reduction to NetBSD.
2004-05-23 Maxime HenrionUse __FBSDID.
2004-05-23 Doug RabsonDon't crash if the CROM is all zeros.
2004-05-23 Christian BruefferFix typo
2004-05-23 Duncan BarclayApply fix for long timeouts on driver initialisation.
2004-05-23 Maxime HenrionIn agp_generic_bind_memory(), grab the needed pages...
2004-05-22 Garance A DrosehnChange `ps' to use the KERN_PROC_RGID and KERN_PROC_SES...
2004-05-22 Garance A DrosehnImplement the new KERN_PROC_RGID option, and also imple...
2004-05-22 Garance A DrosehnDefine a KERN_PROC_RGID option for kvm_getprocs().
2004-05-22 Tim KientzleAdd --no-same-owner as a synonym for -o.
2004-05-22 Nate LawsonRevert the previous commit. The bus accessor macros...
2004-05-22 Marius Strobl- Add a reference to eeprom(8).
2004-05-22 Marius StroblHook eeprom(8) up to the FreeBSD/sparc64 build.
2004-05-22 Pawel Jakub... Add standard command "help" to print usage.
2004-05-22 Marius StroblAdd eeprom(8), a utility to display and modify system...
2004-05-22 Marius Strobl- Change ofwdump(8) to use sysexits(3) exit codes.
2004-05-22 Marius Strobl- Rearrange a comment to fit in 80 chars per line,...
2004-05-22 Marius Strobl- Move OFW_NAME_MAX, used as a limit for OFW property...
2004-05-22 Pawel Jakub... Actually we are also able to list only choosen providers.
2004-05-22 Doug RabsonChange u_intXX_t to uintXX_t. Change a couple of 'unsig...
2004-05-22 Tim J. RobbinsPerform conversions straight from the stream buffer...
2004-05-22 Tim J. RobbinsAssociate a multibyte conversion state object with...
2004-05-22 Lukas ErtlAdd Intel PCI vendor ID.
2004-05-22 Yaroslav TykhiyDon't forget to reset if_hwassist back to 0 when hardwa...
next