| Commit message (Expand) | Author | Age | Files | Lines |
* | - Remove duplicate cp_time declaration. | jhb | 2000-09-11 | 1 | -4/+2 |
* | Relocate sys/systm.h #include to quiet warning. | jhb | 2000-09-11 | 1 | -1/+1 |
* | Forced commit to note that the previous commit only applied to the alpha | jhb | 2000-09-11 | 0 | -0/+0 |
* | Add a nasty hack to get remote kernel gdb working from ddb. ddb would | jhb | 2000-09-11 | 2 | -0/+18 |
* | When doing statistics for statclock on other CPU's, use the other CPUs' | jhb | 2000-09-11 | 7 | -21/+21 |
* | - Use RFHIGHPID when creating the kthread to get a more sensible pid. | jhb | 2000-09-11 | 2 | -4/+6 |
* | aio processes need to have the Giant mutex before doing work. | jhb | 2000-09-11 | 1 | -0/+1 |
* | Add malloc_mtx to protect malloc and friends, so that they're thread-safe. | jasone | 2000-09-11 | 1 | -1/+30 |
* | Add scant documentation for msleep. | jake | 2000-09-11 | 2 | -1/+20 |
* | Rename tsleep to msleep and add a mutex argument, which is | jake | 2000-09-11 | 3 | -5/+24 |
* | Allow interrupt threads to run during shutdown. This should fix the | jasone | 2000-09-10 | 1 | -2/+15 |
* | Set h_errno when an error is encountered. | nectar | 2000-09-10 | 1 | -2/+9 |
* | Make default interface work. | ume | 2000-09-10 | 2 | -10/+8 |
* | Fix a few style oddities. | green | 2000-09-10 | 1 | -6/+6 |
* | Fix a goof in timevaldiff. | green | 2000-09-10 | 1 | -1/+1 |
* | Fix this so that we actually define HAVE_PNP when its available. | dfr | 2000-09-10 | 1 | -2/+2 |
* | Update to build both bktr and bktr_mem modules | roger | 2000-09-10 | 3 | -26/+34 |
* | Remove the manipulation of the Giant mutex from the interrupt entry | dfr | 2000-09-10 | 1 | -10/+0 |
* | Moved boot0cfg into IBM-PC only section (MACHINE=="i386"). | kato | 2000-09-10 | 1 | -1/+5 |
* | Use '&' instead of '%' to calculate the new value for ktr_idx. | dfr | 2000-09-10 | 1 | -2/+2 |
* | pmcd_value is actually a quad_t. | dwmalone | 2000-09-10 | 1 | -1/+1 |
* | Update to driver 2.15. | roger | 2000-09-10 | 7 | -26/+307 |
* | Provide keyboard entropy harvesting for PCVT users. | markm | 2000-09-10 | 2 | -0/+5 |
* | Harvest mouse events for the entropy device in a better place. In the | markm | 2000-09-10 | 2 | -3/+4 |
* | The entropy driver module has changed name. | markm | 2000-09-10 | 1 | -1/+1 |
* | Forced commit. | markm | 2000-09-10 | 0 | -0/+0 |
* | Move the include of <sys/systm.h> so that KTR gets a declaration for | dfr | 2000-09-10 | 3 | -3/+3 |
* | Large upgrade to the entropy device; mainly inspired by feedback | markm | 2000-09-10 | 16 | -359/+986 |
* | Bump up version as a result of the recent changes to kernel path, | dcs | 2000-09-10 | 1 | -0/+1 |
* | Bump up version as a result of the recent changes to kernel path, | dcs | 2000-09-10 | 1 | -0/+1 |
* | Change NOFORTH comment character from # to \ followed by space, | dcs | 2000-09-10 | 1 | -1/+1 |
* | Fix printf warnings in CTRx calls. | dfr | 2000-09-10 | 1 | -18/+18 |
* | Move the include of <sys/systm.h> so that KTR gets a declaration for | dfr | 2000-09-10 | 1 | -1/+1 |
* | Fix printf warnings. | dfr | 2000-09-10 | 1 | -2/+2 |
* | Fix printf warnings in CTRx calls. | dfr | 2000-09-10 | 1 | -15/+15 |
* | Update to work with the current version of KTR. | dfr | 2000-09-10 | 1 | -74/+43 |
* | Only build PnP parts if the platform supports PnP. | dfr | 2000-09-10 | 3 | -0/+9 |
* | Remove files no longer present in OpenSSH 2.2.0 and beyond | kris | 2000-09-10 | 5 | -256/+0 |
* | Update for OpenSSH 2.2.0 | kris | 2000-09-10 | 4 | -7/+33 |
* | Resolve conflicts and update for OpenSSH 2.2.0 | kris | 2000-09-10 | 37 | -1659/+2394 |
* | Updates to the ntp pll from John Hay. | phk | 2000-09-10 | 1 | -5/+5 |
* | Bump __FreeBSD_version to 500013 after SMPng step 1 hit the tree. | peter | 2000-09-10 | 1 | -1/+1 |
* | This commit was generated by cvs2svn to compensate for changes in r65668, | kris | 2000-09-10 | 80 | -806/+3146 |
|\ |
|
| * | Initial import of OpenSSH post-2.2.0 snapshot dated 2000-09-09 | kris | 2000-09-10 | 118 | -2247/+5359 |
* | | New release notes: ipfilter->3.4.9, new kernel location, FFS snapshots. | bmah | 2000-09-10 | 2 | -1/+22 |
* | | Change variable naming to be consistent with the rest of VFS code. | bp | 2000-09-10 | 1 | -25/+23 |
* | | Back out the addition of malloc_mtx. It was incompletely conceived, and | jasone | 2000-09-10 | 1 | -13/+0 |
* | | Backout last commit. It was wrong.. *sigh* | ps | 2000-09-10 | 1 | -1/+0 |
* | | include string.h to silence a warning. | ps | 2000-09-10 | 1 | -0/+1 |
* | | Nuke RSAREF support from orbit. | kris | 2000-09-10 | 15 | -1238/+3 |