]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
This commit was generated by cvs2svn to compensate for changes in r53790,
[FreeBSD/FreeBSD.git] / sys / kern /
1999-11-27 obrienThis commit was generated by cvs2svn to compensate...
1999-11-27 bdeUpdated comments for the move in the previous commit.
1999-11-27 bdeFixed some comments in statclock(). The previous commi...
1999-11-27 bdeMoved scheduling-related code to kern_synch.c so that...
1999-11-26 phkRetire MFS_ROOT and MFS_ROOT_SIZE options from the...
1999-11-26 phkAdd a sysctl to control if argv is disclosed to the...
1999-11-25 peterThis commit was generated by cvs2svn to compensate...
1999-11-24 phkGeneral clean-up of socket.h and associated sources...
1999-11-24 obrienThis commit was generated by cvs2svn to compensate...
1999-11-24 obrienThis commit was generated by cvs2svn to compensate...
1999-11-24 obrienThis commit was generated by cvs2svn to compensate...
1999-11-24 archieChange the prototype of the strto* routines to make...
1999-11-22 n_hibmaFix some bugs in user-end output and add a reference...
1999-11-22 phkConvert various pieces of code to use vn_isdisk() rathe...
1999-11-22 obrienThis commit was generated by cvs2svn to compensate...
1999-11-22 obrienThis commit was generated by cvs2svn to compensate...
1999-11-22 obrienThis commit was generated by cvs2svn to compensate...
1999-11-22 shinKAME netinet6 basic part(no IPsec,no V6 Multicast Forwa...
1999-11-21 phkIntroduce the new function
1999-11-21 phks/p_cred->pc_ucred/p_ucred/g
1999-11-21 msmithIf vfs_mountroot_try() isn't given a path to try mounti...
1999-11-21 peterTempt fate and stop index from converting a const char...
1999-11-21 jkhRevert peter's commit to remove cdevsw_add() - it was...
1999-11-20 obrienThis commit was generated by cvs2svn to compensate...
1999-11-20 phkstruct mountlist and struct mount.mnt_list have no...
1999-11-20 bpVnode was left referenced in the case if ELF image...
1999-11-19 jkhConditionalise unwanted chattyness.
1999-11-19 phkThe at_exit and at_fork functions currently use a ...
1999-11-18 brianCop on a bit and regenerate things correctly.
1999-11-18 dillon Ensure that garbage from the kernel stack does...
1999-11-18 dillon Only bother converting the stat structure if we...
1999-11-18 peterRemove cdevsw_add() as the make_dev()'s are done in...
1999-11-18 peterRemove cdevsw_add() - the make_dev() calls are already...
1999-11-18 peterRemove cdevsw_add() - the necessary make_dev() is alrea...
1999-11-18 peterRemove cdevsw_add() - the necessary make_dev() calls...
1999-11-18 peterFix a warning.
1999-11-18 peter'const'ify a bunch of pointers in the resource_*()...
1999-11-17 brianmodfind(char *) -> modfind(const char *)
1999-11-17 peterAdd e_stats (p->p_stats, from struct user->u_stats...
1999-11-16 phkIntroduce commandline caching in the kernel.
1999-11-16 phkCommit the remaining part of PR14914:
1999-11-16 phkThis is a partial commit of the patch from PR 14914:
1999-11-14 marcel${MACHINE} -> ${MACHINE_ARCH}
1999-11-14 obrienThis commit was generated by cvs2svn to compensate...
1999-11-14 obrienThis commit was generated by cvs2svn to compensate...
1999-11-13 eivindRemove WILLRELE from VOP_SYMLINK
1999-11-13 eivindFix style bugs from last commit
1999-11-12 eivindRemove WILLRELE from VOP_RENAME
1999-11-11 alcCorrect a locking error in apause: It should always...
1999-11-09 dfrFix a warning.
1999-11-09 phkNext step in the device cleanup process.
1999-11-09 alcPassing "0" or "FALSE" as the fourth argument to vm_fau...
1999-11-08 guidoThis commit was generated by cvs2svn to compensate...
1999-11-08 phkA little bit of nitpicking in the 'syncing disks.....
1999-11-08 phkIgnore leading 'r' in base of root device name.
1999-11-08 peterZap devsw_module_handler().
1999-11-08 phkRename remove_dev() to destroy_dev().
1999-11-08 peterA hack basically.. We have a bunch of code that used...
1999-11-08 peterAdd a vnode fo_stat() entry point.
1999-11-08 peterUpdate socket file type for fo_stat(). soo_stat()...
1999-11-08 peterUpdate pipe code for fo_stat() entry point - pipe_stat...
1999-11-08 peterUse fo_stat() rather than duplicating knowledge of...
1999-11-07 phkMake vop_panic() a little more informative.
1999-11-07 phkSimplify and de-bogotify check for raw disk.
1999-11-07 phkRemove the devsw magic from DEV_MODULE()
1999-11-07 greenFix the advisory file locking by restoring previous...
1999-11-07 mjacobadd in actual getenv_quad function
1999-11-06 phkPut a lock on the disk structure while we open to avoid...
1999-11-06 msmithClean up a couple of initialisations in order to suppre...
1999-11-05 msmithGuard against freeing NULL if vfs_mountroot_try is...
1999-11-05 obrienThis commit was generated by cvs2svn to compensate...
1999-11-05 msmithExpand the sscanf buffer to 32 bytes to make room for...
1999-11-04 msmithAllow vfs names to include the digits 0-9 as well as...
1999-11-04 obrienThis commit was generated by cvs2svn to compensate...
1999-11-04 obrienThis commit was generated by cvs2svn to compensate...
1999-11-04 msmithRe-implement the handing of RB_CDROM in a machine-indep...
1999-11-03 phkMove strto{u}[ql]() into their own libkern files.
1999-11-03 phkMove isfoo() and friends to the newly created sys/ctype.h.
1999-11-03 msmithMake MFS work with the new root filesystem search process.
1999-11-02 archieConsolidate some of the various ctype(3) macros in...
1999-11-01 msmithMove a couple of globals here where they are initialise...
1999-11-01 msmithswapinit isn't called from vfs_mountroot, so don't...
1999-11-01 msmithThis is a complete rewrite of vfs_conf.c, which changes...
1999-11-01 phkAdd strtol & strtoul to kernel. Derived from libc...
1999-11-01 phkNew function:
1999-11-01 obrienThis commit was generated by cvs2svn to compensate...
1999-11-01 obrienThis commit was generated by cvs2svn to compensate...
1999-11-01 obrienThis commit was generated by cvs2svn to compensate...
1999-11-01 obrienThis commit was generated by cvs2svn to compensate...
1999-11-01 julianMost modern OSs have the ability to flag certain mounts...
1999-10-30 sefBail out of the process early if the coredumpfile limit...
1999-10-30 phkRemove a #define which doesn't do miracles anymore.
1999-10-30 phkChange useracc() and kernacc() to use VM_PROT_{READ...
1999-10-29 phkuseracc() the prequel:
1999-10-24 greenRemove a KASSERT() that has fulfilled its purpose....
1999-10-24 dillon Adjust the buffer cache to better handle small...
1999-10-23 julianNow that Netgraph is in the system there are some clean...
1999-10-20 billfThis commit was generated by cvs2svn to compensate...
1999-10-16 obrienThis commit was generated by cvs2svn to compensate...
1999-10-16 obrienThis commit was generated by cvs2svn to compensate...
next