summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Changed vm_fault_quick in vm_machdep.c to be global. Needed fordyson1996-02-044-28/+28
* Rewrote cpu_fork so that it doesn't use pmap_activate, and removeddg1996-02-0414-113/+34
* Improve the performance for pipe(2) again. Also include somedyson1996-02-043-48/+485
* Document kernel config flags better and add bidirectional overridepst1996-02-041-15/+22
* Tell userconfig about qcampst1996-02-041-2/+3
* Add ability to bypass the auto-detection code. It used to be rock solidpst1996-02-041-38/+54
* Create symlinks for vnboot and bootvn, too.joerg1996-02-031-2/+2
* Fill in a lot of the missing blanks from the version I posted...peter1996-02-032-168/+178
* Implement CD_MEDIA_CATALOG request for read_subchannelache1996-02-032-54/+76
* Since ioc_read_subchannel don't used for hardware, remove padding.ache1996-02-031-2/+1
* Add a quirk record for the Tandberg 42XX series. Not only that thesejoerg1996-02-033-7/+19
* Make the sorting of IPFW rules an option. You don't want it to sort them.phk1996-02-034-4/+15
* Detect yet one kind of device (taken from NetBSD)ache1996-02-032-18/+26
* Simplify READTOCENTRYS by removing fake leadout code,ache1996-02-021-37/+5
* Add the HP4020i CD-R as a known device.joerg1996-02-022-5/+257
* Add the Emulex MD21 ESDI-to-SCSI bridge as a known device (with more thanjoerg1996-02-021-1/+5
* Implement PREVENT & CLOSE ioctlsache1996-02-022-4/+38
* Remove close tray on open - works very bad with xcdplayerache1996-02-022-4/+4
* Exchange addr_type<->controlache1996-02-021-3/+3
* Calculate TOC size to match what scsi cd says.ache1996-02-024-8/+8
* I forget the fact that cd_read_toc reads toc header in any caseache1996-02-021-3/+3
* Remove #pragma pack, use byte filler in ioc_read_subchannelache1996-02-021-13/+2
* Remove the ability for the user mode programs to specify bidirectionalpst1996-02-022-28/+3
* Add support for Connectix QuickCam(tm)pst1996-02-022-0/+861
* Add support for Connectix QuickCam(tm)pst1996-02-021-0/+76
* Add Peter's list of major numberspst1996-02-022-0/+214
* Killed last change - it was bogus. cpu_switch() already assumes thatdg1996-02-023-9/+6
* Add in hooks for quickcam driverpst1996-02-025-5/+10
* add ruid and rgid to file 'status'wosch1996-02-022-8/+24
* Implement PLAYBLOCKS ioctl, add argument checking to other PLAY* ioctlsache1996-02-012-20/+106
* Frame whole file with #pragma pack(1) and #pragma pack(4),ache1996-02-011-1/+13
* Remove statement that does nothing now, forget in my prev. commitache1996-02-011-2/+1
* addr_type field was ever not assigned, control field was assigned incorrectlyache1996-02-011-2/+3
* Return to #pragma pack(4) after header is doneache1996-02-012-2/+12
* Fix TOC size calculation: old code assing volume size hereache1996-02-012-4/+8
* Oops, pick wrong volume size for leadout entryache1996-02-011-3/+3
* Add comment: reflect the fact that lba stored in network byte orderache1996-02-011-2/+2
* Oops, I pick wrong size field for leadout entryache1996-02-011-8/+9
* Sync with latest Meteor and Spigot sources from James.jkh1996-02-015-74/+238
* Slight modification of ncr_setmaxtags: set usrtags=0 for drivesse1996-01-311-17/+16
* Free the externalizing buffer.gibbs1996-01-312-4/+10
* Properly calculate the amount of the devconf to output in SYSCTL_OUT.gibbs1996-01-311-2/+10
* aha1742.c aic7770.c bt74x.cgibbs1996-01-315-20/+160
* "out of space" -> "out of swap space".dg1996-01-311-2/+2
* Improved killproc() log message and made it and the other similar messagedg1996-01-314-15/+14
* Print a more descriptive message when the mb_map is filled (out of mbufdg1996-01-311-2/+2
* Fix one warning and fix one bug found while looking at another warning (butasami1996-01-312-2/+18
* Fix a bug related to the interworking of T/TCP and window scaling:olah1996-01-312-12/+38
* Add an entry for my HP Model 4020i CDR drive.jkh1996-01-311-1/+5
* Fix another problem with the new pipe code, pointed out by Bruce Evans.dyson1996-01-311-7/+6
OpenPOWER on IntegriCloud