| Commit message (Expand) | Author | Age | Files | Lines |
* | fix the missing lock in sk_jfree (verified w/ an assert) | jmg | 2004-11-15 | 4 | -20/+46 |
* | BUGS should stay below SEE ALSO. | yar | 2004-11-15 | 1 | -4/+4 |
* | Put _ray back, as appropriate. | imp | 2004-11-15 | 1 | -0/+2 |
* | Make FILE_LOCK and FILEDESC_LOCK nest properly by postponing the the | phk | 2004-11-15 | 1 | -2/+2 |
* | Add file ops to fifofs so that we can bypass vnodes (and Giant) for the | phk | 2004-11-15 | 1 | -1/+164 |
* | Mention in the BUGS section that EVFILT_NETDEV events | yar | 2004-11-15 | 1 | -3/+13 |
* | Document more fields of struct stat. | yar | 2004-11-15 | 1 | -0/+32 |
* | Use .Vt "struct stat" consistently. | yar | 2004-11-15 | 1 | -1/+1 |
* | Nitpicking on grammar. | yar | 2004-11-15 | 1 | -1/+1 |
* | Improve mdoc(7) markup of the page: add several missing macros, | yar | 2004-11-15 | 1 | -10/+10 |
* | Document the S_IS*(mode) macros used to test for file types. | yar | 2004-11-15 | 1 | -1/+27 |
* | PC98 does not have ACPI. | nyan | 2004-11-15 | 1 | -1/+1 |
* | Always set current thread when activating thread debugger, | davidxu | 2004-11-15 | 1 | -1/+1 |
* | Move RAID5 offset calculation into a separate function to avoid | le | 2004-11-15 | 1 | -50/+56 |
* | Don't invent ways of capitalization orthogonal to the English grammar. | yar | 2004-11-15 | 1 | -2/+2 |
* | RFC 959 states that the following codes should be used | yar | 2004-11-15 | 1 | -3/+5 |
* | Share gv_roughlength() between kernel and userland, as we will need it | le | 2004-11-15 | 4 | -36/+36 |
* | Make VOP_BMAP return a struct bufobj for the underlying storage device | phk | 2004-11-15 | 15 | -51/+53 |
* | Add pbgetbo()/pbrelbo() lighter weight versions of pbgetvp()/pbrelvp(). | phk | 2004-11-15 | 2 | -0/+44 |
* | Don't manually set b_bufobj, pbgetvp() does this for us. | phk | 2004-11-15 | 1 | -1/+0 |
* | More kasserts. | phk | 2004-11-15 | 1 | -1/+6 |
* | style polishing. | phk | 2004-11-15 | 1 | -7/+3 |
* | Move pbgetvp() and pbrelvp() to vm_pager.c with the rest of the pbuf stuff. | phk | 2004-11-15 | 2 | -46/+44 |
* | expect the caller to have called pbrelvp() if necessary. | phk | 2004-11-15 | 1 | -3/+0 |
* | Explicitly call pbrelvp() | phk | 2004-11-15 | 2 | -0/+3 |
* | Order of arguments after "optional" is not without significance: | phk | 2004-11-15 | 1 | -4/+4 |
* | Oops, all my test boxes have NO_KERBEROS set, so I didn't hit the kerberos5 | peter | 2004-11-15 | 1 | -0/+10 |
* | After discussions with Nate, repo copy the acpi assist drivers from | imp | 2004-11-15 | 11 | -1886/+17 |
* | Merge 1.3 from acpi_snc.c: don't use return_VALUE() macro | imp | 2004-11-15 | 1 | -24/+22 |
* | Add comment about why amd64 and ia64 don't build acpi modules. | imp | 2004-11-15 | 1 | -2/+2 |
* | Apply a bandaid to avoid hangs on Ultra 2 machines. The second Z8530 | marcel | 2004-11-15 | 1 | -1/+1 |
* | Since I'm not using the public API for writing | kientzle | 2004-11-15 | 1 | -6/+8 |
* | Pax extended headers were always failing | kientzle | 2004-11-15 | 1 | -1/+1 |
* | Be slightly more paranoid about using the divisor in a division and | marcel | 2004-11-15 | 1 | -2/+6 |
* | Remove the BR tag. When the machine doesn't have the DIG64 HCDP | marcel | 2004-11-14 | 1 | -1/+1 |
* | Implement UART_IOCTL_BAUD. Consequently, when the baudrate was unset | marcel | 2004-11-14 | 1 | -1/+11 |
* | Add UART_IOCTL_BAUD to allow us to query the hardware about the | marcel | 2004-11-14 | 2 | -0/+6 |
* | So do it like we do in usr.bin/tip/tip/Makefile. ;) | ru | 2004-11-14 | 1 | -0/+2 |
* | Make sure the baudrate specified with the BR tag is somewhat sane. | marcel | 2004-11-14 | 1 | -0/+20 |
* | Revert previous commit. As ru explains: | schweikh | 2004-11-14 | 1 | -1/+1 |
* | Make it clear that the acpi modules can only be compiled on i386. | scottl | 2004-11-14 | 1 | -0/+8 |
* | s/return_VALUE/return / to fix build breakage when ACPI_DEBUG is | truckman | 2004-11-14 | 1 | -3/+3 |
* | Further refine the if_em vlan fix in if_em.c:1.53: | rwatson | 2004-11-14 | 1 | -4/+19 |
* | Commit more debugging output. This is a little bit of using a large hammer, | obrien | 2004-11-14 | 2 | -0/+20 |
* | Unify the ci/co variables now that the the tty drivers now use the same | obrien | 2004-11-14 | 1 | -40/+35 |
* | Catch up with PHK's sio(4) rework [sys/dev/sio/sio.c rev. 1.456]. | obrien | 2004-11-14 | 1 | -23/+23 |
* | Currently if the user specifies -e and procfs is not mounted on /proc, | csjp | 2004-11-14 | 1 | -0/+25 |
* | Fix a reference from pool(9) -> zone(9), but keep on talking about "memory | mlaier | 2004-11-14 | 1 | -1/+1 |
* | Move the bit of the syncer which deals with vnodes into a separate | phk | 2004-11-14 | 1 | -36/+46 |
* | Rearrange memory management for ioctl arguments to use stronger checks | phk | 2004-11-14 | 1 | -25/+16 |