]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2003-07-28 hartiAdd support for CBR and VBR PVCs. Enhance the error...
2003-07-28 mbrDhclient can't block anymore during startup. Document
2003-07-28 hartiConvert the atm{2,3}.sh rc scripts to normal rc.d scrip...
2003-07-28 mbrDon't wait forever if there is no link, go to background
2003-07-28 mbrChange the default for background_dhclient back to...
2003-07-28 mbrDefine $FreeBSD$ at the right place.
2003-07-28 peterMake this compile on 64 bit systems again. You cannot...
2003-07-28 desDATE and PATCH are always defined, but may be empty.
2003-07-28 desRemove redundant "targets", add NOLIBC_R and NOFORTH...
2003-07-28 desInstall experimental.rc
2003-07-28 desDocument --dump
2003-07-28 desRevive the powerpc tinderbox that used to run on 9ball.
2003-07-28 desstanley uses a different sandbox.
2003-07-28 desDon't mail out failure reports from stanley.
2003-07-28 des- add a -d option which dumps the configuration and...
2003-07-28 mbrEnable dhclient to poll the interface state and send...
2003-07-28 mbrDocument background_dhclient.
2003-07-28 mbrAlways start dhclient in the background.
2003-07-28 hartiMake atm WARNS=6 clean. The changes are mostly:
2003-07-28 njlAdd a PATH_INQ flag, PIM_NO_6_BYTE, which indicates...
2003-07-28 alcNone of the "alloc" functions used by UMA assume that...
2003-07-28 rwatsonauth.conf seems to be being gradually subsumed by user...
2003-07-28 impThe LP_ETH_10_100_CF entry needs to be tagged as a...
2003-07-27 marcelReset the per-CPU unique value at boot and clear it...
2003-07-27 alcMake pmap_pvo_allocf() callable without Giant.
2003-07-27 mbrAdd -dynamic to natd if dhcp is used for the natd inter...
2003-07-27 phkPass the file descriptor index down to vn_open.
2003-07-27 phkPass the fdidx argument from vn_open{_cred}() onto...
2003-07-27 alcRemove GIANT_REQUIRED from kmem_alloc().
2003-07-27 gioriaSome Typos fix
2003-07-27 phkAdd fdidx argument to vn_open() and vn_open_cred()...
2003-07-27 phkCall the new argument "fdidx" that is more precise...
2003-07-27 markmTry a lot harder to get dependancies right. This involv...
2003-07-27 umeip6fw does not handle ESP correctly
2003-07-27 tmmRespect BUS_DMA_ZERO in iommu_dvmamem_alloc().
2003-07-27 muxUse the BUS_DMA_ZERO flag.
2003-07-27 dwmaloneNow that we can call kmem_malloc without Giant it shoul...
2003-07-27 nyanEnable the safe, harp, hatm and patm driver documentati...
2003-07-27 muxDocument the new BUS_DMA_ZERO flag.
2003-07-27 robertChanged the data types of three index variables, two...
2003-07-27 muxUse the BUS_DMA_ZERO flag.
2003-07-27 muxUse the BUS_DMA_ZERO flag instead of bzero()'ing DMA...
2003-07-27 mux- Introduce a new busdma flag BUS_DMA_ZERO to request...
2003-07-27 markmTry a lot harder to get dependancies right. This involv...
2003-07-27 tjrFix some off-by-one errors dealing with limits of serve...
2003-07-27 tjrReserve space for the trailing null byte in the srvname...
2003-07-27 tjrAdd the -n maxrec option as an alias for -maxrec for...
2003-07-27 muxUse pmap_zero_page() to zero pages instead of bzero...
2003-07-27 davidxuSimplify sigwait code a bit by using a waitset and...
2003-07-27 alcAllow vm_object_reference() on kernel_object without...
2003-07-27 robertChanged the type of the variable `qidx' from u_int8_t...
2003-07-26 gjUse M_WAITOK instead of M_WAIT in sppp_attach().
2003-07-26 alcAcquire Giant rather than asserting it is held in conti...
2003-07-26 mbrAdd notice about the local change in r1.25
2003-07-26 jdpFix a couple of bugs in the resume handler. Don't...
2003-07-26 mtmDefine the stop command to do nothing when only a specific
2003-07-26 mtmWhen stopping a dhcp interface, don't just release...
2003-07-26 impAdd Socket Communications Low Power 10/100 CF Ethernet...
2003-07-26 impSync to 1.61 of pccarddevs
2003-07-26 impMFNetBSD:
2003-07-26 maximo Fix usage(): remove '-l', add missed '-f', sort.
2003-07-26 hartiInline a function that gcc refused to inline. This...
2003-07-26 hartiSilence a gcc-warning. Do this by inlining the macro...
2003-07-26 simonThe /rescue system is now enabled by default again...
2003-07-26 davidxuSet mc_len to sizeof(mcontext_t), otherwise it is an...
2003-07-26 simonRemove references to the '-l' option in synopsis. ...
2003-07-26 simonMinor mdoc(7) cleanup, based on the PR below.
2003-07-26 pbFix "write from stdin".
2003-07-26 bdeFixed wrong function names in the error message that...
2003-07-26 marcelRemove prototype of ia64_pa_access(). The function...
2003-07-26 takawataEnable wake up GPE before shutdown, not only for sleeping.
2003-07-26 marcelAvoid using __aligned(16). Instead define the jmp_buf...
2003-07-26 phkAdd a "int fd" argument to VOP_OPEN() which in the...
2003-07-26 marcelUnbreak ia64 builds now -Werror is enabled again. Avoid...
2003-07-26 scottlGuard against MLEN growing larger than a uint8_t due...
2003-07-26 scottlBah, I go and get all preachy, and then commit from...
2003-07-26 scottlFix the release build with a forgotten '-f'.
2003-07-26 peterFixes for 64 bit cleanliness. The length arg to sysctl...
2003-07-26 peterUse #include <string.h> rather than <strings.h> so...
2003-07-26 alcGulp ... call kmem_malloc() without Giant.
2003-07-26 peterFix some recently introduced warnings. 'Declaration...
2003-07-26 peterTurn -Werror back on again. I've tested with/without
2003-07-26 davidxuFix typo.
2003-07-26 peterChange the inline limit switch to something that exists...
2003-07-26 tjrRevise and improve ntfs_subr.c 1.30: read only a single...
2003-07-25 marcelRevert previous commit. We don't use setjmp()/longjmp...
2003-07-25 alcrevision 1.51 of vm/uma_core.c modified uma_large_mallo...
2003-07-25 despowerpc isn't tinderbox-ready yet.
2003-07-25 obrienUse __FBSDID().
2003-07-25 obrienUse __FBSDID().
2003-07-25 muxAdd support for the M_ZERO flag to contigmalloc().
2003-07-25 peterMake this 64 bit clean. Use size_t for sysctl() length...
2003-07-25 wpaulRemove alpha vtophys() hack from if_bgereg.h and clean...
2003-07-25 wpaulConvert bge(4) to use busdma. I have not tested this...
2003-07-25 peterFix for 64 bit platforms. sysctl's length args are...
2003-07-25 alcMFi386 revision 1.416
2003-07-25 gadDiscussions on src-committers with alfred and bde point...
2003-07-25 peterFix amd64 build by deleting trailing whitespace. Doh!
2003-07-25 schweikhState that in -exec ... ; the semicolon should be quote...
2003-07-25 njlFix output from an error message.
next