]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1998-06-11 dfrOnly build this on i386 for now. I may use it for...
1998-06-11 dfrAdd missing Id keywords.
1998-06-11 peterMerge conflicting changes (all 1 line! :-) from 8.1.2.
1998-06-11 peterThis commit was generated by cvs2svn to compensate...
1998-06-11 peterImport final bind-8.1.2 release.
1998-06-11 jbRemove -Werror from CFLAGS on i386 because with -nostdi...
1998-06-11 acheLocal filesystems are ufs not ffs
1998-06-11 thepishSubmitted by: Peter Hawkins thepish@freebsd.org
1998-06-10 jbCheck the access mode in the flags before waiting on...
1998-06-10 jbRemove SA_RESTART from the signal dispatch in user...
1998-06-10 jbWhen doing a F_SETFL, read the flags back so that the...
1998-06-10 julianReplace 'sleep()' with 'tsleep()'
1998-06-10 dfrMake these files compile.
1998-06-10 dfrAdd my own copyright to this file. In this case not...
1998-06-10 julianFix for "live inode" panic.
1998-06-10 dfrAdd my own copyright to this file. The only remnants...
1998-06-10 dfrAdd yet another copyright. If some CVS wizard feels...
1998-06-10 dfrFix mangled Id keyword.
1998-06-10 dfrAdd Id keyword.
1998-06-10 julianRemove buggy debugging code.
1998-06-10 dfrAdd missing copyrights. Thanks to Jason Thorpe for...
1998-06-10 alexENOPNOTSUPP --> EOPNOTSUPP
1998-06-10 julianBack out John's changes 1.45 -> 1.46
1998-06-10 julianSubmitted by: Kirk McKusick <mckusick@McKusick.COM>
1998-06-10 dfrI accidentally committed the wrong file, sorry.
1998-06-10 jdpMove ftok() from libcompat to libc, so that it can...
1998-06-10 dtBack out previous change. This behavior is at least...
1998-06-10 phkWhen system act as IPX router (sysctl -w net.ipx.ipx...
1998-06-10 phkCorrect name and number for sxdc modules
1998-06-10 dannyFix grammar, "null" -> "NUL"
1998-06-10 phkSpelling fixes.
1998-06-10 phkSpellint fixes.
1998-06-10 dtAlso return EOPNOTSUPP rather than EINVAL for not suppo...
1998-06-10 dfrAdd initial support for the FreeBSD/alpha kernel. ...
1998-06-10 dfr64bit fixes: don't cast pointers to int.
1998-06-10 dfr64bit fixes: don't cast p->p_retval to an int*.
1998-06-10 dfr64bit fixes: use u_long not int for ioctl command.
1998-06-10 dfr64bit fixes: use size_t not u_int for sizes.
1998-06-10 dfr64bit fixes: p->p_retval is a register_t[] not an int[].
1998-06-10 katoSync with sys/i386/isa/clock.c revision 1.124.
1998-06-10 peterfchflags(8) -> fchflags(2)
1998-06-10 peterThere is no need to make nochange imply ignore as well.
1998-06-10 peterDon't silently accept attempts to change flags where...
1998-06-10 peterReturn EOPNOTSUPP rather than EINVAL for flags that...
1998-06-10 peterDon't attempt to change owner/mode/flags that don't...
1998-06-10 julianAllow syslogd to separate out kernel log messages with...
1998-06-10 jdpThis is a null commit to log the fact that I have done...
1998-06-10 jkhStop including COMPAT_21 unconditionally for X now...
1998-06-10 brianQuieten gcc 2.8.1
1998-06-10 brianCast pid_t to int for sprintf.
1998-06-10 brianFix a couple of warnings noted with -Wall on FreeBSD...
1998-06-09 jbAdd a commented out CFLAGS entry that can be uncommente...
1998-06-09 jbImplement compile time debug support instead of trackin...
1998-06-09 jbAdd compile time debug instead of doing this all the...
1998-06-09 jbAdd support for compile time debug. This is enabled...
1998-06-09 jbPOSIX says that pthread_exit() is not allowed to be...
1998-06-09 jbAdd compile time thread lock debug support.
1998-06-09 jbRemove __NETBSD_SYSCALLS from CFLAGS now that it is...
1998-06-09 jbRename calls when building libc_r.
1998-06-09 jbMake this thread-safe in both libc as well as libc_r.
1998-06-09 jbRename when building libc_r.
1998-06-09 jbAdd rename support for libc_r.
1998-06-09 acheFix usage string
1998-06-09 brianShow the time that we reached maximum throughput.
1998-06-09 acheIndicate optional signal number field
1998-06-09 acheAdd optional config file field: signal number to send...
1998-06-09 wpaulFix potential resource leak: when call to des_crypt_1...
1998-06-09 impsizeof(foo - 1) isn't the same as sizeof(foo) - 1.
1998-06-09 dfrAdd (mostly stub) alpha support. Incidentally, it...
1998-06-09 dtPrint correct error message if we copy an unreadable...
1998-06-09 dtFix typo in a comment.
1998-06-09 phkAdd a tc_ prefix to struct timecounter members.
1998-06-09 bdePass lists of possible root devices and their names...
1998-06-09 jbImplement compile time thread lock debug.
1998-06-09 jbRename fstat as _thread_sys_fstat if being built into...
1998-06-09 jbImplement thread support for libc_r. Make the lseek...
1998-06-09 jbImplement compile time debug mode for thread locks.
1998-06-09 jbAdd support for thread lock debug. No impact of the...
1998-06-09 jbImplement compile time debug support for spinlocks.
1998-06-09 jbDelete the atomic unlock function since it is no longer...
1998-06-09 jbAtomic lock asm code for the alpha version of libc_r.
1998-06-09 bdeQuick fixes for the mtree bootstrap:
1998-06-09 imp$@ is deprecated, use longer forms of single char macros
1998-06-09 imp$@ deprecated, use long form.
1998-06-09 impIf we get back too much data to fit in result, return...
1998-06-09 impUse correct size for readlink buffer. This is the...
1998-06-09 impuse strncpy correctly
1998-06-09 impo be careful about buffer overflows
1998-06-09 impRemove unused strvisx.
1998-06-09 impDon't assume that hp->h_lenght == 4. Be conservative...
1998-06-09 impo Use snprintf rather than sprintf.
1998-06-09 impUse mkstemp rather than mktemp for yacc's temp files...
1998-06-09 impo Use snprintf rather than sprintf
1998-06-09 impo Use snprintf over sprintf.
1998-06-09 impMake sure we pass the length - 1 to readlink, since...
1998-06-09 imp$@ is deprecated, use ${.TARGET} instead. Ditto for...
1998-06-09 impMake sure we don't overflow the path buffer. Exit...
1998-06-09 impMake sure we pass the length - 1 to readlink, since...
1998-06-09 bdeUpdated generated files.
1998-06-09 bdeDon't generate COMPAT_43 cruft if there are no COMPAT_4...
next