summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_id.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* move arc4random prototype to systm.h. more appropriate for most codetedu2014-11-181-2/+2
* - use nitems(); no binary changejasper2011-03-311-2/+2
* rename arc4random_bytes => arc4random_buf to match libc's nicer name;djm2008-06-091-2/+2
* revert - I'm a dumbfuck who doesn't know his own APIdjm2008-03-151-2/+2
* off by one at end of arraydjm2008-03-151-2/+2
* Because the ip_id code initialisation is a specific case of shufflingdjm2008-03-151-9/+10
* because arc4random_uniform is being used, the modulo bias is taken care ofderaadt2008-03-021-2/+1
* Add a arc4random_uniform() that returns a uniformly distributed numberdjm2008-03-021-2/+2
* replacement algorithm. initialize a 64K-short buffer using Durstenfeldderaadt2008-02-291-167/+59
* typos; ok jmc@martynas2007-11-261-2/+2
* remove more static to avoid confusing the profiler (and maybe ddb too)dlg2007-05-271-5/+5
* First step towards more sane time handling in the kernel -- this changestholo2004-06-211-3/+3
* spelling; jjy2+@pitt.eduderaadt2004-03-221-2/+2
* niels kindly dropped clause 3/4 from the license. tnx!itojun2003-12-121-6/+1
* previous commit included bad hunk. sorryitojun2003-12-121-2/+3
* no need to call arc4random() if we don't skip numbers in ip_randomid().itojun2003-12-121-4/+3
* correct non-repetitive ID code, based on comments from niels provos.itojun2003-12-101-2/+6
* "exp" is a reserved symbol under gcc3/posix. mcbride okitojun2003-09-211-3/+3
* Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do thingsmillert2002-03-151-7/+1
* First round of __P removal in sysmillert2002-03-141-4/+4
* Cut down on include files.angelos2001-06-081-2/+1
* use faster arc4random() for small amounts fo data, some spaces; niels okmickey2001-06-041-34/+29
* add an inner xor to make prediction attacks against the ids harder, dueprovos1999-08-261-3/+5
* make ip_id random but ensure that ids dont repeat for some period.provos1998-12-261-0/+199