summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_time.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlybde1996-04-071-3/+1
| | | | copied from bad examples.
* Finished staticizing of timevalfix().bde1995-12-261-1/+3
|
* A Major staticize sweep. Generates a couple of warnings that I'll dealphk1995-12-141-3/+3
| | | | | | with later. A number of unused vars removed. A number of unused procs removed or #ifdefed.
* Fixed settimeofday():bde1995-11-191-5/+7
| | | | | | | | - don't allow invalid timevals. - normalize timevals as they are built - don't call timevaladd() with a possibly invalid timeval and normalize the result. Fixed a warning.
* Included <sys/sysproto.h> to get central declarations for syscall argsbde1995-11-121-1/+12
| | | | | | | | | | structs and prototypes for syscalls. Ifdefed duplicated decentralized declarations of args structs. It's convenient to have this visible but they are hard to maintain. Some are already different from the central declarations. 4.4lite2 puts them in comments in the function headers but I wanted to avoid the large changes for that.
* Killed "TIMEZONE" and "DST" options. They have been forced to 0 by configdg1995-06-291-1/+3
| | | | for more than a year now. Moved the declaration of 'tz' into kern_time.c.
* The pessimistic rounding in hzto() was too pessimistic for realitimexpire().bde1995-06-261-2/+6
|
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-2/+1
| | | | | | (except in netccitt, netiso and netns) and most of the warnings from `gcc -Wnested-externs'. Fix all the bugs found. There were no serious ones.
* YFfix.phk1995-02-141-1/+2
|
* All of this is cosmetic. prototypes, #includes, printfs and so on. Makesphk1994-10-021-5/+2
| | | | GCC a lot more silent.
* While in the real world, I had a bad case of being swapped out for a lot ofphk1994-09-251-7/+7
| | | | | | | | cycles. While waiting there I added a lot of the extra ()'s I have, (I have never used LISP to any extent). So I compiled the kernel with -Wall and shut up a lot of "suggest you add ()'s", removed a bunch of unused var's and added a couple of declarations here and there. Having a lap-top is highly recommended. My kernel still runs, yell at me if you kernel breaks.
* Added $Id$dg1994-08-021-0/+1
|
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+14
| | | | | Reviewed by: Rodney W. Grimes Submitted by: John Dyson and David Greenman
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+416
OpenPOWER on IntegriCloud