| Commit message (Expand) | Author | Age | Files | Lines |
* | All current uses of pci_set_powerstate are bogus, at least in theory. | imp | 2003-07-03 | 6 | -12/+19 |
* | If select() is only used for sleep, convert it to nanosleep, | davidxu | 2003-07-03 | 2 | -8/+18 |
* | _pthread_mutex_trylock() is another internal libc function that must block | mtm | 2003-07-03 | 1 | -0/+8 |
* | Use make(1) instead of a shell script to implement the checkdpadd target. | bde | 2003-07-03 | 1 | -9/+7 |
* | Revert the previous commit, it snuck in by accident. | scottl | 2003-07-03 | 1 | -10/+0 |
* | Check if thread is in critical region, only testing check_pending | davidxu | 2003-07-03 | 2 | -2/+4 |
* | Update the rest of the busdma man page for the change in bus_dma_tag_create() | scottl | 2003-07-03 | 1 | -1/+9 |
* | Bump __FreeBSD_version to reflect the busdma API change. | scottl | 2003-07-03 | 1 | -1/+1 |
* | Update the busdma manpage to reflect the recent API change to | scottl | 2003-07-03 | 1 | -1/+35 |
* | Remove a hard-sentence break and a duplicated sentence. Capitalize | jkoshy | 2003-07-03 | 1 | -10/+8 |
* | s/man page/manual page/, to make the default announcement | jkoshy | 2003-07-03 | 1 | -1/+1 |
* | Add an Xref to pw(8). | jkoshy | 2003-07-03 | 1 | -0/+1 |
* | o style(9) fixes | smkelly | 2003-07-03 | 2 | -17/+11 |
* | Libraries come. | ru | 2003-07-02 | 1 | -0/+1 |
* | Sort. | ru | 2003-07-02 | 1 | -1/+1 |
* | Fixed "make checkdpadd". | ru | 2003-07-02 | 18 | -130/+58 |
* | Fixed "make checkdpadd". | ru | 2003-07-02 | 2 | -4/+4 |
* | Merge the following from the English version and some translation fixes: | hrs | 2003-07-02 | 1 | -24/+38 |
* | Style. | ru | 2003-07-02 | 2 | -4/+4 |
* | Take thr_support.c out of SRCS so that it does not end up in libraries. | ru | 2003-07-02 | 4 | -6/+16 |
* | More NO_RESCUE to RESCUE transitions. | gordon | 2003-07-02 | 1 | -2/+2 |
* | Fix a grammar bogon. | schweikh | 2003-07-02 | 1 | -1/+1 |
* | Don't trust sys.mk,v 1.61 commit log, and make .asm alias for .S. | ru | 2003-07-02 | 2 | -4/+14 |
* | Correct paths to mount sources. | gordon | 2003-07-02 | 3 | -3/+3 |
* | The .s files do not have to be preprocessed with cpp(1). | ru | 2003-07-02 | 1 | -2/+2 |
* | Remove smbfs, portalfs, and nwfs from sbin. The sources live in usr.sbin | gordon | 2003-07-02 | 17 | -2370/+0 |
* | Move mount_portalfs, mount_smbfs, and mount_nwfs from sbin to usr.sbin. | gordon | 2003-07-02 | 2 | -4/+4 |
* | - Add comments about the maintenance of the per-thread list of contested | jhb | 2003-07-02 | 2 | -8/+18 |
* | - Use the new resource_disabled() helper function to see if devices are | jhb | 2003-07-02 | 23 | -72/+37 |
* | Add a resource_disabled() helper function that returns true (non-zero) if | jhb | 2003-07-02 | 2 | -0/+15 |
* | Set unlock_mutex to 1 after locked mutex. | davidxu | 2003-07-02 | 2 | -4/+8 |
* | Make the bus_dma_tag_create use NULL for the lock arguments. We are | harti | 2003-07-02 | 1 | -5/+6 |
* | Make libc/${MACHINE_ARCH} include directory not required by Alpha. | ru | 2003-07-02 | 2 | -2/+2 |
* | Fix typo. | davidxu | 2003-07-02 | 2 | -2/+2 |
* | The .s files were repo-copied to .S files. | ru | 2003-07-02 | 8 | -4687/+7 |
* | Revert non-style part of the recent two deltas that dealt with | ru | 2003-07-02 | 2 | -10/+2 |
* | Revert to using as(1) to compile plain assembler source files. | ru | 2003-07-02 | 1 | -9/+2 |
* | sys/ia64/ia64/pal.s has been repocopied to pal.S. | ru | 2003-07-02 | 1 | -1/+1 |
* | Allow VPI/VCI 0/0 to be opened. This will be used by the IDT77252 driver | harti | 2003-07-02 | 1 | -9/+22 |
* | pal_stub.s has been repo-copied to pal_stub.S. | ru | 2003-07-02 | 2 | -66/+1 |
* | Update the SATA support code to work more correctly with | sos | 2003-07-02 | 3 | -57/+121 |
* | This commit was generated by cvs2svn to compensate for changes in r117153, | ru | 2003-07-02 | 1 | -0/+6 |
|\ |
|
| * | From ChangeLog: | ru | 2003-07-02 | 1 | -0/+6 |
* | | Change idle sleep indentifier to "-" for nfsiod | phk | 2003-07-02 | 1 | -1/+1 |
* | | Change idle state sleep identifier to "-" for nfsd. | phk | 2003-07-02 | 1 | -1/+1 |
* | | Only dump 512 bytes of debugging. | phk | 2003-07-02 | 1 | -1/+2 |
* | | Change the sleep identifier to "-" where random normally sleeps. | phk | 2003-07-02 | 1 | -1/+1 |
* | | typo fix in comment. | phk | 2003-07-02 | 1 | -1/+1 |
* | | When size is 1 should just null terminate the string. The dummy variable | jkh | 2003-07-02 | 1 | -3/+5 |
* | | Begin making libthr async signal safe. | mtm | 2003-07-02 | 1 | -2/+22 |