summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 1. Now that it's a thread's state is changed from within the kernel, wheremtm2004-10-132-4/+10
* - D-Link DFE-500TX verified to workbrueffer2004-10-131-2/+2
* Remove references to the second byte of a CCB containing the LUN, as thisbms2004-10-131-4/+4
* Use generic tty code instead of local copy.phk2004-10-131-277/+80
* Reflect sio driver device name change cuaa -> cuadphk2004-10-131-10/+10
* Use generic tty code instead of local stuff.phk2004-10-133-1567/+293
* Bump the date of the document.maxim2004-10-131-1/+1
* Print before the footer, not after.njl2004-10-131-1/+1
* If flags are present, print them like ISA does.njl2004-10-131-0/+2
* Accidentally removed the last component of the pathname when committing.ru2004-10-131-1/+1
* 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
* Fix a botched rev. 1.221 commit. Also, a number of people haveru2004-10-131-2/+1
* 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
* mdoc(7) police:yongari2004-10-131-14/+16
* 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
* ooops.. vkbd(4) should not have been committedemax2004-10-122-155/+0
* ng_ubt(4) no longer provides device nodes interface. Update theemax2004-10-123-88/+155
* 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
* update document datejmg2004-10-121-1/+1
* 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
* Remove hcsecd line which was inadvertantly included in the previous commit.des2004-10-121-1/+0
* Remove a pointless syslogd_flags example.des2004-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
* Correctly document the return value of strerror() and strerror_r() andkeramida2004-10-121-11/+10
* Document net.inet.tcp.sack.initburst sysctl.maxim2004-10-121-0/+3
* Do not enable ECHO modes by default when a tty port is opened. If the otherphk2004-10-121-1/+1
OpenPOWER on IntegriCloud