]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
This commit was generated by cvs2svn to compensate for changes in r48730,
[FreeBSD/FreeBSD.git] / sys / kern /
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...
1999-06-26 peterI'm tired of having a 'hanging root device'.. This...
1999-06-26 peterQuieten some warnings as a result of changes in ls_item...
1999-06-26 dfr* Call cdevsw_remove from the MOD_UNLOAD event.
1999-06-26 dfrMake sure that we record the flags in all cases.
1999-06-26 mckusickConvert buffer locking from using the B_BUSY and B_WANT...
1999-06-25 grogAdd function cdevsw_remove, the opposite of cdevsw_add...
1999-06-23 obrienThis commit was generated by cvs2svn to compensate...
1999-06-23 msmithChanges in the way that the APs are started appears...
1999-06-23 luoqiDo not setup 4M pdir until all APs are up.
1999-06-22 msmithRemove an unnecessary panic when sparse PCI bus numberi...
1999-06-22 obrienThis commit was generated by cvs2svn to compensate...
1999-06-22 yokotaThe second phase of syscons reorganization.
1999-06-22 mckusickWhen allocating new buffers in getnewbuf, there are...
1999-06-21 hoekCorrectly return ENOEXEC for really short zipped files...
1999-06-21 grogdsopen: Print a message if the unit has an invalid...
1999-06-19 alcFor consistency with other implementations, check for...
1999-06-18 bdeChanged the global `idt' from an array to a pointer...
1999-06-17 greenReviewed by: the cast of thousands
1999-06-17 gpalmerAdd Id strings
1999-06-17 n_hibmaUpdate the comments on values than can be returned...
1999-06-17 bdeFixed a missing userland dev_t to kernel dev_t conversion.
1999-06-17 julianReformat comment to match indentation of code around it.
1999-06-16 mckusickAdd a vnode argument to VOP_BWRITE to get rid of the...
1999-06-16 dtMake sure syscall arguments properly aligned in ktrace...
1999-06-16 dgChanged trypbuf to a getpbuf to work around a problem...
1999-06-16 teggeIf we still haven't got a sufficient number of free...
1999-06-15 mckusickGet rid of the global variable rushjob and replace...
1999-06-07 msmithFrom the submitter:
1999-06-07 archieksprintn() may be called with base=2, so redefine MAXNB...
1999-06-06 archieThe function ksprintn(), which is used to convert numbe...
1999-06-05 alcRestructure pipe_read in order to eliminate several...
1999-06-04 peterPlug a mbuf leak in tcp_usr_send(). pru_send() routine...
1999-06-01 dt|| vs && confusion in cdevsw_add().
1999-06-01 phkIntroduce the makebdev() function, it does the same...
1999-06-01 jlemonUnifdef VM86.
1999-05-31 phkSimplify cdevsw registration.
1999-05-30 phkThis commit should be a extensive NO-OP:
1999-05-30 dfr* Add a function devclass_create() which looks up the...
1999-05-28 dfr* Change device_add_child_after() to device_add_child_o...
1999-05-28 acheThis commit was generated by cvs2svn to compensate...
1999-05-27 dfrFix an embarrasing typo in device_add_child_after(...
1999-05-24 rnordierThis commit was generated by cvs2svn to compensate...
1999-05-24 jbBack out my previous change (phk didn't like it) in...
1999-05-24 jbRemove the test for bdevsw(dev) == NULL from bdevvp...
1999-05-23 jbMake MFS_ROOT work again. MFS_ROOT means that rootdev...
1999-05-22 dtDon't call calcru() on a swapped-out process. calcru...
1999-05-22 dfrAdd some helper functions to make it easier to write...
1999-05-22 peterAdd seatbelt like in previous function..
1999-05-21 acheRealy fix overflow on SO_*TIMEO
1999-05-21 dfrSilently return NULL from devclass_get_device if dc...
1999-05-20 peterOops, set module->file..
1999-05-18 luoqiTIOCEXT is also inapproriate before the slave is open...
1999-05-18 luoqiAvoid negative numbers in dev_t manipulation. This...
1999-05-17 phkUse NOUDEV for udev_t's
1999-05-17 dfrChange the definition of e_tdev in struct kinfo_proc...
1999-05-17 alcAdd the options MAP_PREFAULT and MAP_PREFAULT_PARTIAL...
1999-05-15 eivindAdd enough include files to make this actually compile...
1999-05-14 alcSimplify vm_map_find/insert's interface: remove the...
1999-05-14 luoqiIgnore some ioctls on the master until the slave is...
1999-05-14 luoqiLegally acquire a major number for mfs.
1999-05-14 dfr* Define a new static method DEVICE_IDENTIFY which...
1999-05-14 dfrAdjust method dispatch to ensure that default methods...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
next