]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
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
2002-09-27 jakeAdd a workaround for what seems to be confusion between...
2002-09-27 gibbsAdd a missing pair of curly braces to a conditional...
2002-09-27 phkUpdate to match current kernel code.
2002-09-27 phkAdd "missing scratch-pad register" to the first of...
2002-09-27 phkAdd a field so we can specify flags per port to the...
2002-09-27 phkAdd yet a quick flag to sio: 0x100000 "Scratch pad...
2002-09-27 sosFix so it compiles with the new disklabel stuff.
2002-09-27 phkExtensively rework the geom_bsd method, put a lot of...
2002-09-27 phkAdd the new g_slice_config() call, which can add/delete...
2002-09-27 phkMake the UP/DOWN threads hold on to their own private...
2002-09-27 phkCorrectly en/decode MAXPARTITIONS partitions.
2002-09-27 phkSetattr should not retry on EBUSY, we could get EBUSY...
2002-09-27 phkVarious no-ops:
2002-09-27 phkCorrectly calculate size of PC98 slices.
2002-09-27 phkAllocate bio's with M_NOWAIT and let the caller deal...
2002-09-27 phkAdd checks for g_clone_bio() returning NULL, it will...
2002-09-27 phkImplement g_call_me() as a way for geom methods to...
2002-09-27 phkOk, include also the two tests which actually does...
2002-09-27 phkHook into the shutdown EVENTHANDLER and stop tasting...
2002-09-27 phkRename the doorlock to eventlock, it gets to protect...
2002-09-27 phkMake it a tad easier to deal with struct inode in userl...
2002-09-27 phkUse our mount-credential if we get a NOCRED when we...
2002-09-27 joeMFNetBSD: Increasre the reset recovery time. (rev...
2002-09-27 joeMFNetBSD: Update class codes. (rev 1.68)
2002-09-27 phkAdd a D_NOGIANT flag which can be set in a struct cdevs...
2002-09-27 joeMFNetBSD: Add Bluetooth related classes etc. (rev 1.67)
2002-09-27 joeMFNetBSD: revision 1.66
2002-09-27 sosAdd the pst (Promise SX6000) driver to GENERIC.
2002-09-27 phkAdd the "Monitor" interface flag.
2002-09-27 phkRename struct specinfo to the more appropriate struct...
2002-09-27 sosAdd manpage for the pst driver (Promise SX6000)
2002-09-27 scottlPrepare for the uncoming import of the ServeRAID driver
2002-09-27 gordonFix moused so you can use the stop command
2002-09-27 rwatsonUse size_t instead of int for len variables passed...
2002-09-27 jhbGive up on a tty if opening it's special file returns...
2002-09-27 ruDocument the parsing bug.
2002-09-27 julianRedo how completing threads pass their state to userland
2002-09-27 impTwo fixes:
2002-09-27 gibbsRemove redundant inclusion of inttypes.h in aicasm_gram.y
2002-09-27 jmallettList valid keywords, ala kill(1), rather than the csh...
2002-09-27 jmallettAla kill(1), tell people to type 'ps -L' for a list...
2002-09-27 rwatsonRemove an errant debugging printf that got left in...
2002-09-26 gibbsUpgrade to version 1.1 of the aic79xx U320 driver.
2002-09-26 gibbsExpand vendor ID.
2002-09-26 gibbsCorrect a spelling error.
2002-09-26 gibbsSync perforce IDs for changes first committed to FreeBS...
2002-09-26 gibbsUse inttypes.h
2002-09-26 phkDon't show disklabel in the examples, it is not necessary.
2002-09-26 phkUnder DIAGNOSTIC, complain if ENOIOCTL leaks out throug...
2002-09-26 rwatsonApparently pxeboot passes in a mygateway of non-zero...
2002-09-26 jhbArgh, isa(4), eisa(4) and mca(4) now attach to legacy...
next