Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-11 | Oops, forgot to commit this chunk of pcb_t removal. Spotted by deraadt. | Miod Vallat | |
2003-12-11 | Fix 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-11 | Check DP83815/6 silicon revision register and apply current fixes documented | Chris 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-11 | remove @ that i do not like | Theo de Raadt | |
2003-12-10 | missed in previous commit | Todd C. Miller | |
2003-12-10 | regen after poll(2) change | Todd C. Miller | |
2003-12-10 | Add an nfds_t type as per POSIX and also add pollfd_t like Solaris has. | Todd C. Miller | |
2003-12-10 | for unaligned btlb mapping attempts -- just fail | Michael Shalayeff | |
2003-12-10 | validate set/getsockopt arg more strictly. local privileged user could cause | Jun-ichiro itojun Hagino | |
a kernel panic with previous code. from kame | |||
2003-12-10 | fix NULL/0 mixup | Jun-ichiro itojun Hagino | |
2003-12-10 | dstkva is not a pointer, so comparison with NULL is inappropriate. | Jun-ichiro itojun Hagino | |
2003-12-10 | de-register. deraadt ok | Jun-ichiro itojun Hagino | |
2003-12-10 | correct 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 | use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULL | Jun-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-09 | match a couple more models | Henning Brauer | |
ok deraadt@ | |||
2003-12-09 | sync with FreeBSD | Henning 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-09 | sync | Theo de Raadt | |
2003-12-09 | new moxa puc | Theo de Raadt | |
2003-12-09 | sync | Henning Brauer | |
2003-12-09 | more intel GigE, ok theo | Henning Brauer | |
2003-12-09 | on pci systems bootdevice is specified by the hpa only | Michael Shalayeff | |
and thus just scan the bars for the matching hpa for each pci device | |||
2003-12-09 | missing ar; form Alf Schlichting <leopold-bloom@foni.net> | Michael Shalayeff | |
2003-12-09 | missing arg; from Erick Borsboom <erick@bonzai.space-ei.nl> | Michael Shalayeff | |
2003-12-09 | fix PR 3552 by removing ifdef cruft | Bob Beck | |
ok (and sent earlier by) tedu@ | |||
2003-12-09 | allow for user pci conf | Michael Shalayeff | |
2003-12-08 | remove unneeded uvmfault_unlockmaps; form netbsd via Julien Bordet ↵ | Michael Shalayeff | |
<zejames@greyhats.org>; tedu@ ok | |||
2003-12-08 | Matrix Orbital MX200 Series | Henning Brauer | |
mostly From: nj@obsd.com | |||
2003-12-08 | sync | Henning Brauer | |
2003-12-08 | Matrix Orbital MX200 Series LCD | Henning Brauer | |
2003-12-08 | switch to CIRCLEQ_FOREACH_REVERSE in tcpdropoldhalfopen() and | Markus Friedl | |
avoid dropping youngest TCB; ok henning deraadt | |||
2003-12-08 | ip_output expects network byte order; report Bob Kitella; ok deraadt | Markus Friedl | |
2003-12-08 | move pf_test6() call below loopback (and mapped-ipv4) tests, so rdr -> ::1 | Daniel Hartmeier | |
works without additional route-to lo0, just like for ipv4. ok itojun@, henning@ | |||
2003-12-08 | nfs_reqq is operated at softnet other places and thus softclock is not high ↵ | Michael Shalayeff | |
enough; tedu@ ok | |||
2003-12-08 | add IOCIFGCLONERS; ifconfig -C; from netbsd; ok henning, deraadt | Markus Friedl | |
2003-12-08 | Correct what seems to be a typo: __builtin_va_alist vs __builtin_va_list | Peter Valchev | |
in va_dcl declaration. Fixes lots of varargs-using ports OK mickey | |||
2003-12-08 | Mbuf tag tcp and udp packets which are translated to localhost, and | Ryan Thomas McBride | |
use the the presence of this tag to reverse the match order in in{6}_pcblookup_listen(). Some daemons (such as portmap) do a double bind, binding to both * and localhost in order to differentiate local from non-local connections, and potentially granting more privilege to local ones. This change ensures that redirected connections to localhost do not appear local to such a daemon. Bulk of changes from dhartmei@, some changes markus@ ok dhartmei@ deraadt@ | |||
2003-12-07 | support ifconfig create; ok deraadt | Markus Friedl | |
2003-12-06 | Fix for gcc3 compilation suggested by miod@: use temporary variable | Alexander Yurchenko | |
when dealing with KS_GROUP macro. ok miod@ | |||
2003-12-06 | Mark u_int64_t constants with ULL to make gcc3 happy. | Alexander Yurchenko | |
ok drahn@ | |||
2003-12-06 | u_int8_t variable can't be > 255; pointed out by Mr. GCC3. | Alexander Yurchenko | |
ok millert@ | |||
2003-12-06 | support destroy; ok henning | Markus Friedl | |
2003-12-06 | update the CMU license, submitted by Tze Sing Eugene Ng <eugeneng@cs.cmu.edu>. | Kenjiro Cho | |
the change removes the advertising clause, which was requested by a linux developer. ok deraadt@ | |||
2003-12-05 | consistently treat wi_keylen as le16, fixes wicontrol crash for if_wi | Dale Rahn | |
and if_wi_usb ok millert@ | |||
2003-12-04 | match new ones, ok theo | Henning Brauer | |
2003-12-04 | sync | Henning Brauer | |
2003-12-04 | more em(4)s, IDs from freebsd, ok theo | Henning Brauer | |
2003-12-04 | Typos | Miod Vallat | |
2003-12-04 | creator needs wsemul_sun attribute. | Miod Vallat | |
2003-12-04 | add code to actually enable multicast reception; go-ahead from deraadt@ | Christian Weisgerber | |
2003-12-03 | Pass -Wsign-compare and avoid a potential malloc(0); ok henning@ | Todd C. Miller | |