summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Set flags for devices before probing them. In the non-ISA case, flags setnjl2004-10-131-1/+5
* First half of tty code rework: unifdef -D__FreeBSD_Version=600000phk2004-10-132-404/+5
* Limit DMA address space to 1GB since the trident audio cards can'tyongari2004-10-131-1/+11
* Audio drivers failed to detect failure condition and attempted toyongari2004-10-1318-23/+29
* Add dcons_os.{c,h}.simokawa2004-10-133-2/+3
* - Split dcons core code and OS dependent code.simokawa2004-10-135-650/+883
* Permit fcntl(F_SETFL) to work on a ugen(4) device by not returning failuregreen2004-10-131-0/+1
* Back out rev.1.91 which implemented bulk read transfers in ugen(4) asgreen2004-10-131-151/+31
* Get rid of device nodes interface. It is useless and confusing.emax2004-10-122-532/+1
* Use generic tty code instead of local copies.phk2004-10-121-118/+48
* Don't call driver close unless we have one.phk2004-10-121-2/+4
* Attach the device description for ISA devices on the ACPI bus.njl2004-10-121-0/+3
* Add a couple of XXX comments and fix a couple of fine points.phk2004-10-121-2/+14
* Remove asserts which are not correct if the port is a tty.phk2004-10-121-7/+1
* Make !SMP kernels compile, and as far as I can tell, work again.phk2004-10-121-1/+2
* Fix comment: since move from mballoc to mbuma, the allocation functions liveglebius2004-10-121-1/+1
* Use ttyconsolemode() to set the console tty modes.phk2004-10-121-8/+1
* Don't release the udbinfo lock until after the last use of UDP inpcbrwatson2004-10-121-3/+3
* Whitespace fix.jhb2004-10-121-1/+1
* Refine the turnstile and sleep queue interfaces just a bit:jhb2004-10-127-77/+117
* Add a WITNESS_WARN() to uiomove() to whine if locks are held when thisjhb2004-10-121-0/+2
* Modify the thrilling "%D is using my IP address %s!" message so thatrwatson2004-10-121-1/+7
* When the access control on creating raw sockets was modified so thatrwatson2004-10-121-20/+41
* Directly modifying the priority of a thread that may be on the runqueueups2004-10-121-1/+1
* Prevent preemption in slot_fill.ups2004-10-121-1/+110
* Force MUTEX_WAKE_ALL.ups2004-10-121-0/+9
* Back out cumulative changes from revs. 1.92-1.94: "make depend"ru2004-10-121-1/+0
* Style fixes, including:ru2004-10-121-40/+34
* Assert that the entropy source category provided by a caller submittingrwatson2004-10-121-0/+6
* Add a note ahea of the esource enum that if new entropy sourcerwatson2004-10-121-0/+4
* Do not enable ECHO modes by default when a tty port is opened. If the otherphk2004-10-121-1/+1
* Fix packet flow when both ng_ether(4) and bridge(4) are in use:glebius2004-10-124-51/+37
* Mark i4b IPR and SPPP drivers as NET_NEEDS_GIANT(), as they bothrwatson2004-10-122-0/+4
* Use generic tty code.phk2004-10-121-94/+13
* Use generic tty code instead of local copies.phk2004-10-121-269/+98
* Pass through the commands necessary to format USB floppy devices,bms2004-10-121-5/+4
* Add necessary data structures and definitions for the 12-byte SCSIbms2004-10-121-0/+79
* Use generic tty code instead of (comparatively little) local copies.phk2004-10-122-171/+52
* Add missing zero flag argument.phk2004-10-121-1/+1
* Add zero flags argument to sysctl calls.phk2004-10-121-1/+1
* Add missing zero flag arguments to sysctl calls.phk2004-10-123-3/+3
* Add missing zero flag arguments to calls to userland_sysctl()phk2004-10-122-9/+10
* Account for failure in vm_pager_allocate() or vm_pager_get_pages() ingreen2004-10-121-1/+19
* When loading GEOM modules, we expect the actual load process to be donegreen2004-10-121-1/+9
* Further modify bulk endpoint behavior to be able to tear down thegreen2004-10-121-4/+17
* * Remove the acpi attachment from the es1888. It has an identify methodnjl2004-10-123-3/+2
* Put on my peril sensitive sunglasses and add a flags field to the internalpeter2004-10-117-33/+84
* Belatedly catch up with the dev_t/cdev changes from a few months back.peter2004-10-111-0/+5
* MFi386: sync with latest updatespeter2004-10-111-3/+36
* Revert the change from rev 1.168. ru convinced me that the situationjoerg2004-10-111-1/+1
OpenPOWER on IntegriCloud