aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't use return(foo(...)); in a function returning void.Poul-Henning Kamp2003-05-311-6/+8
* Make CSTD style match the rest of file.David E. O'Brien2003-05-311-6/+6
* Fixup three rather minor typos that have irked me over time.Tim Vanderhoek2003-05-311-4/+4
* Man, I'm not on the ball. 4th does not need to escape '\' chars. ThisScott Long2003-05-311-8/+8
* Add entry for putty as an alias to vt220-colorAndrey A. Chernov2003-05-311-1/+1
* Protext copyright[].David E. O'Brien2003-05-311-3/+2
* - use issetugid()Matthew N. Dodd2003-05-311-3/+2
* Simplify map_object() by breaking out the ELF header validation bitsMatthew N. Dodd2003-05-311-58/+67
* Provide function entry debugging messages.Matthew N. Dodd2003-05-311-1/+16
* Use the environment variable LD_LIBMAP_DISABLE to disableMatthew N. Dodd2003-05-312-3/+11
* Mass cleanup of the namei(9) manual page.Hiten Pandya2003-05-311-91/+180
* I botched one of my committs in the last round. Fix it.Mike Makonnen2003-05-312-12/+11
* Various mdoc(7) fixes:Hiten Pandya2003-05-313-2/+4
* Some mdoc(7) fixes:Hiten Pandya2003-05-3146-167/+167
* Teach sysinstall to recognize if acpi was turned off from the bootloader,Scott Long2003-05-316-0/+102
* Flag when ACPI has been disabled by the user so that sysinstall can doScott Long2003-05-311-0/+2
* Add acpi to the build. Remove the hack from machdep.c that lies to thePeter Wemm2003-05-312-3/+7
* Have hammer_time() return the proc0 stack location, and have locorePeter Wemm2003-05-312-25/+17
* Regenerate.Peter Wemm2003-05-312-0/+894
* Make this compile with WITNESS enabled. It wants the syscall names.Peter Wemm2003-05-316-5/+9
* Port acpica to amd64.Peter Wemm2003-05-312-5/+8
* Add the MD ifdefs for amd64 to point to the IO space bustag/handle.Peter Wemm2003-05-311-0/+4
* With the help of jhb, fix the ACPI_ACQUIRE_GLOBAL_LOCK() macros andPeter Wemm2003-05-311-28/+9
* Add __amd64__ to the ifdefs that introduce the "pcicfg" spinlock toPeter Wemm2003-05-311-1/+1
* Instead of eating trailing newlines after inserting them into theBill Fenner2003-05-311-5/+12
* Enable the new bootloader for i386 only. The new loader.rc is will onlyScott Long2003-05-312-1/+21
* Fixed another bug in the threaded close() call; clear theRuslan Ermilov2003-05-311-0/+4
* If an application closes one of its stdio descriptors (0..2),Ruslan Ermilov2003-05-311-2/+4
* Add the bus_dma(9) manual page to our section 9 collection. ItHiten Pandya2003-05-302-0/+732
* Assorted mdoc(7) fixes.Ruslan Ermilov2003-05-301-29/+41
* Assorted mdoc(7) fixes.Ruslan Ermilov2003-05-309-144/+165
* Fix interrupt assignment for non-builtin PCI devices on e450s.Thomas Moestl2003-05-3010-45/+168
* Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT.Hiten Pandya2003-05-307-9/+8
* rpc.lockd stability workaround: remove PCATCH from the tsleep() inRobert Watson2003-05-301-1/+1
* Make sure all character pointers are properly initialized; this wasRobert Watson2003-05-301-4/+5
* Save THR_FLAGS_IN_TDLIST in signal frame, otherwise if a thread receivedDavid Xu2003-05-302-2/+4
* Add documents for the ct driver.Yoshihiro Takahashi2003-05-302-0/+104
* Fix a sizeof error in __bt_put: when writing they key and data sizesThomas Moestl2003-05-301-3/+5
* Add a new bootloader menu. Pull in screen.4th and frames.4th from theScott Long2003-05-304-0/+333
* Add support for the upcoming 2410SA card.Scott Long2003-05-301-0/+2
* aic79xx.c:Scott Long2003-05-301-2/+2
* Fix a reported case of severe data corruption:Scott Long2003-05-302-42/+45
* Update the kernel compile flags inside the .if ${MACHINE_ARCH} == "amd64"Peter Wemm2003-05-301-1/+2
* Add ddb machdep bits.Peter Wemm2003-05-302-0/+9
* Nasty 'make it compile' port to amd64. Note that it needs some otherPeter Wemm2003-05-301-38/+40
* Initial port to amd64 after repocopy from i386. Note that thePeter Wemm2003-05-303-170/+180
* Add setjmp/longjmp for ddbPeter Wemm2003-05-301-0/+35
* Add an stub for _rtld_thread_init. This is a part I missed inAlexander Kabaev2003-05-301-0/+7
* Don't post-increment pointers inside a loop conditional.Matthew N. Dodd2003-05-301-11/+11
* Attempt to eliminate PLT relocations from rwlock aquire/releaseAlexander Kabaev2003-05-3025-42/+822