summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-4/+3
* Define name length differently for alpha in order to preservejkh1999-12-031-0/+5
* The functions m_copym() and m_copypacket() return read-only copies,archie1999-12-011-0/+1
* Separate some common sysctl code into sysctl_find_oid() and callinggreen1999-12-011-0/+2
* Collect read and write counts for filesystems. This new codemckusick1999-12-011-1/+6
* tanimura implemented SNDCTL_DSP_GETODELAY for pcm.alfred1999-11-291-0/+1
* Report swapdevices as cdevs rather than bdevs.phk1999-11-291-1/+0
* Remove the now unused chrtoblk() function.phk1999-11-292-2/+0
* Introduce OpenBSD-like Random PIDs. Controlled by a sysctl knobdan1999-11-281-0/+1
* Scheduler fixes equivalent to the ones logged in the following NetBSDbde1999-11-281-0/+13
* Moved scheduling-related code to kern_synch.c so that it is easier to fixbde1999-11-271-0/+1
* Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation.phk1999-11-262-0/+2
* Add a sysctl to control if argv is disclosed to the world:phk1999-11-261-0/+1
* General clean-up of socket.h and associated sources to synchronise upphk1999-11-241-28/+33
* Change the prototype of the strto* routines to make the secondarchie1999-11-241-4/+4
* Isolate the swapdev_vp "not quite" vnode in the only source file whichphk1999-11-221-2/+0
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-221-0/+6
* Introduce the new functionphk1999-11-211-0/+1
* Tempt fate and stop index from converting a const char * into a char *.peter1999-11-211-2/+4
* struct mountlist and struct mount.mnt_list have no business beingphk1999-11-201-2/+2
* Cop on a bit and regenerate things correctly.brian1999-11-184-4/+4
* 'const'ify a bunch of pointers in the resource_*() functions for accessingpeter1999-11-181-8/+11
* fix up a whitespace screwup I made.julian1999-11-181-2/+2
* "b_unused1" was.phk1999-11-172-6/+4
* modfind(char *) -> modfind(const char *)brian1999-11-171-1/+1
* Add e_stats (p->p_stats, from struct user->u_stats) to eproc so it'speter1999-11-171-0/+1
* modfind(char *) -> modfind(const char *)brian1999-11-161-1/+1
* Introduce commandline caching in the kernel.phk1999-11-163-1/+17
* Bump __FreeBSD_version to 400012 to mark the cutover of the systemobrien1999-11-151-1/+1
* Fix clobbers so that GENERIC may compile with GCC 2.95.2.obrien1999-11-141-83/+84
* Zap DEV_DRIVER_MODULE(). The New world order is that drivers create theirpeter1999-11-081-16/+0
* Zap devsw_module_handler().peter1999-11-082-2/+0
* Rename remove_dev() to destroy_dev().phk1999-11-082-2/+2
* Don't let drivers that use DEV_DRIVER_MODULE() compile as they won'tpeter1999-11-081-0/+6
* Don't indirect via devsw_module_handler() for DEV_MODULE() routines, havepeter1999-11-082-12/+4
* Update socket file type for fo_stat(). soo_stat() becomes a fileopspeter1999-11-081-1/+1
* Update pipe code for fo_stat() entry point - pipe_stat() is now no longerpeter1999-11-081-4/+0
* Create a fileops fo_stat() entry point. This will enable collectionpeter1999-11-081-0/+19
* Remove the iskmemdev() function. Make it the responsibility of the mem.cphk1999-11-072-2/+0
* Remove the devsw magic from DEV_MODULE()phk1999-11-072-8/+6
* add in getenv_quad functionmjacob1999-11-071-0/+1
* Put a lock on the disk structure while we open to avoid races.phk1999-11-061-1/+5
* KAME related header files additions and merges.shin1999-11-054-4/+49
* Move isfoo() and friends to the newly created sys/ctype.h.phk1999-11-032-13/+60
* Consolidate some of the various ctype(3) macros in one location.archie1999-11-021-0/+13
* Add strtol & strtoul to kernel. Derived from libc versions.phk1999-11-011-1/+3
* New function:phk1999-11-011-0/+1
* Most modern OSs have the ability to flag certain mounts as ones tojulian1999-11-011-1/+3
* Macro needed for NEWCARD kernel and STAILQ emulation.imp1999-10-301-0/+4
* Abstract out some functionality into some more Macro's and eliminatejulian1999-10-251-17/+28
OpenPOWER on IntegriCloud