]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Update to reflect removed of al, ax, dm, pn and mx drivers and addition
[FreeBSD/FreeBSD.git] / sys / sys /
1999-12-05 peterSwitch over to using the generic joy driver
1999-12-04 marcelBump the version number now that the Linuxulator has...
1999-12-03 mdoddRemove the 'ivars' arguement to device_add_child() and
1999-12-03 jkhDefine name length differently for alpha in order to...
1999-12-01 archieThe functions m_copym() and m_copypacket() return read...
1999-12-01 greenSeparate some common sysctl code into sysctl_find_oid...
1999-12-01 mckusickCollect read and write counts for filesystems. This...
1999-11-30 peterThis commit was generated by cvs2svn to compensate...
1999-11-29 alfredtanimura implemented SNDCTL_DSP_GETODELAY for pcm.
1999-11-29 phkReport swapdevices as cdevs rather than bdevs.
1999-11-29 phkRemove the now unused chrtoblk() function.
1999-11-28 danIntroduce OpenBSD-like Random PIDs. Controlled by...
1999-11-28 bdeScheduler fixes equivalent to the ones logged in the...
1999-11-28 obrienThis commit was generated by cvs2svn to compensate...
1999-11-28 obrienThis commit was generated by cvs2svn to compensate...
1999-11-28 obrienThis commit was generated by cvs2svn to compensate...
1999-11-27 obrienThis commit was generated by cvs2svn to compensate...
1999-11-27 obrienThis commit was generated by cvs2svn to compensate...
1999-11-27 obrienThis commit was generated by cvs2svn to compensate...
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 phkIsolate the swapdev_vp "not quite" vnode in the only...
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 peterTempt fate and stop index from converting a const char...
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-18 brianCop on a bit and regenerate things correctly.
1999-11-18 peter'const'ify a bunch of pointers in the resource_*()...
1999-11-18 julianfix up a whitespace screwup I made.
1999-11-17 phk"b_unused1" was.
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 brianmodfind(char *) -> modfind(const char *)
1999-11-16 phkIntroduce commandline caching in the kernel.
1999-11-15 obrienBump __FreeBSD_version to 400012 to mark the cutover...
1999-11-14 obrienThis commit was generated by cvs2svn to compensate...
1999-11-14 obrienThis commit was generated by cvs2svn to compensate...
1999-11-14 obrienFix clobbers so that GENERIC may compile with GCC 2...
1999-11-08 guidoThis commit was generated by cvs2svn to compensate...
1999-11-08 peterZap DEV_DRIVER_MODULE(). The New world order is that...
1999-11-08 peterZap devsw_module_handler().
1999-11-08 phkRename remove_dev() to destroy_dev().
1999-11-08 peterDon't let drivers that use DEV_DRIVER_MODULE() compile...
1999-11-08 peterDon't indirect via devsw_module_handler() for DEV_MODUL...
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 peterCreate a fileops fo_stat() entry point. This will...
1999-11-07 phkRemove the iskmemdev() function. Make it the responsib...
1999-11-07 phkRemove the devsw magic from DEV_MODULE()
1999-11-07 mjacobadd in getenv_quad function
1999-11-06 phkPut a lock on the disk structure while we open to avoid...
1999-11-05 shinKAME related header files additions and merges.
1999-11-05 obrienThis commit was generated by cvs2svn to compensate...
1999-11-04 obrienThis commit was generated by cvs2svn to compensate...
1999-11-04 obrienThis commit was generated by cvs2svn to compensate...
1999-11-03 phkMove isfoo() and friends to the newly created sys/ctype.h.
1999-11-02 archieConsolidate some of the various ctype(3) macros in...
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 impMacro needed for NEWCARD kernel and STAILQ emulation.
1999-10-25 julianAbstract out some functionality into some more Macro...
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-22 julianAdd missing entries in a structure.
1999-10-21 julianfix typo
1999-10-21 julianWhistle's Netgraph link-layer (sometimes more) networki...
1999-10-20 billfThis commit was generated by cvs2svn to compensate...
1999-10-16 marcelProperly fix building posix sources this time.
1999-10-16 obrienThis 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...
1999-10-16 obrienThis commit was generated by cvs2svn to compensate...
1999-10-15 msmithImplement pseudo_AF_HDRCMPLT, which controls the state...
1999-10-14 luoqiRevive ps_usertramp, it's still referenced by COMPAT_SU...
1999-10-12 dfr* Add struct resource_list* argument to resource_list_a...
1999-10-12 marcelMove SIG_HOLD back to signalvar.h.
1999-10-12 marcelNow that userland, including modules don't use the...
1999-10-12 obrienThis commit was generated by cvs2svn to compensate...
1999-10-11 luoqiAdd a per-signal flag to mark handlers registered with...
1999-10-10 phkI don't know if this is the correct fix, but my kernel...
1999-10-10 jhayUpdate the comments to say we are at draft 05 now.
1999-10-10 marcelUse the proper #ifdef around union sigval and siginfo_t...
1999-10-10 phkRetire old and unused #includes.
1999-10-09 phkRemove obsolete include file.
next