aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Clean up various compiler warnings. Most (if not all) were benignGary Palmer1996-05-083-7/+9
* An old typo MCLBYTES/CLBYTES became more obvious bogus now.Poul-Henning Kamp1996-05-061-3/+3
* uninitialized auto variable shmseg is used in ...Joerg Wunsch1996-05-051-2/+2
* Another sweep over the pmap/vm macros, this time with more focus onPoul-Henning Kamp1996-05-032-15/+13
* disksort() is gone, all drivers now use tqdisksort().Poul-Henning Kamp1996-05-031-72/+1
* removed:Poul-Henning Kamp1996-05-026-21/+21
* Fix a nasty bug that causes random crashes and lockups particularly onPeter Wemm1996-05-021-1/+6
* First pass at cleaning up macros relating to pages, clusters and all that.Poul-Henning Kamp1996-05-024-23/+21
* KGDB is dead. It may come back one day if somebody does it.Poul-Henning Kamp1996-05-021-10/+4
* Removed unused #include.Bruce Evans1996-05-011-2/+1
* Removed unnecessary #includes from <sys/imgact.h> so that it isBruce Evans1996-05-016-7/+17
* Fixed two typos in the comment.Sujal Patel1996-04-291-2/+2
* Yet more b_flags fixes. The previous ones broke the clearing of B_DONEBruce Evans1996-04-191-1/+5
* Fixed removal of devfs entries for the real slice corresponding to theBruce Evans1996-04-191-10/+55
* Implement the RFNOWAIT flag for rfork(). If set this flag will cause theSujal Patel1996-04-171-38/+34
* Fix for PR #1146: the "next" pointer must be cached before calling soabortDavid Greenman1996-04-161-4/+8
* Fix a longstanding bug and a buglet of no significance.Poul-Henning Kamp1996-04-131-23/+18
* Spell cpu_switch() with an i in a comment.Bruce Evans1996-04-111-2/+2
* Fixed the PF_REMOTE case of ptcwrite(). I broke it in rev.1.22. OutputBruce Evans1996-04-111-4/+15
* Killed sections 3 and 4 of my copyright as I don't agree with it (I believeDavid Greenman1996-04-085-32/+53
* Use rdtsc() function instead of inline essembler.Bruce Evans1996-04-071-6/+2
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlyBruce Evans1996-04-073-7/+3
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverboseBruce Evans1996-04-071-2/+1
* Declared pgrpdump() properly.Bruce Evans1996-04-071-1/+3
* Cleaned up naming and formatting in recent changes.Bruce Evans1996-04-071-18/+15
* Don't generate code for the unused function sleep().Bruce Evans1996-04-071-1/+3
* Move the "mib" variables out to their own file.Poul-Henning Kamp1996-04-072-136/+176
* Fixed a bug in DEVFS code that was producing "name slot allocation failed"Marc G. Fournier1996-04-051-15/+12
* changed from using dev_link() to devfs_link()Marc G. Fournier1996-04-021-3/+3
* Convert from using dev_link() to dev_linkf()Marc G. Fournier1996-04-011-15/+21
* Remove bogus architectures to allow make tags to work.Jordan K. Hubbard1996-03-311-1/+1
* Correct the handling of NOCLDSTOP when using sigvec()Peter Wemm1996-03-301-12/+24
* Because of the way that ptrace() now calls procfs routines to read/writePeter Wemm1996-03-301-2/+16
* Undid the last 2 commits. Rev.1.43 reversed the changes in rev.1.42 andBruce Evans1996-03-281-4/+4
* Switched from using devfs_add_devsw() to devfs_add_devswf()Marc G. Fournier1996-03-283-8/+15
* Switched from using devfs_add_sw() to using devfs_add_swf()Marc G. Fournier1996-03-281-10/+4
* Remove a now unnecessary prototype from pmap.c. Also remove nowJohn Dyson1996-03-281-30/+1
* Fixed name of /dev/fs/klog (it's not "log").Bruce Evans1996-03-271-3/+4
* Fixed permissions of /devfs/lkm.Bruce Evans1996-03-271-3/+4
* Fixed the unit numbers of the devfs `fd' devices.Bruce Evans1996-03-271-12/+16
* Fixed permissions of /devfs/*random.Bruce Evans1996-03-271-4/+10
* Fixed mode of /devfs/console.Bruce Evans1996-03-271-10/+4
* Fixed group of disk devices (was wheel or games, now operator).Bruce Evans1996-03-271-14/+14
* Print stack pointer and frame pointer in trap messages.Bruce Evans1996-03-271-6/+17
* Bill Fenner <fenner@parc.xerox.com> comes up with a better fix to theJordan K. Hubbard1996-03-251-4/+5
* Various pipe error return fixes, and a significant typeo fix. FromJohn Dyson1996-03-251-9/+15
* Ok, now this is correct (even simple fixes sometimes ain't so simple :)Jordan K. Hubbard1996-03-231-3/+4
* Fix bogus last commit - debugger_on_panic was referenced even whenJordan K. Hubbard1996-03-231-2/+2
* Remove all traces of KADBPoul-Henning Kamp1996-03-231-11/+15
* Fixed unsigned longs that should have been vm_offset_t.Bruce Evans1996-03-192-4/+5