| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary use of the __ia64__ conditional. This slightly improves | marcel | 2004-08-01 | 2 | -10/+6 |
* | The watchdog callout executes with the (non-sleepable) ifnet lock held | wpaul | 2004-08-01 | 1 | -1/+1 |
* | After changing LIBDIR to SHLIBDIR, because of dependencies problems, | pjd | 2004-08-01 | 4 | -6/+8 |
* | UUCP's uucico(8) has not been in the base system for some time now, | markm | 2004-08-01 | 1 | -1/+1 |
* | In ndis_alloc_bufpool() and ndis_alloc_packetpool(), the test to see if | wpaul | 2004-08-01 | 1 | -2/+2 |
* | This commit was generated by cvs2svn to compensate for changes in r132977, | gad | 2004-08-01 | 3 | -0/+287 |
|\ |
|
| * | Import of a BSD-licensed version of `patch', which will eventually | gad | 2004-08-01 | 14 | -2807/+4176 |
* | | Typo. | pjd | 2004-08-01 | 1 | -1/+1 |
* | | Another stupid error from my side. PPPOE_NONSTANDARD was first defined | glebius | 2004-08-01 | 1 | -9/+9 |
* | | Correct the explanation of the -X option. | kientzle | 2004-08-01 | 1 | -3/+5 |
* | | Big mess 'o changes: | wpaul | 2004-08-01 | 10 | -158/+511 |
* | | Add the I/O device for those architectures that have it. | markm | 2004-08-01 | 2 | -0/+2 |
* | | For the "portable" distribution, the configure script will overwrite | kientzle | 2004-08-01 | 1 | -159/+1 |
* | | Add a HARDWARE section which lists supported devices. | simon | 2004-08-01 | 1 | -43/+47 |
* | | Make the HARDWARE section better suited to the upcoming auto generated | simon | 2004-08-01 | 2 | -54/+55 |
* | | - Add a HARDWARE section which lists supported devices. | simon | 2004-08-01 | 3 | -51/+77 |
* | | C standard does not permit empty initializer list. | kientzle | 2004-08-01 | 1 | -6/+6 |
* | | Include <stdlib.h> for exit(), use prototypes and bump WARNS to 6. | stefanf | 2004-08-01 | 2 | -5/+6 |
* | | Remove extraneous ';'. | markm | 2004-08-01 | 2 | -2/+2 |
* | | Implement basic support for EHCI interrupt pipes. This is unlikely | iedowse | 2004-08-01 | 2 | -11/+283 |
* | | YA oops. Remove code that was being tested locally. | markm | 2004-08-01 | 1 | -21/+0 |
* | | Remove local hack that was not supposed to be committed. | markm | 2004-08-01 | 1 | -1/+1 |
* | | Turn off PREEMPTION by default while it gets debugged. It's been causing | scottl | 2004-08-01 | 3 | -0/+9 |
* | | MFi386: revision 1.1167 | nyan | 2004-08-01 | 1 | -0/+4 |
* | | MFi386: revision 1.501. | nyan | 2004-08-01 | 1 | -2/+4 |
* | | Change the default to switch on DMA on ATAPI devices if they can | sos | 2004-08-01 | 1 | -3/+5 |
* | | Announce the memory device module update. | markm | 2004-08-01 | 1 | -0/+5 |
* | | Break out the MI part of the /dev/[k]mem and /dev/io drivers into | markm | 2004-08-01 | 37 | -692/+833 |
* | | Comment some of the 'io' functions. | alfred | 2004-08-01 | 1 | -0/+29 |
* | | - Launch main provider when there are no more disks in NEW state. | pjd | 2004-08-01 | 1 | -1/+4 |
* | | Add some minor changes related to PCMCIA attribute memory mapping | wpaul | 2004-08-01 | 1 | -2/+18 |
* | | Document EXTSRCDIR. | murray | 2004-08-01 | 1 | -0/+4 |
* | | Add missing thread suspension/resumption code, fix a bug in pt_thr_sstep, | davidxu | 2004-08-01 | 1 | -11/+115 |
* | | Add code to implement register structure converter. | davidxu | 2004-08-01 | 1 | -1/+56 |
* | | Update release notes to reflect sendmail 8.13.1 import | gshapiro | 2004-08-01 | 2 | -2/+2 |
* | | Update notes after sendmail 8.13.1 import | gshapiro | 2004-08-01 | 1 | -4/+4 |
* | | Reflect changes in sendmail 8.13 source tree | gshapiro | 2004-08-01 | 2 | -5/+5 |
* | | Resolve conflicts from sendmail 8.13.1 import | gshapiro | 2004-08-01 | 20 | -400/+641 |
* | | This commit was generated by cvs2svn to compensate for changes in r132943, | gshapiro | 2004-08-01 | 196 | -2743/+7931 |
|\ \ |
|
| * | | Import sendmail 8.13.1 | gshapiro | 2004-08-01 | 213 | -2976/+8573 |
* | | | Specify the locking for some proc fields | julian | 2004-07-31 | 1 | -3/+3 |
* | | | If there are no valid components after the timeout, just destroy device. | pjd | 2004-07-31 | 1 | -7/+2 |
* | | | Propagate size changes upwards. | le | 2004-07-31 | 3 | -0/+25 |
* | | | Fix a stupid error in my previous commit, which broke operation | glebius | 2004-07-31 | 1 | -1/+2 |
* | | | Handle spoil event in dedicated function: g_mirror_spoiled(). | pjd | 2004-07-31 | 1 | -2/+17 |
* | | | Add copyright notices. | fjoe | 2004-07-31 | 3 | -3/+78 |
* | | | Expand the license referenced indirectly inline. | imp | 2004-07-31 | 2 | -6/+40 |
* | | | Help simon out and add a HARDWARE section. | trhodes | 2004-07-31 | 1 | -1/+2 |
* | | | Allow for capital letters as size suffixes. | pjd | 2004-07-31 | 1 | -8/+20 |
* | | | ftpd(8) seems to be WARNS=2 clean now. | yar | 2004-07-31 | 1 | -0/+1 |