]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2004-05-24 maximGrammar.
2004-05-24 stefanfDon't declare spectHex() inside a function, use a real...
2004-05-24 stefanfUse the correct types for the functions rst_opendir...
2004-05-24 stefanfInclude <timeconv.h> for time conversion functions.
2004-05-24 impDo not write to those config registers that are unambig...
2004-05-24 jhbRevert part of rev 1.230 and assume that all EISA IRQs...
2004-05-24 desInstall nsswitch.
2004-05-24 stefanfInclude <sys/linker.h> for kldload().
2004-05-24 leAdd option '-o' for one-line output in combination...
2004-05-24 stefanfInclude <stdlib.h> for exit() and abort() prototypes.
2004-05-24 stefanfInclude <string.h> for prototypes of various string...
2004-05-24 bdeOops, ".align 4" for the data section in the previous...
2004-05-24 leDiff reduction to NetBSD.
2004-05-24 stefanfInclude <rpc/rpc_com.h> for a _rpc_dtablesize() prototype.
2004-05-24 bdeFixed profiling of trap, syscall and interrupt handlers...
2004-05-24 stefanfInclude <netinet/in.h> for ntoh*() and hton*() prototypes.
2004-05-24 desIf nsswitch.conf does not exist, create it with the...
2004-05-24 desMove the task of updating nsswitch.conf / host.conf...
2004-05-24 bdeDon't repeat the definition of IDTVEC(). It is in...
2004-05-24 muxRemove another redundant if_output initialization.
2004-05-24 stefanfInclude <stdio.h> for a sprintf() prototype.
2004-05-24 bdeFixed insertion sort error in previous commit (prof_mac...
2004-05-24 stefanfInclude <stdlib.h> for exit() and add a prototype for...
2004-05-24 umedrop packet which has ::1 as src or dst via other than lo0
2004-05-24 njlStore the target handles in a separate list from normal...
2004-05-24 cjc/usr is not really the ideal place for a ports applicat...
2004-05-24 psAdd support for BCM5705K
2004-05-24 rwatsonThe socket code upcalls into the NFS server using the...
2004-05-24 mdoddSupport basename and path based constrained matches.
2004-05-23 yarConsult parent's if_capenable for active VLAN-related...
2004-05-23 rwatsonOnly initialize the if_sis callout as MPSAFE if debug...
2004-05-23 gadAdd the 'sid' info to the output of `ps -j', to make...
2004-05-23 gadFix the kludge-old-options processing so `ps tpt' will...
2004-05-23 yarA handler for ioctl(SIOCSIFCAP) should not alter a...
2004-05-23 yarAccording to the design of checksum offloading framework,
2004-05-23 yarMark the VLAN_MTU capability as initially enabled since...
2004-05-23 bdeAdded profiling support for Xint0x80_syscall.
2004-05-23 maximo Fix usage example.
2004-05-23 dfrDon't try to copy out the result payload if there isn...
2004-05-23 bdeBuild prof_machdep.c if profiling.
2004-05-23 bdeBuild kgmon for amd64.
2004-05-23 bdeAdjusted for amd64 after repo-copy. The adjustments...
2004-05-23 bdeMFamd64 (1.117: made the FAKE_MCOUNT() in doreti work...
2004-05-23 bdeRestored FAKE_MCOUNT() and MEXITCOUNT invocations and...
2004-05-23 leUpdate URL to HID spec.
2004-05-23 leUpdate URL to HID spec.
2004-05-23 bdeMFamd64 (put TF_EIP in assym.s and use it instead of...
2004-05-23 bdeRemoved a garbage reference to i386's.
2004-05-23 bdeAdjusted FAKE_MCOUNT()s for amd64. This is needed...
2004-05-23 bdeFixed misspelling of "cy".
2004-05-23 muxWe don't need to initialize if_output, ether_ifattach...
2004-05-23 bdeMFamd64 (1.111: fixed missing call to .mexitcount in...
2004-05-23 bdeUpdated for removal of the "count" arg in device lines.
2004-05-23 bdeRemove man4/man4.i386/cy.4 and adjust makefiles after...
2004-05-23 bdeSpell "retq" as "ret" in pagezero() like it is everywhe...
2004-05-23 dfrInitialise OHCI_CROMHDR and OHCI_BUS_OPT in fwohci_ibr...
2004-05-23 leMFNetBSD 1.80; author: wiz
2004-05-23 josefAdd localized calendar file for holidays in Austria.
2004-05-23 tjrGrab all the information we need about a character...
2004-05-23 iedowseReplace the static "qdat" structure with a per-instance...
2004-05-23 leDiff reduction to NetBSD.
2004-05-23 muxUse __FBSDID.
2004-05-23 dfrDon't crash if the CROM is all zeros.
2004-05-23 bruefferFix typo
2004-05-23 dmlbApply fix for long timeouts on driver initialisation.
2004-05-23 muxIn agp_generic_bind_memory(), grab the needed pages...
2004-05-22 gadChange `ps' to use the KERN_PROC_RGID and KERN_PROC_SES...
2004-05-22 gadImplement the new KERN_PROC_RGID option, and also imple...
2004-05-22 gadDefine a KERN_PROC_RGID option for kvm_getprocs().
2004-05-22 kientzleAdd --no-same-owner as a synonym for -o.
2004-05-22 njlRevert the previous commit. The bus accessor macros...
2004-05-22 marius- Add a reference to eeprom(8).
2004-05-22 mariusHook eeprom(8) up to the FreeBSD/sparc64 build.
2004-05-22 pjdAdd standard command "help" to print usage.
2004-05-22 mariusAdd eeprom(8), a utility to display and modify system...
2004-05-22 marius- Change ofwdump(8) to use sysexits(3) exit codes.
2004-05-22 marius- Rearrange a comment to fit in 80 chars per line,...
2004-05-22 marius- Move OFW_NAME_MAX, used as a limit for OFW property...
2004-05-22 pjdActually we are also able to list only choosen providers.
2004-05-22 dfrChange u_intXX_t to uintXX_t. Change a couple of 'unsig...
2004-05-22 tjrPerform conversions straight from the stream buffer...
2004-05-22 tjrAssociate a multibyte conversion state object with...
2004-05-22 leAdd Intel PCI vendor ID.
2004-05-22 yarDon't forget to reset if_hwassist back to 0 when hardwa...
2004-05-22 muxRemove two debugging printf().
2004-05-22 muxGet rid of a lockmgr consumer by making agp(4) use...
2004-05-22 pjdAdd regression tests for geom_stripe and geom_nop.
2004-05-22 pjdBe more precise.
2004-05-22 pjdstyle.Makefile(5).
2004-05-22 leFix typos in comments.
2004-05-22 rwatsonAdd a "-r" flag to ktrdump(1) to print relative timesta...
2004-05-22 alcTo date, unwiring a fictitious page has produced a...
2004-05-22 mariusSpelling and style fixes.
2004-05-22 mariusUse unsigned types for the arguments of the atomic...
2004-05-22 mariusSwitch from BSD-style u_intXX_t to ISO C99 uintXX_t.
2004-05-22 muxPlug three lock leaks.
2004-05-21 pjdRemove gconcat(8) utility. It was replaced by geom(8).
2004-05-21 pjd- More clear example description.
2004-05-21 pjdForce commit to note, that those manual pages were...
2004-05-21 pjdAdd manual pages for gconcat(8), gstripe(8) and gnop...
next