]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1998-06-11 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-06-11 Peter WemmImport final bind-8.1.2 release.
1998-06-11 John BirrellRemove -Werror from CFLAGS on i386 because with -nostdi...
1998-06-11 Andrey A. ChernovLocal filesystems are ufs not ffs
1998-06-11 Peter HawkinsSubmitted by: Peter Hawkins thepish@freebsd.org
1998-06-10 John BirrellCheck the access mode in the flags before waiting on...
1998-06-10 John BirrellRemove SA_RESTART from the signal dispatch in user...
1998-06-10 John BirrellWhen doing a F_SETFL, read the flags back so that the...
1998-06-10 Julian ElischerReplace 'sleep()' with 'tsleep()'
1998-06-10 Doug RabsonMake these files compile.
1998-06-10 Doug RabsonAdd my own copyright to this file. In this case not...
1998-06-10 Julian ElischerFix for "live inode" panic.
1998-06-10 Doug RabsonAdd my own copyright to this file. The only remnants...
1998-06-10 Doug RabsonAdd yet another copyright. If some CVS wizard feels...
1998-06-10 Doug RabsonFix mangled Id keyword.
1998-06-10 Doug RabsonAdd Id keyword.
1998-06-10 Julian ElischerRemove buggy debugging code.
1998-06-10 Doug RabsonAdd missing copyrights. Thanks to Jason Thorpe for...
1998-06-10 Alexander LangerENOPNOTSUPP --> EOPNOTSUPP
1998-06-10 Julian ElischerBack out John's changes 1.45 -> 1.46
1998-06-10 Julian ElischerSubmitted by: Kirk McKusick <mckusick@McKusick.COM>
1998-06-10 Doug RabsonI accidentally committed the wrong file, sorry.
1998-06-10 John PolstraMove ftok() from libcompat to libc, so that it can...
1998-06-10 Dmitrij TejblumBack out previous change. This behavior is at least...
1998-06-10 Poul-Henning... When system act as IPX router (sysctl -w net.ipx.ipx...
1998-06-10 Poul-Henning... Correct name and number for sxdc modules
1998-06-10 Daniel O'CallaghanFix grammar, "null" -> "NUL"
1998-06-10 Poul-Henning... Spelling fixes.
1998-06-10 Poul-Henning... Spellint fixes.
1998-06-10 Dmitrij TejblumAlso return EOPNOTSUPP rather than EINVAL for not suppo...
1998-06-10 Doug RabsonAdd initial support for the FreeBSD/alpha kernel. ...
1998-06-10 Doug Rabson64bit fixes: don't cast pointers to int.
1998-06-10 Doug Rabson64bit fixes: don't cast p->p_retval to an int*.
1998-06-10 Doug Rabson64bit fixes: use u_long not int for ioctl command.
1998-06-10 Doug Rabson64bit fixes: use size_t not u_int for sizes.
1998-06-10 Doug Rabson64bit fixes: p->p_retval is a register_t[] not an int[].
1998-06-10 KATO TakenoriSync with sys/i386/isa/clock.c revision 1.124.
1998-06-10 Peter Wemmfchflags(8) -> fchflags(2)
1998-06-10 Peter WemmThere is no need to make nochange imply ignore as well.
1998-06-10 Peter WemmDon't silently accept attempts to change flags where...
1998-06-10 Peter WemmReturn EOPNOTSUPP rather than EINVAL for flags that...
1998-06-10 Peter WemmDon't attempt to change owner/mode/flags that don't...
1998-06-10 Julian ElischerAllow syslogd to separate out kernel log messages with...
1998-06-10 John PolstraThis is a null commit to log the fact that I have done...
1998-06-10 Jordan K. HubbardStop including COMPAT_21 unconditionally for X now...
1998-06-10 Brian SomersQuieten gcc 2.8.1
1998-06-10 Brian SomersCast pid_t to int for sprintf.
1998-06-10 Brian SomersFix a couple of warnings noted with -Wall on FreeBSD...
1998-06-09 John BirrellAdd a commented out CFLAGS entry that can be uncommente...
1998-06-09 John BirrellImplement compile time debug support instead of trackin...
1998-06-09 John BirrellAdd compile time debug instead of doing this all the...
1998-06-09 John BirrellAdd support for compile time debug. This is enabled...
1998-06-09 John BirrellPOSIX says that pthread_exit() is not allowed to be...
1998-06-09 John BirrellAdd compile time thread lock debug support.
1998-06-09 John BirrellRemove __NETBSD_SYSCALLS from CFLAGS now that it is...
1998-06-09 John BirrellRename calls when building libc_r.
1998-06-09 John BirrellMake this thread-safe in both libc as well as libc_r.
1998-06-09 John BirrellRename when building libc_r.
1998-06-09 John BirrellAdd rename support for libc_r.
1998-06-09 Andrey A. ChernovFix usage string
1998-06-09 Brian SomersShow the time that we reached maximum throughput.
1998-06-09 Andrey A. ChernovIndicate optional signal number field
1998-06-09 Andrey A. ChernovAdd optional config file field: signal number to send...
1998-06-09 Bill PaulFix potential resource leak: when call to des_crypt_1...
1998-06-09 Warner Loshsizeof(foo - 1) isn't the same as sizeof(foo) - 1.
1998-06-09 Doug RabsonAdd (mostly stub) alpha support. Incidentally, it...
1998-06-09 Dmitrij TejblumPrint correct error message if we copy an unreadable...
1998-06-09 Dmitrij TejblumFix typo in a comment.
1998-06-09 Poul-Henning... Add a tc_ prefix to struct timecounter members.
1998-06-09 Bruce EvansPass lists of possible root devices and their names...
1998-06-09 John BirrellImplement compile time thread lock debug.
1998-06-09 John BirrellRename fstat as _thread_sys_fstat if being built into...
1998-06-09 John BirrellImplement thread support for libc_r. Make the lseek...
1998-06-09 John BirrellImplement compile time debug mode for thread locks.
1998-06-09 John BirrellAdd support for thread lock debug. No impact of the...
1998-06-09 John BirrellImplement compile time debug support for spinlocks.
1998-06-09 John BirrellDelete the atomic unlock function since it is no longer...
1998-06-09 John BirrellAtomic lock asm code for the alpha version of libc_r.
1998-06-09 Bruce EvansQuick fixes for the mtree bootstrap:
1998-06-09 Warner Losh$@ is deprecated, use longer forms of single char macros
1998-06-09 Warner Losh$@ deprecated, use long form.
1998-06-09 Warner LoshIf we get back too much data to fit in result, return...
1998-06-09 Warner LoshUse correct size for readlink buffer. This is the...
1998-06-09 Warner Loshuse strncpy correctly
1998-06-09 Warner Losho be careful about buffer overflows
1998-06-09 Warner LoshRemove unused strvisx.
1998-06-09 Warner LoshDon't assume that hp->h_lenght == 4. Be conservative...
1998-06-09 Warner Losho Use snprintf rather than sprintf.
1998-06-09 Warner LoshUse mkstemp rather than mktemp for yacc's temp files...
1998-06-09 Warner Losho Use snprintf rather than sprintf
1998-06-09 Warner Losho Use snprintf over sprintf.
1998-06-09 Warner LoshMake sure we pass the length - 1 to readlink, since...
1998-06-09 Warner Losh$@ is deprecated, use ${.TARGET} instead. Ditto for...
1998-06-09 Warner LoshMake sure we don't overflow the path buffer. Exit...
1998-06-09 Warner LoshMake sure we pass the length - 1 to readlink, since...
1998-06-09 Bruce EvansUpdated generated files.
1998-06-09 Bruce EvansDon't generate COMPAT_43 cruft if there are no COMPAT_4...
1998-06-09 Bruce EvansInclude "opt_compat.h" explicitly instead of depending on
1998-06-09 Bruce EvansFixed `make depend', which I broke here about a month...
1998-06-08 Julian ElischerThe version of the softdep changes in FreeBSD broke the
next