]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
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...
1998-05-09 jbAdd #include string.h to get prototypes.
1998-05-09 jbChange long variable to time_t because it passed to...
1998-05-09 jbChange long variables to time_t if they are passed...
1998-05-09 jbAdd #include string.h to get prototypes.
1998-05-09 jbChange variable types from long to time_t if they are...
1998-05-09 jbRemove #define NULL because stdio.h does that.
1998-05-09 jbAdd #include string.h to get prototypes.
1998-05-09 jbAdd #include string.h to get prototypes.
1998-05-09 jbtv_sec in timeval is a long, and a time_t is not necess...
1998-05-09 jbAdd #include string.h to get prototypes.
1998-05-09 jbAdd 'extern' to arrays that are declared and initialise...
1998-05-09 dtFix off by ane error in previous commit.
1998-05-09 jbAdd 'extern' to arrays that are declared and initialise...
1998-05-09 jbAdd 'extern' to arrays that are declared and initialise...
1998-05-09 jbAdd #include stdlib.h to get prototypes.
1998-05-09 jbChange prototype for addbuf to make it compatible with...
1998-05-09 jbAdd #include string.h, stdlib.h and termcap.h to get...
1998-05-09 jbAdd #include string to get prototypes.
1998-05-09 jbAdd 'extern' to those arrays that are declared and...
1998-05-09 desArrggghhhh... forgot to strip the / after outputting %2f
1998-05-09 jbAdd #include string.h to get prototypes.
1998-05-09 jbAdd #include stdlib.h to get prototypes.
1998-05-09 desMap a leading / in -c argument to %2f instead of droppi...
1998-05-09 jbAdd #include string.h to get prototypes.
1998-05-09 jbAlphas don't necessarily have speakers.
1998-05-09 fennerDescribe absolute paths in FTP URL's. This patch has...
1998-05-09 jbOf these programs, only df and ps aren't compatible...
1998-05-09 jkhWell, nobody objected, so here's my -u (unlink) flag...
1998-05-08 jbFix the problem people are having building -current...
1998-05-08 phkAdd jetdirect 9100/tcp
1998-05-08 phkAdd a crucial missing _ in NO_SENDMAIL
1998-05-08 guidoUnblock SIGPIPE before execv(); convert from sigvec...
1998-05-08 maxIn the SEE ALSO section, {get,set}rlimit are said to...
1998-05-08 jkhTry experimenting with the split size a little in an...
1998-05-08 bdeTranslated to C (parameters in a function definition...
1998-05-08 bdeSimplified by using new yacc rules.
1998-05-08 bdeSimplified by using new yacc rules and by not generatin...
1998-05-08 bdeMoved lex and yacc source handling from bsd.prog.mk...
1998-05-08 jbThis is a hack to workaround source that is coded to...
1998-05-08 jbRemote the NetBSD kludge for vfprintf.c
1998-05-08 jbDon't assign the va_list variable 'ap' directly to...
1998-05-07 acheAdd new named configuration template and remove old...
1998-05-07 guidoRedo tcpmux stuff. tcpmux handling is now performed...
1998-05-07 jmgfix a core dump problem when you don't give -f a parame...
1998-05-07 julianAn effort to make SLICE/DEVFS play with SCSI.
1998-05-07 katoSync with sys/i386/isa/wd.c revision 1.166.
1998-05-07 katoSync with sys/i386/isa/fd.c revision 1.112.
1998-05-07 msmithIn the words of the submitter:
1998-05-07 juliancleanup: remove duplicated dump code.
1998-05-07 juliancleanup:
1998-05-07 eivindUnbotch whitespace and change switch with two cases...
1998-05-07 brianMake syslogd function in non-secure mode.
1998-05-06 julianThere is no dump routine for fd so give it an explicit...
1998-05-06 julianDon't call a dump routine if there isn't one. (e.g...
1998-05-06 julianAdd dump support to the DEVFS/slice code.
next