]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1998-08-23 obrienThis commit was generated by cvs2svn to compensate...
1998-08-23 obrienVirgin import of AMD (am-utils) v6.0a16
1998-08-23 phkremove bdevsw arg from dsopen();
1998-08-23 dfrUse address space numbers to reduce TLB flushes.
1998-08-23 gpalmerQuick hack to allow netstat to compile once more: ifdef...
1998-08-23 desDon't check minor number of dump device at all.
1998-08-23 bdeEnabled Lite2 fix for reading from dead ttys.
1998-08-23 bdeFixed printf format errors.
1998-08-23 bdeFixed printf format errors. `struct eisa_device' uses...
1998-08-23 bdeFixed printf format errors.
1998-08-23 bdeAdded D_TTY to the cdevswitch flags for all tty drivers...
1998-08-23 bdeRemoved cxpoll(). Just use ttpoll() like all other...
1998-08-23 bdeAttempt to fix my breakage of the alpha makebootarea...
1998-08-23 wollmanYow! Completely change the way socket options are...
1998-08-23 gpalmerFirst cut (aka hack) at getting make release building...
1998-08-22 mckayPass me the pointy hat with the extra sequins. Just...
1998-08-22 mckayCorrect/clarify some comments.
1998-08-22 gpalmerNuke unsupported architecture files
1998-08-22 gpalmerBuilding `compat' on alpha is meaningless (they are...
1998-08-22 dfrRemove bogus unused code.
1998-08-22 dfrMinor tweaks to track a couple of i386 changes and...
1998-08-21 gpalmerTry to make this compile on both alpha and i386
1998-08-21 gpalmerAdd BREAK_TO_DEBUGGER so that config stops whining
1998-08-21 brianConsolidate the two malloc()s that are done when allocating
1998-08-21 brianMake ``show mem'' display the number of packets allocat...
1998-08-21 brianFix ``lp=port@machine'' syntax and mention it in printc...
1998-08-21 wpaulIncrease the number of descriptors (and, as a consequen...
1998-08-21 obrienAdd "-P" display the id as a password file entry.
1998-08-21 jbUpdate this header to use the revamped elf headers...
1998-08-21 msmithThis commit was generated by cvs2svn to compensate...
1998-08-21 msmithThis is the new unified bootstrap, sometimes known...
1998-08-21 msmithThis is the new unified bootstrap, sometimes known...
1998-08-21 jkoshyAdd extern declaration for `tzname[]' to make this...
1998-08-20 jbBuild kvm_mkdb and natd on alpha too.
1998-08-20 jbMake the build tools static to avoid trying to use...
1998-08-20 jbChange the aux field type to long instead of int so...
1998-08-20 jbRemove the bootstrap hack that prevented the use of...
1998-08-20 jbUse %p and void * casts to print pointers.
1998-08-20 jbFix the machine dependent SUBDIR I removed by mistake...
1998-08-20 wpaulFix small printf() bogon (forgot newline, and the messa...
1998-08-20 phkFix my blunder in my previous commit here.
1998-08-20 dfrAdd support for TurboChannel alphas (DEC 3000/300 and...
1998-08-20 msmithAdd libstand.
1998-08-20 msmithInstall libstand header <stand.h> and manpage (libstand.3)
1998-08-20 msmithThis is libstand; a support library for standalone...
1998-08-20 msmithThis commit was generated by cvs2svn to compensate...
1998-08-20 msmithThis is libstand; a support library for standalone...
1998-08-20 bdeMoved `nx' functions to the one place where they are...
1998-08-20 msmithA better fix for kern/7144:
1998-08-20 bdeFixed bogus spelling `nx*' of some `no*' devswitch...
1998-08-20 bdeFixed devfs initialization which I broke in the previou...
1998-08-20 bdeFixed devfs initialization which I broke in the previou...
1998-08-19 desInclude opt_devfs.h which defines SLICE, to make previo...
1998-08-19 wpaulMake two changes:
1998-08-19 jkhAdjust family tree to list some freebsd dates as well.
1998-08-19 katoSync with sys/i386/isa/sio.c revision 1.211.
1998-08-19 sosMake struct buf->b_offset reflect the real byte offset...
1998-08-19 katoSync with sys/i386/isa/syscons.c revision 1.275.
1998-08-19 katoSync with sys/i386/i386/machdep.c revision 1.304.
1998-08-19 bdeEnabled dynamically sized tty input buffers (with enoug...
1998-08-19 bdeA limit of 200000 for the output buffer high watermark...
1998-08-19 jkoshyCorrect handling of ASCII DEL (0x7F).
1998-08-19 jkoshyCorrect glyph displayed by PCVT in ISO Latin-1 mode.
1998-08-19 katoDelete dpt driver.
1998-08-19 jkoshyAdd "pcm.4" to Makefile.
1998-08-19 bdeIncreased column widths for tty input watermark fields...
1998-08-18 jbChange casts from int to u_long and formats from %x...
1998-08-18 jbChange a variable from int to size_t.
1998-08-18 jbMore programs that build on alpha now.
1998-08-18 jbBuild objformat on all architectures.
1998-08-18 achedo not include private copy of bpf.h - it leads to...
1998-08-18 acheImplement DLT_RAW from libpcap
1998-08-18 msmith Presently there is only one `currentldt' variab...
1998-08-18 sosFix one forgotten instance of \n to \r
1998-08-18 jbThe selection of a default object format is based on...
1998-08-18 jbInstall binutils tools in /usr/libexec/elf like on...
1998-08-18 bdeQuick fix for breakage of read clustering on non-IDE...
1998-08-18 jbBruce says that %p is intended to format void pointers...
1998-08-18 jbAdd #include string.h to get prototypes.
1998-08-18 jbAdd #include string.h to get prototypes.
1998-08-18 brianDestroy any existing chat timeouts in datalink_ComeDown()
1998-08-18 jbAdd default OBJFORMAT so that the build process can...
1998-08-18 bdeFixed printf format errors.
1998-08-17 bdeFixed style bugs in previous commit.
1998-08-17 bdeMade this actually work when there's an object directory:
1998-08-17 bdeConverted rcsid to $Id$ again. There shouldn't be...
1998-08-17 bdeRemoved unused includes.
1998-08-17 bdeFixed printf format errors (none detected in GENERIC...
1998-08-17 woschRemoving -batch option from adduser. Adduser was written as
1998-08-17 bdeFixed a type mismatch.
1998-08-17 bdeRemoved unused includes. Fixed disordering of includes.
1998-08-17 bdeBacked out previous commit. The seconds part of microt...
1998-08-17 bdeFixed nonsense overflow checking (checking that a long...
1998-08-17 bdeOops, the previous commit was of a local version.
1998-08-17 bdeFIxed typo (syntax error) in previous commit.
1998-08-17 bdeFixed order and formatting.
1998-08-17 bdeAdded zh_TW.BIG5 locale. Material for 5 big pointy...
1998-08-17 jbMake this internal build tool static to avoid trying...
1998-08-17 jbRemove the PATH setting.
1998-08-17 desCross my fingers and enable libfetch.
next