summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-12-09syncHenning Brauer
2003-12-09more intel GigE, ok theoHenning Brauer
2003-12-09on pci systems bootdevice is specified by the hpa onlyMichael Shalayeff
2003-12-09missing ar; form Alf Schlichting <leopold-bloom@foni.net>Michael Shalayeff
2003-12-09missing arg; from Erick Borsboom <erick@bonzai.space-ei.nl>Michael Shalayeff
2003-12-09fix PR 3552 by removing ifdef cruftBob Beck
2003-12-09allow for user pci confMichael Shalayeff
2003-12-08remove unneeded uvmfault_unlockmaps; form netbsd via Julien Bordet <zejames@g...Michael Shalayeff
2003-12-08Matrix Orbital MX200 SeriesHenning Brauer
2003-12-08syncHenning Brauer
2003-12-08Matrix Orbital MX200 Series LCDHenning Brauer
2003-12-08switch to CIRCLEQ_FOREACH_REVERSE in tcpdropoldhalfopen() andMarkus Friedl
2003-12-08ip_output expects network byte order; report Bob Kitella; ok deraadtMarkus Friedl
2003-12-08move pf_test6() call below loopback (and mapped-ipv4) tests, so rdr -> ::1Daniel Hartmeier
2003-12-08nfs_reqq is operated at softnet other places and thus softclock is not high e...Michael Shalayeff
2003-12-08add IOCIFGCLONERS; ifconfig -C; from netbsd; ok henning, deraadtMarkus Friedl
2003-12-08Correct what seems to be a typo: __builtin_va_alist vs __builtin_va_listPeter Valchev
2003-12-08Mbuf tag tcp and udp packets which are translated to localhost, andRyan Thomas McBride
2003-12-07support ifconfig create; ok deraadtMarkus Friedl
2003-12-06Fix for gcc3 compilation suggested by miod@: use temporary variableAlexander Yurchenko
2003-12-06Mark u_int64_t constants with ULL to make gcc3 happy.Alexander Yurchenko
2003-12-06u_int8_t variable can't be > 255; pointed out by Mr. GCC3.Alexander Yurchenko
2003-12-06support destroy; ok henningMarkus Friedl
2003-12-06update the CMU license, submitted by Tze Sing Eugene Ng <eugeneng@cs.cmu.edu>.Kenjiro Cho
2003-12-05consistently treat wi_keylen as le16, fixes wicontrol crash for if_wiDale Rahn
2003-12-04match new ones, ok theoHenning Brauer
2003-12-04syncHenning Brauer
2003-12-04more em(4)s, IDs from freebsd, ok theoHenning Brauer
2003-12-04TyposMiod Vallat
2003-12-04creator needs wsemul_sun attribute.Miod Vallat
2003-12-04add code to actually enable multicast reception; go-ahead from deraadt@Christian Weisgerber
2003-12-03Pass -Wsign-compare and avoid a potential malloc(0); ok henning@Todd C. Miller
2003-12-03add support for ifconfig clone; ok henning deraadtMarkus Friedl
2003-12-03add support for ifconfig clone/destroy; ok henning deraadtMarkus Friedl
2003-12-03add support for ifconfig clone/destroy; ok henning deraadtMarkus Friedl
2003-12-03add support for ifconfig clone/destroy; ok henning deraadtMarkus Friedl
2003-12-03support for network interface "cloning", e.g. gif(4) via ifconfig(8)Markus Friedl
2003-12-03add dmesg command; ok deraadt, mcbride, henning and moreMarkus Friedl
2003-12-03protect against if_index wrap; similar to what netbsd does; ok henning deraadtMarkus Friedl
2003-12-03my USB_PRODUCT_SHUTTLE_EUSB needs PQUIRK_NOSENSE; ok henningMarkus Friedl
2003-12-02KNF, ok deraadt/henningMarkus Friedl
2003-12-02UDP encapsulation for ESP in transport mode (draft-ietf-ipsec-udp-encaps-XX.txt)Markus Friedl
2003-12-02add kq support from wayne@epipe.com.au and cmaxwell@themanor.net (now that re...Michael Shalayeff
2003-12-02Count from now, not from the epoch, to arm alarm.Thomas Nordin
2003-12-02do not deref null ptr in uvm_markbad() returned from swapdrum_getsdp() as oth...Michael Shalayeff
2003-12-02Check array index before using it; from Tim Robbins via Niels.Todd C. Miller
2003-12-01when allocating kpdes -- allocate no less than fourMichael Shalayeff
2003-12-01same leds on b132 and b160; from Hans-Joerg.Hoexer@yerbouti.franken.deMichael Shalayeff
2003-11-29typos from Michael Coulter;Jason McIntyre
2003-11-28More pf stats fixups:Ryan Thomas McBride