summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Simplify vmspace_dofree().alc2005-12-041-3/+1
* Sort.stefanf2005-12-041-6/+6
* Remove a few commented out builtins from the original ash. The filesstefanf2005-12-041-5/+0
* Add the times builtin.stefanf2005-12-041-1/+3
* Add the times builtin. It reports the user and system time for the shellstefanf2005-12-044-1/+34
* Catch up with 64bit time_t on sparc64. The rstat packet expects a 32bitphilip2005-12-041-5/+19
* Add Sony TJ37 to the uvisor manpage.bmah2005-12-041-0/+2
* Fixed the approximation to pio4. pio4_hi must be pio2_hi/2 since itbde2005-12-041-1/+1
* Use compile-time detection of 64-bit addressing.ru2005-12-041-3/+3
* For log1pf(), fixed the approximations to sqrt(2), sqrt(2)-1 andbde2005-12-042-8/+22
* Use a compile-time detection of 64-bit addressing so that thisru2005-12-041-11/+8
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-0432-128/+135
* Fix -Wunder and make the sbus code really compile only on sparc64.ru2005-12-041-3/+3
* Fix -Wundef warnings and properly check the size of long, FWIW.ru2005-12-041-3/+3
* Oops, the bug is still here, but reimplement the cpp(1) conditional properly.ru2005-12-041-0/+9
* There no longer seems to be this bug in gcc(1). Remove theru2005-12-041-9/+0
* Merge NetBSD's revision 1.27. This bug can be observed eg. when browsingstefanf2005-12-041-12/+34
* Use the usual volatile hack to trick gcc into clipping any extra precisionbde2005-12-041-1/+1
* Fix on sparc64.ru2005-12-041-6/+2
* Recognize the Sony Clie PEG-TJ37.bmah2005-12-042-0/+2
* Adhoc mode fixups:sam2005-12-043-28/+56
* Fix -Wundef.ru2005-12-0440-77/+87
* Add "yet another" moused(8) hack: suspend handling mouse events when SIGUSR1philip2005-12-042-6/+38
* Use __LP64__ to check for the 64-bit pointer type, and fix -Wundef.ru2005-12-041-4/+2
* Eliminate unneeded preallocation at initialization.alc2005-12-032-2/+0
* Use a simpler way to reach the <machine> include dir, which shouldru2005-12-031-2/+1
* Force any hardwire-routed interrupts to level trigger and active lowjhb2005-12-031-2/+4
* Move the 2->3 upgrade kit on the attic.ru2005-12-034-226/+0
* Document "makeoption", "nocpu", and "nomakeoptions" directives.ru2005-12-032-4/+58
* Add "makeoption" as an alias to "makeoptions", for symmetry.ru2005-12-031-0/+1
* Remove workaround for old GCC bugs.rodrigc2005-12-031-5/+0
* - Move the declaration of struct upa_ranges and the UPA_RANGE_* macrosmarius2005-12-035-54/+36
* Eliminate unneeded preallocation at initialization.alc2005-12-031-2/+0
* - Adhere style(9) (don't use function calls in initializers).marius2005-12-031-3/+5
* Remove unused sc_node from softc.marius2005-12-031-2/+0
* - Adhere style(9) (don't use function calls in initializers, use uintXX_tmarius2005-12-035-29/+40
* Add [-J jid_file] option to write out a JidFile, similar to a PidFile,philip2005-12-032-6/+30
* - Register the PCI bus error interrupt handler according to which half ofmarius2005-12-031-26/+36
* - Improve the comment regarding the workaround for the E250 interrupt mapmarius2005-12-032-17/+31
* Add "rdonly" to global_opts, and parse it in vfs_donmount().rodrigc2005-12-031-0/+4
* Convert to use the recently introduced set of ofw_bus_gen_get_*() formarius2005-12-032-93/+40
* Fixed fdlibm[+cygnus] logbf() and logb() on denormals. Adjustmentbde2005-12-032-8/+20
* Fix prototype.ru2005-12-031-1/+1
* Fix type of argument.ru2005-12-031-1/+1
* Restored removal of the special handling needed for a result of +-0.bde2005-12-031-0/+2
* Break hard sentence break.ru2005-12-031-1/+2
* Add an entry explaining the changes which add local scriptsdougb2005-12-031-0/+10
* Simplified the fix in rev.1.3. Instead of using long double forbde2005-12-031-8/+2
* Fixed rint(x) in the following cases:bde2005-12-031-0/+9
* Switch BUILD_ARCH in Makefile to use uname -p suggested by ru.ambrisko2005-12-034-7/+43
OpenPOWER on IntegriCloud