summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Dont count bytes being sent to a disconnected hook.julian2004-03-221-4/+4
* The Intel 2200BG NDIS driver does an alloca() of about 5000 byteswpaul2004-03-223-8/+32
* The kthread_create() API is supposed to allow you to create threadswpaul2004-03-221-3/+4
* Add an implementation of uiomove_fromphys() for i386. This implementationalc2004-03-212-0/+133
* Make if_ndis_pci.c and if_ndis_pccard.c use bus_alloc_resource() againwpaul2004-03-212-12/+12
* Quote NM in case you need to force it to something with args.obrien2004-03-211-1/+1
* Give a more reasonable CPU time to the threads which are using schedulerobrien2004-03-211-6/+3
* - Fix indentation lost by 'diff -b'.mdodd2004-03-211-5/+4
* Fix $FreeBSD$.obrien2004-03-211-4/+4
* - Correct variable name.mdodd2004-03-211-2/+2
* Massively up the (artificial) limit on system scope threadsjulian2004-03-212-4/+4
* Remove interface type specific code from arprequest(), and in_arpinput().mdodd2004-03-211-111/+19
* Handle AF_ARP.mdodd2004-03-211-0/+27
* Compile the kernel with -O2 on ia64 by default.marcel2004-03-211-0/+2
* Spell "(struct foo *)0" as "NULL".rwatson2004-03-214-25/+23
* In breakpoint(), use a different immediate to make sure we canmarcel2004-03-211-2/+3
* Change (yet again, sorry!) the path of the 32 bit ld-elf.so.1.peter2004-03-211-2/+2
* Fix another Intel 2200BG bug: don't schedule ndis_ticktask() on mediawpaul2004-03-211-1/+2
* - Rewrite the timer and event API routines in subr_ndis.c so that theywpaul2004-03-206-217/+102
* Don't make having ${DESTDIR}/boot/device.hints a prerequisite tomarcel2004-03-201-1/+7
* Add uart_subr.cmarcel2004-03-201-1/+1
* Don peril-sensitive sunglasses and add PCI Id's for two new cards. I'vescottl2004-03-201-0/+4
* - Add uiomove_fromphys() implementations to alpha and ia64. These onlyalc2004-03-205-1/+267
* Fix loop termination condition for parsing resources in _PRS buffers.njl2004-03-201-19/+18
* Introduce the cpumask_t type. The purpose of the type is to create amarcel2004-03-208-0/+8
* Let ether_ifattach() announce our MAC address.mdodd2004-03-202-10/+0
* Don't announce MAC addresses twice.mdodd2004-03-204-11/+0
* Introduce uiomove_fromphys(). This is a variant of uiomove() that takesalc2004-03-203-0/+135
* Fix the ioctl types for two ioctls. I'm not sure if the switch was myscottl2004-03-201-2/+2
* Fix braino in previous commit: getenv() can return NULL.marcel2004-03-201-0/+2
* Put the event notification back where it was for freeBSD, after device creation.julian2004-03-201-2/+2
* Replace uint64_t with unsigned long in struct dbreg.marcel2004-03-201-2/+2
* Actually program the list of recording devices in sv_mix_setrecsrc().marcel2004-03-201-0/+1
* Remove the last traditional hints. These hints only served the purposemarcel2004-03-201-3/+1
* Introduce the hw.uart.console and hw.uart.dbgport environment variablesmarcel2004-03-209-57/+305
* solid reports that it is buggy *and* that it slows down transmitsilby2004-03-191-0/+20
* - Remove some unused #includes.alc2004-03-191-72/+58
* This commit was generated by cvs2svn to compensate for changes in r127208,des2004-03-191-3/+5
|\
| * Sync with OpenBSD (two-year old bug fix)des2004-03-191-3/+5
* | Delete local junk in previous commit. Sorry.obrien2004-03-191-6/+0
* | Add generic support for the recent Adaptec flavors of ServeRAID.scottl2004-03-192-4/+14
* | Depend on rev 1.40.obrien2004-03-191-2/+10
* | When doing round-robin reads from a multi-plex volume, only switch to thele2004-03-193-4/+20
* | Diff reduction to NetBSDjulian2004-03-191-22/+35
* | Isolate PCB-specific ethertalk DDP functions in ddp_pcb.c, removing themrwatson2004-03-194-604/+46
* | Diff reduction to NetBSDjulian2004-03-192-23/+57
* | Move the poweroff handler to a separate function. Make sure it is runnjl2004-03-191-15/+35
* | Re-enable detach events after adding a bugfix from NetBSDjulian2004-03-191-1/+2
* | 'vi' got away from me in rev. 1.13.obrien2004-03-191-0/+1
* | Prevent the strange situation that after each load/unload of a ppbusguido2004-03-187-7/+34
OpenPOWER on IntegriCloud