summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mirror support. When CCDF_MIRROR is set:asami1996-01-312-30/+82
* Fix some problems with return codes on the new pipe stuff. Bruce Evansdyson1996-01-311-4/+8
* Fix a bunch of spelling errors in the comment fieldsmpp1996-01-303-10/+10
* Audio part: various improvements from NetBSD driverache1996-01-302-38/+64
* Bugfix: don't convert LBA to host order, they must stay in network order.ache1996-01-301-10/+8
* Don't convert LBA to host order, they must stay in network orderache1996-01-301-6/+1
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-30145-394/+400
* Prepare for adding mirroring. Check for flags (mirror forces uniform),asami1996-01-302-12/+50
* Add mirror flag.asami1996-01-301-3/+4
* Fix a logic error in determining whether something is page-alignedwollman1996-01-301-2/+2
* No longer use the cyclecounter to attempt to correct for late or missedwollman1996-01-307-17/+22
* OOPS, forget to adjust starting track to not physically readache1996-01-301-8/+9
* 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
OpenPOWER on IntegriCloud