summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add malloc_mtx to protect malloc and friends, so that they're thread-safe.jasone2000-09-111-1/+30
* Rename tsleep to msleep and add a mutex argument, which isjake2000-09-113-5/+24
* Allow interrupt threads to run during shutdown. This should fix thejasone2000-09-101-2/+15
* Fix this so that we actually define HAVE_PNP when its available.dfr2000-09-101-2/+2
* Update to build both bktr and bktr_mem modulesroger2000-09-103-26/+34
* Remove the manipulation of the Giant mutex from the interrupt entrydfr2000-09-101-10/+0
* Use '&' instead of '%' to calculate the new value for ktr_idx.dfr2000-09-101-2/+2
* Update to driver 2.15.roger2000-09-107-26/+307
* Provide keyboard entropy harvesting for PCVT users.markm2000-09-102-0/+5
* Harvest mouse events for the entropy device in a better place. In themarkm2000-09-102-3/+4
* The entropy driver module has changed name.markm2000-09-101-1/+1
* Move the include of <sys/systm.h> so that KTR gets a declaration fordfr2000-09-103-3/+3
* Large upgrade to the entropy device; mainly inspired by feedbackmarkm2000-09-1016-359/+986
* Bump up version as a result of the recent changes to kernel path,dcs2000-09-101-0/+1
* Bump up version as a result of the recent changes to kernel path,dcs2000-09-101-0/+1
* Change NOFORTH comment character from # to \ followed by space,dcs2000-09-101-1/+1
* Fix printf warnings in CTRx calls.dfr2000-09-101-18/+18
* Move the include of <sys/systm.h> so that KTR gets a declaration fordfr2000-09-101-1/+1
* Fix printf warnings.dfr2000-09-101-2/+2
* Fix printf warnings in CTRx calls.dfr2000-09-101-15/+15
* Update to work with the current version of KTR.dfr2000-09-101-74/+43
* Only build PnP parts if the platform supports PnP.dfr2000-09-103-0/+9
* Updates to the ntp pll from John Hay.phk2000-09-101-5/+5
* Bump __FreeBSD_version to 500013 after SMPng step 1 hit the tree.peter2000-09-101-1/+1
* Change variable naming to be consistent with the rest of VFS code.bp2000-09-101-25/+23
* Back out the addition of malloc_mtx. It was incompletely conceived, andjasone2000-09-101-13/+0
* Style cleanups. No functional changes.jasone2000-09-097-250/+218
* Add file and line arguments to WITNESS_ENTER() and WITNESS_EXIT, sincejasone2000-09-097-69/+69
* Add a mutex to the malloc interfaces so that it can safely be calledjasone2000-09-091-0/+15
* disable 16bit mono support- this will be handled by software conversion tocg2000-09-091-1/+1
* add 16bit mono/stereo conversion feedercg2000-09-091-6/+90
* detach supportcg2000-09-0918-189/+436
* Forget to include sysctl.halfred2000-09-091-0/+1
* Upon reflection, I decided that bootfile must have priority over kerneldcs2000-09-091-8/+8
* Correct BSD/OS slice type.rnordier2000-09-091-2/+2
* Add a comment, that a LINT file can be produced from NOTES viaalex2000-09-092-0/+6
* LINT -> NOTESalex2000-09-091-2/+2
* add attrbute(packed) to union def with specific align constraitn.itojun2000-09-091-11/+11
* Remove unused variables.des2000-09-093-3/+0
* Add stat, uptime and version.des2000-09-099-63/+399
* Add code to devname(3) so it can find the names of devices whichphk2000-09-091-0/+27
* First tackle at trying to handle the New Deal on kernels.dcs2000-09-093-118/+280
* Add missing \'s to multline macros used for assertions.jhb2000-09-092-4/+4
* Rename mtx_enter(), mtx_try_enter(), and mtx_exit() and wrap them with cppjasone2000-09-086-149/+173
* Use inline functions instead of macros for mtx_enter(), mtx_try_enter(),jasone2000-09-082-292/+320
* Update boot and boot-conf descriptions to reflect new and old changes.dcs2000-09-082-3/+31
* Enhance boot-conf.dcs2000-09-081-24/+118
* Remove an unneeded extern declaration of cp_time.jhb2000-09-087-14/+0
* Strictly speaking, this works. It enumarates the PnP devices, anddcs2000-09-081-0/+172
* Add the infrastructure necessary to handle PnP from a Forth script.dcs2000-09-083-0/+103
OpenPOWER on IntegriCloud