Age | Commit message (Expand) | Author |
---|---|---|
2007-12-14 | add sysctl entry points into various network layers, in particular to | Theo de Raadt |
2007-10-06 | Oops. Forgot to do FREE -> free when I did MALLOC -> malloc. | Kenneth R Westerback |
2007-10-03 | MALLOC+bzero -> malloc+M_ZERO. | Kenneth R Westerback |
2007-05-26 | De-common a few variables by moving the definition into a .c file. | Claudio Jeker |
2003-09-02 | fix suser() calls, pr3430 | Ted Unangst |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-07-06 | bzero PCB after allocation | Angelos D. Keromytis |
2001-05-26 | Use MALLOC/FREE to allocate/free PCBs, instead of using MT_PCB | Angelos D. Keromytis |
2001-05-26 | No such thing as MT_PCB (anymore?) -- just use MALLOC/free to allocate | Angelos D. Keromytis |
1997-07-24 | cmd is a u_long | Theo de Raadt |
1997-07-23 | netatalk, based on the 1.4a2 dist from the University of Michigan. | denny |