]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1998-11-10 peteradd #include <sys/kernel.h> where it's needed by MALLOC...
1998-11-10 peterRegister and unregister vnodeops the new way rather...
1998-11-10 peterkzipboot uses kern/inflate.c outside the kernel by...
1998-11-10 peterMake the vnode opv vector construction fully dynamic...
1998-11-10 peterArrange for unload-time linker set hooks to be called...
1998-11-10 peterHave MALLOC_DECLARE() initialize malloc types explicitl...
1998-11-10 peterNew macro for building a linker set of things to do...
1998-11-10 dimaEnable named-xfer and rbootd for alpha.
1998-11-10 gibbsNoop Commit - Change was in last revision.
1998-11-10 gibbsConvert to change in ISA compatiblity port handling...
1998-11-10 gibbsFix probes when a port address is specified.
1998-11-10 gibbsFix probes when a port address is specified.
1998-11-10 dimaEnable IPXrouted for alpha.
1998-11-10 dimaCleanup. Make it compile on alpha.
1998-11-10 brianDon't forget to initialise dbuff when debugging.
1998-11-09 dimaClean it up a little bit.
1998-11-09 nsouchRelease the ppbus when probe fails.
1998-11-09 dimaReenable adjkerntz for alpha.
1998-11-09 truckmanIf the session leader dies, s_leader is set to NULL...
1998-11-09 dimaReenable fstat for alpha.
1998-11-09 dimaReenable systat/vmstat for alpha.
1998-11-09 dimaAdd some bogus stuff to make systat/vmstat happy.
1998-11-09 peterifioctl takes a u_long rather than an int on 3.0
1998-11-09 peterAdd #include to get a prototype for update_intr_masks().
1998-11-09 peter"fix" a warning that has been bugging me for ages....
1998-11-09 peters/%#p/%p/ to fix a warning. This looks like a leftover...
1998-11-09 peterFix a warning (#include the apic_next_irq() prototype...
1998-11-09 peterDelete stray extern declaration for non-existing variables.
1998-11-09 peterRemove [apparently] bogus casts to u_long for the vnode...
1998-11-09 jkoshyFix a .Nm -> .Fn fix that was missed in the previous...
1998-11-09 peterFix typo (if it's not a typo, then it doesn't make...
1998-11-09 truckmanFix some calculations that use sizeof to attempt to...
1998-11-09 steveDo a better job of determining if we were called as...
1998-11-08 desmain.c:
1998-11-08 jkhWhoops, properly compress doc files again.
1998-11-08 phkAllow for printing out integer arrays.
1998-11-08 phkUpdate interface to timecounter to last change to the...
1998-11-08 nsouchAdd semicolon to INTERFACE declaration.
1998-11-08 dfrPort the ps/2 mouse driver to the alpha.
1998-11-08 nsouchCheck if devclass exists for probed devices before
1998-11-08 nsouchUpdate configuration files for the perl based makedevop...
1998-11-08 rnordierPrevent boot.config being parsed more than once.
1998-11-08 nsouchAdd semicolon to INTERFACE declarations
1998-11-08 nsouch"Here is the most recent version of makedevops.pl....
1998-11-08 rnordierDrop the familiar 'text=xxxx data=xxxx bss=xxxx .....
1998-11-08 rnordierboot1: Eliminate EDD detection and optional use of...
1998-11-08 brianExplain what the command line switches do and what the
1998-11-08 brianFix a few typos
1998-11-08 dfr* Fix a couple of places in the device pager where...
1998-11-08 gpalmerdig, dnsquery & host seem to work on the alpha now
1998-11-08 asami(1) New variable MAKE_ARGS: will be appended to build...
1998-11-08 peterMissing newline at end of file causes syntax error.
1998-11-08 dima64bit clean now
1998-11-08 msmithEnable 686 class optimisations for all 686-class proces...
1998-11-07 wpaulSpell November correctly.
1998-11-07 wpaulAdd man page for the RealTek 8129/8139 driver.
1998-11-07 jkho Add proper stack checking to all file words
1998-11-07 nsouchChange METHODE (french) to METHOD.
1998-11-07 nsouchDefine DEBUG only if not already defined, avoiding...
1998-11-07 nsouchAdd iic driver iff the corresponding devclass exists.
1998-11-07 nsouchReturn to previous check_for_i2c_devices() behaviour.
1998-11-07 desfetch_err.h is a generated file, so don't look for...
1998-11-07 jkhEliminate much code cruft by extending simple file...
1998-11-07 jkhEliminate much code cruft by extending simple file...
1998-11-07 jkhTake init out of here - it's a layering violation.
1998-11-07 peteroops! s/vfs_register/vfs_unregister/ in the unload...
1998-11-07 peterDon't define the module glue if building as an LKM...
1998-11-07 jkhDon't have debugging on by default - it makes testing...
1998-11-07 jdpFix a bug in the handling of minor version numbers...
1998-11-07 jkhOK, fload/fexec work properly when both compiling and...
1998-11-07 desBitch if both an id and a name are specified. Make...
1998-11-07 desCosmetic fix (make header align with data)
1998-11-06 jkhswitch words to default mode.
1998-11-06 jkhSubmit better fix to the prompt bug.
1998-11-06 jkhMake fexists/fload work with existing string literals...
1998-11-06 desSecond of a series of cleanups to libfetch.
1998-11-06 dtDon't call pthread_mutex_lock with _SPINLOCK held.
1998-11-06 msmithUSERCONFIG_BOOT -> INTRO_USERCONFIG
1998-11-06 dgAdded info about non-blocking support.
1998-11-06 jkhArgh, I had this right[er] before. More commits to...
1998-11-06 dgAdded support for non-blocking sockets to sendfile(2).
1998-11-06 jkhTEST -> test
1998-11-06 jkhAlpha loader lives in /boot now; no need for a special...
1998-11-06 peterRemove trailing ';' - use the one supplied by the calle...
1998-11-06 peterMake this work now; fixing the kstack overflow allows...
1998-11-06 peterDon't use a glue file for the module; use the one in...
1998-11-06 peterCreate an 'ibcs2' module so that scripts can tell if...
1998-11-06 peterDon't put aggregate structs 4K large on the kernel...
1998-11-06 peterDefine the kld_debug variable if KLD_DEBUG is enabled
1998-11-06 obrienAdd a few HP's with on-board Ethernet controlers that...
1998-11-06 obrienmake lnc0 definition in LINT match GENERIC
1998-11-06 obrienadd AMD Am7990 & Am79C960 to description of lnc(4)
1998-11-06 katoSync with sys/i386/i386/userconfig.c revision up to...
1998-11-06 katoSync with sys/i386/i386/machdep.c revision up to 1...
1998-11-06 katoSync with sys/i386/conf/options.i386 revision 1.91.
1998-11-06 katoSync with sys/i386/conf/Makefile.i386 revision 1.128.
1998-11-06 robertoForgot the Makefile entry for the Latin9 font.
1998-11-06 jkoshyUpdate manual page to reflect changes in rev 1.12 of
1998-11-06 jkhUse proper literal names.
1998-11-06 msmithAck. Create parseable command tail properly, and eat...
next