]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1999-05-08 obrienUse /usr/bin/finger rather than `safe_finger'.
1999-05-08 jdpRevive the pam_deny and pam_permit modules from Linux...
1999-05-08 impRemove one tab from us.iso.kbd so that it now has no...
1999-05-08 nectar16 characters for the device name in /etc/dumpdates...
1999-05-08 obrienImpliment elements of TCP Wrappers's `safe_finger'.
1999-05-07 wpaulFix a couple of small buglets.
1999-05-07 mckusickGet rid of extern declarations on gdb stuff so systems...
1999-05-07 dfrThe structure Elf_Note does not have 32 and 64 bit...
1999-05-07 dfrImplement corefiles for FreeBSD/alpha. This requires...
1999-05-07 jkhDon't install compat22 by default.
1999-05-07 dfrAdd core-regset.c to the Makefile to allow debugging...
1999-05-07 peterUpdate intpm driver.
1999-05-07 mjacobfix it so it compiles on alpha again
1999-05-07 mjacobPropagate i386 change to alpha (bdevsw[] -> bdevsw()).
1999-05-07 desNit fix.
1999-05-07 peterYet another kludge to maintain the isa_device illusion...
1999-05-07 peterGC stray static prototypes for physread/physwrite which...
1999-05-07 peterMinor style nit (this minor style.9 violation caused...
1999-05-07 mckayMake flood ping flood again. It hasn't worked since...
1999-05-07 foxfairPR: 10918
1999-05-07 jkhErm, correct mighty braino in previous "don't annoy...
1999-05-07 jkhMake saving kernel configuration info disable-able...
1999-05-07 phkContinue where Julian left off in July 1998:
1999-05-07 phkFix a goof in the #ifdef DEVFS case which was found...
1999-05-07 grogInclude opt_vinum.h to get the VINUMDEBUG definition...
1999-05-07 grogConvert to use physread() and physwrite().
1999-05-07 jasoneApply patch included in bin/8872. This fixes a bug...
1999-05-07 grogArrange the "CONFIGURATION FILE" section in the order...
1999-05-07 phkIntroduce two functions: physread() and physwrite...
1999-05-07 mckusickGeneralize to allow any serial port to be used as the...
1999-05-07 markmThere seems to be a problem (most likely when there...
1999-05-07 jkhUse a more correct filesystem type name if given a...
1999-05-07 jkoshyNull commit.
1999-05-07 jkoshy1. Enhanced syntax for mount(8). The -o option now...
1999-05-07 mckusickWhitespace cleanup.
1999-05-07 jkhCommit a more general version of the last patch; don...
1999-05-07 mckusickGet rid of random debugging cruft; sync up with latest...
1999-05-07 jkh1. Silence warning.
1999-05-07 julianMy 5520 turned out to be a 5510 in disguise.. correct...
1999-05-07 wpaulAdd support to wicontrol(8) and wi(4) for enabling...
1999-05-07 grogRemove the last trace of disk.h
1999-05-07 mckusickSevere slowdowns have been reported when creating or...
1999-05-07 grogRemove old grunge, including references to sys/disk...
1999-05-07 grogRemove old grunge
1999-05-06 peterUse id_ointr for setting the pnp interrupt handler...
1999-05-06 peter``fix'' the devfs_add_devswf() calls, the printf string...
1999-05-06 peterUndo excess staticization - these two are meant to...
1999-05-06 peterahatimeout is static..
1999-05-06 peterUse consistant function definitions which also silences...
1999-05-06 peterEnsure prototype for pnp_configure() is visible.
1999-05-06 peterGC unused variable
1999-05-06 peterPull in prototype for splq().
1999-05-06 peterFix a static/extern conflict. Put extra brackets to...
1999-05-06 peterPut the old-style isa interrupt handlers in id_ointr...
1999-05-06 peterFix a warning - make sure the register is read regardle...
1999-05-06 peterFix two warnings; and note a problem where a pointer...
1999-05-06 peterOne too many vfsops..
1999-05-06 peterAdd brackets to silence egcs and help clarity.
1999-05-06 peterFix a goof on my part; s/struct moduledata */struct...
1999-05-06 peterFix some variable naming confusion
1999-05-06 peterGC unused pps_drvinit() declaration
1999-05-06 julianAdd Cyrix (NatSemi) 5520 and 5530 PCI-ISA bridges.
1999-05-06 kenThe base transfer speed for the parallel port bus is...
1999-05-06 kenTake out calls to cam_sim_set_basexfer_speed(), the...
1999-05-06 n_hibmaAdd new member for XPT_PATH_INQ, follows recent changes in
1999-05-06 billfFix confusing sentence, the PR noticed the sentence...
1999-05-06 kenAdd a number of interrelated CAM feature enhancements...
1999-05-06 phkremove b_proc from struct buf, it's (now) unused.
1999-05-06 phkOops, forgot this bit: don't use <sys/disk.h>
1999-05-06 rogerAdded details of PCI network cards which work by emulat...
1999-05-06 phkdon't use <sys/disk.h>
1999-05-06 phkDon't use <sys/disk.h>
1999-05-06 phkNuke bogus prototypes which have bogotified ccd and...
1999-05-06 peterFix 'signed char as array index' warnings and an unused...
1999-05-06 peterMissing 'int' in declaration of variables.
1999-05-06 peterFix a precedence bug in the atapi tape driver. I think...
1999-05-06 peterFix up a few easy 'assignment used as truth value'...
1999-05-06 peterThe joypart() macro had a precedence bug. Add seatbelt...
1999-05-06 peterMissing 'int' declaration in devsw_installed variable.
1999-05-06 peterAdd sufficient braces to keep egcs happy about potentia...
1999-05-06 peterAdd missing comment characters from wi driver description.
1999-05-06 phkRemove unused fields from struct buf:
1999-05-06 wpaulModify wicontrol(8) and wi(4) to allow setting the...
1999-05-06 wpaulTweak the Macronix driver to hopefully make it more...
1999-05-06 dtreadklog(): rename variable 'l' to 'len', to avoid...
1999-05-06 n_hibmaAdded USB HID devices major number.
1999-05-06 peterMove the proc0 init before the driver probe/attach...
1999-05-06 peterI'm not sure why the #ifdef SMP became #if 1 (this...
1999-05-06 jkoshyFix spelling and typos.
1999-05-06 jkoshyFix typos and -mdoc usage.
1999-05-06 jkhrevert premature DHCP commit
1999-05-06 jkhArgh, those last two commits snuck in with the other...
1999-05-06 jkhFix includes; I had a slightly different Makefile than...
1999-05-06 bdeFixed profiling of elf kernels. Made high resolution...
1999-05-06 katoSync with sys/i386/i386/userconfig.c revision 1.138.
1999-05-06 katoSync with sys/i386/conf/files.i386 revision 1.237.
1999-05-06 bdeFixed bitrot in comments.
1999-05-06 wpaulFix some byte ordering problems; I was storing string...
1999-05-06 archieAdd the capability for traceroute(8) to send packets...
1999-05-06 bde"Fixed" missing dependency of ${PROG} on ${LIBC} in...
next