| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | libc/${MACHINE_ARCH} include directory is required by Alpha, | kan | 2003-07-02 | 1 | -1/+1 |
* | | Fix a few style(9) nits. | mux | 2003-07-02 | 1 | -13/+9 |
* | | The use of SYSINIT requires the inclusion of <sys/kernel.h> | marcel | 2003-07-02 | 1 | -0/+1 |
* | | Allow SA process unblocks a thread blocked in condition variable. | davidxu | 2003-07-02 | 1 | -2/+8 |
* | | Switch the logic on the /rescue bits from NO_RESCUE to RESCUE, at least | gordon | 2003-07-01 | 1 | -1/+1 |
* | | Make this even closer to other busdma backends. | mux | 2003-07-01 | 1 | -12/+26 |
* | | Oops, add back a free() call that I mistakenly removed in | mux | 2003-07-01 | 1 | -0/+1 |
* | | Make the sysctlbyname stuff look like the 2-level MIB stuff. This | jmallett | 2003-07-01 | 1 | -0/+1 |
* | | Sync more things with other backends. | mux | 2003-07-01 | 2 | -24/+18 |
* | | Sync with i386's busdma backend. This fixes a few bugs and adds | mux | 2003-07-01 | 1 | -33/+48 |
* | | Sync bounce pages support with the alpha backend. More precisely: | mux | 2003-07-01 | 1 | -39/+55 |
* | | Add a new mount flag MNT_BYFSID that can be used to unmount a file | iedowse | 2003-07-01 | 4 | -99/+122 |
* | | bfd_elf32_i386_freebsd_vec is the only 32-bit vector we really need. | obrien | 2003-07-01 | 1 | -1/+1 |
* | | Add elf_i386_fbsd emulation. | obrien | 2003-07-01 | 1 | -0/+14 |
* | | Honor the boundary of the busdma tag when allocating bounce pages. | mux | 2003-07-01 | 3 | -3/+3 |
* | | Make swi_vm be INTR_MPSAFE. On all platforms, it is only used to activate | scottl | 2003-07-01 | 1 | -1/+1 |
* | | Do not attempt to reque a thread on a mutex queue. It may be that | mtm | 2003-07-01 | 1 | -1/+1 |
* | | Mega busdma API commit. | scottl | 2003-07-01 | 116 | -162/+878 |
* | | Unbreak "make checkdpadd". | ru | 2003-07-01 | 2 | -2/+2 |
* | | Improve expression evaluation debugging output, tidy up the handling of | fanf | 2003-07-01 | 1 | -22/+23 |
* | | o strmode(3) returns void not 0. | maxim | 2003-07-01 | 1 | -5/+0 |
* | | There's no reason to keep separate AINC knob anymore. | ru | 2003-07-01 | 3 | -17/+8 |
* | | Add a commented-out entry for OFW_NEWPCI to GENERIC and NOTES, along | tmm | 2003-07-01 | 2 | -1/+17 |
* | | Axe AINC. | ru | 2003-07-01 | 6 | -7/+2 |