]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2002-09-30 mdodd- Recognize 'idt' interfaces.
2002-09-30 mdoddRecognize 'idt' interfaces.
2002-09-30 phkDon't leak memory in case device_add_child_ordered...
2002-09-30 rulibusb -> libusbhid did not reach here.
2002-09-30 ruFreeBSD 4.6, 4.6.2, 4.7 and 4.8 are now officially...
2002-09-30 obrienOnly print out the "SMP: AP CPU #N Launched!" message...
2002-09-30 obrienSave the FP state in the PCB as that is compatable...
2002-09-30 mdoddHARP driver for the IDT77201/211 NICStAR ATM Adapter...
2002-09-30 obrienUse fcntl.h from inside /sys.
2002-09-30 impSAMSUNG SWL-2000P PCI Card
2002-09-30 impPsion Dacom Gold Card Ethernet
2002-09-30 impGeneric Prism2.5 card
2002-09-30 impBelkin F5D5020 pccard.
2002-09-30 impEntry for I-O Data PCET/100-CL
2002-09-30 impmbuf leak in the error case has been fixed. When we...
2002-09-29 impRemove bogus comments about why we do some silly things...
2002-09-29 impMake beep not depend on HZ setting.
2002-09-29 impSMIENB not needed, but maybe PCI_CLOCK is, so put it...
2002-09-29 impParens considered good.
2002-09-29 julianuh, commit all of the patch
2002-09-29 juliancommit the version I actually tested..
2002-09-29 impoops, last second botch: fix extra 'i'
2002-09-29 impo Belkin wireless card
2002-09-29 julianImplement basic KSE loaning. This stops a hread that...
2002-09-29 gioriaFinishing sparc64 translation, somes fixs on alpha
2002-09-29 impAdd -x option. This causes pccardd to exit after probi...
2002-09-29 impAdd a ; to make a non-null statement
2002-09-29 impo FreeSPirit ISDN/56K modem card
2002-09-29 gioria- Fixs to allow correct building
2002-09-29 gioriaSGMLise accents
2002-09-29 gioriaCorrects alls files to allow relnotes build
2002-09-29 gioriaNew translation
2002-09-29 impFix comment
2002-09-29 impLimit the TX key to a valid range
2002-09-29 impDon't leak the bar list for each thing we allocate.
2002-09-29 gioriaMore translation
2002-09-29 nyanDon't make an error even if drivers.conf does not exist.
2002-09-29 bdeAlign the stack suitably for the version of gcc in...
2002-09-29 nyanAdded some buggy PC-98 PnP cards support.
2002-09-29 tjrRemove dead code which supported systems without O_APPE...
2002-09-29 bdeFixed some of the namespace pollution in rev.1.33....
2002-09-29 bdeInclude <sys/systm.h> instead of depending on namespace...
2002-09-29 bdeInclude <sys/systm.h> instead of depending on namespace...
2002-09-29 nyanMerged from sys/isa/fd.c revision 1.238.
2002-09-29 nyanMerged from sys/dev/syscons/syscons.c revision 1.389.
2002-09-29 nyanMerged from sys/dev/sio/sio.c revisions 1.380 and 1...
2002-09-29 wilkoDocument 1Gbyte max memory limitation on Miata.
2002-09-29 tjrConvert the remaining callers of errmsg() to use strerr...
2002-09-29 jmallettMark the signo as __unused in a lazy signal handler.
2002-09-29 obrienFix style nit where conditionally compiled code was...
2002-09-29 ericAdd getopt_long(3).
2002-09-29 julianlock proc while calling psignal
2002-09-29 jmallettFix spurious three-space indentation in a four-space...
2002-09-29 jmallettAllow the shell preference for make(1) to be set in...
2002-09-29 jmallettFix ability to use csh(1) as the make(1) shell.
2002-09-28 gioriaNew translation
2002-09-28 jmallettMake make(1) WARNS=6 clean except for const issues...
2002-09-28 gioriaNew translation
2002-09-28 trhodess/behaviour/behavior/ in the chmod(1) manual
2002-09-28 peterDeal with some SMP races by doing the entire copyin...
2002-09-28 gioriaContinuing MFen 1.423
2002-09-28 phkRename "struct device" to "struct midway_device" to...
2002-09-28 phkMove includ of <sys/bus_priate.h> later to get semantic...
2002-09-28 phkChange a return to a break so the local buffers get...
2002-09-28 phks/struct dev_t */dev_t */
2002-09-28 phkThis driver doesn't need to include <sys/bus_private...
2002-09-28 phkDisabuse this driver of the notion that it needs to...
2002-09-28 peterThere is no need for start/num to be signed in i386_ldt...
2002-09-28 jmallettFix merge error in previous commit.
2002-09-28 jmallettAdd empty default cases where they should be, remove...
2002-09-28 phkZero the local-variable mutexes before we call mtx_init...
2002-09-28 peterRepair range checking for reading the ldt list.
2002-09-28 gioriaWe go more on MFen 1.423
2002-09-28 jmallettWhen spamming me with a printf(9), under DIAGNOSTIC...
2002-09-28 phkMake P_MAGIC fit in p_magic.
2002-09-28 iwasakiAdd support for the BCM5702x chips.
2002-09-28 phkDon't use GCC shorthand for ?: unless it really matters.
2002-09-28 phkRemove unused includes.
2002-09-28 phkFix mis-indent.
2002-09-28 impNewer Netgear MA401RA entry.
2002-09-28 phkDon't call function in return() for a void function.
2002-09-28 phkFix an indentation problem.
2002-09-28 phkDon't use unnamed anonymous structs: give it a name.
2002-09-28 phkBe consistent about "static" functions: if the function...
2002-09-28 matusitaCreate symlink for /etc/group. MAKEDEV file will use...
2002-09-28 phkPut the casts on the right hand side of =.
2002-09-28 phkDon't return(foo(bla)) when foo returns void.
2002-09-28 phkI misplaced a local variable yesterday.
2002-09-28 phkCorrectly order VI_UNLOCK(), local variables and block...
2002-09-28 phkStyle, whitespace and lint fixes.
2002-09-28 phkVoid functions cannot use return(foo) even if foo is...
2002-09-28 phkFix two style problems which made FlexeLint unhappy:
2002-09-28 julianRewrite the kse_create() function to better aproach...
2002-09-28 phkFirst confirmed kill from my Flexelint license: Check...
2002-09-28 tjrRemove masking macros for getwc(), putwc(), putwchar...
2002-09-28 julianPlace 'completed thread anchor' in pre-zero'd secion...
2002-09-28 acheRemove more two-letters names,
2002-09-28 jakeRenamed intr_enqueue to intr_vector and intr_dequeue...
2002-09-28 jakeMoved most interrupt related code to a new file, interr...
2002-09-28 peterZap now-unused SHLIB_MINOR
next