]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2006-06-12 alcDon't invalidate the TLB in pmap_qenter() unless the...
2006-06-12 impNeed machine/bus.h here too
2006-06-12 desAdd the model name, obtained from the hw.model sysctl...
2006-06-12 njlCheck in file missed in last commit. It made it into...
2006-06-12 impMFp4: need machine/bus.h here since we use bus space...
2006-06-12 wilkoWho am I to correct the native speakers... anyway,...
2006-06-12 wilkoAny sufficiently simple directive can be obfuscated...
2006-06-12 impMFp4:
2006-06-12 impAdd the ability to subset the devices that UART pulls...
2006-06-12 impAdd a convenience function rman_init_from_resource...
2006-06-12 impBetter printf
2006-06-12 impMinor cleanup of CIS parsing.
2006-06-12 impBetter error message when the CIS is a non-standards...
2006-06-12 impWhen we can't parse the CIS, note with a warning that...
2006-06-12 bmahUpdate release note: KDE 3.5.3.
2006-06-11 fjoeMake cm(4) driver MPSAFE.
2006-06-11 fjoeFix KASSERT conditions in if_deregister_com_alloc().
2006-06-11 maximo Finally learn how to spell "privileges".
2006-06-11 maximo Add missed $start variable in the grep statement...
2006-06-11 njlBy default, don't disable ACPI during reboot. This...
2006-06-11 maximo Spell "privledges" correctly. Re-style comment.
2006-06-11 maximo vinum.8 -> gvinum.8 as the former was replaced by...
2006-06-11 seFix display of idle processes, which had been broken...
2006-06-11 maximo Sync usage() with reality.
2006-06-11 maximo Fix typo.
2006-06-11 simonThe monetary decimal point (mon_decimal_point) for...
2006-06-11 bzUse IP addresses out of "TEST-NET" (for use in document...
2006-06-11 akiyamaSpecify default path for SHLIBDIR before bsd.own.mk...
2006-06-11 jkoshyCross-reference src.conf(5).
2006-06-11 alcRemove pmap_pagedaemon_waken and update pmap_get_pv_ent...
2006-06-11 alcEliminate spl calls.
2006-06-11 rodrigcImplement vnode operations for setting and removing...
2006-06-11 rodrigcRestore routines for getting and listing extended attri...
2006-06-11 rodrigcRestore changes to spinlock macros before merge.
2006-06-11 rodrigcRemove debugging printf
2006-06-10 mjacobAdd PCI ids for the FC919X
2006-06-10 rodrigcTemporarily disable log recovery until we fix panics.
2006-06-10 rodrigcLogical OR the following flags into the va_mode field:
2006-06-10 iedowseMove the new flags field to the end of the structure...
2006-06-10 rodrigcCall g_vfs_close() if:
2006-06-10 rodrigcDo not call vput() after we call VOP_UNLOCK().
2006-06-10 iedowseHold on to firmware images until the interface detaches...
2006-06-10 iedowseKeep firmware images on the list until they have been...
2006-06-10 bruefferBe explicit about which chips support jumbo frames.
2006-06-10 bmahNew release notes: i386 boot loader corruption fix...
2006-06-10 rwatsonMove some functions and definitions from uipc_socket2...
2006-06-10 trhodesFix a typo s/Made/Make. Use .Pp for a line break,...
2006-06-10 njl* Ask for a page-aligned page instead of an arbitrary...
2006-06-10 njlMinor tweaks to the resume code. Previous commit rever...
2006-06-10 njlMove the reset beep tunable/sysctl to debug.acpi.resume...
2006-06-10 njlMinor sysctl cleanup. The RW flag means read|write...
2006-06-10 alcEnable debug.mpsafevm on arm by default.
2006-06-10 alcAdd a lock assertion. Remove dead (locking) code....
2006-06-10 jmallettMinor style tweaks while nearby. Namely ANSIfy and...
2006-06-10 jmallettRather than using specified_ro to parse the options...
2006-06-09 jkimAdd ability to reset individual devices and fix SCSI...
2006-06-09 delphijDon't build IPv6 support if we have choosen not to...
2006-06-09 pjdDon't expect that 'device random' will compile in those...
2006-06-09 maximo Fix grammar, format.
2006-06-09 kibDocument the way to get list of files to process from...
2006-06-09 kibCopy filename read from the stdin into the private...
2006-06-09 maximo Remove a cruft prevented libpthread sigaction(2)...
2006-06-09 maximo Re-arrange parentheses and fix a conition logic for...
2006-06-09 flzTweak mfc.pl to generate backout patchsets.
2006-06-09 desOur glob(3) has all the required features.
2006-06-09 desRevert inadvertant commit of debugging code.
2006-06-09 rodrigcChange %llx to %jx in printf() to eliminate warnings...
2006-06-09 rodrigcBring back changes in version 1.3 lost in previous...
2006-06-09 rodrigcAccomodate new files due to latest XFS import.
2006-06-09 rodrigcMakefile changes to accomodate new XFS import.
2006-06-09 rodrigcMore changes due to latest XFS import.
2006-06-09 rodrigcSync XFS for FreeBSD tree with newer changes from SGI...
2006-06-09 alcAdd pmap locking to pmap_extract().
2006-06-09 cpercivaWhen deleting empty directories prior to building the...
2006-06-09 thompsaEnable proxy ARP answers on any of the bridged interfac...
2006-06-08 thompsaAllow bridge and carp to play nicely together by return...
2006-06-08 samadd glue for ath_hal
2006-06-08 samadd powerpc glue
2006-06-08 samenable build of ath_hal on sparc64 and powerpc
2006-06-08 rwatsonRearrange code in soalloc() so that it's less indented...
2006-06-08 rwatsonUpdate global copyright statement for netatalk, as...
2006-06-08 rwatsonLock process when copying fields from process structure...
2006-06-08 rwatsonPrefer C to C++ comments per style(9).
2006-06-08 marius- Merge sys/sparc64/pci/psycho.c rev. 1.8:
2006-06-08 psDo not copy out the iovec in the 32bit recvmsg call...
2006-06-08 davidchLog:
2006-06-08 njlMinor tweaks to the resume code that might help people...
2006-06-08 pjdFix gratuitous compiler warning.
2006-06-08 maximo Add /etc/shells to a source files list.
2006-06-08 kibReparent the process that executes the window= command...
2006-06-08 mariusThis commit was generated by cvs2svn to compensate...
2006-06-08 marius* elf64-sparc.c (sparc64_elf_adjust_dynamic_symbol...
2006-06-08 oleginstall_state() should properly initialize 'addr_type...
2006-06-08 olegFix following rules: pipe X (tag|altq) Y ...
2006-06-08 glebiusWhitespace.
2006-06-08 glebiusu_intXX -> uintXX
2006-06-08 maximo NIS clients ask for "shells" map not "shells.list".
2006-06-08 glebiusFix the last commit.
2006-06-08 kibFix the LOR that occurs when the MAC compiled into...
2006-06-08 maximo Catch up v_flag split and replace VSYSTEM by VV_SYSTEM.
next