Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-20 | Enable the Gig master mode status display. | Brad Smith | |
2008-10-19 | Re-add support for RX VLAN tag stripping. | Brad Smith | |
2008-10-19 | Re-add support for RX VLAN tag stripping. | Brad Smith | |
2008-10-19 | Shuffle MULTIPROCESSOR ifdef's around to allow code that deals with | Brad Smith | |
the CPU roles to compile on !MULTIPROCESSOR kernels and make the top part of cpu_attach() which deals with processor setup depending on the CPU role look much closer to the equivalent code for amd64. ok kettenis@ | |||
2008-10-19 | Re-add support TX VLAN tag insertion and RX VLAN tag stripping. | Brad Smith | |
Tested by naddy@ | |||
2008-10-19 | The optional table counters added a field to the verbose | Marco Pfatschbacher | |
table output. Adopt. | |||
2008-10-19 | vmstat(8) now reports "InUse" instead of "Releases". | Marco Pfatschbacher | |
Adopt for ktable/kentry usage/leakage tests. Also run vmstat verbose, to avoid matching failures if the pools haven't been used yet. | |||
2008-10-19 | chuck berry was born in st. louis, not san jose, apparently; | Jason McIntyre | |
from comet--berkeley, freebsd pr 128215; | |||
2008-10-19 | document fts_open error handling; from Tim van der Molen | Jason McIntyre | |
ok millert | |||
2008-10-19 | Do the DNS resolution before the chroot and disable LDAP referrals for now. | aschrijver | |
2008-10-19 | Document that strptime doesn't set the dst flag. | Todd C. Miller | |
Based on a diff from Mark Bucc. OK jmc@ | |||
2008-10-19 | Re-add support for RX VLAN tag stripping. | Brad Smith | |
Tested by naddy@ | |||
2008-10-19 | over-rule -> overrule; from Thomas Pfaff | Jason McIntyre | |
2008-10-19 | some minor cleanup, including a fix from Thomas Pfaff (mention | Jason McIntyre | |
mixerctl.conf in mixerctl(1)); | |||
2008-10-19 | Finally S/PDIF support and make the chipset listing look a little nicer. | Brad Smith | |
2008-10-19 | Add a BUGS section to mention the status of S/PDIF support. | Brad Smith | |
2008-10-19 | Mention the specific southbridges that are supported. | Brad Smith | |
2008-10-19 | Mention that the auich(4) driver is an AC'97 audio device and that the | Brad Smith | |
other chipsets supported by auich(4) are ICH compatible. ok jakob@ | |||
2008-10-18 | Add ICH10. | Brad Smith | |
2008-10-18 | Prevent the user to assign reserved labels to mpe(4) interfaces. | Michele Marchetto | |
OK claudio@ | |||
2008-10-18 | Revert the change to use pools for <= PAGE_SIZE allocations. It | Mark Kettenis | |
changes the pressure on the uvm system, uncovering several bugs. Some of those bugs result in provable deadlocks. We'll have to reconsider integrating this diff again after fixing those bugs. ok art@ | |||
2008-10-17 | reorder mbuf flags so they are in numerical order again. brad@ concurs | Claudio Jeker | |
2008-10-17 | init bufdata to NULL for when compiled without KVM support | Theo de Raadt | |
2008-10-17 | correct and clarify VisualHostKey; ok jmc@ | Kevin Steves | |
2008-10-17 | Remove clauses 3 and 4 from NetBSD license. | Okan Demirmen | |
from ray; ok ray, deraadt | |||
2008-10-17 | findeol() fix from pfctl | Henning Brauer | |
2008-10-17 | bring in findeol() fix from pfctl | Henning Brauer | |
2008-10-17 | Handle pool allocation failures slightly better. ok kettenis@ | Dale Rahn | |
2008-10-17 | bring in the findeol() fix from pfctl. list of affected parsers by sthen | Henning Brauer | |
2008-10-17 | in findeol(), do not skip the pushback buffer. fixes PR 5952 by sthen@ and | Henning Brauer | |
should make the pushback buffer really transparent. diagnosis by me, fix with mpf, some input deraadt, ok mpf | |||
2008-10-17 | Permit tail -f to follow multiple files, useful when you want to monitor | Landry Breuil | |
several logfiles in a single terminal. split forward() and move the corresponding -rewritten- code to follow(). Closes PR 5092. ok millert@ gilles@ sobrado@ | |||
2008-10-17 | Fix permissions on the DRM_I915_HWS_ADDR ioctl, should be master only. | Owain Ainsworth | |
Pointed out by Olaf Kirch, this has been in snaps for two weeks, no problems. ok millert@, deraadt@ | |||
2008-10-17 | adjust asm to be pic compatible. okay kettenis@ | Kurt Miller | |
2008-10-16 | - resume http transfers [-C], if local file does not exist | Martynas Venckus | |
- resume ftp transfers [-C, reget, mget], if local file does not exist ok theo | |||
2008-10-16 | two globals not needed in NOZ mode | Theo de Raadt | |
2008-10-16 | use O_CREAT in -C mode too, for in case it is not there the first time | Theo de Raadt | |
from frantisek holop, ok millert | |||
2008-10-16 | Fix ovious uninitialized variable. | Tobias Weingartner | |
Ok deraadt@ | |||
2008-10-16 | Switch the existing TX VLAN hardware support over to having the | Christian Weisgerber | |
tag in the header. Convert TX tagging in the drivers. Help and ok brad@ | |||
2008-10-16 | Add S/PDIF support. From NetBSD. | Jacob Meuser | |
Clean up a little while here. from Alexey Suslikov, thanks tested by several as part of a larger diff, thanks also | |||
2008-10-16 | Convert RX tag stripping to storing the tag in the mbuf header and | Christian Weisgerber | |
enable RX tag stripping for re(4). ok brad@ | |||
2008-10-16 | * Allow ether_input() and vlan_input() to handle incoming packets | Christian Weisgerber | |
where the tag is stored in the mbuf header. * Make bridge(4) handle interfaces with and without hardware tag support and forward packets inbetween. Help and ok claudio@ | |||
2008-10-16 | make -a the default when no other options besides the required | Jacob Meuser | |
-f are used input from and ok sthen@, jmc@, deraadt@ | |||
2008-10-16 | Kill M_HASFCS, it is not used in OpenBSD. If a ethernet chip returns the | Claudio Jeker | |
checksum in the packet it should be trimmed away by the driver and not by driver independent code. OK brad@ | |||
2008-10-16 | Move memory allocation closer to where it is needed. Also make | Todd C. Miller | |
a distinction between len and size. OK deraadt@ | |||
2008-10-16 | sub-system -> subsystem, for consistency withour other pages; | Jason McIntyre | |
2008-10-16 | sync with previous, which made -a optional: update synopsis/usage() | Jason McIntyre | |
2008-10-16 | Drop promiscuously received packets if the vlan interface is not in | Christian Weisgerber | |
promiscuous mode itself. Closes PR 5012. With claudio@. ok claudio@, henning@ | |||
2008-10-16 | Add support for IEEE "slow protocols" LACP, MARKER as per 802.3ad. | Marco Pfatschbacher | |
Code from tcpdump.org with cleanup and shrinkage by me. Help and ideas for extra sanity checks from canacar@ OK canacar@ | |||
2008-10-16 | Make the session id unique per receiving interface so that pppoe | Can Erkin Acar | |
interfaces attached to different networks can use the same session id. reported by gm_sjo <saqmaster at gmail dot com> | |||
2008-10-16 | Don't hide the fact that NFS uses vop_generic_* functions behind | Bret Lambert | |
#define's in nfs_var.h ok thib@ |