summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use ntohs/ntohl when reading TOC instead of hardcoded byte swapping.ache1996-01-301-9/+37
* Calculate leadout entry instead of honor ATAPI requestache1996-01-301-8/+8
* READTOCENTRYS: make fake leadout entryache1996-01-301-3/+26
* READTOCENTRYS: protect against stack overflow when incorrect dataache1996-01-303-17/+30
* READTOCENTRYS: handle 0 and lead out requests, add argument checkingache1996-01-301-11/+34
* savectx() strikes again: the saved stack pointer wasn't properly adjusteddg1996-01-305-31/+18
* Call pipe_stat() when presented with a DTYPE_PIPE file in the linuxpeter1996-01-302-2/+10
* Don't generate EINVAL for data_len too big in READTOCENTRYS, itache1996-01-303-10/+7
* Fix READTOCENTRYS partialy based on kientzle@netcom.com patch partialy onache1996-01-301-15/+24
* Fix audio part, especially READTOCENTRYS inspired by NetBSD driverache1996-01-304-96/+116
* Increase tmpstk size to 8K and make certain it is longword aligned.dg1996-01-303-6/+9
* Restore my change to the watchdog params that Paul spammed in rev 1.18.dg1996-01-302-12/+10
* Fix a typo in a comment.mpp1996-01-301-2/+2
* Add heuristic to detect multi-function devices that don't announce thisse1996-01-302-68/+158
* Remove redundant declaration for worminit(). Dunno why my config(8)joerg1996-01-291-2/+1
* Added a check/panic for vm_map_find failing to find space for the pagedg1996-01-291-5/+7
* Implement what I mentioned in rev 1.18: limit per-bucket allocations todg1996-01-291-3/+7
* Fixed two bugs in the calculation of the malloc area (kmem_map) size:dg1996-01-291-7/+9
* Add LIST_INSERT_BEFORE and TAILQ_INSERT_BEFORE. These are used by thegibbs1996-01-292-3/+17
* Prevent media eject on first open and re-enable ejection on last close.gibbs1996-01-291-3/+6
* Update copyright.gibbs1996-01-291-2/+2
* Kernel printf now returns int.gibbs1996-01-291-3/+5
* Changes to support Performance enhancements in the sequencer.gibbs1996-01-292-135/+175
* Finally commit Serge's multicast and "misc other changes" patch. Igibbs1996-01-294-86/+168
* Another pass through eisaconf. Ioaddrs and Maddrs are link lists now.gibbs1996-01-297-252/+846
* Performance optimizations. Unroll all bcopies. Use PIO to transfer SCBsgibbs1996-01-292-194/+138
* Fixed an uninitialized variable (argument to vm_map_find) -- problemdyson1996-01-291-5/+8
* Added sys_pipe into files.dyson1996-01-281-0/+1
* Enable the new fast pipe code. The old pipes can be used with thedyson1996-01-283-4/+16
* Added new files to support the new fast pipes. After the follow-ondyson1996-01-282-0/+646
* Make worm.c compile with -Wall -Werror again.joerg1996-01-281-7/+7
* Submitted by: rich (which one?)julian1996-01-281-1/+5
* Implement a prototype interface to bus-master IDE DMA on the Tritonwollman1996-01-287-9/+446
* Back out the previous change. It's not correct for -current.jkh1996-01-281-8/+0
* Add an entry for the "MBR-7", whatever that is.jkh1996-01-281-1/+9
* 3c590 driver for FreeBSDjkh1996-01-282-6/+12
* An earlier modification had decreased CPU usage, but alsodyson1996-01-281-4/+4
* make devfs_add_devswf a little smarter about '/';phk1996-01-281-5/+9
* Fix DEVFS, remove unused vars.phk1996-01-282-19/+10
* Minor but fatal spelling error when merging my code into -current.joerg1996-01-281-3/+5
* Fixed dangling pointer bugs in DIOCSDINFO.bde1996-01-281-7/+7
* Add missing ${DESTDIR} to afterinstall: target.rgrimes1996-01-271-2/+2
* Decode configuration for the IDE part of the Triton chipset. Thiswollman1996-01-273-12/+46
* Add <sys/wormio.h>, containing the declarations that are shared betweenjoerg1996-01-271-0/+62
* The Great Merge.joerg1996-01-272-43/+643
* [Oops, forgot to commit this together with things that depend on it.]bde1996-01-271-11/+133
* First attempt at creating devfs entries for sliced devices. Doesn'tbde1996-01-278-59/+119
* Allocate DMA bounce buffers only when requested by drivers. Only thebde1996-01-2711-61/+150
* Declared new functions isa_dmainit() and isa_dmadone_nobounce().bde1996-01-271-29/+38
* Cleaned up unused #includes and some other historical cruft.bde1996-01-272-72/+26
OpenPOWER on IntegriCloud