aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_gif.c
diff options
context:
space:
mode:
authorRoman Divacky <rdivacky@FreeBSD.org>2011-03-02 18:53:12 +0000
committerRoman Divacky <rdivacky@FreeBSD.org>2011-03-02 18:53:12 +0000
commit66f01f2e791b21687fec91f1724d1a6535479e70 (patch)
treeefd0bb6e48521afca9d86124bb37f483f0256d09 /sys/net/if_gif.c
parentd2d7a00aa9904d42eb05440c669a518711275d8a (diff)
downloadsrc-66f01f2e791b21687fec91f1724d1a6535479e70.tar.gz
src-66f01f2e791b21687fec91f1724d1a6535479e70.zip
This patch shrinks boot2 a little.
o It switches kname to be just a pointer instead of an array thus avoiding a couple of memcpy()s. o It changes ioctl to unsigned from uint8_t. o It changes the second keyhit limit to 3 seconds from 5 so that constant propagation can take place. o It changes the ticks overflow computation as suggested by bde@. o It removes bi_basemem/bi_extmem/bi_memsizes_valid setting from bootinfo as it is unused. Reviewed by: jhb
Notes
Notes: svn path=/head/; revision=219186
Diffstat (limited to 'sys/net/if_gif.c')
0 files changed, 0 insertions, 0 deletions