| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed vm_fault_quick in vm_machdep.c to be global. Needed for | dyson | 1996-02-04 | 4 | -28/+28 |
* | Rewrote cpu_fork so that it doesn't use pmap_activate, and removed | dg | 1996-02-04 | 14 | -113/+34 |
* | Improve the performance for pipe(2) again. Also include some | dyson | 1996-02-04 | 3 | -48/+485 |
* | Document kernel config flags better and add bidirectional override | pst | 1996-02-04 | 1 | -15/+22 |
* | Add qcamcontrol | pst | 1996-02-04 | 1 | -4/+4 |
* | Document ability to skip auto-probe | pst | 1996-02-04 | 1 | -1/+11 |
* | Tell userconfig about qcam | pst | 1996-02-04 | 1 | -2/+3 |
* | Add ability to bypass the auto-detection code. It used to be rock solid | pst | 1996-02-04 | 1 | -38/+54 |
* | This commit was generated by cvs2svn to compensate for changes in r13899, | pst | 1996-02-04 | 2 | -0/+190 |
|\ |
|
| * | Import very basic demo/control program for qcam driver. | pst | 1996-02-04 | 2 | -0/+190 |
* | Add some of Poul-Henning Kamp's items. | jkh | 1996-02-04 | 1 | -2/+18 |
* | Add Justin's wish list to list of prioritized tasks. | jkh | 1996-02-04 | 1 | -4/+63 |
* | Makefile.yp: | wpaul | 1996-02-04 | 2 | -11/+34 |
* | ypxfr_getmap.c: | wpaul | 1996-02-04 | 2 | -13/+35 |
* | Make sure xdr_ypresp_all_seq() always returns a sane 'status' value. | wpaul | 1996-02-04 | 1 | -1/+3 |
* | Support killing of suid programs. | wosch | 1996-02-03 | 2 | -39/+66 |
* | Try to preserve the fdisk table in the primary bootstrap, should it | joerg | 1996-02-03 | 4 | -0/+94 |
* | Create symlinks for vnboot and bootvn, too. | joerg | 1996-02-03 | 1 | -2/+2 |
* | Fixed botched addition of Alexander Seth Jones. | jfieber | 1996-02-03 | 1 | -3/+3 |
* | Print out media catalog number, if exists | ache | 1996-02-03 | 1 | -2/+6 |
* | Request/print out media catalog validation info in status command | ache | 1996-02-03 | 2 | -4/+19 |
* | Fill in a lot of the missing blanks from the version I posted... | peter | 1996-02-03 | 2 | -168/+178 |
* | Implement CD_MEDIA_CATALOG request for read_subchannel | ache | 1996-02-03 | 2 | -54/+76 |
* | Since ioc_read_subchannel don't used for hardware, remove padding. | ache | 1996-02-03 | 1 | -2/+1 |
* | Implement several new commands | ache | 1996-02-03 | 2 | -35/+102 |
* | Add a quirk record for the Tandberg 42XX series. Not only that these | joerg | 1996-02-03 | 3 | -7/+19 |
* | Fix the borokeness that crept in with rev 1.10 of parser.c, the sh | joerg | 1996-02-03 | 2 | -3/+6 |
* | Rename des_set_key -> des_set_key_krb. (libdes conflict) | markm | 1996-02-03 | 3 | -3/+3 |
* | Rename des_set_key -> des_set_key. (libdes conflict) | markm | 1996-02-03 | 1 | -2/+2 |
* | Make the sorting of IPFW rules an option. You don't want it to sort them. | phk | 1996-02-03 | 4 | -4/+15 |
* | Rename des_set_key -> des_set_key_krb. This was a name conflict with a | markm | 1996-02-03 | 4 | -6/+9 |
* | Submitted by: pst | wosch | 1996-02-03 | 1 | -0/+65 |
* | Add qcam.4 to directory, was only mlinking | pst | 1996-02-03 | 1 | -2/+2 |
* | Only print statistics in verbose mode | pst | 1996-02-03 | 1 | -5/+6 |
* | Detect yet one kind of device (taken from NetBSD) | ache | 1996-02-03 | 2 | -18/+26 |
* | Add install script for doc, make bin install more intelligent. | jkh | 1996-02-02 | 3 | -6/+22 |
* | Simplify READTOCENTRYS by removing fake leadout code, | ache | 1996-02-02 | 1 | -37/+5 |
* | Mention the currently supported vendor/model strings. | joerg | 1996-02-02 | 1 | -1/+11 |
* | Add the HP4020i CD-R as a known device. | joerg | 1996-02-02 | 2 | -5/+257 |
* | Add the Emulex MD21 ESDI-to-SCSI bridge as a known device (with more than | joerg | 1996-02-02 | 1 | -1/+5 |
* | Added a FreeBSD specific crash(8) man page that was adapted from | mpp | 1996-02-02 | 4 | -110/+630 |
* | Don't mask last track number with end word, better be shure that it is 170 | ache | 1996-02-02 | 1 | -1/+1 |
* | Implement PREVENT & CLOSE ioctls | ache | 1996-02-02 | 2 | -4/+38 |
* | Implement 'inject' command | ache | 1996-02-02 | 2 | -13/+25 |
* | Remove close tray on open - works very bad with xcdplayer | ache | 1996-02-02 | 2 | -4/+4 |
* | Exchange addr_type<->control | ache | 1996-02-02 | 1 | -3/+3 |
* | Calculate TOC size to match what scsi cd says. | ache | 1996-02-02 | 4 | -8/+8 |
* | Back out my control->addr_type change, need to be fixed in another place | ache | 1996-02-02 | 1 | -1/+1 |
* | I forget the fact that cd_read_toc reads toc header in any case | ache | 1996-02-02 | 1 | -3/+3 |
* | Remove #pragma pack, use byte filler in ioc_read_subchannel | ache | 1996-02-02 | 1 | -13/+2 |