| Commit message (Expand) | Author | Age | Files | Lines |
* | When searching for a suitable block of memory on the free list, | iedowse | 2004-08-02 | 1 | -1/+2 |
* | Attempt to follow the correct procedure for synchronising with the | iedowse | 2004-08-02 | 4 | -7/+83 |
* | Remove la_LN.* from the list of bogus locales. They're incomplete, but | tjr | 2004-08-02 | 1 | -1/+1 |
* | Exclude bogus la_LN.* and UTF-8 locales from the output of locale -a | tjr | 2004-08-02 | 1 | -1/+11 |
* | *blush* | cognet | 2004-08-02 | 1 | -2/+2 |
* | Fix comments. | cognet | 2004-08-02 | 1 | -2/+3 |
* | Add cross-reference to fmt(1) and a fairly standard ENVIRONMENT section. | tjr | 2004-08-02 | 1 | -2/+12 |
* | Cross-reference fold(1). | tjr | 2004-08-02 | 1 | -0/+1 |
* | Add support for multibyte characters. | tjr | 2004-08-02 | 2 | -57/+94 |
* | Remove 'device mem' from GENERIC, which markm@ mistakingly added. | ssouhlal | 2004-08-02 | 1 | -1/+0 |
* | Unbreak DEVICE_POLLING build / LINT. Sorry! | mlaier | 2004-08-02 | 2 | -2/+2 |
* | Don't use version number in library name. The library version is checked | pjd | 2004-08-02 | 4 | -6/+3 |
* | Remove an implicit int parameter by using prototypes. | stefanf | 2004-08-02 | 1 | -9/+3 |
* | Don't pass function pointers via a void * parameter. | stefanf | 2004-08-02 | 1 | -4/+4 |
* | - Signal handlers must have an int argument. | stefanf | 2004-08-02 | 2 | -16/+14 |
* | Improve the wording of the last commit, and update the document date. (1) | murray | 2004-08-02 | 1 | -9/+12 |
* | Consistently list _CPUCFLAGS. | obrien | 2004-08-02 | 1 | -10/+10 |
* | Eliminate the acquisition and release of Giant around the call to | alc | 2004-08-02 | 1 | -2/+0 |
* | Document incorrect handling of multibyte characters with -I and -J options. | tjr | 2004-08-02 | 1 | -1/+10 |
* | Add PowerPC bridge instruction flag to the assembler to help out | grehan | 2004-08-02 | 2 | -0/+6 |
* | G5 support: handle the case where the OpenFirmware memory array uses | grehan | 2004-08-02 | 3 | -29/+90 |
* | Kernel traps were not being passed to trap_fatal in some | grehan | 2004-08-02 | 2 | -2/+4 |
* | Document machdep.enable_panic_key. | scottl | 2004-08-02 | 2 | -2/+6 |
* | Fix the build by providing 'PHYS_TO_DMAP' and 'M_MEMDESC'. | obrien | 2004-08-02 | 1 | -0/+6 |
* | Bump __FreeBSD_version to designate uma_zone functions changing type. | green | 2004-08-02 | 1 | -1/+1 |
* | Add what appears to be a missing '*/' at the end of a comment. | rwatson | 2004-08-02 | 1 | -0/+1 |
* | - Fix unloading by the same way it is done in my other classes: | pjd | 2004-08-02 | 1 | -3/+5 |
* | * Add a "how" argument to uma_zone constructors and initialization functions | green | 2004-08-02 | 13 | -170/+243 |
* | Second part of ALTQ driver modifications, covering: | mlaier | 2004-08-01 | 7 | -31/+56 |
* | Comment kse_create() and make a few minor code cleanups | julian | 2004-08-01 | 1 | -47/+121 |
* | 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 |