]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2006-02-05 scottlSquash a couple more invalid long casts.
2006-02-05 davidxuNow, thread name is stored in kernel, userland no longe...
2006-02-05 davidxuuse syscall thr_set_name to implement pthread_set_name_np.
2006-02-05 davidxuRegenerate.
2006-02-05 davidxuImplement thr_set_name to set a name for thread.
2006-02-04 impImport support for the Atmel AT91RM9200 CPU/Microcontro...
2006-02-04 mariusEnable getty(8) on ttyu2 by default in order to get...
2006-02-04 marius- Add support for using LOM (Lights Out Management...
2006-02-04 impSilence the strict-alias warnings. Make a trip through...
2006-02-04 alcRemove an unnecessary call to pmap_remove_all(). The...
2006-02-04 impType of overrun_buf doesn't matter to this code, but...
2006-02-04 ceriPerform minor rewording and grammatical improvement...
2006-02-04 impUse void * for pointer rather than u_int8_t *, since...
2006-02-04 impNow that TUNABLE_ULONG is in the tree, and has been...
2006-02-04 impDon't type pun accidentally. Instead, be explicit...
2006-02-04 bruefferRemove reference to non-existant manpage.
2006-02-04 wsalamonCall the audit syscall enter/exit functions for the...
2006-02-04 wsalamonMake login audit-enabled, submitting audit records...
2006-02-04 wpaulWhen ndis_attach() runs, it has to very briefly initial...
2006-02-04 rwatsonAdd a brief FREEBSD-upgrade file to provide direction...
2006-02-04 rwatsonAdd a -A argument to mergemaster to allow explicitly...
2006-02-04 cognetDon't forget to set the address of the next descriptor...
2006-02-04 scottlSquash another use of vtophys. Instead of creating...
2006-02-04 cognetMFi386:
2006-02-04 scottlNow that the em driver no longer needs to directly...
2006-02-04 schweikhInitialize PWD early on (don't expect it to be inherite...
2006-02-04 schweikhs/staticly/statically/g
2006-02-04 schweikhs/varable/variable/; s/tored/stored/
2006-02-04 schweikhRemove some white space at EOL.
2006-02-04 phkRemove spurious "union arg" from printf.h
2006-02-04 wsalamonHook up the audit system to system call entry and exit...
2006-02-04 davidxuCreate childproc_jobstate function to report job contro...
2006-02-04 rwatsonAssign audit identifiers to alpha/linux system calls...
2006-02-04 bruefferAutogenerate hardware notes for the ce(4) driver.
2006-02-04 rwatsonRegenerate.
2006-02-04 rwatsonAudit FreeBSD 32-bit system calls on 64-bit FreeBSD...
2006-02-04 rwatsonMerge OpenBSM 1.0 alpha 2 kernel audit events into...
2006-02-04 rwatsonThis commit was generated by cvs2svn to compensate...
2006-02-04 rwatsonImport OpenBSM 1.0 alpha 2, a minor update on alpha 1:
2006-02-04 rinkPatch to allow XBox-users to use the onboard nve(4...
2006-02-04 dfrThe function isspace does not take a string argument...
2006-02-04 scottlAdd the start of busdma infrastructure to this driver...
2006-02-04 mjacobActually, no, I had it wrong in 1.109. The arguments...
2006-02-04 scottlNow that the U32 type is a really 32-bits wide, elimina...
2006-02-04 impFix mismerge after last cvs update for the IFQ_DRV_DEQU...
2006-02-04 impRemove ifdef notyet SIOCGHWADDR vestige.
2006-02-04 impRemove ifdef notdef SIOCHWADDR vestige.
2006-02-04 impRemove ifdef notyet for SIOCGHWADDR
2006-02-04 avatars/bin/sbin/ for mount_nwfs, mount_portalfs and mount_sm...
2006-02-04 scottlGive correct definitions to some basic types.
2006-02-04 umeNever select the PCB that has INP_IPV6 flag and is...
2006-02-04 davidxuAxe unused code.
2006-02-04 impFix minor inconsistancy between kernel built modules...
2006-02-04 scottlFix a possible memory leak in asr_attach.
2006-02-04 scottli386/PAE defines bus_size_t to be 32-bits when it likel...
2006-02-04 jasoneFix calculation of the number of arenas to use on multi...
2006-02-04 rwatsonCast pointers to (uintptr_t) before down-casting to...
2006-02-03 rwatsonFix INVARIANTS build on amd64; (unsigned unsigned long...
2006-02-03 olegProperly initialize args structure before passing it...
2006-02-03 jhbAdd a comment.
2006-02-03 ruFix compilation with -Wundef (NBPF is undefined on...
2006-02-03 ruHandle NO_INCS solely inside bsd.incs.mk.
2006-02-03 ruFix a markup glitch.
2006-02-03 jhbSort includes.
2006-02-03 rwatsonAdd AUDIT to NOTES, as it's probably ready to get regul...
2006-02-03 rwatsonRemove user.h include in audit.h, it is unneeded, and...
2006-02-03 rwatsonIn fchdir(), Giant must be separately acquired and...
2006-02-03 willMake UDF endian-safe.
2006-02-03 jcamouDocument carp(4) arguments.
2006-02-03 marius- Don't shift the clock frequency in MHz left by 8...
2006-02-03 rwatsonRegenerate.
2006-02-03 rwatsonAssign audit event identifiers to many system calls.
2006-02-03 glebiusDropping the lock in the transmit_event() is not safe...
2006-02-03 bruefferFix a sentence.
2006-02-03 desUse -O2 on RELENG_6 as well
2006-02-03 glebiusAxe unused function.
2006-02-03 impMFp4: Small cleanup of cpu messages at boot.
2006-02-03 impMerge from p4: minor formatting nits.
2006-02-03 impAllow newer config versions to config older versions...
2006-02-03 davidxuMFi386:
2006-02-03 davidxuClear carry flag in get_mcontext so that setcontext...
2006-02-03 flz- Add a startup script for hostapd.
2006-02-03 mjacob!$(*&!($!&$(!&$&(!$(&!&($!($
2006-02-03 peterMake PV entries dynamic on amd64. i386 has a pre-reser...
2006-02-02 impIf the device has a PNPID, don't bother to attach....
2006-02-02 marcelRemove devices acpi & mem, as they are in defaults...
2006-02-02 glebiusIn vlan_config() first call vlan_inithash(), then lock...
2006-02-02 teggeAdjust old comment (present in rev 1.1) to match change...
2006-02-02 teggeFor low memory situations, non-VMIO buffers didnt't...
2006-02-02 mjacobRemove use of inlines and use the functions as a library.
2006-02-02 cognetDon't destroy the slave /dev entry until someone figure...
2006-02-02 csjpdefine lock.h before rwlock.h for DEBUG_LOCKS
2006-02-02 jhbWhitespace fix.
2006-02-02 psImplement SIOCGIFCONF for 32bit binaries.
2006-02-02 psEnable 64bit SGL's on PERC 4/DC
2006-02-02 ps- Move the command setup from amr_start1 into the card...
2006-02-02 csjpUse PFIL_HOOKED macros in if_bridge and pass the right...
2006-02-02 mariusCorrect and improve the description of le(4) vs. pcn...
2006-02-02 davidxuUnder verbose mode, correctly report L2 cache information
2006-02-02 davidxuFix bug in L2 cache size detection code for CPU which...
next