]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
This commit was generated by cvs2svn to compensate for changes in r164219,
[FreeBSD/FreeBSD.git] / sys /
2006-11-12 Hajimu UMEMOTOThis commit was generated by cvs2svn to compensate...
2006-11-12 David XuCopy base user priority in NO_KSE case.
2006-11-12 Kip MacyGRRRRR - missed this in the last commit
2006-11-12 Tom RhodesFix mispatch of includes list; allows my kernel to...
2006-11-12 Kip Macyshow lock class in profiling output for default case...
2006-11-12 David XuUse mi_switch, this should fix loadavg calculation...
2006-11-12 Kip MacySupport up to 4 nucleus mappings to workaround issue...
2006-11-11 Florent ThoumieFix USB printer Xerox WorkCentre M15 adding a quirk...
2006-11-11 Ruslan ErmilovMore MUTEX_PROFILING -> LOCK_PROFILING.
2006-11-11 Randall StewartIn a true restart case, the send_lock was
2006-11-11 Ruslan ErmilovRegen (cosmetics in sys/sysproto.h).
2006-11-11 Ruslan ErmilovRegen.
2006-11-11 Alan CoxEliminate unused global variables.
2006-11-11 Joseph KoshyMFP4: Add an implementation of the ELF(3) and GELF...
2006-11-11 Tom RhodesRe-enable module build for POSIX semaphores.
2006-11-11 Tom RhodesUpdate includes for sys/posix4 move.
2006-11-11 Tom RhodesThese files have been repo-copied to the "normal" kerne...
2006-11-11 Tom RhodesMerge sys/posix4/sched.h into sys/sched.h.
2006-11-11 Tom RhodesMerge posix4/* into normal kernel hierarchy.
2006-11-11 Tom RhodesUpdate #includes list.
2006-11-11 Randall StewartTurns out we would reset the TSN seq counter during
2006-11-11 Hajimu UMEMOTOTeach an IPv6 to ppp(4).
2006-11-11 David Xudefine UMUTEX_CONTESTED as an unsigned integer.
2006-11-11 David XuUnbreak userland priority inheriting in NO_KSE case.
2006-11-11 Kip Macyfix messup in last fix
2006-11-11 Kip Macytinderbox fix
2006-11-11 Kip Macydeclare nanoseconds for other architectures
2006-11-11 Kip Macyremove lingering call to rd(tick)
2006-11-11 Kip Macymissed nits replacing mutex with lock
2006-11-11 Kip Macyfix tinderbox
2006-11-11 Kip MacyMUTEX_PROFILING has been generalized to LOCK_PROFILING...
2006-11-10 Ed MasteClarify the error message when trying to build an ACPI...
2006-11-10 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2006-11-10 Randall StewartThis patch fixes a LOR that happens during INIT-ACK...
2006-11-09 Andrew ThompsonMFp4
2006-11-09 John-Mark Gurneyfix hanging on invalid data... (This doesn't fix hangin...
2006-11-09 Randall StewartFixes an issue with handling of stream reset. When a
2006-11-09 Warner LoshMFp4: boot2 should now build
2006-11-09 Warner LoshMFp4: boot on KB9202 correctly. Also, reduce the size...
2006-11-09 Warner LoshMFp4: Support KB9202 booting better
2006-11-09 Warner LoshFix typo
2006-11-09 Warner LoshMFp4: Make boot2 work on Kwikbyte KB9202 boards.
2006-11-09 Warner LoshMFp4: Merge a slightly more generic build infrastructure.
2006-11-09 Warner LoshMFp4: Remove bogus \r
2006-11-09 John BaldwinDon't try to print a NULL string during boot. If a...
2006-11-09 John BaldwinDon't dump the $PIR table under bootverbose. The pirto...
2006-11-09 John BaldwinReformat the bootverbose messages that dump out the...
2006-11-09 Gleb SmirnoffInstead of using the legacy if_timer/if_watchdog interf...
2006-11-09 John BirrellEnable ata and atapicd now those work on sun4v.
2006-11-09 Yoshihiro TakahashiAdd a stub of bios_addsmapdata(). PC98 does not have...
2006-11-09 Yoshihiro TakahashiMFi386: revisions from 1.39 to 1.43.
2006-11-09 Yoshihiro TakahashiMFi386: revisions 1.634 and 1.639.
2006-11-09 Andrew ThompsonAdd a new address cache type called sticky. On an inter...
2006-11-09 Kevin LoRemove unused structures.
2006-11-08 Kip Macymove panic_bad_hcall to its use site in support.S in...
2006-11-08 Kip MacyFix for ithread interrupt handling. Don't reset the...
2006-11-08 Ruslan ErmilovThe NETSMBCRYPTO option has long gone.
2006-11-08 Sam Leffleradd missing bits for crypto support
2006-11-08 Alan CoxI misplaced the assertion that was added to vm_page_sta...
2006-11-08 Alan CoxSimplify the construction of the free queues in vm_page...
2006-11-08 Maxim Konovalovo Fix a couple of obvious typos.
2006-11-08 Alan CoxMFamd64/ia64/i386/sun4v
2006-11-08 Alan CoxEnsure that the page's oflags field is initialized...
2006-11-08 Olivier HouchardIncreate cnt.v_intr on interrupt.
2006-11-08 Randall Stewart-Fixes first of all the getcred on IPv6 and V4. The
2006-11-07 Matt JacobXPT_GET_TRAN_SETTINGS can fail- so check for an error and
2006-11-07 Olivier HouchardIdentify the xscale 81342.
2006-11-07 Olivier HouchardIn the ARM_USE_SMALL_ALLOC case, vm_page_t may have...
2006-11-07 Ruslan ErmilovSpelling.
2006-11-07 Ruslan ErmilovLine up memory amount reporting that got broken when...
2006-11-07 Andre OppermannStyle cleanups to the sctp_* syscall functions.
2006-11-07 Joe Marcus ClarkeFix TFTP NAT support by making sure the appropriate...
2006-11-07 John BaldwinSimplify operations with sync_mtx in sched_sync():
2006-11-07 Marius Strobl- Don't bother to include IDs of PCnet chips which...
2006-11-07 John BaldwinFix comment typo and function declaration.
2006-11-07 John BaldwinFix some edge cases in detach (including attach failures):
2006-11-07 John BaldwinRemove extra forward declare of 'struct sem'.
2006-11-07 John BaldwinVarious whitespace cleanups.
2006-11-07 John BaldwinAdd a new 'union l_sigval' to use in place of 'union...
2006-11-07 John BaldwinRemove old XXX comment about possibly adding a print_In...
2006-11-07 John BaldwinRemove duplicate IDTVEC macro definition, it's already...
2006-11-07 Sam Lefflerhonor nolockd flag in root mount options
2006-11-07 Olivier HouchardAdd atomic_cmpset_acq_32.
2006-11-07 Robert WatsonAdd priv.h include required to build FAST_IPSEC, which...
2006-11-07 Matt JacobFix the hanging chad if the NEW_TRAN_CODE change and...
2006-11-06 Tor EggeDon't drop reference to tty in tty_close() if TS_ISOPEN...
2006-11-06 Andre OppermannHandle early errors in kern_sendfile() by introducing...
2006-11-06 Ruslan ErmilovSometimes the vty switching has to be delayed; the vty
2006-11-06 Robert WatsonAdd missing includes of priv.h.
2006-11-06 Robert WatsonConvert three new suser(9) calls introduced between...
2006-11-06 Randall StewartThis changes tracks down the EEOR->NonEEOR mode failure
2006-11-06 Robert WatsonAdd stub entry point implementations of mpo_priv_check...
2006-11-06 Robert WatsonSweep kernel replacing suser(9) calls with priv(9)...
2006-11-06 Robert WatsonAdd a new priv(9) kernel interface for checking the...
2006-11-06 Rink SpringerAdded PCI ID's for:
2006-11-06 Takanori WatanabePrevent freeing wild pointer when bailing out.
2006-11-06 Konstantin BelousovSet up the context for the dbbe_trace callback in the...
2006-11-06 Christian S.J. PeronChange the type of ar_arg_sockaddr from struct sockaddr...
2006-11-05 Marcel MoolenaarMajor rework of the ia64 loaders. The two primary objec...
2006-11-05 Christian S.J. PeronFix possible leak when bridge is in monitor mode. Use...
next