| Commit message (Expand) | Author | Age | Files | Lines |
* | Reset the stream orientation to 0 (unoriented) in freopen(), as required | tjr | 2003-01-03 | 1 | -0/+1 |
* | It is no longer necessary to include sys/types.h before wordexp.h. | tjr | 2003-01-03 | 1 | -1/+0 |
* | Describe WRDE_NOCMD in the same way that we describe the rest of the flags. | tjr | 2003-01-03 | 1 | -1/+1 |
* | Retire sys/dmap.h by including the two lines of it which matters | phk | 2003-01-03 | 2 | -64/+3 |
* | Lock the vm object when performing vm_object_clear_flag(). | alc | 2003-01-03 | 1 | -0/+4 |
* | Remove CCDF_SWAP and CCDF_PARITY, they have never been implemented. | phk | 2003-01-03 | 3 | -47/+11 |
* | Remove CCDF_SWAP and CCDF_PARITY. They have never been implemented. | phk | 2003-01-03 | 2 | -4/+0 |
* | MFMBR: Add ioctls for writing an IPL and a boot menu. | nyan | 2003-01-03 | 2 | -70/+165 |
* | Merged from sys/isa/fd.c revision 1.243. | nyan | 2003-01-03 | 2 | -12/+0 |
* | Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op since | phk | 2003-01-03 | 11 | -16/+14 |
* | manage kernel threads properly; especially shutting them down on module unload | sam | 2003-01-03 | 1 | -52/+133 |
* | MFS: crypto timing support; purge usercrypto sysctl (just don't config | sam | 2003-01-03 | 3 | -9/+107 |
* | Remove unused second argument from DEV_STRATEGY(). | phk | 2003-01-03 | 13 | -23/+23 |
* | Add vm map and vm object locking to vmtotal(). | alc | 2003-01-03 | 1 | -5/+14 |
* | Remove unused second argument from BIO_STRATEGY() | phk | 2003-01-03 | 5 | -31/+15 |
* | popen() is a function, not an argument. | tjr | 2003-01-03 | 1 | -1/+1 |
* | Protect pidlist with a mutex to avoid a race causing a duplicate free() | tjr | 2003-01-03 | 1 | -8/+24 |
* | Set auto-retry mode to avoid some spurious errors. | des | 2003-01-03 | 1 | -0/+1 |
* | This commit was generated by cvs2svn to compensate for changes in r108577, | des | 2003-01-03 | 1 | -2/+2 |
|\ |
|
| * | Fix typo in debugging macro (perforce change 23072) | des | 2003-01-03 | 1 | -2/+2 |
* | | Approved by: gallatin (mentor) | ticso | 2003-01-03 | 1 | -0/+12 |
* | | o Introduce a new external mbuf type, EXT_EXTREF. | gallatin | 2003-01-02 | 2 | -3/+9 |
* | | Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akin | jmallett | 2003-01-02 | 7 | -11/+608 |
* | | Backout phk's backout of obrien's change. | imp | 2003-01-02 | 1 | -1/+1 |
* | | - The ahc and ahd drivers should work on sparc64 now thanks to scottl. | jake | 2003-01-02 | 2 | -10/+18 |
* | | Optimize the size of the work-items by letting the mapping function | phk | 2003-01-02 | 3 | -48/+66 |
* | | - This damnable chip only has 1 status register for both ports, so the bit | jake | 2003-01-02 | 1 | -9/+37 |
* | | Lock the vm object when performing back-to-back vm_object_clear_flag() and | alc | 2003-01-02 | 1 | -0/+2 |
* | | In cgetmatch(3), return -1 if a NULL or 0-length name parameter is used. | thomas | 2003-01-02 | 1 | -0/+3 |
* | | Update si_bsize_phys on open. | phk | 2003-01-02 | 1 | -0/+1 |
* | | Lock the vm object when performing vm_object_clear_flag(). | alc | 2003-01-02 | 1 | -1/+4 |
* | | Update to correct NetBSD Id | imp | 2003-01-02 | 1 | -1/+1 |
* | | Make compiles (LINT and/or ISP_TARGET_MODE options) happier by making sure | mjacob | 2003-01-02 | 1 | -5/+7 |
* | | Sync to 1.104 of usbdevs | imp | 2003-01-02 | 2 | -2/+18 |
* | | Add NEODIO TURBOCONNECT (from NetBSD) | imp | 2003-01-02 | 1 | -0/+4 |
* | | MFNetBSD through 1.42 (to be committed in a moment by me). | imp | 2003-01-02 | 1 | -3/+4 |
* | | Adjust code for Julian's last commit. use td_mailbox to detect if | davidxu | 2003-01-02 | 2 | -20/+16 |
* | | Do not print the value of sc pointer before is has been ininialized. | kan | 2003-01-02 | 1 | -1/+2 |
* | | Create debug sysctl nodes if USB_DEBUG is defined. | kan | 2003-01-02 | 1 | -1/+1 |
* | | Add function linux_msg() for regulating output from the linux emulation | alfred | 2003-01-02 | 5 | -12/+42 |
* | | It appears that the SANYO SCP-4900 needs similar quirks to the | imp | 2003-01-01 | 1 | -0/+2 |
* | | Sync to usbdevs 1.103 | imp | 2003-01-01 | 2 | -2/+18 |
* | | Add Sanyo SCP-4900 phone. It needs quirks. | imp | 2003-01-01 | 1 | -0/+4 |
* | | Now that we've 'branched' 5.0, desupport FreeBSD 3.x in this driver. It | imp | 2003-01-01 | 1 | -29/+1 |
* | | Add a driver for the Zilog 8530 dual uart found in Ultra 1s and Ultra 2s. | jake | 2003-01-01 | 4 | -0/+1631 |
* | | Update the assertions in vm_page_insert() and vm_page_lookup() to reflect | alc | 2003-01-01 | 1 | -4/+2 |
* | | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 219 | -967/+986 |
* | | Fix typos; add FreeBSD Id where missing. | schweikh | 2003-01-01 | 6 | -11/+14 |
* | | Happy 2003. | imp | 2003-01-01 | 1 | -2/+2 |
* | | Experimental support for suspend/resume, not finished yet. | simokawa | 2003-01-01 | 3 | -160/+182 |