Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3). | charnier | 2004-07-26 | 1 | -5/+6 |
| | | | | | Use warnx() instead of warn() when error message is not of any interest. Add prototypes. | ||||
* | Widen struct sockbuf's sb_timeo member to int from short. With | jdp | 2002-07-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | non-default but reasonable values of hz this member overflowed, breaking NFS over UDP. Also, as long as I'm plowing up struct sockbuf ... Change certain members from u_long/long to u_int/int in order to reduce wasted space on 64-bit machines. This change was requested by Andrew Gallatin. Netstat and systat need to be rebuilt. I am incrementing __FreeBSD_version in case any ports need to change. | ||||
* | remove K&R support | assar | 2001-06-15 | 1 | -5/+3 |
| | |||||
* | revert removal of warning and K&R support | assar | 2001-06-15 | 1 | -2/+4 |
| | | | | Requested by: bde | ||||
* | remove most of the warnings | assar | 2001-06-15 | 1 | -4/+2 |
| | |||||
* | Use macro API to <sys/queue.h> | phk | 2000-12-30 | 1 | -1/+1 |
| | | | | | Submitted by: "Jason" <jsmethers@pdq.net> Reviewed by: phk | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Fix off-by-one error. | fenner | 1999-02-16 | 1 | -2/+2 |
| | |||||
* | Make netstat work again. | phk | 1998-08-08 | 1 | -1/+2 |
| | |||||
* | Fixed printf format errors. | bde | 1998-07-06 | 1 | -2/+2 |
| | |||||
* | Fix rev. 1.7: get offsetof from the correct header file. | wollman | 1998-05-16 | 1 | -2/+2 |
| | |||||
* | Fix broken sun_len usage: it is not sun_path length but bigger | ache | 1998-05-16 | 1 | -2/+5 |
| | |||||
* | mbuf, inet, and unix modules no longer read kvm. | wollman | 1998-05-15 | 1 | -50/+72 |
| | |||||
* | While I'm in here, fix address printing for `netstat -f unix' which has been | wollman | 1997-08-25 | 1 | -12/+8 |
| | | | | broken for a couple of weeks now... | ||||
* | Remove prog, unused variables. | charnier | 1997-07-29 | 1 | -0/+4 |
| | | | | Cosmetic in usage string. | ||||
* | Code cleanup: remove unused variables, use correct *printf format | alex | 1996-06-02 | 1 | -5/+5 |
| | | | | | | specifiers (some unsigned values were printed as signed, some longs were printed as ints), and place parentheses around assignments in if statements. | ||||
* | Move #include of queue.h before #include of socketvar.h in preparation for | dg | 1996-03-11 | 1 | -0/+1 |
| | | | | struct socket changes. | ||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 1 | -0/+134 |