]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
if_edreg.h moved...
[FreeBSD/FreeBSD.git] / sys / kern /
1999-09-20 dillon Fix bug in brelse() regarding redirtying buffers...
1999-09-19 greenThis is what was "fdfix2.patch," a fix for fd sharing...
1999-09-19 markmThis commit was generated by cvs2svn to compensate...
1999-09-19 phkKASSERT that we cannot use M_WAITOK in interrupt context.
1999-09-19 phkAdd a version number field to the jail(2) argument...
1999-09-19 phkMove an end-paren to its intended place.
1999-09-19 dillon Fix BOOTP root FS mounts. Also cleanup vfs_getnewf...
1999-09-19 obrienThis commit was generated by cvs2svn to compensate...
1999-09-19 greenChange so_cred's type to a ucred, not a pcred. THis...
1999-09-18 phkCount "free" operations in their own new tranaction...
1999-09-18 obrienThis commit was generated by cvs2svn to compensate...
1999-09-17 greenGet rid of some evil defines (a pair of snd and rcv.)
1999-09-17 dillon Add vfs.enable_userblk_io sysctl to control whether...
1999-09-15 obrienThis commit was generated by cvs2svn to compensate...
1999-09-13 phkRegister the right cdevsw on the master device.
1999-09-13 bdeMoved the definition of `boottime' and its sysctl to...
1999-09-13 bdeConst poisoning from d_name.
1999-09-13 bdeRemoved diskerr()'s unused d_name arg and updated calle...
1999-09-13 bdeConst'ify devtoname() and d_name. This exposes some...
1999-09-12 phkBite the bullet and allocate the devsw entry at compile...
1999-09-12 phkUse a different tactic when creating the devsw so that...
1999-09-12 phkRemove replace phygetvpbuf() with direct call to getpbuf();
1999-09-11 bdeGet rid of MALLOC_INSTANTIATE and MALLOC_MAKE_TYPE...
1999-09-11 alfredregenerate to include proper "gererated from" taglines.
1999-09-11 alfredSeperate the export check in VFS_FHTOVP, exports are...
1999-09-10 peterAdd $FreeBSD$ tags to generated files otherwise the...
1999-09-10 phkCreate and use a dedicated malloc type for bus related...
1999-09-09 julianChanges to centralise the default blocksize behaviour.
1999-09-07 alfredAll unimplemented VFS ops now have entries in kern...
1999-09-07 dfrChange isa_get/set_flags() to device_get/set_flags().
1999-09-05 peterSet up FPU state on the AP.
1999-09-04 bdeFixed style bugs in rev.1.36-1.39.
1999-09-04 bdeFixed style regressions in previous commit.
1999-09-04 markmThis commit was generated by cvs2svn to compensate...
1999-09-03 peterFix a warning for the !DEVFS case.
1999-09-03 luoqiAllow getblk() to be called from an idle context (by...
1999-09-03 julianRevert a bunch of contraversial changes by PHK. After
1999-09-01 markmThis commit was generated by cvs2svn to compensate...
1999-09-01 markmThis commit was generated by cvs2svn to compensate...
1999-09-01 sefMake prototype match function.
1999-09-01 phkUse "multiple 4 char outdent until no wrap" rather...
1999-09-01 phkImprove the micro "disk" layer after gaining more exper...
1999-09-01 phkImprove the returned values in st_blksize a little...
1999-09-01 julianGeneral cleanup of core-dumping code.
1999-08-31 phkInclude "dscheck" and device name in all messages from...
1999-08-31 teggeIf integration of a buffer into a cluster write operati...
1999-08-30 jlemonRestructure TCP timeout handling:
1999-08-30 dimaktrace should not follow symlinks either.
1999-08-30 phkpps_shiftmax only exists #ifdef PPS_SYNC
1999-08-30 phkUpdate to the latest nanokernel from Dave Mills.
1999-08-30 phks/si_tty_tty/si_tty/g
1999-08-30 phkMake bdev userland access work like cdev userland acces...
1999-08-29 phkRemove unneeded "maj" variable.
1999-08-29 phkAdd micro "disk" layer which should enable us to pull...
1999-08-29 phkMerge alpha and pc98 changes into i386 MBR handling...
1999-08-29 phkinitialize si_bsize_phys from what the drive told us.
1999-08-29 phkAdd dev_t freeing code. Controlled by sysctl debug...
1999-08-28 phkPut a brief comment on a couple of #defines.
1999-08-28 phkremove unused variables.
1999-08-28 phkWe don't need to pass the diskname argument all over...
1999-08-28 peterRegen after Id->FreeBSD
1999-08-28 peterId -> FreeBSD
1999-08-28 peter$Id$ -> $FreeBSD$
1999-08-27 marcelAdd sysctl variables for the Linuxulator. These reside...
1999-08-27 greenAdd FIODTYPE ioctl for getting d_flags (type) info...
1999-08-26 dimaDon't follow symlinks on coredumps.
1999-08-26 phkSimplify the handling of VCHR and VBLK vnodes using...
1999-08-26 obrienThis commit was generated by cvs2svn to compensate...
1999-08-25 phkIntroduce vn_isdisk(struct vnode *vp) function, and...
1999-08-25 phkAdd a couple of missing but unimportant break; statements.
1999-08-25 julianMake DEVFS use PHK's specinfo struct as the source...
1999-08-24 peterThis commit was generated by cvs2svn to compensate...
1999-08-24 bdeCast pointers to uintptr_t instead of casting them...
1999-08-24 bdeCast pointers to uintptr_t instead of casting them...
1999-08-23 phkConvert DEVFS hooks in (most) drivers to make_dev().
1999-08-23 bdeUse devtoname() to print dev_t's instead of casting...
1999-08-23 cracauerFix a mistake in my last SA_SIGINFO commit. Processes...
1999-08-22 jdpGo back to using microtime() to get the timestamps...
1999-08-22 n_hibma1) Add HEADER section. Similar to CODE.
1999-08-22 jdpUse the new vfs_timestamp() function to create the...
1999-08-22 jdpSupport full-precision file timestamps. Until now...
1999-08-21 phkUse more compiler friendly test for overflow.
1999-08-21 phkDetect if the the offset used to read from a raw device...
1999-08-21 msmithImplement a new generic mechanism for attaching handler...
1999-08-20 julianFirst small steps at merging DEVFS and PHK's Dev_t...
1999-08-20 grogChange the name of the static variable 'files' to ...
1999-08-19 peterFix a typo and a bug.
1999-08-19 peterDon't initialize run queues here, do it all in one...
1999-08-19 peterRun queue heads have moved to TAILQ's.
1999-08-19 peterExtract the next runnable process selection out of...
1999-08-18 n_hibmaRemove redundant spaces in the whole line, not only...
1999-08-17 julianDevfs isn't quite dead yet... Add back devfs support...
1999-08-17 billfWelcome devtoname(), to most likely be used when printi...
1999-08-16 n_hibmaChange calling of chained event handler from always...
1999-08-16 billfexpand_name:
1999-08-15 phkIntroduce lminor(dev_t dev), which returns a linear...
1999-08-14 obrienThis commit was generated by cvs2svn to compensate...
1999-08-14 alfredFix potential overflow, remove unnecessary bzero.
1999-08-14 n_hibmaadd debugging message in unregister_method
1999-08-14 n_hibmaMinor spelling glitch
next