| Commit message (Expand) | Author | Age | Files | Lines |
* | s/ssh_host_key/ssh_host_rsa_key/ since that is what openssh uses now | peter | 2001-05-09 | 7 | -14/+14 |
* | Clarify that the Adaptec 2400A is an ATA controller. | scottl | 2001-05-09 | 1 | -1/+2 |
* | Add the Adaptec 2400A as an ATA RAID controller. Remove reference to the | scottl | 2001-05-09 | 3 | -3/+12 |
* | Fix a typo (pasto?). | dd | 2001-05-09 | 1 | -1/+1 |
* | Fix some of the handling in the pam module, don't unregister things | alfred | 2001-05-09 | 1 | -14/+50 |
* | Unbreak world, IN_SHLOCK/IN_EXLOCK haven't existed in a while and | alfred | 2001-05-09 | 2 | -18/+0 |
* | rcsid style fix. | obrien | 2001-05-09 | 1 | -6/+5 |
* | A WIP snuck in the rev 1.34 commit. | obrien | 2001-05-09 | 1 | -8/+3 |
* | Eliminate some panics for errors we can recover from. | dmlb | 2001-05-09 | 2 | -164/+121 |
* | Use enumeration values for CARD_SET_RES_FLAGS. | dmlb | 2001-05-08 | 1 | -4/+13 |
* | Use enumeration types for CARD_SET_RES_FLAGS. | dmlb | 2001-05-08 | 1 | -1/+2 |
* | Add additional enumeration types for CARD_SET_RES_FLAGS. | dmlb | 2001-05-08 | 1 | -1/+5 |
* | Add a sysctl pair for the pcic memory allocation range | dmlb | 2001-05-08 | 1 | -3/+16 |
* | Since PAM is broken, let pam_setcred() failure be non-fatal. | green | 2001-05-08 | 1 | -1/+1 |
* | remove a reference to a nonexisting script, "clean", when | luigi | 2001-05-08 | 1 | -2/+1 |
* | MFS: use absolute, not relative path for tinyware | luigi | 2001-05-08 | 1 | -1/+1 |
* | Here comes the forgotten C source, oopsy. | schweikh | 2001-05-08 | 1 | -0/+108 |
* | Turned the shell script into a binary fixing several minor buglets. | schweikh | 2001-05-08 | 3 | -77/+9 |
* | Cleanups, more consistent use of <screen> etc. | wilko | 2001-05-08 | 2 | -778/+886 |
*-. | This commit was generated by cvs2svn to compensate for changes in r76371, | assar | 2001-05-08 | 55 | -341/+280 |
|\ \ |
|
| | * | mdoc(ng) fixes | assar | 2001-05-08 | 22 | -145/+128 |
| * | | mdoc(ng) fixes | assar | 2001-05-08 | 36 | -214/+160 |
* | | | - Eliminate locks in functions called only during probe and attach. | tanimura | 2001-05-08 | 1 | -10/+15 |
* | | | gethostbyname2() can't do AF_INET6 lookups over NIS. | alex | 2001-05-08 | 1 | -0/+7 |
* | | | When opening the file to broadcast, do it with the user's gid, not the | kris | 2001-05-08 | 1 | -2/+8 |
* | | | Polish error handling with biofinish(). | phk | 2001-05-08 | 2 | -28/+30 |
* | | | Polish error handling code using biofinish() | phk | 2001-05-08 | 1 | -6/+1 |
* | | | Remove an 'optimization' I hope to never see again. | alfred | 2001-05-08 | 1 | -89/+111 |
* | | | Be a little clearer all characters after a # are ignored unless the | brian | 2001-05-08 | 1 | -4/+10 |
* | | | Exploit recent improvements in the disk minilayer to simplify error | phk | 2001-05-08 | 5 | -75/+39 |
* | | | Always initialize bio_resid from bio_bcount in the disk mini-layer so | phk | 2001-05-08 | 1 | -1/+1 |
* | | | mdoc(7) police: fix markup, rename and reorder some sections. | ru | 2001-05-08 | 2 | -78/+104 |
* | | | Remove all the mutex stuff - suggested by jhb | brian | 2001-05-08 | 4 | -49/+12 |
* | | | When running with soft updates, track the number of blocks and files | mckusick | 2001-05-08 | 11 | -19/+125 |
* | | | Several fixes for units errors: | mckusick | 2001-05-08 | 1 | -10/+19 |
* | | | mdoc(7) police: sort xrefs. | ru | 2001-05-08 | 1 | -2/+2 |
* | | | When syncing out snapshot metadata, we must temporarily allow recursive | mckusick | 2001-05-08 | 1 | -27/+29 |
* | | | GC some dead code relating to running df on unmounted block devices, | kris | 2001-05-08 | 2 | -37/+1 |
* | | | Just notify us once when encountering a partially allocated inode. | mckusick | 2001-05-08 | 1 | -1/+1 |
* | | | Sync up with OpenBSD. Too many changes to note, but the major features | kris | 2001-05-08 | 21 | -209/+1562 |
* | | | Ricoh RL5C46x cardbus bridges have the bits for 3E0 and 3E2. The | imp | 2001-05-08 | 2 | -8/+0 |
* | | | Add some additional register definitions for some work I have in progress. | imp | 2001-05-08 | 2 | -0/+4 |
* | | | sys/mutex.h requires sys/lock.h for LINT | brian | 2001-05-07 | 1 | -0/+1 |
* | | | Correct prototype (entry_p -> *entry_p) | jedgar | 2001-05-07 | 1 | -1/+1 |
* | | | Set the slot pointer in the pc98 case. Correct the name of the bridge | imp | 2001-05-07 | 1 | -2/+5 |
* | | | Fix typos. | horikawa | 2001-05-07 | 3 | -6/+6 |
* | | | Use constants in <pccard/cis.h> for scannign the memory window with. | dmlb | 2001-05-07 | 1 | -4/+4 |
* | | | Ensure that pccardd sets up memory windows correctly for drivers other | dmlb | 2001-05-07 | 1 | -8/+36 |
* | | | Fix a minor printing bug that prints incorrect information for memory | dmlb | 2001-05-07 | 1 | -1/+1 |
* | | | Minor updates: | msmith | 2001-05-07 | 5 | -30/+47 |