]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2001-05-22 tgFix slice handling. Add 6 (`big' DOS partition) as...
2001-05-22 tgSilence some debugging output when installing Borland...
2001-05-22 tgFix boot order (really try A:, then C:, unless the...
2001-05-22 tgImplement file truncation (DOS function 0x21, sub 0x40).
2001-05-22 tgCorrect typo to get DOS function 0x51 (get PSP) to...
2001-05-22 tgDOS function 0x0a (buffered keyboard input) returned...
2001-05-22 tgFix DOS function 4c (exit with return code).
2001-05-22 ruFix argument processing.
2001-05-22 brianIf we don't receive a TY_IPADDR option as part of a...
2001-05-22 ruHide UNION in opt_dontuse.h (see vfs_syscalls.c,v 1...
2001-05-22 jhbRemove duplicate include and sort includes.
2001-05-22 rumdoc(7) police: fix markup.
2001-05-22 jhbSort includes.
2001-05-22 ericRemove an accidentaly added extra blank line.
2001-05-22 grogAdd vinumobj.h to SRCS.
2001-05-22 grogRemove Malloc definitions (now in vinumext.h)
2001-05-22 jhbUnlock the VM lock at the end of munlock() instead...
2001-05-22 jhbSort includes from previous commit.
2001-05-22 ddCorrect the vm_mtx handling; specifically, don't acquir...
2001-05-22 grogUpdate description of the stripe size created by vinum_...
2001-05-22 grogMajor tidy up. Add explicit header files, thus enablin...
2001-05-22 grogTidy up header files. Don't include stuff we don't...
2001-05-22 grogTidy up header files. Don't include stuff we don't...
2001-05-22 grogTidy up header files. Don't include stuff we don't...
2001-05-22 grogAdd a field 'version' to vinum_conf. This field is...
2001-05-22 grogvinumstart: If a write request is for a RAID-[45] plex...
2001-05-22 grogtokenize: Take third parameter specifying the maximum...
2001-05-22 grogCosmetics: wrap long lines to be < 80 characters.
2001-05-22 grogAdd a new debug flag, DEBUG_LOCKREQS, which logs only...
2001-05-22 grogChange ioctls to use the expurgated userland version...
2001-05-22 grogformat_config: Replace long format lines.
2001-05-22 grogcomplete_rqe:
2001-05-22 grogRemove unnecessary declarations of userland functions.
2001-05-22 grogconfig_sd: Add code to recognize "retryerrors" keyword.
2001-05-22 grogfree_vinum: Change some explicit struct member referenc...
2001-05-22 grogAdd xferinfo flag bit for copied buffers.
2001-05-22 grogNew file containing definitions for separate views...
2001-05-22 alfredRemove KASSERT test for sleeping on mv_mtx, instead...
2001-05-22 jhbSort includes.
2001-05-22 ddFix a grammar nit.
2001-05-22 jhbRemove a few more spl's I missed earlier.
2001-05-22 ddIntroduce a background_fsck rc.conf option which allows...
2001-05-21 jhbSort includes from previous commit.
2001-05-21 dwmaloneFix constness warning introduced in syslog.h 1.21.
2001-05-21 dcss/Cthulu/Cthulhu/
2001-05-21 guidoDisable SIGHUP while getting the login name.
2001-05-21 jhbSort includes.
2001-05-21 jhb- Assert that the vm mutex is held in pipe_free_kmem().
2001-05-21 jhbAxe unneeded spl()'s.
2001-05-21 bmahUpdate comment: We don't use vn(4) anymore in -CURRENT...
2001-05-21 phksyslog.h fails to compile with -Wwrite-strings
2001-05-21 ruWork around the side effect of src/include/Makefile...
2001-05-21 impAdd note about pccard rototill and swapping breakage.
2001-05-21 gallatinChange pmap_emulate_reference() so that it only touches...
2001-05-21 gallatincatch these files up to their i386 neighbors to make...
2001-05-21 nyanUpdate pc98 memory probe functions.
2001-05-21 ruGet rid of LSYMSUBDIRS by merely setting up symlinks...
2001-05-21 nyanMerged from sys/i386/isa/npx.c revisions 1.99 and 1...
2001-05-21 nyanMerged from sys/i386/i386/machdep.c revisions 1.452...
2001-05-21 nyanMerged from sys/boot/i386/btx/btx/btx.s revision 1.24.
2001-05-21 nyanAdded pc98 note menu.
2001-05-21 umeCorrect error message of an example.
2001-05-21 hmSubmitted by: Juha-Matti Liukkonen, Cubical Solutions...
2001-05-21 impMove allocation of ExCA registers from the base driver...
2001-05-21 impMove setting of Vcc bit to before the vcc switch statem...
2001-05-21 impNext step on the road to pci: power taming.
2001-05-21 impNext step towards pcic_pci: the ability to allocate...
2001-05-21 kuriyamaAdd description for 82801BA controller.
2001-05-21 impTwo comments and one bug fix:
2001-05-20 jasoneAdd a test for PR 24345.
2001-05-20 jasoneUpdate the verify script.
2001-05-20 jasoneDon't define _REENTRANT, since the Makefile does so.
2001-05-20 jasoneFix a typo.
2001-05-20 jasoneInstead of using a join queue for each thread, use...
2001-05-20 alfredAquire vm mutex when releasing sysv shm segments.
2001-05-20 ddPrint commas in the group list in user(). current...
2001-05-20 bdeThrow away the complications in npxsave() and their...
2001-05-20 bdeUse a critical region to protect almost everything...
2001-05-20 bdeUse a critical region to protect pushing of curproc...
2001-05-20 bdeUse a critical region to protect saving of the npx...
2001-05-20 gallatinfix vm_mtx related compiler warning
2001-05-20 gallatinfix alpha-MD compile errors after the vm_mtx commit
2001-05-20 mckusickUpdate softdep_setup_directory_add prototype to reflect...
2001-05-20 sumikawaPlug memoly leak in overlaps fragment cases.
2001-05-20 ruRemoved -I${.CURDIR}/../../sys from CFLAGS.
2001-05-20 sobomax- Sort usage() output;
2001-05-20 ruFixed `objwarn' so that it doesn't issue spurious warnings,
2001-05-20 ruSpell FreeBSD.org correctly.
2001-05-20 sobomax- Fix markup;
2001-05-20 dwmaloneAdd a flag to "ipfw show" which supresses the display...
2001-05-20 krisSilence WARNS=2 and BDECFLAGS on alpha and i386
2001-05-20 krisSilence WARNS=2 and BDECFLAGS on alpha and i386
2001-05-20 krisSilence WARNS=2 and BDECFLAGS on alpha and i386
2001-05-20 krisThis passes WARNS=2 on alpha and i386
2001-05-20 krisSilence WARNS=2 and BDECFLAGS except for stupid mode_t...
2001-05-20 krisSilence WARNS=2 and BDECFLAGS on alpha and i386
2001-05-20 krisSilence WARNS=2 and BDECFLAGS on alpha and i386
2001-05-20 krisSilence WARNS=2 and BDECFLAGS on alpha and i386
2001-05-20 krisSilence WARNS=2 and BDECFLAGS on alpha and i386
2001-05-20 krisSilence WARNS=2 and BDECFLAGS on alpha and i386
next