Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing END() macros, as per rev 184547 for amd64. The lack of these | peter | 2008-11-02 | 1 | -0/+1 |
| | | | | is mostly harmless, but it does upset some of valgrind's functionality. | ||||
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 1 | -3/+0 |
| | | | | | | clause. # If I've done so improperly on a file, please let me know. | ||||
* | Back out the -fpcc-struct-return fixes. | kan | 2002-12-22 | 1 | -12/+34 |
| | | | | Approved by: re (rwatson) | ||||
* | Import newer versions of div() and ldiv() from NetBSD which handle | tjr | 2002-12-21 | 1 | -34/+12 |
| | | | | | | the -fpcc-struct-return calling convention properly instead of returning garbage. This may break backwards compatibility with some old binaries that were compiled when -fno-pcc-struct-return was the default. | ||||
* | Fix typo in the BSD copyright: s/withough/without/ | schweikh | 2002-06-02 | 1 | -1/+1 |
| | | | | | Spotted and suggested by: des MFC after: 3 weeks | ||||
* | Standardize on our SCM ID style. | obrien | 2002-03-23 | 1 | -5/+1 |
| | |||||
* | De-orbit DEFS.h - the other arches do not use it, and it got replaced | peter | 2001-10-24 | 1 | -1/+1 |
| | | | | | | with <machine/asm.h>. Reviewed by: bde | ||||
* | Removed duplicate VCS ID tags, as per style(9). | ru | 2001-08-13 | 1 | -2/+0 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -2/+2 |
| | |||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -2/+2 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -2/+2 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | First crack at making libc work with the new make macros. It compiles on | wollman | 1994-08-05 | 1 | -0/+47 |
my machine, and a simple static (genassym) and shared (sysctl) executable both work. Still to be done: RPCand YP merge. |