summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-12-12nforce chip doesn't have cable check bit; noticed by hugh@ a longAlexander Yurchenko
time ago.
2003-12-12small compiler warning cleanup (#error instead of bailing out)Hans-Joerg Hoexer
ok henning@ grange@
2003-12-12initialze -> initializes; from Eric Borsboom;Jason McIntyre
2003-12-12Update, mostly from FreeBSD:Otto Moerbeek
o Realloc cleanup. o Some long vs int cleanup. o Implement the Posix defined 0 as -o field value, meaning the join field. o Allow both -a 1 and -a1, and warn if the backward compatibility "-a without a number" is used. ok millert@ deraadt@
2003-12-12sync with <sys/mbuf.h>, as pointed out by Dragos Ruiu;Jason McIntyre
ok deraadt@ itojun@
2003-12-12missing parameter to printf; erick@bonzai.space-ei.nlTheo de Raadt
2003-12-12niels kindly dropped clause 3/4 from the license. tnx!Jun-ichiro itojun Hagino
2003-12-12term 3 cleanup, ok from brezakTheo de Raadt
2003-12-12we can skip arc4random() call here. markusJun-ichiro itojun Hagino
2003-12-12previous commit included bad hunk. sorryJun-ichiro itojun Hagino
2003-12-12Remove unused and incorrect generic interface ioctl defines SIOCSIFGENERICRyan Thomas McBride
and SIOCGIFGENERIC. ok mickey@
2003-12-12reomve some junkTheo de Raadt
2003-12-12no need to call arc4random() if we don't skip numbers in ip_randomid().Jun-ichiro itojun Hagino
from markus
2003-12-11Add -p1003.1-03 for POSIX 1003.1 2003 EditionTodd C. Miller
2003-12-11regen now that [gs]etpriority(2) take id_t, not int.Todd C. Miller
2003-12-11Add id_t type as per POSIX and use it for [gs]etpriority(2).Todd C. Miller
OK henning@ and deraadt@
2003-12-11POSIX says rlim_t should be unsigned so make it u_quad_t. Also addTodd C. Miller
POSIX-mandated RLIM_SAVED_MAX and RLIM_SAVED_CUR defines. On OpenBSD these are identical to RLIM_INFINITY as allowed by POSIX. OK deraadt@
2003-12-11Sync usage() with SYNOPSIS in grep(1).Ryan Thomas McBride
ok deraadt@ jmc@
2003-12-11Document use of [pattern] without -e, give example of -v with multipleRyan Thomas McBride
patterns. ok deraadt@ jmc@
2003-12-11Oops, forgot to commit this chunk of pcb_t removal. Spotted by deraadt.Miod Vallat
2003-12-11NOMAN building works, fix NOMAN installation.Marc Espie
Noticed by jmc@
2003-12-11Fix PR3587 and other related problems with NAT and table stats.Cedric Berger
PPL that have that problem and cannot upgrade to -current could just comment out the assertion in pfr_update_stats(). ok dhartmei@ henning@
2003-12-11Check DP83815/6 silicon revision register and apply current fixes documentedChris Cappuccio
in National Semiconductor's datasheets and linux driver, depending on the revision. This fixes the short cable issues more reliably than the fix from rev 1.31 (no long cable issue created), and also fixes lockups on some chips under load. From Poul-Henning Kamp / FreeBSD
2003-12-11remove @ that i do not likeTheo de Raadt
2003-12-11do not whine about .Theo de Raadt
2003-12-10missed in previous commitTodd C. Miller
2003-12-10regen after poll(2) changeTodd C. Miller
2003-12-10Add an nfds_t type as per POSIX and also add pollfd_t like Solaris has.Todd C. Miller
2003-12-10spacingTheo de Raadt
2003-12-10Ignore PSALL if NOMAN is set; noticed by jmc@Todd C. Miller
2003-12-10for unaligned btlb mapping attempts -- just failMichael Shalayeff
2003-12-10yppoll.cTheo de Raadt
2003-12-10oopsTheo de Raadt
2003-12-10stamp files and directories.Marc Espie
okay sturm@
2003-12-10Flag unresolved package names as errors.Marc Espie
Help resolution by stripping away .tgz.
2003-12-10Replace Adding/Deleting with "Pretending to add/delete" in -n mode.Marc Espie
Pick up DISPLAY from staging area, so that it gets found even if -n.
2003-12-10validate set/getsockopt arg more strictly. local privileged user could causeJun-ichiro itojun Hagino
a kernel panic with previous code. from kame
2003-12-10fix NULL/0 mixupJun-ichiro itojun Hagino
2003-12-10dstkva is not a pointer, so comparison with NULL is inappropriate.Jun-ichiro itojun Hagino
2003-12-10de-register. deraadt okJun-ichiro itojun Hagino
2003-12-10correct non-repetitive ID code, based on comments from niels provos.Jun-ichiro itojun Hagino
- seed2 is necessary, but use it as "seed2 + x" not "seed2 ^ x". - skipping number is not needed, so disable it for 16bit generator (makes the repetition period to 30000)
2003-12-10- fix a few exit cases that would exit with no logBob Beck
- add username to added ruleset names when possible - add much needed example to man page showing how to use NAT with tagging to track NATed authpfed connections. ok henning@ dhartmei@, man page cleanup by jmc@
2003-12-10use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULLJun-ichiro itojun Hagino
to check if interface exists, as (1) if_index will have different meaning (2) ifindex2ifnet could become NULL when interface gets destroyed, when we introduce dynamically-created interfaces. markus ok
2003-12-10snc list of supported controllers with realityHenning Brauer
2003-12-09Clear exit code when ssh -N is terminated with a SIGTERM. ok markus@Darren Tucker
2003-12-09match a couple more modelsHenning Brauer
ok deraadt@
2003-12-09sync with FreeBSDHenning Brauer
allow for support of several newer chips that apparently are all sold as PROO/1000 and PRO/1000MT tested by naddy@ and ho@ ok deraadt@
2003-12-09syncTheo de Raadt
2003-12-09new moxa pucTheo de Raadt
2003-12-09syncTheo de Raadt