]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Finished updating module event handlers to be compatible with
[FreeBSD/FreeBSD.git] / sys /
1998-11-15 bdeFinished updating module event handlers to be compatibl...
1998-11-15 bdeDon't generate module event handlers of the wrong ...
1998-11-15 bdeFixed the type of vfs_modevent (a little late, to match...
1998-11-15 bdeFixed the type and order of vfs_modevent. This fixes...
1998-11-15 bdeFixed a missing include. <sys/kernel.h> is needed...
1998-11-15 bdeFixed the bug that caused negative busycounts in devsta...
1998-11-15 dimaindent
1998-11-14 dgFixed a couple of nits in sendfile(2): clear PG_ZERO...
1998-11-14 wollmanMy changes to the new device interface:
1998-11-14 luigiAdd a missing newline
1998-11-14 obrienThis commit was generated by cvs2svn to compensate...
1998-11-13 msmithAdd documentation for $rootdev.
1998-11-13 msmithAdd a new variable $num_ide_disks which is used to...
1998-11-13 msmithAvoid a null pointer reference if the target of an...
1998-11-13 msmithDon't count non-local dirty buffers as outstanding...
1998-11-13 dgIncreased PID_MAX to 99999. The main reason for doing...
1998-11-13 gibbsMove a diagnostic behind "if (bootverbose)".
1998-11-13 dfrFix a panic in nfsrv_dorec() where a NULL pointer could...
1998-11-13 dfrA couple of fixes to device_delete_child() to delete...
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...
next