summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add structures and function definitions pertinent for hardware locate support.mjacob1998-12-181-1/+51
* Move some compile flags from the kernel makefile to bsd.kern.mk so thatdfr1998-12-173-5/+13
* Correct the definition of the changer device capabilities page. Thegibbs1998-12-171-1/+1
* import logical/hardware block locate ioctls from NetBSDmjacob1998-12-171-1/+11
* Flush the tx fifo in cystop(). Now ttyflush() (and thus tcflush(3))bde1998-12-173-9/+12
* Add some tape specific density codes- only enough of them here to recognizemjacob1998-12-171-1/+17
* Several changes having to do blocksize- mostly to force variable as the default.mjacob1998-12-171-51/+268
* Fixed handling of BREAK in input. BREAK was not being converted into anbde1998-12-173-9/+21
* Oops, this should have been in the previous commit (ensure atomic updatebde1998-12-173-3/+9
* Implemented sending of BREAKs. This is quite complicated because thebde1998-12-175-44/+507
* Sync with sys/i386/isa/clock.c revision 1.129.kato1998-12-173-66/+66
* The fe driver has been merged into sys/i386/isa/if_fe.c.kato1998-12-171-3826/+0
* Sync with sys/i386/isa/wd.c revision 1.181.kato1998-12-171-3/+3
* Sync with sys/i386/isa/npx.c revision 1.64.kato1998-12-171-2/+2
* Sync with sys/i386/isa/fd.c revision 1.129.kato1998-12-172-12/+12
* Fix a few problems with handling rejected transfer negotiation messages.gibbs1998-12-173-91/+72
* Correctly track allocated accept target I/O ccbs so that they can begibbs1998-12-171-15/+17
* At Justin's request, limit the size of buffers that can be mapped intoken1998-12-161-4/+4
* Straigthen out the use of the tls and tlf callbacks.phk1998-12-168-84/+20
* Generalize the if_up() and if_down() functions under the namesphk1998-12-162-15/+42
* Add missing "break"s to allow multicast routing to work.fenner1998-12-161-1/+3
* Probable fix for the "cdda2wav" panics that various people have beenken1998-12-161-47/+39
* Removed the cast to a pointer in the definition of PS_STRINGS andbde1998-12-1612-28/+25
* Removed all traces of SYSCTL_INTPTR(). Pointers can't really be passedbde1998-12-162-11/+5
* Removed bogus casts of USRSTACK and/or the other operand in binarybde1998-12-169-43/+34
* Sync with current sc driver in sys/i386/isa.kato1998-12-165-1567/+1499
* Best version so far. Flicker floor is now 2e-12.phk1998-12-161-15/+28
* Removed dynamic loading of FileHandlen_hibma1998-12-161-4/+2
* Disable build/install of boot.help until we sort out how to construct itmsmith1998-12-161-10/+10
* vxalloc() can return NULL. Deal with it.eivind1998-12-162-2/+6
* Fix possible NULL-pointer deref in error case (same as DEVFS).eivind1998-12-162-4/+4
* Avoid NULL-pointer dereference on error condition.eivind1998-12-151-2/+2
* Wrap two macros into do { ... } while (0), and fix the way they're useddes1998-12-154-22/+26
* Oops, I forgot to commit two diffs to fe driver.kato1998-12-154-34/+6
* PC/AT(ISA) version and PC-98(NEC) version of if_fe drivers are merged,kato1998-12-152-2564/+4682
* Reformat help to improve subtopic display appearance, other minormsmith1998-12-152-9/+9
* Build the composite help file from the generic and architecture-specificmsmith1998-12-154-4/+257
* Fixed misformatted error messages. wderror() was broken way backbde1998-12-151-3/+3
* Pull in new ccb_hdr list types.gibbs1998-12-154-4/+8
* Perform a save data pointers operation if a data transfer was performedgibbs1998-12-154-62/+277
* Enable/Disable our lun on open/close. Track resources kept at the controllergibbs1998-12-151-95/+190
* Wire up the XPT_ABORT and XPT_RESET_DEV ccb function codes so they cangibbs1998-12-151-5/+5
* Add definitions for TAILQ, LIST, and SLIST ccb_hdr queues.gibbs1998-12-151-3/+5
* Added UCLASS_CDC definitions to usb.hn_hibma1998-12-152-5/+6
* unlocalise build date (merge from i386)msmith1998-12-151-0/+1
* Add comments to code that I was trying to understand.julian1998-12-151-5/+107
* o Convert length of hccb to integer from the array. Eivind Eklundimp1998-12-151-3/+8
* Remove hardwired alignment, align to sizeof(long) which should be moredillon1998-12-141-2/+7
* fix intermediate overflow in 'quad = int * int' situation by castingdillon1998-12-141-2/+2
* The OHCI interfaces I have access to map their control regs etc. intojulian1998-12-142-7/+12
OpenPOWER on IntegriCloud