]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
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
1998-06-08 Nate Williams- Added entry for Xircon CreditCard Modem.
1998-06-08 John PolstraMy previous change could conceivably succeed at removin...
1998-06-08 Julian ElischerDon't let ifunit() modify the string passed as an argument.
1998-06-08 Brian SomersCorrect ``set server'' usage and add mention that ...
1998-06-08 John DysonRemove some junk left over from a previous commit.
1998-06-08 Bruce EvansPrint the write counts if they are nonzero even if...
1998-06-08 Bruce EvansUpdated generated files.
1998-06-08 Bruce EvansFixed some style bugs in output (missing tabs and unpar...
1998-06-08 John BirrellAdd LIB_SPEC (same as on i386) so that gcc knows about...
1998-06-08 Bruce EvansFixed pedantic semantics errors (bitfields not of type...
1998-06-08 Doug RabsonFix more of my DDB breakage.
1998-06-08 Doug RabsonFix a typo which prevented i386 elf from working at...
1998-06-08 Søren SchmidtCorrect even more ioctl breakage :(
1998-06-08 KATO TakenoriSync with sys/i386/isa/clock.c revision 1.123.
1998-06-08 KATO TakenoriMerge 64bit portability fixes from sys/i386 stuff.
1998-06-08 Bruce EvansFixed pedantic semantics errors (bitfields not of type...
1998-06-08 Doug RabsonMake DDB work again after I broke it :-(.
1998-06-08 Philippe CharnierAdd rcsid, remove unused #includes. Use err(3).
1998-06-08 Joseph KoshyFix spelling in printf().
1998-06-08 Philippe CharnierUse warnx()+fprintf() to handle multi-line messages...
1998-06-08 Bruce EvansUpdated yet another ioctl, and put wst in LINT to inhib...
1998-06-08 Joseph KoshySpelling fixes.
1998-06-08 Bruce Evansip_fil.h has 9 separate declarations of iplioctl()...
1998-06-08 Joseph KoshyReword to remove confusion between su(1)'s "-c" option...
1998-06-08 John DysonDisable attempted write combining support. This probably
1998-06-08 Bruce EvansFixed an ioctl which grew overnight.
1998-06-08 Bruce EvansBacked out previous commit, which just consisted of...
1998-06-08 Bruce EvansFixed missing ifdefs and disordering in previous commit.
1998-06-08 Bruce EvansFixed ifdef bogotification in previous commit.
1998-06-08 Daniel O'CallaghanFix typo: exit -> exist
1998-06-07 John PolstraSpeed up the cleaning of CHROOTDIR by almost a factor...
1998-06-07 Poul-Henning... Add a member function more to the timecounters, this...
1998-06-07 Doug RabsonFix another DEVFS/SLICE ioctl.
1998-06-07 Poul-Henning... This is a prototype implementation of the draft-mogul...
1998-06-07 Doug RabsonFix some more ioctls which I missed becausese they...
1998-06-07 Søren SchmidtFix the retyping of the ioctl cmd parm from int to...
1998-06-07 Wolfram SchneiderAlways ask for homedir.
1998-06-07 Doug RabsonThis commit fixes various 64bit portability problems...
1998-06-07 Brian SomersFix previous commit. bit 1 is the execute bit, not...
1998-06-07 Peter HawkinsPR: docs/3636
1998-06-07 Poul-Henning... Sigh, all good words are reserved words these days...
1998-06-07 Bruce EvansAdded a used include (in ifdefed code).
1998-06-07 Bruce EvansFixed pedantic semantics errors (bitfields not of type...
1998-06-07 Bruce EvansFixed pedantic syntax errors caused by a trailing semic...
1998-06-07 Bruce EvansNull change. Forgot to mention in previous log message...
1998-06-07 Søren SchmidtCompile mtree before it is used, this is a hack, but...
1998-06-07 Bruce EvansFixed some longstanding timestamp bugs:
1998-06-07 KATO TakenoriSync with sys/i386/isa/clock.c revision 1.122.
1998-06-07 Poul-Henning... Add a "this" style argument and a "void *private" so...
1998-06-07 Brian SomersUse a relative libalias.so name (hardcoded at 2.5 ...
1998-06-07 Brian SomersSearch for libraries in dlopen() when the specified...
1998-06-07 Brian SomersMake ppp world-readable so that root can get at it...
1998-06-07 Brian SomersUpdate the write descriptor selection set for our data...
1998-06-06 John BirrellFix an alignment problem on alpha by doing a bytewise...
1998-06-06 Brian SomersMake ``set ? log'' more verbose.
1998-06-06 Brian SomersDon't call PunchFWHole() ifdef NO_FW_PUNCH
1998-06-06 Julian ElischerMake sure the default value of a dummy variable is 0
1998-06-06 Brian SomersPut the correct pid in /var/run/tunX.pid
1998-06-06 Julian ElischerFix wrong data type for a pointer.
1998-06-06 Julian Elischerclean up the changes made to ipfw over the last weeks
1998-06-06 Steve PriceFix this so that it compiles in the !__STDC__ case.
1998-06-06 Steve Pricekeymap -> key_map so that the kernel will compile with
1998-06-06 Peter HawkinsPR: docs/5986
1998-06-06 Peter HawkinsPR: docs/5628
1998-06-06 Jun KuriyamaSync PATH variable with 'dot.login'.
1998-06-06 John BirrellAdd a warning message for a thread locking against...
1998-06-06 John BirrellSimplify the handling of thread specific data. Only...
1998-06-06 John BirrellRe-design the thread specific key structure.
1998-06-06 John Birrellnamed-xfer can't be linked static due to the duplicated...
1998-06-06 John BirrellI got the last commit back to front.
1998-06-06 Joseph KoshySpelling corrections.
1998-06-06 KATO TakenoriMake LINE30 a new style option.
next