]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
This commit was generated by cvs2svn to compensate for changes in r49795,
[FreeBSD/FreeBSD.git] / sys / kern /
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
1999-07-20 msmithImplement an all-CPU shootdown-style rendezvous facilit...
1999-07-19 rnordierThis commit was generated by cvs2svn to compensate...
1999-07-19 rnordierThis commit was generated by cvs2svn to compensate...
1999-07-19 phk[click] Now all dev_t's in the kernel have their char...
1999-07-19 phkAdd sysctl tree debug.sizeof to tell us how big things...
1999-07-18 bdeAdded a sysctl "kern.timecounter.hardware" for selectin...
1999-07-18 phkIntroduce the vn_todev(struct vnode*) function, which...
1999-07-18 peterReset SA_NOCLDWAIT on exec().
1999-07-18 jdpRemove four no-op casts.
1999-07-17 phkCentralize dumpdev handling.
1999-07-17 phkReverse the sense of a test, dev2udev() will be much...
1999-07-17 phkUse 256 as magic in bmaj2cmaj[]. Treat BLK/CHR dev_t...
1999-07-17 phkFix 2nd arg to udev2dev().
1999-07-17 phkI have not one single time remembered the name of this...
1999-07-14 peterOops, missed out one chunk of the last patch. (*blush*)
1999-07-12 krisCorrect a couple of spelling errors in comments.
1999-07-11 dfrAdd a hook for a bus to detect child devices which...
1999-07-10 obrienThis commit was generated by cvs2svn to compensate...
1999-07-10 iwasakiThis commit was generated by cvs2svn to compensate...
1999-07-10 peterFixes for a couple of problems in last commit:
1999-07-10 phkFix a dev_t/udev_t issue with accounting. lastcomm...
1999-07-09 peterFix the previous warning a different way since the...
1999-07-09 peterMinor tweak - don't cause a warning.
1999-07-09 peterImplement the %q prefix for the integer types. Note...
1999-07-09 peterbufhashinit() is called with a caddr_t and is expected...
1999-07-09 jlemonImplement support for hardware debug registers on the...
1999-07-08 mckusickCondition in KASSERT was reversed.
1999-07-08 mckusickThese changes appear to give us benefits with both...
1999-07-06 cracauerImplement SA_SIGINFO for i386. Thanks to Bruce Evans...
1999-07-05 marcelAlso try to load the interpreter without prepending...
1999-07-05 msmithMove the initialisation/tuning of nmbclusters from...
1999-07-04 phkRemove cmaj and bmaj args from DEV_DRIVER_MODULE.
1999-07-04 bdeFixed corruption of the "blocked" list in lf_setlock...
1999-07-04 mckusickThe vfs.write_behind sysctl and related code support...
1999-07-04 mckusickThe buffer queue mechanism has been reformulated. ...
1999-07-03 peterStop rfork(0) from panicing. (oops!!)
1999-07-03 peterFix warnings in last commit (dev_t is not an int, and...
1999-07-03 phkBe more informative and try to ask the user in some...
1999-07-03 phkWarn about drivers which take over other drivers cdevsw...
1999-07-02 phkMake sure that stat(2) and friends always return a...
1999-07-01 peterFix a warning - the code is correct but gcc can't tell.
1999-07-01 peterMoving the initialization for write sooner quiets a...
1999-07-01 peterQuiet warnings on an Alpha. CBSIZE has long type and...
1999-07-01 peterSlight reorganization of kernel thread/process creation...
1999-06-30 peterSlight tweak to fork1() calling conventions. Add a...
1999-06-29 peterHopefully fix the remaining glitches with the BUF_...
1999-06-28 peterFix a bug that was almost certainly making breadn(...
1999-06-28 mckusickWhen requesting an exclusive lock with LK_NOWAIT, do...
1999-06-27 peterMinor tweaks to make sure (new) prerequisites for ...
1999-06-27 dfrCall the chained module handler before unregistering...
1999-06-26 peterGC the remnants of the old pre-softupdates update daemo...
next