summaryrefslogtreecommitdiffstats
path: root/sys/libkern
Commit message (Collapse)AuthorAgeFilesLines
* Use new-style declarations for min/max functions so thatbde1994-09-181-62/+11
| | | | | | | | | | | | | | | | "gcc -Wstrict-prototypes" doesn't emit warnings about them. Write each min/max functions on a single line so that the similarity and triviality of the functions is more obvious. Put the quad min/max functions in the correct place (aphabetical order). The u_quad min/max functions are missing. Only 3 or 4 of the min/max functions are actually used. sys/socketvar.h ``should use "lmin" but it doesn't exist now''. lmin does exist now, but isn't used. Since we depend on gcc for `inline', perhaps we should depend on it for __typeof and function-expressions and use only macros min() and max() that work for any types (I'm not sure how to handle mixed types).
* Added -DKERNEL and added support for kernel profiling.paul1994-09-152-3/+7
| | | | Reviewed by: Bruce
* Added qmin and qmax functions to deal with quad_t's.dg1994-08-301-1/+14
|
* Added $Id$dg1994-08-0235-108/+65
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-272-0/+251
|
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-2435-0/+2626
OpenPOWER on IntegriCloud