summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Implemented non-statistical kernel profiling. This is based onbde1995-12-291-8/+56
* 1) ifdef out some unused functions (for now)markm1995-12-291-0/+7
* Made bzero a function vector and added a 586/686 optimized version ofdg1995-12-283-7/+6
* Added $Id$.asami1995-12-281-0/+2
* Added parity flag.asami1995-12-281-1/+2
* Call semexit() from exit(), in order to process `undo vectors'.joerg1995-12-271-1/+6
* Clean up and make more universal. Next version of random device.markm1995-12-271-5/+16
* This commit was generated by cvs2svn to compensate for changes in r13053,asami1995-12-271-0/+206
|\
| * ccdvar.h from NetBSD-1.1.asami1995-12-271-0/+206
* Finished staticizing of timevalfix().bde1995-12-262-4/+2
* Removed redundant (incompletely staticized) declararations.bde1995-12-251-4/+1
* Remove the now obsolete vfs_sysctl vfsops element.phk1995-12-221-3/+1
* Staticize.phk1995-12-171-5/+1
* Add an obscure feature, needed for debugging.phk1995-12-171-2/+3
* Really finished (?) cleaning up sysinit stuff.bde1995-12-161-6/+4
* Uniformized pr_ctlinput protosw functions. The third arg is now `voidbde1995-12-161-3/+3
* Completed a function declaration.bde1995-12-151-33/+33
* Regenerated from syscalls.master...peter1995-12-153-4/+147
* move typedef for key_t from sys/ipc.h to sys/types.h, as suggested in thepeter1995-12-152-4/+3
* Nuked ambiguous sleep message strings:bde1995-12-141-4/+1
* Restored unused function ttrstrt(). It would be used if the low levelbde1995-12-141-1/+2
* Removed my devsw access functions [un]register_cdev() andbde1995-12-142-8/+2
* Another mega commit to staticize things.phk1995-12-141-13/+1
* A Major staticize sweep. Generates a couple of warnings that I'll dealphk1995-12-147-29/+7
* devsw tables are now arrays of POINTERS to struct [cb]devswjulian1995-12-133-13/+13
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-113-11/+17
* Add a structure definition to the MD* Contexts, so that cvs can usepeter1995-12-111-1/+1
* Removed new alias d_size_t for d_psize_t.bde1995-12-102-26/+20
* Last commit this round: Staticize.phk1995-12-102-4/+2
* Moved the declaration of boolean_t from <vm/vm_param.h> tobde1995-12-101-1/+2
* Change SYSCTL_OPAQUE to take a format string.phk1995-12-091-3/+3
* Move sysctl machdep.consdev to cons.cphk1995-12-091-2/+1
* clean a few DEVFS things..julian1995-12-091-11/+1
* A really gross hack to make more of the source tree compile again.peter1995-12-091-2/+8
* Reorganise ps_strings in order to gain BSD/OS 2.0 binary compatability.peter1995-12-091-5/+5
* Pass 3 of the great devsw changesjulian1995-12-085-34/+20
* Define FALSE and TRUE in <sys/param.h> (if KERNEL is defined) as wellbde1995-12-051-1/+4
* Moved the declaration of vm_object_t from <vm/vm.h> to <sys/types.h>bde1995-12-051-1/+6
* Moved prototypes for rawread(), rawrite() and setconf() to a better place.bde1995-12-052-10/+18
* A major sweep over the sysctl stuff.phk1995-12-041-22/+24
* Moved inline functions for insque() and remque() to <sys/queue.h>.bde1995-12-031-3/+48
* malloc.h: add sysctl class.phk1995-12-022-3/+7
* Add definition of PROT_NONE=0 for compatibility with SunOS/Solaris/Linux ...se1995-11-301-1/+2
* If you're going to mechanically replicate something in 50 filesjulian1995-11-292-2/+14
* OK, that's it..julian1995-11-292-2/+14
* A batch of Jim Lowe's patches:jkh1995-11-291-1/+2
* Oops, the previous change was missing the declaration of `structbde1995-11-243-3/+9
* Declared tqdisksort(). <sys/disklabel.h> is the wrong place, butbde1995-11-243-3/+6
* Update the wd.c driver to use the new TAILQ scheme for devicedyson1995-11-231-1/+2
* Completed function declarations and/or added prototypes.bde1995-11-218-45/+46
OpenPOWER on IntegriCloud