aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Collapse)AuthorAgeFilesLines
* Add commands for ptrace get/set registers.. (Same numbers as NetBSD)Peter Wemm1996-01-241-3/+11
| | | | Notes: svn path=/head/; revision=13611
* Don't define CLK_TCK here.Bruce Evans1995-02-032-12/+6
| | | | | | | Uniformize idempotency ifdef. Notes: svn path=/head/; revision=6165
* Added $Id$David Greenman1994-08-023-0/+3
| | | | Notes: svn path=/head/; revision=1817
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-252-46/+86
| | | | | | | | Reviewed by: Rodney W. Grimes Submitted by: John Dyson and David Greenman Notes: svn path=/head/; revision=1549
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-251-0/+40
| | | | Notes: svn path=/head/; revision=1543
* First pass at adding locale support. This code only deals with the LC_CTYPEGarrett Wollman1994-04-042-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | class of locale data, but could be extended to handle other locale classes, as well as message catalogues and other non-locale i18n support. I have left the old _ctype_ array in place, and moved the ctype.h header to octype.h, so that existing shared binaries will still be able to find and use it as they require. See /usr/src/share/locale for information on how to create new locale data files (eventually this procedure will be improved). I'd like to have a family of locale files for various countries, languages, and character sets, so please contribute some. This code was originally written by Paul Borman and contributed to 4.4; I did the integration, and have somewhat tested it. crt0.c probably ought to call setlocale() if it doesn't already, but I'd like for people to create some locale files and try things manually first before I make every program do this. Notes: svn path=/head/; revision=1334
* Bump CLK_TCK to more precise value (128)Andrey A. Chernov1994-02-262-4/+4
| | | | | | | | If you want more precise, use directly getrusage(), because clock() emulated via it. Notes: svn path=/head/; revision=1216
* adding libc/quad:Andrew Moore1993-12-192-2/+16
| | | | | | | | | added _QUAD_HIGH/LOW added (U_)QUAD_MAX/MIN (from NetBSD) Notes: svn path=/head/; revision=880
* Made all header files idempotent and moved incorrect common data fromGarrett Wollman1993-11-072-2/+10
| | | | | | | | headers into a related source file. Added cons.h as first step towards moving i386/i386/cons.h to machine/cons.h where it belongs. Notes: svn path=/head/; revision=719
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-162-2/+4
| | | | | | | minor cleanup. Added $Id$ to files that did not have any version info, etc Notes: svn path=/head/; revision=621
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-122-0/+114
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=4