aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix a botched rev. 1.221 commit. Also, a number of people haveRuslan Ermilov2004-10-131-2/+1
* Limit DMA address space to 1GB since the trident audio cards can'tPyun YongHyeon2004-10-131-1/+11
* Audio drivers failed to detect failure condition and attempted toPyun YongHyeon2004-10-1318-23/+29
* Add dcons_os.{c,h}.Hidetoshi Shimokawa2004-10-133-2/+3
* - Split dcons core code and OS dependent code.Hidetoshi Shimokawa2004-10-135-650/+883
* mdoc(7) police:Pyun YongHyeon2004-10-131-14/+16
* Permit fcntl(F_SETFL) to work on a ugen(4) device by not returning failureBrian Feldman2004-10-131-0/+1
* Back out rev.1.91 which implemented bulk read transfers in ugen(4) asBrian Feldman2004-10-131-151/+31
* ooops.. vkbd(4) should not have been committedMaksim Yevmenkin2004-10-122-155/+0
* ng_ubt(4) no longer provides device nodes interface. Update theMaksim Yevmenkin2004-10-123-88/+155
* Get rid of device nodes interface. It is useless and confusing.Maksim Yevmenkin2004-10-122-532/+1
* Use generic tty code instead of local copies.Poul-Henning Kamp2004-10-121-118/+48
* update document dateJohn-Mark Gurney2004-10-121-1/+1
* Don't call driver close unless we have one.Poul-Henning Kamp2004-10-121-2/+4
* Attach the device description for ISA devices on the ACPI bus.Nate Lawson2004-10-121-0/+3
* Add a couple of XXX comments and fix a couple of fine points.Poul-Henning Kamp2004-10-121-2/+14
* Remove asserts which are not correct if the port is a tty.Poul-Henning Kamp2004-10-121-7/+1
* Make !SMP kernels compile, and as far as I can tell, work again.Poul-Henning Kamp2004-10-121-1/+2
* Fix comment: since move from mballoc to mbuma, the allocation functions liveGleb Smirnoff2004-10-121-1/+1
* Use ttyconsolemode() to set the console tty modes.Poul-Henning Kamp2004-10-121-8/+1
* Don't release the udbinfo lock until after the last use of UDP inpcbRobert Watson2004-10-121-3/+3
* Whitespace fix.John Baldwin2004-10-121-1/+1
* Remove hcsecd line which was inadvertantly included in the previous commit.Dag-Erling Smørgrav2004-10-121-1/+0
* Remove a pointless syslogd_flags example.Dag-Erling Smørgrav2004-10-121-1/+1
* Refine the turnstile and sleep queue interfaces just a bit:John Baldwin2004-10-127-77/+117
* Add a WITNESS_WARN() to uiomove() to whine if locks are held when thisJohn Baldwin2004-10-121-0/+2
* Modify the thrilling "%D is using my IP address %s!" message so thatRobert Watson2004-10-121-1/+7
* When the access control on creating raw sockets was modified so thatRobert Watson2004-10-121-20/+41
* Directly modifying the priority of a thread that may be on the runqueueStephan Uphoff2004-10-121-1/+1
* Prevent preemption in slot_fill.Stephan Uphoff2004-10-121-1/+110
* Force MUTEX_WAKE_ALL.Stephan Uphoff2004-10-121-0/+9
* Back out cumulative changes from revs. 1.92-1.94: "make depend"Ruslan Ermilov2004-10-121-1/+0
* Style fixes, including:Ruslan Ermilov2004-10-121-40/+34
* Assert that the entropy source category provided by a caller submittingRobert Watson2004-10-121-0/+6
* Add a note ahea of the esource enum that if new entropy sourceRobert Watson2004-10-121-0/+4
* Correctly document the return value of strerror() and strerror_r() andGiorgos Keramidas2004-10-121-11/+10
* Document net.inet.tcp.sack.initburst sysctl.Maxim Konovalov2004-10-121-0/+3
* Do not enable ECHO modes by default when a tty port is opened. If the otherPoul-Henning Kamp2004-10-121-1/+1
* We accept both "option" and "options" so also accept both "nooption"Poul-Henning Kamp2004-10-121-0/+1
* Fix packet flow when both ng_ether(4) and bridge(4) are in use:Gleb Smirnoff2004-10-124-51/+37
* Mark i4b IPR and SPPP drivers as NET_NEEDS_GIANT(), as they bothRobert Watson2004-10-122-0/+4
* Use generic tty code.Poul-Henning Kamp2004-10-121-94/+13
* Use generic tty code instead of local copies.Poul-Henning Kamp2004-10-121-269/+98
* Pass through the commands necessary to format USB floppy devices,Bruce M Simpson2004-10-121-5/+4
* Add necessary data structures and definitions for the 12-byte SCSIBruce M Simpson2004-10-121-0/+79
* Add mode page 0x1b, "Removable Block Access Capacities". This mode page isBruce M Simpson2004-10-121-0/+12
* Use generic tty code instead of (comparatively little) local copies.Poul-Henning Kamp2004-10-122-171/+52
* Add missing zero flag argument.Poul-Henning Kamp2004-10-121-1/+1
* Add zero flags argument to sysctl calls.Poul-Henning Kamp2004-10-121-1/+1
* Add missing zero flag arguments to sysctl calls.Poul-Henning Kamp2004-10-123-3/+3