summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Inline a function that gcc refused to inline. This function was usedharti2003-07-261-7/+2
* Silence a gcc-warning. Do this by inlining the macro-call. This isharti2003-07-261-2/+1
* The /rescue system is now enabled by default again, so remove notesimon2003-07-262-16/+0
* Set mc_len to sizeof(mcontext_t), otherwise it is an invalid context.davidxu2003-07-261-0/+1
* Remove references to the '-l' option in synopsis. The rest of thesimon2003-07-261-2/+1
* Minor mdoc(7) cleanup, based on the PR below.simon2003-07-261-2/+4
* Fix "write from stdin".pb2003-07-261-3/+6
* Fixed wrong function names in the error message that was translated tobde2003-07-261-3/+3
* Remove prototype of ia64_pa_access(). The function has been moved tomarcel2003-07-261-1/+0
* Enable wake up GPE before shutdown, not only for sleeping.takawata2003-07-261-0/+1
* Avoid using __aligned(16). Instead define the jmp_buf in terms ofmarcel2003-07-261-9/+11
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-2628-42/+43
* Unbreak ia64 builds now -Werror is enabled again. Avoid obsoletemarcel2003-07-261-6/+6
* Guard against MLEN growing larger than a uint8_t due to MSIZE grwoing to ascottl2003-07-263-0/+6
* Bah, I go and get all preachy, and then commit from the wrong branch. Revertscottl2003-07-261-2/+2
* Fix the release build with a forgotten '-f'.scottl2003-07-261-3/+3
* Fixes for 64 bit cleanliness. The length arg to sysctl is a pointer topeter2003-07-261-1/+2
* Use #include <string.h> rather than <strings.h> so that the strdup()peter2003-07-261-1/+2
* Gulp ... call kmem_malloc() without Giant.alc2003-07-261-7/+1
* Fix some recently introduced warnings. 'Declaration does not declarepeter2003-07-261-2/+2
* Turn -Werror back on again. I've tested with/withoutpeter2003-07-261-1/+1
* Fix typo.davidxu2003-07-262-10/+10
* Change the inline limit switch to something that exists in gcc-3.2.peter2003-07-262-4/+4
* Revise and improve ntfs_subr.c 1.30: read only a single cluster at a timetjr2003-07-262-17/+28
* Revert previous commit. We don't use setjmp()/longjmp() for contextmarcel2003-07-252-6/+3
* revision 1.51 of vm/uma_core.c modified uma_large_malloc() to acquirealc2003-07-251-6/+0
* powerpc isn't tinderbox-ready yet.des2003-07-252-2/+2
* Use __FBSDID().obrien2003-07-2539-78/+127
* Use __FBSDID().obrien2003-07-253-6/+10
* Add support for the M_ZERO flag to contigmalloc().mux2003-07-251-1/+5
* Make this 64 bit clean. Use size_t for sysctl() length pointer args.peter2003-07-251-1/+2
* Remove alpha vtophys() hack from if_bgereg.h and clean up unneededwpaul2003-07-252-7/+0
* Convert bge(4) to use busdma. I have not tested this on anythingwpaul2003-07-252-127/+856
* Fix for 64 bit platforms. sysctl's length args are pointers topeter2003-07-252-3/+6
* MFi386 revision 1.416alc2003-07-253-21/+30
* Discussions on src-committers with alfred and bde pointed out thatgad2003-07-251-6/+8
* Fix amd64 build by deleting trailing whitespace. Doh!peter2003-07-251-1/+1
* State that in -exec ... ; the semicolon should be quoted if invoked fromschweikh2003-07-251-0/+4
* Fix output from an error message.njl2003-07-251-5/+5
* Add wrapper for kqueue() to keep track of the allocated fd and allow it tomp2003-07-252-0/+54
* Add an informational debugging printf of the maximum time spent innjl2003-07-251-0/+10
* Backed out the micro-optimization in 1.4. It was to help gcc-2.6.3bde2003-07-251-6/+1
* New release notes: bge(4) 5705 support.hrs2003-07-252-2/+12
* Make the PC98 small boot floppy usable again.ru2003-07-251-0/+4
* When deciding whether to download the microcode or not look at the API ratherharti2003-07-251-1/+1
* Print the offending SPANS message only if printing is enabled.harti2003-07-251-1/+2
* An u_int8_t can never be bigger than 255, so remove a useless check.mux2003-07-251-2/+0
* Remove a duplicate entry.mux2003-07-251-4/+0
* o Do not overwrite saved interrupt priority level by alloc_hash(),maxim2003-07-251-6/+8
* The RELEASE9 knob is now OBE.ru2003-07-251-7/+1
OpenPOWER on IntegriCloud