| Commit message (Expand) | Author | Age | Files | Lines |
* | 1. Now that it's a thread's state is changed from within the kernel, where | mtm | 2004-10-13 | 2 | -4/+10 |
* | - D-Link DFE-500TX verified to work | brueffer | 2004-10-13 | 1 | -2/+2 |
* | Remove references to the second byte of a CCB containing the LUN, as this | bms | 2004-10-13 | 1 | -4/+4 |
* | Use generic tty code instead of local copy. | phk | 2004-10-13 | 1 | -277/+80 |
* | Reflect sio driver device name change cuaa -> cuad | phk | 2004-10-13 | 1 | -10/+10 |
* | Use generic tty code instead of local stuff. | phk | 2004-10-13 | 3 | -1567/+293 |
* | Bump the date of the document. | maxim | 2004-10-13 | 1 | -1/+1 |
* | Print before the footer, not after. | njl | 2004-10-13 | 1 | -1/+1 |
* | If flags are present, print them like ISA does. | njl | 2004-10-13 | 1 | -0/+2 |
* | Accidentally removed the last component of the pathname when committing. | ru | 2004-10-13 | 1 | -1/+1 |
* | Set flags for devices before probing them. In the non-ISA case, flags set | njl | 2004-10-13 | 1 | -1/+5 |
* | First half of tty code rework: unifdef -D__FreeBSD_Version=600000 | phk | 2004-10-13 | 2 | -404/+5 |
* | Fix a botched rev. 1.221 commit. Also, a number of people have | ru | 2004-10-13 | 1 | -2/+1 |
* | Limit DMA address space to 1GB since the trident audio cards can't | yongari | 2004-10-13 | 1 | -1/+11 |
* | Audio drivers failed to detect failure condition and attempted to | yongari | 2004-10-13 | 18 | -23/+29 |
* | Add dcons_os.{c,h}. | simokawa | 2004-10-13 | 3 | -2/+3 |
* | - Split dcons core code and OS dependent code. | simokawa | 2004-10-13 | 5 | -650/+883 |
* | mdoc(7) police: | yongari | 2004-10-13 | 1 | -14/+16 |
* | Permit fcntl(F_SETFL) to work on a ugen(4) device by not returning failure | green | 2004-10-13 | 1 | -0/+1 |
* | Back out rev.1.91 which implemented bulk read transfers in ugen(4) as | green | 2004-10-13 | 1 | -151/+31 |
* | ooops.. vkbd(4) should not have been committed | emax | 2004-10-12 | 2 | -155/+0 |
* | ng_ubt(4) no longer provides device nodes interface. Update the | emax | 2004-10-12 | 3 | -88/+155 |
* | Get rid of device nodes interface. It is useless and confusing. | emax | 2004-10-12 | 2 | -532/+1 |
* | Use generic tty code instead of local copies. | phk | 2004-10-12 | 1 | -118/+48 |
* | update document date | jmg | 2004-10-12 | 1 | -1/+1 |
* | Don't call driver close unless we have one. | phk | 2004-10-12 | 1 | -2/+4 |
* | Attach the device description for ISA devices on the ACPI bus. | njl | 2004-10-12 | 1 | -0/+3 |
* | Add a couple of XXX comments and fix a couple of fine points. | phk | 2004-10-12 | 1 | -2/+14 |
* | Remove asserts which are not correct if the port is a tty. | phk | 2004-10-12 | 1 | -7/+1 |
* | Make !SMP kernels compile, and as far as I can tell, work again. | phk | 2004-10-12 | 1 | -1/+2 |
* | Fix comment: since move from mballoc to mbuma, the allocation functions live | glebius | 2004-10-12 | 1 | -1/+1 |
* | Use ttyconsolemode() to set the console tty modes. | phk | 2004-10-12 | 1 | -8/+1 |
* | Don't release the udbinfo lock until after the last use of UDP inpcb | rwatson | 2004-10-12 | 1 | -3/+3 |
* | Whitespace fix. | jhb | 2004-10-12 | 1 | -1/+1 |
* | Remove hcsecd line which was inadvertantly included in the previous commit. | des | 2004-10-12 | 1 | -1/+0 |
* | Remove a pointless syslogd_flags example. | des | 2004-10-12 | 1 | -1/+1 |
* | Refine the turnstile and sleep queue interfaces just a bit: | jhb | 2004-10-12 | 7 | -77/+117 |
* | Add a WITNESS_WARN() to uiomove() to whine if locks are held when this | jhb | 2004-10-12 | 1 | -0/+2 |
* | Modify the thrilling "%D is using my IP address %s!" message so that | rwatson | 2004-10-12 | 1 | -1/+7 |
* | When the access control on creating raw sockets was modified so that | rwatson | 2004-10-12 | 1 | -20/+41 |
* | Directly modifying the priority of a thread that may be on the runqueue | ups | 2004-10-12 | 1 | -1/+1 |
* | Prevent preemption in slot_fill. | ups | 2004-10-12 | 1 | -1/+110 |
* | Force MUTEX_WAKE_ALL. | ups | 2004-10-12 | 1 | -0/+9 |
* | Back out cumulative changes from revs. 1.92-1.94: "make depend" | ru | 2004-10-12 | 1 | -1/+0 |
* | Style fixes, including: | ru | 2004-10-12 | 1 | -40/+34 |
* | Assert that the entropy source category provided by a caller submitting | rwatson | 2004-10-12 | 1 | -0/+6 |
* | Add a note ahea of the esource enum that if new entropy source | rwatson | 2004-10-12 | 1 | -0/+4 |
* | Correctly document the return value of strerror() and strerror_r() and | keramida | 2004-10-12 | 1 | -11/+10 |
* | Document net.inet.tcp.sack.initburst sysctl. | maxim | 2004-10-12 | 1 | -0/+3 |
* | Do not enable ECHO modes by default when a tty port is opened. If the other | phk | 2004-10-12 | 1 | -1/+1 |