summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don the asbestos underwear and add the code which lets DIOCWDINFOphk2002-09-301-7/+23
* Retire g_io_fail() and let g_io_deliver() take an error argument instead.phk2002-09-308-61/+43
* Introduce g_write_data() function.phk2002-09-302-0/+19
* Add missing g_enc_le2().phk2002-09-302-0/+9
* Disable the g_sanity() check unless people ask for it in the debugflags.phk2002-09-302-0/+6
* Make sure we don't loose our topology lock in a call_me() handler.phk2002-09-301-0/+1
* Don't leak memory in case device_add_child_ordered() returns NULL.phk2002-09-301-3/+6
* Only print out the "SMP: AP CPU #N Launched!" message on verbose boots.obrien2002-09-306-24/+24
* Save the FP state in the PCB as that is compatable with releng4 binaries.obrien2002-09-302-0/+20
* HARP driver for the IDT77201/211 NICStAR ATM Adapter (Including Fore LE155).mdodd2002-09-306-0/+4708
* Use fcntl.h from inside /sys.obrien2002-09-301-1/+1
* mbuf leak in the error case has been fixed. When we haveimp2002-09-301-1/+3
* Make beep not depend on HZ setting.imp2002-09-291-4/+6
* SMIENB not needed, but maybe PCI_CLOCK is, so put it in #if 0'd outimp2002-09-292-6/+9
* Parens considered good.imp2002-09-291-1/+1
* uh, commit all of the patchjulian2002-09-292-0/+2
* commit the version I actually tested..julian2002-09-292-4/+8
* Implement basic KSE loaning. This stops a hread that is blocked in BOUND modejulian2002-09-298-9/+104
* Fix commentimp2002-09-291-1/+1
* Limit the TX key to a valid rangeimp2002-09-292-1/+8
* Don't leak the bar list for each thing we allocate.imp2002-09-291-1/+3
* Added some buggy PC-98 PnP cards support.nyan2002-09-293-8/+78
* Fixed some of the namespace pollution in rev.1.33. <sys/systm.h> wasbde2002-09-291-1/+0
* Include <sys/systm.h> instead of depending on namespace pollution inbde2002-09-292-16/+2
* Include <sys/systm.h> instead of depending on namespace pollution inbde2002-09-291-2/+1
* Merged from sys/isa/fd.c revision 1.238.nyan2002-09-292-8/+8
* Merged from sys/dev/syscons/syscons.c revision 1.389.nyan2002-09-291-5/+5
* Merged from sys/dev/sio/sio.c revisions 1.380 and 1.381.nyan2002-09-292-18/+16
* Fix style nit where conditionally compiled code was unconditionalized,obrien2002-09-291-2/+1
* lock proc while calling psignaljulian2002-09-292-18/+34
* Deal with some SMP races by doing the entire copyin at once ratherpeter2002-09-282-30/+56
* Rename "struct device" to "struct midway_device" to avoid clashingphk2002-09-282-3/+3
* Move includ of <sys/bus_priate.h> later to get semantic identity ofphk2002-09-281-1/+1
* Change a return to a break so the local buffers get properly freeed.phk2002-09-281-1/+1
* s/struct dev_t */dev_t */phk2002-09-281-1/+1
* This driver doesn't need to include <sys/bus_private.h> either.phk2002-09-282-2/+0
* Disabuse this driver of the notion that it needs to includephk2002-09-282-4/+2
* There is no need for start/num to be signed in i386_ldt_args.peter2002-09-282-4/+4
* Zero the local-variable mutexes before we call mtx_init() on them,phk2002-09-281-0/+2
* Repair range checking for reading the ldt list.peter2002-09-282-2/+2
* When spamming me with a printf(9), under DIAGNOSTIC, at least be nice enoughjmallett2002-09-281-1/+1
* Make P_MAGIC fit in p_magic.phk2002-09-281-1/+1
* Add support for the BCM5702x chips.iwasaki2002-09-282-0/+3
* Don't use GCC shorthand for ?: unless it really matters.phk2002-09-281-2/+3
* Remove unused includes.phk2002-09-281-4/+4
* Fix mis-indent.phk2002-09-281-1/+1
* Don't call function in return() for a void function.phk2002-09-283-9/+15
* Fix an indentation problem.phk2002-09-281-1/+1
* Don't use unnamed anonymous structs: give it a name.phk2002-09-281-3/+3
* Be consistent about "static" functions: if the function is markedphk2002-09-2868-173/+174
OpenPOWER on IntegriCloud