| Commit message (Expand) | Author | Age | Files | Lines |
* | Add interface description capability as inspired by OpenBSD. | delphij | 2009-11-11 | 11 | -8/+146 |
* | More consistent whitespace. | jhb | 2009-11-11 | 1 | -1/+1 |
* | Use a dedicated callout to drive the transmit watchdog timer instead of | jhb | 2009-11-11 | 2 | -12/+18 |
* | - Remove trailing ";" after if statement | antoine | 2009-11-11 | 1 | -6/+1 |
* | With an i386 kernel the igb driver can cause a | jfv | 2009-11-11 | 1 | -3/+3 |
* | Synchronize with C.msg revision 199083 and improve some existing messages. | rene | 2009-11-11 | 1 | -30/+57 |
* | Create verifier used by FreeBSD NFS client is suboptimal because the | jh | 2009-11-11 | 1 | -14/+25 |
* | ANSIfy. | ume | 2009-11-11 | 1 | -25/+8 |
* | Remove trailing ";" in struct ieee80211_beacon_offsets declaration | antoine | 2009-11-11 | 1 | -1/+1 |
* | Fix off by one in ieee80211_send_action_register | antoine | 2009-11-11 | 1 | -1/+1 |
* | reflect that pg_ps_enabled is a tunable, not just a read-only sysctl | avg | 2009-11-11 | 3 | -3/+3 |
* | Revert r198873. Having different VAPPEND semantics for VOP_ACCESS(9) | trasz | 2009-11-11 | 1 | -8/+0 |
* | Add links to zfs(8) and zpool(8) to mount(8) manual page. | trasz | 2009-11-11 | 1 | -1/+3 |
* | Correct the information about the doceng@ team members - Murray Stokely | roam | 2009-11-11 | 1 | -1/+1 |
* | Fix the grammar as in the PR, and then some. | roam | 2009-11-11 | 1 | -2/+2 |
* | Add unit to the short month names for Japanese locales. | ume | 2009-11-11 | 3 | -36/+36 |
* | MFp4: | mav | 2009-11-11 | 11 | -160/+154 |
* | Added option NETGRAPH_VLAN. | ru | 2009-11-11 | 3 | -0/+3 |
* | MFp4: | mav | 2009-11-11 | 1 | -12/+143 |
* | Place home and end before insert and delete. | ed | 2009-11-11 | 2 | -6/+6 |
* | Add a new flag to vidcontrol, -T, that allows terminal mode switching. | ed | 2009-11-11 | 2 | -3/+22 |
* | CURVNET_RESTORE() was not called in certain cases. | ume | 2009-11-11 | 1 | -1/+1 |
* | Allow Syscons terminal emulators to provide function key strings. | ed | 2009-11-11 | 7 | -38/+199 |
* | Always home the cursor when changing the scrolling region. | ed | 2009-11-11 | 1 | -7/+8 |
* | Reduce probe priority of USB input devices to BUS_PROBE_GENERIC from | nwhitehorn | 2009-11-11 | 3 | -5/+5 |
* | Be careful which vattr fields are set during setattr replay. | pjd | 2009-11-10 | 1 | -4/+8 |
* | Avoid passing invalid mountpoint to getnewvnode(). | pjd | 2009-11-10 | 1 | -21/+18 |
* | Add ixgb(4) to NOTES. | jhb | 2009-11-10 | 1 | -0/+1 |
* | - Locking fixes to not do silly things like drop the lock only to call a | jhb | 2009-11-10 | 2 | -76/+67 |
* | Controller does not update Tx descriptors(send BDs) after sending | yongari | 2009-11-10 | 1 | -6/+3 |
* | s/a default/the default/ | dougb | 2009-11-10 | 1 | -1/+1 |
* | Add support for the touchpads found in later models of iBook and | nwhitehorn | 2009-11-10 | 1 | -21/+89 |
* | Purge some useless mergeinfo. | jhb | 2009-11-10 | 0 | -0/+0 |
* | When rename("a", "b/.") is performed, target namei() call returns | kib | 2009-11-10 | 1 | -0/+6 |
* | In r198506, kern_sigsuspend() started doing cursig/postsig loop to make | kib | 2009-11-10 | 2 | -9/+8 |
* | Extract the code that records syscall results in the frame into MD | kib | 2009-11-10 | 21 | -304/+419 |
* | Check fork() return value | des | 2009-11-10 | 1 | -2/+5 |
* | Remove a bunch of code used to detect SMP on ((i386 && !pc98) || amd64) and | des | 2009-11-10 | 8 | -867/+1 |
* | MFp4: | mav | 2009-11-10 | 2 | -21/+31 |
* | Fix globbing | des | 2009-11-10 | 2 | -1/+3 |
* | More rational usage() | des | 2009-11-10 | 1 | -3/+5 |
* | Add Japanese catalogue entries for newer errnos: EBADMSG, EMULTIHOP, | ume | 2009-11-10 | 2 | -0/+20 |
* | Add a note about no hostname leading to "Amnesiac" on the console | dougb | 2009-11-10 | 1 | -0/+3 |
* | Add a minimal change to prevent NULL deference in ee(1). | delphij | 2009-11-10 | 1 | -1/+1 |
* | Zero out Tx/Rx descriptors before using them. Also add missing | yongari | 2009-11-09 | 1 | -0/+7 |
* | Add missing bus_dmamap_sync(9) before issuing kick command. | yongari | 2009-11-09 | 1 | -0/+3 |
* | Unbreak booting of FreeBSD/mips by merging r195429 from projects/mips: | gonzo | 2009-11-09 | 2 | -3/+3 |
* | Spell sz correctly. | nwhitehorn | 2009-11-09 | 1 | -1/+1 |
* | MFV of r199105, tzdata2009r: | edwin | 2009-11-09 | 1 | -4/+27 |
* | Make isa_dma functions MPSAFE by introducing its own private lock. These | rdivacky | 2009-11-09 | 4 | -68/+166 |