]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1998-05-13 charnierConvert to mdoc.
1998-05-13 charnierCorrect use of .Nm. Add rcsid.
1998-05-13 charnierCorrect use of .Nm.
1998-05-13 charnierRestore Lite-2 sccsid. Restore include of sys/types.h.
1998-05-13 charnierRestore Lite-2 sccsid. Restore include of sys/param.h.
1998-05-13 charnierRestore include of sys/types.h and sys/param.h.
1998-05-13 phkThe PnP code in 2.2.6 detects the Motorola ModemSurfer...
1998-05-13 charnierRestore Lite-2 sccsid.
1998-05-13 charnierRestore original Lite-2 sccsid. Restore include of...
1998-05-13 charnierDo not remove include of <sys/param.h> and <sys/types...
1998-05-13 charnierRestore Lite2 sccsids by removing `const'. Improve...
1998-05-13 jbThe printf type checking in gcc wants %qd to be a long...
1998-05-13 jbMake -Werror i386 specific because -nostinc on alpha...
1998-05-13 peterDelete the #if 0 (nearly) duplicate definitions of...
1998-05-13 peterHold a reference to the vnode during the sillyrename...
1998-05-13 jbFix broken (at least on alpha, but probably on i386...
1998-05-13 peterMove the *vpp initialization earlier so that it's set...
1998-05-12 jbAdd perl to the list of build tools because it is neede...
1998-05-12 jbperl now works on alpha.
1998-05-12 jbThis code casts double -> int -> char *. Ugh. Take...
1998-05-12 jbChange a cast of long * to time_t * in a call to time();
1998-05-12 jbAllow the makefile to choose the perl executable to...
1998-05-12 jbIf perl exists in OBJDIR it has just been built; if...
1998-05-12 jbChange .if to .elif to prevent the current directory...
1998-05-12 jbawk and groff (et al) now work on alpha as the result...
1998-05-12 jbBuild awk and groff with build tools now.
1998-05-12 dysonSome temporary fixes to SMP to make it more scheduling...
1998-05-12 dysonFix alot of silly LINT that I left in the code.
1998-05-12 bdeBacked out previous commit. It is invalid to call...
1998-05-12 jkhReserve major number 99 for vak's cronyx/tau serial...
1998-05-12 bdeDon't attempt to read process context from the kernel...
1998-05-12 woschAdd upcoming NetBSD 1.3.2
1998-05-12 woschSome commands are shell builtins. Execute the builtins...
1998-05-12 maxGive a reasonable default value (-p /var/run/xntpd...
1998-05-12 katoSync with sys/i386/isa/wd.c revision 1.167.
1998-05-12 katoSync with sys/i386/conf/options.i386 revision 1.78.
1998-05-12 katoSync with sys/i386/conf/majors.i386 revision 1.40.
1998-05-12 woschAdd upcoming FreeBSD 2.2.7 and FreeBSD 2.2.8
1998-05-12 jkhGo back to 240640 split size. Interesting experiment...
1998-05-12 jbAdd C++ support.
1998-05-12 gibbsFix the termination test in CIRCLEQ_FOREACH.
1998-05-11 julianAdd missing splx()
1998-05-11 julianSubmitted by: abial@nask.pl
1998-05-11 bdeOops, the lex and yacc sources must be added to SRCS...
1998-05-11 sosOops, only apply the CHS size from lbasize thing when...
1998-05-11 bdeFixed gross errors in previous commit. `sapipe' was...
1998-05-11 peterDelete some large chunks of trailing whitespace since...
1998-05-11 jbThe yacc makefile changes don't seem to know when to...
1998-05-11 jbAdd CROSS_TARGETS to the list of GASES to build. We...
1998-05-11 jbMake a path absolute.
1998-05-11 jbChange the return types for strtoq and strtouq to int64...
1998-05-11 jbMake -Werror i386 specific because gcc with -nostdinc...
1998-05-11 jbCast a pointer to a long, not an int and make the arg...
1998-05-11 dysonChange some tests from CPU_CLASS686 to CPU_686 as appro...
1998-05-11 peterFix PR 1607, hopefully without breaking the PR 5208...
1998-05-11 dysonFix the futimes/undelete/utrace conflict with other...
1998-05-11 steveFix spelling error.
1998-05-11 steveChange NBPG to PAGE_SIZE to match one of phk's recent...
1998-05-11 dysonSupport better performance with P6 architectures and...
1998-05-11 dysonAttempt to set write combining mode for graphics devices.
1998-05-11 jkhMake Mitsumi and Sony CDROM devs also use the `a' devic...
1998-05-11 jkhIt was incorrect to use the `c' device for the matcd...
1998-05-10 steveAdd support for the Yamaha YMF-719.
1998-05-10 jbRemove a 'const' because it was getting thrown away...
1998-05-10 jbThere is no alpha asm code like on i386, so all the...
1998-05-10 jbCast a pointer to a long, not an int before masking it.
1998-05-10 jbRemove 'of type long' from a sentence talking about...
1998-05-10 jbut_time is a time_t, not a long.
1998-05-10 hoek1) kill -HUP syslog, even if compressing supposedly...
1998-05-10 jbTreat all internet addresses as u_int32_t.
1998-05-10 jbDon't try to build shared libraries or libc_r yet.
1998-05-10 hoekArg! Someone fixed the synopsis in -stable's newsyslog...
1998-05-10 hoekFix the usage here, too (-F option).
1998-05-10 hoek1) Remove a line that somehow strayed from the one...
1998-05-10 bdeRemoved share/info from build-tools. It should never...
1998-05-10 steveFix minor typo.
1998-05-10 bdeRemoved bogus dependencies of generated .c files on...
1998-05-10 bdeFixed missing dependencies on headers generated by...
1998-05-10 bdeFixed the usual missing dependencies on headers generat...
1998-05-10 bdeSimplified by putting all generated headers in SRCS...
1998-05-10 bdeUse rpcgen's -C option to get prototypes in nfs_prot.h.
1998-05-09 woschPrint a human-readable warning and die if $INFODIR...
1998-05-09 wollmanFix my last change: the .Fx macro doesn't do anything...
1998-05-09 jbAdd join to the list of bootstrap tools and remove...
1998-05-09 wollmanDocumentation fix: delete references to T/TCP as they...
1998-05-09 msmithAdd character major for 'loe' loopback pseudo-ethernet...
1998-05-09 bdeFixed the usual missing dependencies on headers generat...
1998-05-09 brianAdd a BUGS section and describe a problem I've been...
1998-05-09 bdeFixed the usual dependency bugs. This Makefile acciden...
1998-05-09 bdeFixed overflow in sysinit enum constants. In that...
1998-05-09 jbCast pointers to longs, not ints.
1998-05-09 bdeFixed `make -j9' by putting generated headers in $...
1998-05-09 jbChange long variable to time_t where it is passed to...
1998-05-09 jbAdd #include string.h to get prototypes.
1998-05-09 jbAdd #include string.h to get prototypes and change...
1998-05-09 jbRemove bogus time() prototype and let the one in time...
1998-05-09 jbAdd #include string.h to get prototypes.
1998-05-09 jbCast pointers to long instead of int.
1998-05-09 jbAdd #include string.h to get prototypes.
1998-05-09 jbChange casts of function pointers from int to long...
next