summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* When searching for a suitable block of memory on the free list,iedowse2004-08-021-1/+2
* Attempt to follow the correct procedure for synchronising with theiedowse2004-08-024-7/+83
* Remove la_LN.* from the list of bogus locales. They're incomplete, buttjr2004-08-021-1/+1
* Exclude bogus la_LN.* and UTF-8 locales from the output of locale -atjr2004-08-021-1/+11
* *blush*cognet2004-08-021-2/+2
* Fix comments.cognet2004-08-021-2/+3
* Add cross-reference to fmt(1) and a fairly standard ENVIRONMENT section.tjr2004-08-021-2/+12
* Cross-reference fold(1).tjr2004-08-021-0/+1
* Add support for multibyte characters.tjr2004-08-022-57/+94
* Remove 'device mem' from GENERIC, which markm@ mistakingly added.ssouhlal2004-08-021-1/+0
* Unbreak DEVICE_POLLING build / LINT. Sorry!mlaier2004-08-022-2/+2
* Don't use version number in library name. The library version is checkedpjd2004-08-024-6/+3
* Remove an implicit int parameter by using prototypes.stefanf2004-08-021-9/+3
* Don't pass function pointers via a void * parameter.stefanf2004-08-021-4/+4
* - Signal handlers must have an int argument.stefanf2004-08-022-16/+14
* Improve the wording of the last commit, and update the document date. (1)murray2004-08-021-9/+12
* Consistently list _CPUCFLAGS.obrien2004-08-021-10/+10
* Eliminate the acquisition and release of Giant around the call toalc2004-08-021-2/+0
* Document incorrect handling of multibyte characters with -I and -J options.tjr2004-08-021-1/+10
* Add PowerPC bridge instruction flag to the assembler to help outgrehan2004-08-022-0/+6
* G5 support: handle the case where the OpenFirmware memory array usesgrehan2004-08-023-29/+90
* Kernel traps were not being passed to trap_fatal in somegrehan2004-08-022-2/+4
* Document machdep.enable_panic_key.scottl2004-08-022-2/+6
* Fix the build by providing 'PHYS_TO_DMAP' and 'M_MEMDESC'.obrien2004-08-021-0/+6
* Bump __FreeBSD_version to designate uma_zone functions changing type.green2004-08-021-1/+1
* Add what appears to be a missing '*/' at the end of a comment.rwatson2004-08-021-0/+1
* - Fix unloading by the same way it is done in my other classes:pjd2004-08-021-3/+5
* * Add a "how" argument to uma_zone constructors and initialization functionsgreen2004-08-0213-170/+243
* Second part of ALTQ driver modifications, covering:mlaier2004-08-017-31/+56
* Comment kse_create() and make a few minor code cleanupsjulian2004-08-011-47/+121
* Remove unnecessary use of the __ia64__ conditional. This slightly improvesmarcel2004-08-012-10/+6
* The watchdog callout executes with the (non-sleepable) ifnet lock heldwpaul2004-08-011-1/+1
* After changing LIBDIR to SHLIBDIR, because of dependencies problems,pjd2004-08-014-6/+8
* UUCP's uucico(8) has not been in the base system for some time now,markm2004-08-011-1/+1
* In ndis_alloc_bufpool() and ndis_alloc_packetpool(), the test to see ifwpaul2004-08-011-2/+2
* This commit was generated by cvs2svn to compensate for changes in r132977,gad2004-08-013-0/+287
|\
| * Import of a BSD-licensed version of `patch', which will eventuallygad2004-08-0114-2807/+4176
* | Typo.pjd2004-08-011-1/+1
* | Another stupid error from my side. PPPOE_NONSTANDARD was first definedglebius2004-08-011-9/+9
* | Correct the explanation of the -X option.kientzle2004-08-011-3/+5
* | Big mess 'o changes:wpaul2004-08-0110-158/+511
* | Add the I/O device for those architectures that have it.markm2004-08-012-0/+2
* | For the "portable" distribution, the configure script will overwritekientzle2004-08-011-159/+1
* | Add a HARDWARE section which lists supported devices.simon2004-08-011-43/+47
* | Make the HARDWARE section better suited to the upcoming auto generatedsimon2004-08-012-54/+55
* | - Add a HARDWARE section which lists supported devices.simon2004-08-013-51/+77
* | C standard does not permit empty initializer list.kientzle2004-08-011-6/+6
* | Include <stdlib.h> for exit(), use prototypes and bump WARNS to 6.stefanf2004-08-012-5/+6
* | Remove extraneous ';'.markm2004-08-012-2/+2
* | Implement basic support for EHCI interrupt pipes. This is unlikelyiedowse2004-08-012-11/+283
OpenPOWER on IntegriCloud