]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1998-04-08 nate- Fix bug I introduced a few months ago. If a driver...
1998-04-08 cracauer(evil) hackers -> crackers
1998-04-08 phkMinor adjustments to the timecounting and proc0.
1998-04-07 jdpFix a bug which clobbered linker set symbols that had...
1998-04-07 katoSync with sys/i386/boot/biosboot/README.serial revision...
1998-04-07 bdeGuess the position of the drive number in the device...
1998-04-07 katoSync with sys/i386/isa/npx.c revision 1.58.
1998-04-07 katoSync with sys/i386/conf/files.i386 revision 1.196.
1998-04-07 katoSync with sys/i386/i386/machdep.c revision 1.294.
1998-04-06 peterToday is not my lucky day. Fix missing brace and I...
1998-04-06 peterFix VM86 compiles. a #include "opt_vm86.h" was missing...
1998-04-06 peterUse a different errno (ELOOP (as sef mentioned) since...
1998-04-06 peterRather than let users get fd's to symlink files, make...
1998-04-06 peterBack this out, allowing users to get a fd connected...
1998-04-06 peterDon't panic if a VOP_READ() gets through on a short...
1998-04-06 peterImplement a new open(2) flag: O_NOFOLLOW. This will...
1998-04-06 peterAdd a new -F flag which is a superset of -f. It will...
1998-04-06 petercurproc is initialized in locore at the same time for...
1998-04-06 peterremove #ifdef declaration of npxproc, use globals.s...
1998-04-06 peteradd globals.s for data that is treated differently...
1998-04-06 peterUse real types for the SMP pages being allocated rather...
1998-04-06 peterclean up #ifdefs, define the variables that have to...
1998-04-06 peter_curpcb is always defined in globals.s instead of here...
1998-04-06 peterBogus casts
1998-04-06 peterDefunct, now part of globals.s
1998-04-06 peterRather than filling this file up with SMP .sets, use...
1998-04-06 peterGenerate #defines that the asm code can access for...
1998-04-06 petergenerate .sets for variables used in asm and C that...
1998-04-06 peterA pair of C structures used for laying out the SMP...
1998-04-06 petersome missing symbols
1998-04-06 phkUse getmicrotime() for if_lastchange, 10msec is plenty...
1998-04-06 phkUse random() to find our initial xid.
1998-04-06 phkUse read_random()
1998-04-06 phkUse random() for seq numbers and read_random for CHAP...
1998-04-06 phkUse random() rather then than homegrown stuff.
1998-04-06 phkRemove stuff related to microtime.s, which is gone.
1998-04-06 phkUse getmicrotime insted of microtime, we only use the...
1998-04-06 phkMake read_random() take a (void *) argument instead...
1998-04-06 phkMake a kernel version of the timer* functions called...
1998-04-06 ahastytake out opt_bktr.h from brooktree848.c
1998-04-06 phkRemove the last traces of TUBA.
1998-04-06 charnierPrevent rdist from dumping core: do not free() pointer...
1998-04-06 peterReally make this compile..
1998-04-06 katoSync with sys/i386/isa/clock.c revision 1.119.
1998-04-06 katoSync with sys/i386/isa/syscons.c revision 1.258.
1998-04-05 ahastyReviewed by: Amancio
1998-04-05 phkCommit a much more functional version of this driver.
1998-04-05 achePrint explanation diagnostics when mount is impossible
1998-04-05 phkMore fixes for the iterative case of nanosleep1 from...
1998-04-05 phkMake the dummy timecounter run at 1 MHz rather than...
1998-04-05 peterIf there is no error code, don't copyout the remaining...
1998-04-05 phkFix nanosleep1 based on Bruces suggestion.
1998-04-05 acheRemove unused atv.tv_usec = 0; from select/poll code
1998-04-05 petertsleep() returns EWOULDBLOCK if the timeout expired...
1998-04-05 peterMaybe fix netkey. I am not sure how to test this..
1998-04-05 peterFix previous commit. Don't people read compiler messag...
1998-04-05 teggeRemove some unneeded statements that enabled interrupts.
1998-04-04 phkUse microruntime() rather than doing it by hand.
1998-04-04 phkHandle double fraction overflow in nano & microtime...
1998-04-04 phkSubstitute a panic for a undefined function so LINT...
1998-04-04 katoSync with sys/i386/isa/syscons.c revision 1.257.
1998-04-04 yokotaMore fixes to deal with fonts:
1998-04-04 phkTime changes mark 2:
1998-04-04 jbEnable static initialisation of mutexes and condition...
1998-04-04 jbChange in name of the static initializer define.
1998-04-04 jbAdd static initializer defines as specified by POSIX.
1998-04-04 jbRename static initializer defines for opaque structures...
1998-04-04 jbMove the magic field initialisation to a place when...
1998-04-04 dysonPerhaps fix a problem that some drivers have that they...
1998-04-03 jbAdd a magic field to the pthread structure to help...
1998-04-03 jbThis function compiles with the standard, so say so.
1998-04-03 jbThis function compiles with the standard, so say so.
1998-04-02 acheCosmetique changes in vidcontrol all screens knob
1998-04-02 acheImplement vidcontrol knob which allows to set passed...
1998-04-02 robertoFix bug in rarpd:
1998-04-02 katoSync with sys/i386/isa/wd.c revision 1.152.
1998-04-02 dannyCorrect spelling.
1998-04-02 phkTry to fix poll & select after I broke them.
1998-04-02 impAdd aback in a line a accidentally killed in my last...
1998-04-02 eivindScaffolding for High Availability code. The actual...
1998-04-02 eivindShut up GCC.
1998-04-02 eivindMake this compile (and seemingly work).
1998-04-01 dannyPR: bin/6193
1998-04-01 teggeAdd two workarounds for broken MP tables:
1998-04-01 teggeDeclare some variables modified by interrupt handlers...
1998-04-01 jkhMF22: NOSHARED=YES
1998-04-01 charnierUse .An/.Aq.
1998-04-01 charnier.Use .An.
1998-04-01 charnier.Sh AUTHOR -> .Sh AUTHORS.
1998-04-01 charnierUse .An/.Aq.
1998-04-01 charnierExit(-1) -> exit(1).
1998-04-01 charnierAdd prototypes, usage(). Add Id.
1998-04-01 charnierAdd Id.
1998-04-01 charnierUse .An/.Aq.
1998-04-01 charnierUse Id instead of Header.
1998-04-01 jbTemporary fix for problems that occur if CFLAGS=-g...
1998-04-01 impA fairly rare possible buffer overflow:
1998-03-31 phkFix an off by 1<<32 error.
1998-03-31 phkAdd a dummy timecounter until we find the real thing(s).
1998-03-31 katoCosmetic. Move a blank line.
next