summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_socket.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Calling semantics for kmem_malloc() have been changed...and the thirddg1995-02-021-2/+2
| | | | | | | | | argument is now more than just a single flag. (kern_malloc.c) Used new M_KERNEL value for socket allocations that previous were "M_NOWAIT". Note that this will change when we clean up the M_ namespace mess. Submitted by: John Dyson
* All of this is cosmetic. prototypes, #includes, printfs and so on. Makesphk1994-10-021-13/+16
| | | | GCC a lot more silent.
* Added $Id$dg1994-08-021-0/+1
|
* Changed mbuf allocation policy to get a cluster if size > MINCLSIZE. Makesdg1994-05-291-12/+3
| | | | a BIG difference in socket performance.
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-1/+21
| | | | | Reviewed by: Rodney W. Grimes Submitted by: John Dyson and David Greenman
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+1024
OpenPOWER on IntegriCloud