]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
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.
2003-07-25 mpAdd wrapper for kqueue() to keep track of the allocated...
2003-07-25 njlAdd an informational debugging printf of the maximum...
2003-07-25 bdeBacked out the micro-optimization in 1.4. It was to...
2003-07-25 hrsNew release notes: bge(4) 5705 support.
2003-07-25 ruMake the PC98 small boot floppy usable again.
2003-07-25 hartiWhen deciding whether to download the microcode or...
2003-07-25 hartiPrint the offending SPANS message only if printing...
2003-07-25 muxAn u_int8_t can never be bigger than 255, so remove...
2003-07-25 muxRemove a duplicate entry.
2003-07-25 maximo Do not overwrite saved interrupt priority level by...
2003-07-25 ruThe RELEASE9 knob is now OBE.
2003-07-25 ruMoved the boot floppy generation code out from release...
2003-07-25 hartiAdd support for VBR and CBR PVCs for IP over ATM.
2003-07-25 hartiMake library WARNS=6 clean. The problems have been...
2003-07-25 hartiDue to a gcc bug, it doesn't like local variables with...
2003-07-25 hartiMake ilmid WARNS=6 clean. The problem were a couple...
2003-07-25 marcelRemove __aligned(16) from the definition of struct...
2003-07-25 marcelRemove INVARIANT* and WITNESS. This makes the simulator...
2003-07-25 desReady to go live.
2003-07-25 hartiSet the interface type of the network interfaces to...
2003-07-25 hartiHand the packet to bpf not only in the LLC/SNAP case...
2003-07-25 hartiMake the debugging variable that controls printing...
2003-07-25 marcelMove ia64_pa_access() from machdep.c to mem.c and decla...
2003-07-25 mckayMake the example "too large" message in the manual...
2003-07-25 davidxuAlign upcall stack top to odd times of 8. GCC accounts...
2003-07-25 marcelDisable the single-step trap on a debug related trap...
next