summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Ups, I removed NMB_INIT too.phk1996-05-121-1/+3
* Nail down NCL_INIT = 1, and put a comment there telling what it is.phk1996-05-111-8/+4
* Hide options for emulators and static file systems in opt_dontuse.h.bde1996-05-112-4/+4
* Allocate mbufs from a separate submap so that NMBCLUSTERS works aswollman1996-05-103-13/+17
* Make it possible to return more than one piece of control informationwollman1996-05-092-12/+27
* Correct a comment. There is no fn `kprintf'gpalmer1996-05-091-2/+2
* Our new-old mbugf allocator. This is actually something of a blast fromwollman1996-05-081-1/+103
* Clean up various compiler warnings. Most (if not all) were benigngpalmer1996-05-083-7/+9
* An old typo MCLBYTES/CLBYTES became more obvious bogus now.phk1996-05-061-3/+3
* uninitialized auto variable shmseg is used in ...joerg1996-05-051-2/+2
* Another sweep over the pmap/vm macros, this time with more focus onphk1996-05-032-15/+13
* disksort() is gone, all drivers now use tqdisksort().phk1996-05-031-72/+1
* removed:phk1996-05-026-21/+21
* Fix a nasty bug that causes random crashes and lockups particularly onpeter1996-05-021-1/+6
* First pass at cleaning up macros relating to pages, clusters and all that.phk1996-05-024-23/+21
* KGDB is dead. It may come back one day if somebody does it.phk1996-05-021-10/+4
* Removed unused #include.bde1996-05-011-2/+1
* Removed unnecessary #includes from <sys/imgact.h> so that it isbde1996-05-016-7/+17
* Fixed two typos in the comment.smpatel1996-04-291-2/+2
* Yet more b_flags fixes. The previous ones broke the clearing of B_DONEbde1996-04-191-1/+5
* Fixed removal of devfs entries for the real slice corresponding to thebde1996-04-191-10/+55
* Implement the RFNOWAIT flag for rfork(). If set this flag will cause thesmpatel1996-04-171-38/+34
* Fix for PR #1146: the "next" pointer must be cached before calling soabortdg1996-04-161-4/+8
* Fix a longstanding bug and a buglet of no significance.phk1996-04-131-23/+18
* Spell cpu_switch() with an i in a comment.bde1996-04-111-2/+2
* Fixed the PF_REMOTE case of ptcwrite(). I broke it in rev.1.22. Outputbde1996-04-111-4/+15
* Killed sections 3 and 4 of my copyright as I don't agree with it (I believedg1996-04-085-32/+53
* Use rdtsc() function instead of inline essembler.bde1996-04-071-6/+2
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlybde1996-04-073-7/+3
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverbosebde1996-04-071-2/+1
* Declared pgrpdump() properly.bde1996-04-071-1/+3
* Cleaned up naming and formatting in recent changes.bde1996-04-071-18/+15
* Don't generate code for the unused function sleep().bde1996-04-071-1/+3
* Move the "mib" variables out to their own file.phk1996-04-072-136/+176
* Fixed a bug in DEVFS code that was producing "name slot allocation failed"scrappy1996-04-051-15/+12
* changed from using dev_link() to devfs_link()scrappy1996-04-021-3/+3
* Convert from using dev_link() to dev_linkf()scrappy1996-04-011-15/+21
* Remove bogus architectures to allow make tags to work.jkh1996-03-311-1/+1
* Correct the handling of NOCLDSTOP when using sigvec()peter1996-03-301-12/+24
* Because of the way that ptrace() now calls procfs routines to read/writepeter1996-03-301-2/+16
* Undid the last 2 commits. Rev.1.43 reversed the changes in rev.1.42 andbde1996-03-281-4/+4
* Switched from using devfs_add_devsw() to devfs_add_devswf()scrappy1996-03-283-8/+15
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-281-10/+4
* Remove a now unnecessary prototype from pmap.c. Also remove nowdyson1996-03-281-30/+1
* Fixed name of /dev/fs/klog (it's not "log").bde1996-03-271-3/+4
* Fixed permissions of /devfs/lkm.bde1996-03-271-3/+4
* Fixed the unit numbers of the devfs `fd' devices.bde1996-03-271-12/+16
* Fixed permissions of /devfs/*random.bde1996-03-271-4/+10
* Fixed mode of /devfs/console.bde1996-03-271-10/+4
* Fixed group of disk devices (was wheel or games, now operator).bde1996-03-271-14/+14
OpenPOWER on IntegriCloud