]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Add a driver for the internal PHY in the RealTek 8139.
[FreeBSD/FreeBSD.git] / sys / kern /
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
1999-08-14 phkSpring cleaning around strategy and disklabels/slices:
1999-08-14 wpaulGrrrr. Fix a really lame bug that I tripped over while...
1999-08-13 phkoops: Add missing include.
1999-08-13 phkMove the special-casing of stat(2)->st_blksize for...
1999-08-13 phkRegister our dev_t with make_dev
1999-08-13 phkThe bdevsw() and cdevsw() are now identical, so kill...
1999-08-13 phks/v_specinfo/v_rdev/
1999-08-12 alfredReplace a redundant vfs_object_create() call (already...
1999-08-11 peterMake subr_bus.c actually compile with -DBUS_DEBUG
1999-08-11 nikAdd CPT_NOA, LIBCOMPAT, NODEF, NOARGS, NOPROTO, and...
1999-08-11 peterZap some stray references to DRIVER_TYPE_foo in the...
1999-08-11 impStop profiling on exec.
1999-08-11 alfredWhen doing a dump, if ENODEV is returned explain what...
1999-08-09 phkmake alpha compile again.
1999-08-09 phkMerge the cons.c and cons.h to the best of my ability...
1999-08-08 phkEnable ttymalloc().
1999-08-08 phkAdd new sysctl "kern.ttys" which return all the struct...
1999-08-08 phkMake the pty driver as close to a cloning device as...
1999-08-08 phkDecommision miscfs/specfs/specdev.h. Most of it goes...
1999-08-08 grogcdevsw_remove: place correct value in bmaj2cmaj. This...
1999-08-07 greenMake long longs ("%ll" format) work.
1999-08-05 jkhRe-commit these files after updating syscalls.master...
1999-08-05 jkhMove syscall 180 back to where it was before and fix the
1999-08-04 jkhReserve a syscall for the arla folks. I'm assuming...
1999-08-04 greenFix fd race conditions (during shared fd table usage...
1999-08-04 impo Typo in prior version kept it from compiling (blush).
1999-08-03 impbrucify:
1999-08-02 impOnly allow root to set file flags on devices.
1999-07-29 greenlutimes() bug: FOLLOW should be NOFOLLOW for this one.
1999-07-29 bdeRemoved references to a nonexistent variable. This...
1999-07-29 mdoddFix a typo.
1999-07-29 mdoddAlter the behavior of sys/kern/subr_bus.c:device_print_...
1999-07-28 seThis commit was generated by cvs2svn to compensate...
1999-07-28 seThis commit was generated by cvs2svn to compensate...
1999-07-26 alcAdd sysctl and support code to allow directories to...
1999-07-25 cracauerOn FPU exceptions, pass a useful error code (one of...
1999-07-24 bdeOops, the previous commit only worked in the one case...
1999-07-24 yokota- Correctly initialize cn_dev_t and cn_udev_t.
1999-07-24 dfrThis makes the in kernel printf routines conform to...
1999-07-21 alcFix the following problem:
1999-07-20 greenFix a REALLY embarrassing mistake. Don't look; I warned...
1999-07-20 greenMake a dev2budev() function, and use it. This refixes...
1999-07-20 greendev2udev() returns a CDEV udev_t, but we use block...
1999-07-20 phkNow a dev_t is a pointer to struct specinfo which is...
1999-07-20 phkadd debug.sizeof.specinfo
next