]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1998-10-09 peterAn elf_reloc() function for the i386. Based on alpha...
1998-10-09 markmAdd JKH's auth.conf parser to turn on/off Kerberos...
1998-10-09 dtFix some bugs in pthread scheduler:
1998-10-09 gibbsPass termination information via softc flags to the...
1998-10-09 gibbsWhen 'using defaults' ensure that termination is enabled.
1998-10-09 rnordierGet this building as a.out or ELF.
1998-10-09 desHand me the pointy hat, and make it big.
1998-10-09 abialPut some #ifdef's around debugging code.
1998-10-09 abialFix for bad calculation of netmask bits. I'm amazed...
1998-10-09 katoSync with sys/i386/i386/machdep.c revision 1.312.
1998-10-09 kjcfix a bug which could lock up a transmitter.
1998-10-09 jkhNow take stdio.h out of files that don't require it.
1998-10-09 jkhFix damaged comment.
1998-10-09 desfread() returns 0 on eof or error, not EOF. This fixes...
1998-10-09 jkhAdjust documentation to note the 3 boot images availabl...
1998-10-09 jkhMove auth.conf path in here. Doesn't affect published...
1998-10-09 jkhUpdate docs to match interface change.
1998-10-09 jkho move path in libutil.h to paths.h
1998-10-09 jkhTake the path spec back out.
1998-10-09 msmithRemove some debugging code.
1998-10-09 msmithSync the MODINFO constants with <sys/linker.h>
1998-10-09 jkhSmall refinements to boot script.
1998-10-09 msmithMODINFO_NAME can't be 0, that's the end of the metadata...
1998-10-09 markmUse KJH's auth.conf parser to turn on/off Kerberos...
1998-10-09 markmUse KJH's auth.conf parser to turn on/off Kerberos...
1998-10-09 markmAdd JKH's auth.conf-file parser to turn Kerberos on...
1998-10-09 jkhInitialize boot configuration files on floppy correctly...
1998-10-09 jkhAdd some evil temporary phys-to-kern translation for...
1998-10-09 wpaulAdd support for yet another "cyclone" board, with PCI...
1998-10-09 msmithMissing defines for the kernel environment and module...
1998-10-09 jdpDon't try to print out the signal number that caused...
1998-10-09 jkhinclude proper header for Mike's new stuff.
1998-10-09 asamiAdd new variable NO_FILTER_SHLIBS -- it will disable...
1998-10-09 jkhAll these have to include stdio.h now.
1998-10-09 msmithKernel environment access, preloaded module lookup.
1998-10-09 msmithInitialise kernel environment and module metadata pointers.
1998-10-09 msmithNew files for kernel environment and module metadata...
1998-10-09 jdpFix a panic on SMP systems, caused by sleeping while...
1998-10-09 jkhUse lstat() rather than stat in determining whether...
1998-10-08 jkhAllow the module area to be used in order to find the...
1998-10-08 jkhThis thing has its own puts function, so use it.
1998-10-08 jkhremove stdio.h include; I forgot Bruce's cardinal rule...
1998-10-08 msmithFix up the kernel environment and module data pointers...
1998-10-08 desMake that annoying "device busy" message dependent...
1998-10-08 kenFix a memory leak in rpc.rstatd that shows up when...
1998-10-08 desWhile I'm at it, remove the tickadj manpage from src...
1998-10-08 desRemove all references to tickadj(8) from rc, rc.conf...
1998-10-08 katoDiscard previous commit.
1998-10-08 katoOops, discard my previous commits becase sumitted code...
1998-10-08 katoAdd entry for EtherEZ98 and Access/PC N98C+ cards.
1998-10-08 katoAdd ungermann-Bass Access/PC N98C+ support to fe driver...
1998-10-08 katoAdd SMC EtherEZ98 support to ed driver (PC-98).
1998-10-08 katoBIOS ROM base address is 0xe8000 on PC-98.
1998-10-08 wpaulCorrectly update the tail pointer of the transmit queue...
1998-10-08 katoSync with sys/i386/conf/GENERIC revision up to 1.123.
1998-10-08 katoSync with sys/i386/i386/userconfig.c revision 1.111.
1998-10-08 jkhFinally settle on a name for the mfsroot image.
1998-10-08 jkhOnly install boot blocks if !MFSKERN. Too big otherwise!
1998-10-08 obrienQuiet many compiler warnings.
1998-10-08 jkhAdd boot bits to boot floppy.
1998-10-08 jkhMake both types of boot targets.
1998-10-08 jkhFinal cleanup pass over boot floppy changes.
1998-10-08 phkAvoid using dmesg to find devices, the buffer may not...
1998-10-08 jkhRemove a gratuitous copy.
1998-10-08 jkhAdd some rudimentary documentation for my new functions.
1998-10-08 sosRemove debug output on disk change.
1998-10-08 markmAdd auth.conf. JKH Added the code to understand this...
1998-10-08 kenAdd the quirk entry framework to handle disabling the...
1998-10-08 jkhCorrect a build error that got past my build test somehow.
1998-10-08 alexCheck the timeval passed to BIOCSRTIMEOUT with itimerfi...
1998-10-07 jkhUnreverse a conditional and gzip the mfs image by default.
1998-10-07 jkhSupport 3 floppy images as standard now: boot kernel...
1998-10-07 jkhFix typo.
1998-10-07 jkhFix typos.
1998-10-07 jkhAdd MFSKERN flag to enable the combining of kernel...
1998-10-07 desBy popular request, mention that mailq responds to...
1998-10-07 jkhRead in all the nlist entries properly.
1998-10-07 jkhAdd isa_devtab_cam
1998-10-07 jkhAdd a simple mechanism for reading property lists from...
1998-10-07 desAdd missing newline in probe message.
1998-10-07 luoqiUse vm_page_xxx() inline functions to manipulate vm_pag...
1998-10-07 obrienFix syntax errors I introduced.
1998-10-07 msmithAdd strcasecmp source file required for dosfs operation.
1998-10-07 katoUse MACHINE_ARCH instead of MACHINE to detect x86 arch.
1998-10-07 peterFix that pesky boot aguments parsing bug. (I think :-)
1998-10-07 msmithRequest the flags back when checking for keyboard status.
1998-10-07 gibbsAdd entries for the adw device driver.
1998-10-07 gibbsahc_pci.c:
1998-10-07 gibbsFix a parent tag reference count bug during tag teardown.
1998-10-07 gibbsAdd a missing newline.
1998-10-07 gibbsDon't set the active flag on a transaction resource...
1998-10-07 gibbsAdd ADW_ALLOW_MEMIO and DPT_ALLOW_MEMIO. Until our...
1998-10-07 gibbsAdd a quirk entry for the CFP2107, another drive with...
1998-10-07 gibbsAdd support for the ASC3550 AdvanSys SCSI Host Controll...
1998-10-07 jkhDon't use boot2 on alpha.
1998-10-07 jkhRemove hard-coded constants being passed to doFS.sh...
1998-10-07 impUp the read capacity timeout from 20 seconds to 60...
1998-10-07 kenSome fixes for the CD and DA drivers from bde. (and...
1998-10-07 jkhTurn ALLLANG back on.
1998-10-07 jkhAdd spanish doc dirs.
next