]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1998-02-22 Andrey A. ChernovImplement loadable local<->unicode file names conversion
1998-02-22 KATO TakenoriSync with sys/i386/isa/clock.c revision 1.112.
1998-02-22 Andrey A. ChernovReplace all unknown Unicode characters with '?' in...
1998-02-22 Andrey A. ChernovAdd initial support to map 0x4XX Unicode Cyrillic range...
1998-02-22 David GreenmanThe changes I had made long ago to support >32 disk...
1998-02-22 Jordan K. HubbardProperly bzero() structures after they're returned...
1998-02-22 Jordan K. HubbardEdit a message so that people stop sending me weird...
1998-02-22 Julian ElischerAdd a few useful entries (e.g. radius)
1998-02-22 Jordan K. HubbardMF22: correct comments.
1998-02-22 Jordan K. HubbardMF22: sanify ircd entries.
1998-02-21 Bill FennerChange tty-related capability names to match the implem...
1998-02-21 Jordan K. HubbardAdd missing CLOCK_UNLOCK() before write_eflags().
1998-02-21 Jordan K. HubbardAdd entries for ircd.
1998-02-21 Jordan K. HubbardMF22: CODA entries.
1998-02-21 Jordan K. HubbardMF22: CODA entries. They'll have to rework their usage...
1998-02-21 Bill Paul*sigh* I will not commit late at night. I will not...
1998-02-21 Nate Williamsthere is a minor bug in sb_dsp.c -- the driver
1998-02-21 Nate WilliamsA minor bugfix for my audio driver and pcaudio. The...
1998-02-21 KATO TakenoriMake pc98 options new-style.
1998-02-21 KATO TakenoriOops, previous commit was incomplete.
1998-02-21 KATO TakenoriSync with sys/i386/isa/clock.c revision 1.111.
1998-02-21 KATO TakenoriSync with sys/i386/isa/spkr.c revision 1.33.
1998-02-21 KATO TakenoriSync with sys/i386/conf/options.i386 revision 1.21.
1998-02-21 KATO TakenoriSync with sys/i386/conf/majors.i386 revision 1.34.
1998-02-21 KATO TakenoriSync with sys/i386/conf/files.i386 revision 1.192.
1998-02-21 Eivind EklundMake TUNE_1542 a new-style option, and enable this...
1998-02-21 Gary PalmerAdd $Id$
1998-02-21 Gary PalmerProvide a missing parameter to printf to stop the kerne...
1998-02-21 Steve PriceBuild perl header files for machine/* too.
1998-02-21 John BirrellAdd #ifndef _POSIX_SOURCE around the timecounter defini...
1998-02-20 Jordan K. HubbardReserve cdev 93 for CODA filesystem.
1998-02-20 John BirrellChange a (defaulted) int arg to a long so that a cast...
1998-02-20 John BirrellAdd #include <string.h> to get prototypes. Note that...
1998-02-20 John BirrellAdd #include <string.h> to get prototypes.
1998-02-20 John BirrellAdd #include <stdlib.h> to get prototypes.
1998-02-20 Jordan K. HubbardUpdate docs for new stable-167 driver.
1998-02-20 Jordan K. HubbardUpdate to "stable-167" release; totally reimplements...
1998-02-20 Poul-Henning... Replace TOD clock code with more systematic approach.
1998-02-20 Jordan K. HubbardCorrect spammage from MACHINE_ARCH commit - you don...
1998-02-20 Bruce EvansRemoved default tags target. It was identical to the...
1998-02-20 Bruce EvansRemoved default tags target. PROG is always defined...
1998-02-20 Bruce EvansDon't pass the undocumented flags `-se' to gtags (gtags...
1998-02-20 Brian SomersRemove useless argument to ``. start_if.$ifn''
1998-02-20 Bruce EvansFixed cleaning of tags files. GSYMS was forgotten.
1998-02-20 Bruce EvansStaticized.
1998-02-20 Bruce EvansDon't depend on "implicit int" or bloat the data sectio...
1998-02-20 Bruce EvansDon't depend on "implicit int".
1998-02-20 Bruce EvansRemoved unused debugging variables and macros.
1998-02-20 Bruce EvansRemoved unused #includes.
1998-02-20 Bruce EvansFixed some stale comments about console drivers.
1998-02-20 KATO TakenoriSync with sys/i386/isa/lpt.c revision 1.167.
1998-02-20 KATO TakenoriSync with sys/i386/conf/majors.i386 revision 1.33.
1998-02-20 Bruce EvansDon't create an unused obj directory.
1998-02-20 John BirrellChange MACHINE references to MACHINE_ARCH.
1998-02-20 John BirrellChange MACHINE references to MACHINE_ARCH.
1998-02-20 John BirrellAdd #include <string.h> to get prototypes.
1998-02-20 John BirrellThe NetBSD getlogin syscall has a different name.
1998-02-20 John BirrellFix a bogus cast for a bogus pointer check. This only...
1998-02-20 John BirrellNetBSD kernels don't have issetugid(), so #ifdef this...
1998-02-20 John BirrellAdd #include <string.h> to get prototypes.
1998-02-20 John BirrellAdd alpha support. m68k crept in too. Oops. 8-)
1998-02-20 John BirrellAvoid an uninitialised variable warning from gcc. I...
1998-02-20 John BirrellTest for the existance of ${MACHINE}/boot before trying...
1998-02-20 John BirrellRemove the casts on signal() returns and compare the...
1998-02-20 Tatsumi HosokawaUpdated my e-mail address.
1998-02-20 Tatsumi HosokawaUpdated my e-mail addresses.
1998-02-20 John Birrellgcc wants to see long long variables passed to %q print...
1998-02-20 John Birrelltime() needs a pointer to a time_t, but tv_sec in a...
1998-02-20 John Birrelllocaltime() needs a pointer to time_t which is not...
1998-02-20 John BirrellCan't use ~0L to compare against a uint32. Use ~((uint3...
1998-02-20 John BirrellAdd #include <string.h> to get prototypes.
1998-02-20 John BirrellInitialise variable that gcc lies awake at night worryi...
1998-02-20 John BirrellAdd #include <string.h> to get prototypes.
1998-02-20 John BirrellReplace incomplete malloc prototype with #include ...
1998-02-20 John BirrellAdd #include <stdlib.h> to get prototype for malloc().
1998-02-20 John BirrellAdd #include <string.h> to get prototypes.
1998-02-20 John BirrellAdd #include <stdlib.h> to get prototype for malloc...
1998-02-20 Steve PriceDon't propogate *_DEBUG options. Use DEBUG and recompile
1998-02-20 John BirrellAdd #include <string.h> to get prototypes for functions...
1998-02-20 Bill PaulArghhh.... another missing backslash. Yes, I feel stupid.
1998-02-20 Amancio HastyReserve Major device 92 for the bktr (Bt848 video...
1998-02-20 Amancio HastyMove Luigi's I2CWR ioctl from the video_ioctl section...
1998-02-20 Steve PriceCleanup the lpt for probe code.
1998-02-20 Steve PriceAdd an LPT_DEBUG option.
1998-02-20 Steve PriceBe sure to set the value of Tbl.str_numstr before any...
1998-02-19 Bill FennerRevert sosend() to its behavior from 4.3-Tahoe and...
1998-02-19 Garrett WollmanMake it more convenient to query NICs other than InterN...
1998-02-19 Eivind EklundLimit check for target to smaller section of makefile.
1998-02-19 Mike SmithMove the 'sw' device off block major #1, which is now...
1998-02-19 John BirrellNo binutils yet 8-(, and a few programs that need porti...
1998-02-19 KATO TakenoriSync with sys/i386/conf/majors.1.31.
1998-02-19 KATO TakenoriSync with sys/i386/conf/files.i386 revision 1.191.
1998-02-19 Guido van RooijReenable building of /etc/passwd.
1998-02-19 Philippe CharnierConvert to mdoc + typos.
1998-02-19 John BirrellChange the bootstrap makefile inclusion to be general...
1998-02-19 John BirrellJust one of these libs left to port to alpha.
1998-02-19 John BirrellWith the exception of tools that should come from GNU...
1998-02-19 Satoshi Asami(1) Don't disable "deinstall" if IGNORE is set.
1998-02-19 Brian SomersMFMP: Allow 8 character login names.
1998-02-19 Jordan K. Hubbard91 vinum RAID fs
next