summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Use net/fddi.h rather than netinet/if_fddi.h.mdodd2002-03-291-21/+21
* Sync defines with NetBSD.mdodd2002-03-291-13/+30
* Remove unnecessary LLC defines and use the standard ones.mdodd2002-03-291-16/+6
* Improve support of MFC cards (Multi-function cards). This commitimp2002-03-291-2/+4
* - style(9) fixes for 'return'.mdodd2002-03-291-22/+21
* Un-ifdef.mdodd2002-03-291-37/+0
* De-register.mdodd2002-03-291-10/+10
* Sync with NetBSD.mdodd2002-03-291-45/+60
* Add resource_list_add_next() which returns the RID for the resource added.mdodd2002-03-292-0/+17
* double m_free() - not critical. from niklas@openbsdume2002-03-291-3/+1
* Identify PRISM 2.5 with ISL37300Pimp2002-03-292-7/+11
* Integrate the air-tools 0.2 from dachb0den labs.imp2002-03-293-72/+760
* Complete an incomplete cut&paste operation.phk2002-03-281-3/+3
* Add preliminary PC98 class to GEOM.phk2002-03-282-0/+190
* Needs a.out support built into the loader.obrien2002-03-281-0/+3
* To remove nested include of sys/lock.h and sys/mutex.h from sys/proc.halfred2002-03-282-46/+48
* Get the magnitude of the NTP adjustment right.phk2002-03-281-3/+4
* GC #if 0'd assembly mutex micro operations. If someone wants to bringjhb2002-03-282-416/+0
* - Properly sync vfs_nmount() with changes that have be already donemux2002-03-282-114/+78
* Use usb_lookup instead of rolling our own.joe2002-03-281-13/+4
* Remove unneeded pc98 hack.nyan2002-03-282-4/+0
* Remove some surplus whites.joe2002-03-281-12/+12
* Fix a braino, only update LED's when a device is present.sos2002-03-281-2/+2
* Add an entry for Decision Computer Inc, PCCOM 4-port serial cards.murray2002-03-281-0/+12
* In the absense of any smarter way to do this, cast various printfphk2002-03-286-13/+15
* o Don't include sys/cdefs.hmarcel2002-03-282-2/+0
* o Add -L${DESTDIR}${LIBDIR} on the link line for -lstand.marcel2002-03-282-8/+8
* Duplicate the logic used elsewhere to define LIBSTAND.marcel2002-03-282-4/+22
* Add d_type and fstype names for JFS.grog2002-03-283-0/+39
* Don't be too fancy with null'ed out functions.obrien2002-03-281-20/+3
* Add sysbeep() for the msmith RAID drivers.obrien2002-03-281-0/+27
* was repocopied to ../boot1obrien2002-03-282-769/+0
* style(9)obrien2002-03-285-36/+56
* Apparently either gcc or ld, in their infinite wisdom, want toobrien2002-03-282-0/+16
* Opps, bootblock component is no more.obrien2002-03-281-1/+1
* sparc64 is an ofw consumer.obrien2002-03-281-2/+2
* Not all platforms have and want a.out format support.obrien2002-03-281-1/+5
* Add a Makefile for sparc64 at this level.obrien2002-03-281-0/+5
* OK, the old HighPoint BIOS's are braindead, they havesos2002-03-271-2/+5
* Allow resursion on the pipe mutex because filt_piperead() and filt_pipewrite()alc2002-03-271-1/+1
* Make the reference counting of 'struct pargs' SMP safe.alfred2002-03-276-19/+61
* Calculate the checksum the right place for alpha. The fact that thisphk2002-03-271-1/+1
* On 2nd thought, we can do without plip altogetherwilko2002-03-272-2/+0
* Fix support for multi CD changers, it was as broken as my old NEC :)sos2002-03-271-16/+13
* Move some includes around to make it more *BSD compliant.joe2002-03-271-4/+12
* Fix spelling and grammar bogons in a comment.murray2002-03-272-14/+14
* MFi386: revision 1.507.kato2002-03-272-2/+2
* Add support for creating/deleting ATA RAID's.sos2002-03-273-106/+332
* Add support for creating/deleting ATA RAID'ssos2002-03-271-1/+10
* Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locksjeff2002-03-2716-32/+20
OpenPOWER on IntegriCloud