]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Sync with sys/i386/conf/GENERIC revision 1.131.
[FreeBSD/FreeBSD.git] / sys /
1998-11-13 katoSync with sys/i386/conf/GENERIC revision 1.131.
1998-11-13 katoSync with sys/i386/boot/kzipboot/malloc.c revision...
1998-11-13 msmithImplement NFS ACCESS RPC result caching.
1998-11-13 dgRestored the "reallocblks" code to its former glory...
1998-11-13 jdpThis commit was generated by cvs2svn to compensate...
1998-11-13 jdpThis commit was generated by cvs2svn to compensate...
1998-11-12 obrienRemove `amd', `nca' SCSI devices to match Mike's LINT...
1998-11-12 jkhbootforth seems to be working well enough for me and...
1998-11-12 jkhMF22: Bring in some linux sound ioctl support which...
1998-11-12 jkhInstall scripts without .sh suffix.
1998-11-11 msmithConsign the 'amd' driver to the Attic.
1998-11-11 msmithRemove the 'amd' driver.
1998-11-11 msmithRemove all mention of the 'amd' driver. It can come...
1998-11-11 dgBe sure to pullup entire IP header when dealing with...
1998-11-11 rvbcoda_lookup now passes up an extra flag. But old veni...
1998-11-11 dgClosed a small race condition between wiring/unwiring...
1998-11-11 peterArgh, I don't know how I managed this, but it would...
1998-11-11 peterregenerate (+kldsym)
1998-11-11 peterkldsym(2) prototype implementation
1998-11-11 peterregenerate (+kldsym)
1998-11-11 peterA kldsym(2) syscall prototype for extracting informatio...
1998-11-11 truckmanI got another batch of suggestions for cosmetic changes...
1998-11-11 truckmanInstalled the second patch attached to kern/7899 with...
1998-11-11 rnordierRevise error messages.
1998-11-11 peterUse a name less likely to collide with source files...
1998-11-11 peterRename joy,ibcs2,linux to joy.sh,ibcs2.sh,linux.sh...
1998-11-11 peterReenable /usr/bin/ibcs2 installing from here; it works...
1998-11-11 bdeDon't forget to remove opt_mfs.h.
1998-11-11 msmithUse an at_shutdown hook to drop back to the SRM in...
1998-11-10 dfrAllow the use of NODEV in CDEV_MODULE and BDEV_MODULE...
1998-11-10 jkhWe need to install the linux shell script or the lkm...
1998-11-10 luigiAdd entry for AOpen AW37
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 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-09 nsouchRelease the ppbus when probe fails.
1998-11-09 truckmanIf the session leader dies, s_leader is set to NULL...
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-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 dfr* Fix a couple of places in the device pager where...
1998-11-08 peterMissing newline at end of file causes syntax error.
1998-11-08 msmithEnable 686 class optimisations for all 686-class proces...
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 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 jkhOK, fload/fexec work properly when both compiling and...
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 msmithUSERCONFIG_BOOT -> INTRO_USERCONFIG
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 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 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 jkhUse proper literal names.
1998-11-06 msmithAck. Create parseable command tail properly, and eat...
1998-11-06 msmithDon't not print the prompt string; not doing this has...
1998-11-06 msmithDon't use the poxy vmGetString interface (who uses...
next