| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Style cleanups. No functional changes. | jasone | 2000-09-09 | 7 | -250/+218 |
* | | Add file and line arguments to WITNESS_ENTER() and WITNESS_EXIT, since | jasone | 2000-09-09 | 7 | -69/+69 |
* | | Add a mutex to the malloc interfaces so that it can safely be called | jasone | 2000-09-09 | 1 | -0/+15 |
* | | Remove a workaround for a long-fixed bug in fetch(1). | bmah | 2000-09-09 | 2 | -10/+4 |
* | | disable 16bit mono support- this will be handled by software conversion to | cg | 2000-09-09 | 1 | -1/+1 |
* | | pkg_version.pl now understands the new package/port numbering scheme | bmah | 2000-09-09 | 1 | -24/+109 |
* | | add 16bit mono/stereo conversion feeder | cg | 2000-09-09 | 1 | -6/+90 |
* | | detach support | cg | 2000-09-09 | 18 | -189/+436 |
* | | Forget to include sysctl.h | alfred | 2000-09-09 | 1 | -0/+1 |
* | | Provide correct information regarding "packet" option default. | rnordier | 2000-09-09 | 1 | -4/+5 |
* | | Upon reflection, I decided that bootfile must have priority over kernel | dcs | 2000-09-09 | 1 | -8/+8 |
* | | Correct BSD/OS slice type. | rnordier | 2000-09-09 | 1 | -2/+2 |
* | | Add a comment, that a LINT file can be produced from NOTES via | alex | 2000-09-09 | 2 | -0/+6 |
* | | LINT -> NOTES | alex | 2000-09-09 | 1 | -2/+2 |
* | | add attrbute(packed) to union def with specific align constraitn. | itojun | 2000-09-09 | 1 | -11/+11 |
* | | Include libfetch in the includes target. | des | 2000-09-09 | 1 | -0/+1 |
* | | Remove unused variables. | des | 2000-09-09 | 3 | -3/+0 |
* | | Add stat, uptime and version. | des | 2000-09-09 | 9 | -63/+399 |
* | | Add code to devname(3) so it can find the names of devices which | phk | 2000-09-09 | 3 | -12/+55 |
* | | Overhaul of AS2[01]0[A] description. | wilko | 2000-09-09 | 1 | -17/+68 |
* | | First tackle at trying to handle the New Deal on kernels. | dcs | 2000-09-09 | 3 | -118/+280 |
* | | USA_RESIDENT is no longer required for buildworld, do not force it. | peter | 2000-09-09 | 1 | -12/+0 |
* | | Add missing \'s to multline macros used for assertions. | jhb | 2000-09-09 | 2 | -4/+4 |
* | | Activate hesinfo. | nectar | 2000-09-08 | 1 | -0/+1 |
* | | Note 3C556/3C556B support in the xl(4) driver and subsequent | bmah | 2000-09-08 | 2 | -2/+6 |
* | | Rename mtx_enter(), mtx_try_enter(), and mtx_exit() and wrap them with cpp | jasone | 2000-09-08 | 6 | -149/+173 |
* | | Use inline functions instead of macros for mtx_enter(), mtx_try_enter(), | jasone | 2000-09-08 | 2 | -292/+320 |
* | | Update boot and boot-conf descriptions to reflect new and old changes. | dcs | 2000-09-08 | 2 | -3/+31 |
* | | Enhance boot-conf. | dcs | 2000-09-08 | 1 | -24/+118 |
* | | Remove an unneeded extern declaration of cp_time. | jhb | 2000-09-08 | 7 | -14/+0 |
* | | Strictly speaking, this works. It enumarates the PnP devices, and | dcs | 2000-09-08 | 1 | -0/+172 |
* | | Add the infrastructure necessary to handle PnP from a Forth script. | dcs | 2000-09-08 | 3 | -0/+103 |
* | | Fix an error message which was using the wrong variable to get the | dcs | 2000-09-08 | 1 | -1/+1 |
* | | Add constructors to crude structure support. Rework some of the | dcs | 2000-09-08 | 1 | -19/+142 |
* | | Make the pnp structure a global variable, so it can be used elsewhere. | dcs | 2000-09-08 | 2 | -1/+5 |
* | | Fix autoboot. Now autoboot *always* show the correct kernel name. It | dcs | 2000-09-08 | 2 | -17/+37 |
* | | Fixed the softintr macro which directly accessed ipending. | kato | 2000-09-08 | 1 | -6/+6 |
* | | Merged from sys/isa/sio.c revisions 1.309 - 1.311. | kato | 2000-09-08 | 2 | -18/+50 |
* | | Prevent buffer overflow if NLSPATH is too long | ache | 2000-09-08 | 1 | -1/+7 |
* | | Merged from sys/i386/i386/machdep.c revision 1.407. | kato | 2000-09-08 | 2 | -2/+2 |
* | | Merged from sys/boot/i386/loader/Makefile revision 1.47. | kato | 2000-09-08 | 1 | -1/+7 |
* | | Only call kdb_trap() if the DDB config option is specified. | jasone | 2000-09-08 | 1 | -0/+2 |
* | | Back out my previous commit as well as some SMPng changes to revert the | jhb | 2000-09-08 | 2 | -34/+56 |
* | | Disallow '/' characters in LC_* environment variables which might | kris | 2000-09-08 | 1 | -1/+1 |
* | | siointr1: Schedule soft interrupt when needed. This fixes the "no | grog | 2000-09-08 | 2 | -0/+4 |
* | | Add a mild warning for people to expect problems in -current after the | imp | 2000-09-08 | 1 | -0/+5 |
* | | New relnotes: SMPng, clarification to nsswitch.conf(5) | bmah | 2000-09-08 | 2 | -2/+12 |
* | | Look for libstand in the built tree rather than in /usr/lib. This | imp | 2000-09-08 | 1 | -1/+7 |
* | | Really fix USER_LDT. (Don't use currentldt as an L-value.) | jake | 2000-09-08 | 9 | -11/+11 |
* | | Fix a problem where we would recursively try to get the com lock within | jhb | 2000-09-08 | 2 | -12/+18 |