summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to define a "shutdown" and "shutdown and poweroff" keydwmalone2000-09-114-0/+27
* Sign tx driver as using miibus code.semenu2000-09-112-4/+4
* Back out previous revision now that sys/random.h is properly fixed.jhb2000-09-111-2/+0
* Forward declare 'struct proc'.jhb2000-09-111-0/+2
* Move the prototypes for random_set_wakeup* from yarrow.c to yarrow.h so thatjhb2000-09-114-4/+4
* Don't do snd_nxt rollback optimization (rev. 1.46) for SYN packets.archie2000-09-111-3/+2
* revent multiple make_dev() calls on the same dev_t and similar bogosities.phk2000-09-111-0/+16
* Prevent multiple make_dev() calls on the same dev_t and similar bogosities.phk2000-09-112-0/+2
* Make MOD_UNLOAD return EBUSY to prevent it being unloaded automatically when weroger2000-09-111-4/+5
* Add bktr_mem_loader, default to NO.roger2000-09-111-0/+1
* Change to SI_ORDER_FIRST to make sure this module runs beforeroger2000-09-111-1/+2
* Add MODULE_VERSION and MODULE_DEPENDS to make the bktr module load theroger2000-09-112-1/+3
* The alpha doesn't have a eflags register, so don't refer to it here.jhb2000-09-112-4/+0
* Add #include's of sys/proc.h and sys/param.h to silence a warning.jhb2000-09-111-0/+2
* Fix a 64-bitism, use size_t instead of u_int for 4th arg to copyinstr.jhb2000-09-111-1/+1
* Fix a 64-bitism. Use size_t instead of int for 4th argument to copyinstr.jhb2000-09-111-1/+2
* Don't tell printf() to output a sign when printing out a value as hex.jhb2000-09-111-1/+1
* - Remove duplicate cp_time declaration.jhb2000-09-111-4/+2
* Relocate sys/systm.h #include to quiet warning.jhb2000-09-111-1/+1
* Add a nasty hack to get remote kernel gdb working from ddb. ddb wouldjhb2000-09-112-0/+18
* When doing statistics for statclock on other CPU's, use the other CPUs'jhb2000-09-117-21/+21
* - Use RFHIGHPID when creating the kthread to get a more sensible pid.jhb2000-09-112-4/+6
* aio processes need to have the Giant mutex before doing work.jhb2000-09-111-0/+1
* 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
OpenPOWER on IntegriCloud