]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1998-07-15 Philippe CharnierDo not dot terminate syslog() string. Remove unused...
1998-07-15 Philippe CharnierCorrect use of .Nm. Remove unused #includes. Short...
1998-07-15 Philippe CharnierAdd prototypes. Check malloc() return value. Use err...
1998-07-15 Philippe CharnierCorrect improper use of .Sm. Document -d flag. Correct...
1998-07-15 Bruce EvansCast between longs and pointers via intptr_t. The...
1998-07-15 Philippe Charnier.Nm mount_union -> .Nm.
1998-07-15 Philippe CharnierCorrect use of .Nm. Use .Ar when appropriate. Remove...
1998-07-15 Bruce EvansCast longs to intptr_t before casting them to pointers.
1998-07-15 Philippe CharnierCorrect use of .Nm. Remove unused #includes.
1998-07-15 Bruce EvansCast pointers to intptr_t instead of or before casting...
1998-07-15 Bruce EvansCast u_longs to uintptr_t before casting them to pointe...
1998-07-15 Bruce EvansCast function pointers to uintfptr_t before casting...
1998-07-15 John PolstraAdd support for a new archetype "printf0" for the ...
1998-07-15 Bruce EvansCast pointers to [u]intptr_t instead of to [unsigned...
1998-07-15 Bruce EvansCast the value returned by strtoul() to a uintptr_t...
1998-07-15 Bruce EvansCast virtual addresses that happen to be represented...
1998-07-15 Joseph KoshyFix inconsistent port numbering in man page.
1998-07-15 Bruce EvansCast pointers to uintptr_t/intptr_t instead of to u_lon...
1998-07-14 Søren SchmidtAdd support for the AVer Media range of cards.
1998-07-14 Guy HelmerRevert "POSIX saved uids change". seteuid(2) is not...
1998-07-14 Andrey A. ChernovProvide meaningful errno value on error return
1998-07-14 Mike SmithAdd missing register name defines.
1998-07-14 Bruce EvansPrint pointers using %p instead of attempting to print...
1998-07-14 Bruce EvansPrint pointers using %p instead of attempting to print...
1998-07-14 Bruce EvansDon't pretend to support ix86's with 16-bit ints by...
1998-07-14 Bruce EvansIf object pointers need to be cast to [unsigned] intege...
1998-07-14 Bruce EvansAvoid some casts of pointers to integers (of possibly...
1998-07-14 Bruce Evansioctl() request args are unsigned longs, so don't attem...
1998-07-14 Joseph KoshyMake `dump' exit codes confirm to manual page.
1998-07-14 Joseph KoshyAdd $Id$.
1998-07-14 Joseph KoshyAdd $Id$.
1998-07-14 Dag-Erling... Inserted missing .Bl in the FILES section.
1998-07-14 Amancio HastyI checked in the wrong version yesterday . The correct...
1998-07-14 Bruce EvansDon't pretend to support ix86's with 16-bit ints and...
1998-07-14 Bruce EvansChanged to the C9x draft spelling of the (unsigned...
1998-07-14 Bill PaulAdd list of Compaq and Olicom ethernet cards that work...
1998-07-13 Stefan EßerAdd US Mirror site to MASTER_SITE_KDE.
1998-07-13 Bill PaulDeclare pointers to CSR register space to be volatile...
1998-07-13 Bruce EvansRemoved a bogus forward struct declaration.
1998-07-13 Bruce EvansFixed some longs that should have been fixed-sized...
1998-07-13 Bruce EvansFixed overflow and sign extension bugs in
1998-07-13 Bruce EvansDeclare tcp_seq and tcp_cc as fixed-size types. Half...
1998-07-13 Bruce EvansDeclare id_mask as a fixed-size type.
1998-07-13 Bruce EvansDeclare n_short, n_long and n_time as fixed-sized types...
1998-07-13 Bruce EvansDon't attempt to optimize the space allocated for bpf...
1998-07-13 Bruce EvansFixed printf format errors (only 1 left in GENERIC...
1998-07-13 KATO TakenoriSync with sys/i386/isa/fd.c and wd.c revisions 1.117...
1998-07-13 Julian ElischerSLICE probing becomes asynchronous. It can now be trigg...
1998-07-13 Bruce EvansFixed printf format errors.
1998-07-13 Bruce EvansAdded macros __printflike() and __scanflike() to <sys...
1998-07-13 Julian ElischerFix braino in last commit.
1998-07-13 Amancio HastyImproved Hauppauge's tuner detection and bt878 support
1998-07-12 Dag-Erling... Forgot to remove base64.c from SRCS in the Makefile.
1998-07-12 Dag-Erling... Base64 code (and the MIT copyright) moved to http.c
1998-07-12 Stefan EßerRemove unused member reselet from struct tstamp.
1998-07-12 Stefan EßerRemove printing of variable "reselect" which is not...
1998-07-12 Stefan EßerFix size of time stamps (had been time_t before the...
1998-07-12 Brian SomersShow on-screen ``phase'' logging and try to negotiate
1998-07-12 Doug RabsonSet the minimum malloc bucket to 5. In a DIAGNOSTIC...
1998-07-12 Doug RabsonPoint at the correct disk location for alpha disklabels.
1998-07-12 Doug RabsonMake sure the packet is aligned correctly for the alpha...
1998-07-12 Doug RabsonInitialise all the fields separately in vattr_null...
1998-07-12 Doug RabsonOverhaul the spl system so that it actually works properly.
1998-07-12 Doug RabsonDon't bother calling pmap_emulate_reference() from...
1998-07-12 Doug RabsonDefine option DEC_EB164
1998-07-12 Doug RabsonAdd entry for prom console.
1998-07-12 Doug RabsonAdd some bits and pieces for my test box.
1998-07-12 Doug RabsonUpdate to new interrupt api.
1998-07-12 Doug RabsonChange interrupt api to be closer to intr_create/intr_c...
1998-07-12 Doug RabsonImplement CIA interrupts.
1998-07-12 Doug RabsonImplement intr_create/intr_connect.
1998-07-12 Doug RabsonImplement promcncheckc.
1998-07-12 Doug RabsonAdd some debug code.
1998-07-12 Doug RabsonAdd a couple of sysctls and implement sendsig/sigreturn.
1998-07-12 Doug RabsonAdd some generic interrupt dispatch code.
1998-07-12 Doug RabsonAdd definition of p_switchtime.
1998-07-12 Doug RabsonInclude opt_ddb.h.
1998-07-12 Doug RabsonHardwire the root disk of my test box for now.
1998-07-12 KATO TakenoriSync with sys/i386/conf/Makefile.i386 revision 1.117.
1998-07-12 Bruce EvansRemoved historical dependencies on `Makefile'. They...
1998-07-12 Bruce EvansRemoved all traces of PARAM in Makefile.i386. Incremen...
1998-07-12 Stefan EßerFix proxy authorization code:
1998-07-12 Bruce EvansConvert the maxusers directive to a normal MAXUSERS...
1998-07-12 Bruce EvansWarn about redefined options. Keep using the last...
1998-07-12 Bruce EvansFixed off-by-1 errors in option line numbers. yyline...
1998-07-12 Bruce EvansPrepare to handle MAXUSERS as a normal option.
1998-07-12 Brian SomersCorrect enable/disable handling (broken when ironing out
1998-07-11 Dag-Erling... FTP retrieve works.
1998-07-11 Brian SomersCheck the ``alive'' filter for a packet *before* the
1998-07-11 Dag-Erling... Too many changes to list. Basically, FTP is nearly...
1998-07-11 KATO TakenoriSync with sys/i386/isa/wd.c revision 1.171.
1998-07-11 KATO TakenoriSync with sys/i386/isa/fd.c revision 1.116.
1998-07-11 KATO TakenoriSync with sys/i386/isa/diskslice_machdep.c revision...
1998-07-11 KATO TakenoriSync with sys/i386/i386/machdep.c revision 1.303.
1998-07-11 Bruce EvansFixed whitespace lossage and long lines in previous...
1998-07-11 Bruce EvansMoved definition of fscale from param.c to kern_synch...
1998-07-11 Bruce EvansFixed printf format errors.
1998-07-11 Bruce EvansFixed printf format errors.
1998-07-11 Bruce EvansFixed printf format errors.
1998-07-11 Bruce EvansFixed printf format errors.
next