| Commit message (Expand) | Author | Age | Files | Lines |
* | Some minor tweaks and updates to bus_dma(9) including some additional notes | jhb | 2007-03-06 | 1 | -23/+34 |
* | The firmware images must be loaded as modules at the moment. | brueffer | 2007-03-06 | 2 | -9/+18 |
* | As suggested more than once in the lists, drop -M from flags to mfs | yar | 2007-03-06 | 1 | -9/+7 |
* | Move macros describing extended attributes in UFS from | mckusick | 2007-03-06 | 2 | -56/+58 |
* | The firmware files are included in the base system now, reflect this here.. | brueffer | 2007-03-05 | 2 | -32/+43 |
* | Another typo. | grog | 2007-03-05 | 1 | -1/+1 |
* | Cosmetics: remove trailing white space, wrap over-long lines. | grog | 2007-03-05 | 1 | -4/+6 |
* | Rearrange function descriptions in more logical order. | grog | 2007-03-04 | 1 | -24/+30 |
* | Markup polishing. | ru | 2007-03-04 | 1 | -2/+3 |
* | style(9) fixes. | flz | 2007-03-02 | 2 | -2/+2 |
* | Add vfs_getopt.9 to the build, and add links for related functions. | davidc | 2007-03-02 | 1 | -0/+6 |
* | Document the mount option handling functions. | davidc | 2007-03-02 | 1 | -0/+197 |
* | - Add missing subdirectories in BSD.usr.dist mtree file. | flz | 2007-03-02 | 1 | -1/+3 |
* | Markup fixes. | emaste | 2007-03-02 | 1 | -2/+3 |
* | - Add Intel firmwares for Intel PRO/Wireless LAN 2100/2200/2915 cards in a | flz | 2007-03-02 | 4 | -1/+21 |
* | Document the new {set,get}{timestamp,counter} messages supported by the | emaste | 2007-03-02 | 1 | -4/+50 |
* | Remove trailing spaces and make the date canonical. | ru | 2007-03-01 | 1 | -8/+8 |
* | New sentence -> new line and contractions removed. | brueffer | 2007-03-01 | 1 | -7/+11 |
* | Update the isp man page. | mjacob | 2007-02-28 | 1 | -27/+41 |
* | Update bus_setup_intr() man page after recent newbus modification: | piso | 2007-02-28 | 1 | -11/+24 |
* | More cleanup for rev. 1.56 | brueffer | 2007-02-28 | 1 | -8/+9 |
* | mdoc cleanup for the previous commit and touch .Dd | brueffer | 2007-02-28 | 1 | -6/+8 |
* | Update the tcp(4) manpage with the new (and some older undocumented) sysctls. | mohans | 2007-02-28 | 1 | -3/+19 |
* | International code for Russian Ruble is changed from RUR to RUB | ache | 2007-02-28 | 5 | -5/+5 |
* | Furhter clarifications: | grog | 2007-02-27 | 1 | -6/+15 |
* | In FreeBSD 5.x+, sleep/wakeup operate on threads, not processes. | jhb | 2007-02-27 | 1 | -3/+3 |
* | Fix markup and grammar bugs in recent revisions. | ru | 2007-02-27 | 1 | -6/+8 |
* | Update HISTORY. | grog | 2007-02-27 | 1 | -11/+14 |
* | Add warning about deadlocks created by use of wakeup_one. | grog | 2007-02-27 | 1 | -0/+6 |
* | Add three new ioctl(2) commands for bpf(4). | jkim | 2007-02-26 | 1 | -6/+40 |
* | Add rw_wowned(9) symlink. | rwatson | 2007-02-26 | 1 | -0/+1 |
* | Update rwlock(9) for rw_wowned(). | rwatson | 2007-02-26 | 1 | -0/+6 |
* | Document m_pulldown(). | bms | 2007-02-26 | 1 | -1/+39 |
* | Fix include declaration it was sys/sctp.h should be netinet/sctp.h, | rrs | 2007-02-26 | 1 | -1/+1 |
* | Declare a `struct extattr' that defines the format of an extended | mckusick | 2007-02-26 | 1 | -0/+55 |
* | Update multicast(4) manual page to reflect the new reality of the code. | bms | 2007-02-25 | 1 | -8/+26 |
* | Remove the traces of vm_page_unmanage(). | ru | 2007-02-25 | 3 | -58/+0 |
* | Correct two grammos. | schweikh | 2007-02-23 | 1 | -2/+2 |
* | Add a new kernel sleep function pause(9). pause(9) is for places that | jhb | 2007-02-23 | 2 | -4/+24 |
* | First cut of the sctp man pages. Still need work. | rrs | 2007-02-22 | 2 | -0/+427 |
* | Refine implementation notes for priv(9): clarify ABI comments, mention | rwatson | 2007-02-21 | 1 | -3/+8 |
* | Document vge(4)'s support for altq(4). | brueffer | 2007-02-21 | 2 | -2/+4 |
* | Correct typos containing my login name (plus one more in expr.y). | ceri | 2007-02-18 | 1 | -1/+1 |
* | Oops, fix minor braino. | joel | 2007-02-17 | 1 | -1/+1 |
* | Link snd_sb16.4 and snd_sb8.4 to snd_sbc.4. | joel | 2007-02-17 | 2 | -4/+13 |
* | Add Sigmatel STAC9271D. | joel | 2007-02-16 | 1 | -1/+3 |
* | VFS_VPTOFH(9) was replaced with VOP_VPTOFH(9). | pjd | 2007-02-16 | 3 | -67/+5 |
* | Xref altq(4) | brueffer | 2007-02-16 | 1 | -0/+1 |
* | remove some leftover text and update the text to match the current version | luigi | 2007-02-15 | 1 | -10/+5 |
* | Expand history and authors section of mbuf.9 man page to discuss recent | rwatson | 2007-02-15 | 1 | -0/+28 |