Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-21 | no need to check for 0, it copes, spotted by beck | Theo de Raadt | |
2005-04-21 | correct idion for snprintf failure handling; ok cloder | Theo de Raadt | |
2005-04-21 | unused variable n; ok cloder | Theo de Raadt | |
2005-04-21 | correct idiom for snprintf failure handling; ok beck | Theo de Raadt | |
2005-04-20 | Make vlan(4) aware of its physical interface link state. | Marco Pfatschbacher | |
Changes are reported to userland and to other interfaces sitting on top of us. OK henning@, camield@ Tested by camield@ and Alexey E. Suslikov | |||
2005-04-20 | Introduce if_linkstatehooks. | Marco Pfatschbacher | |
This converts if_link_state_change() to a generic usable callback with dohooks(). OK henning@, camield@ Tested by camield@ and Alexey E. Suslikov | |||
2005-04-20 | fix comment | Brad Smith | |
2005-04-20 | add mbuf tag for the data link type | Reyk Floeter | |
ok canacar@ damien@ | |||
2005-04-20 | send raw 802.11 frames with bpf(4) using the IEEE802_11 or | Reyk Floeter | |
IEEE802_11_RADIO data link types. ok canacar@ damien@ | |||
2005-04-20 | the linktype (DLT) should always be of type u_int. | Reyk Floeter | |
fine deraadt@ | |||
2005-04-20 | Enable ural(4), appears to work fine. | Jonathan Gray | |
2005-04-20 | support 11b and 11a mode on the ar5211. "pure" 11g mode is not yet | Reyk Floeter | |
tested but should work as well. thanks for the hardware donation! | |||
2005-04-20 | Oops | Miod Vallat | |
2005-04-20 | er, maybe not | Theo de Raadt | |
2005-04-20 | Files forgotten during initial commit. | Miod Vallat | |
2005-04-20 | SiS 180/181/182 SATA support using generic sata_chip_map(). | Jonathan Gray | |
Hints from NetBSD and FreeBSD. ok grange@ | |||
2005-04-20 | enter zboot for all architectures | Theo de Raadt | |
2005-04-20 | Replace VIA SATA chip map routine with generic sata_chip_map(). | Jonathan Gray | |
ok grange@ | |||
2005-04-20 | SiS 760 support from a tech@ mail from peter.galbavy at knowtion.net | Jonathan Gray | |
ok grange@ | |||
2005-04-20 | SiS 661 support tested on a Gigabyte 8S661FXMP-RZ board. | Jonathan Gray | |
ok grange@ | |||
2005-04-20 | regen | Jonathan Gray | |
2005-04-20 | A bunch of PCI/SATA SIS devices. | Jonathan Gray | |
2005-04-20 | knf | Theo de Raadt | |
2005-04-19 | describe the zaurus boot(8) program; review/suggestions by jmc@ | Uwe Stuehler | |
2005-04-19 | Same vm_machdep.c on solbourne. | Miod Vallat | |
2005-04-19 | newline after attach; ok deraadt@ | Damien Miller | |
2005-04-19 | As a late birthday present, a preliminary port to the Solbourne IDT systems | Miod Vallat | |
(S3000, S4000 and S4000DX). Currently limited to diskless and serial console, and userland has issues. Things will get better in the near future. | |||
2005-04-19 | fix comment | Michael Shalayeff | |
2005-04-19 | use pool for struct vndbug; tested by many and pedro@ ok | Michael Shalayeff | |
2005-04-19 | nothing uses spllowersoftclock() anymore | Michael Shalayeff | |
2005-04-19 | Do not bother looking for symbols if either esym is zero or the computed | Miod Vallat | |
symbol table length is zero. | |||
2005-04-19 | Nuke DB_NO_AOUT, and have platforms with a.out symbols explicitely provide | Miod Vallat | |
DB_AOUT_SYMBOLS. | |||
2005-04-19 | No more a.out symbols support in ddb. | Miod Vallat | |
2005-04-19 | CLKF_BASEPRI we do not have no more; noticed by miod | Michael Shalayeff | |
2005-04-19 | fix for isochronous pipes: | Damien Bergamini | |
xfer's busy_free status can be XFER_ONQU when uhci_device_isoc_done() is called. this happens when the xfer is queued in the driver supplied callback function that is called before uhci_device_isoc_done(). ok dlg@ | |||
2005-04-19 | be more cautious when processing CMV interrupts. | Damien Bergamini | |
drop every CMV reply that is not a CR or CW ack. | |||
2005-04-18 | beautify the code by renaming HAL functions with capitalized words (i | Reyk Floeter | |
always wanted to do that). this breaks HAL compatibility but porting should be easy, have a look at athvar.h. no functional changes. | |||
2005-04-18 | oops. uvm_page_physload() has different semantics for start and end... | Michael Shalayeff | |
2005-04-18 | do not do some of the initmsgbuf()s job | Michael Shalayeff | |
2005-04-18 | If the parent interface is not IFF_RUNNING, do not call its start function. | Brad Smith | |
This prevent a variety of fun panics. From NetBSD | |||
2005-04-18 | revert a change in the previous commit to appease henning@ for the time | Brad Smith | |
being.. - Set the interface speed back to zero after ether_ifattach(). RFC 2863 says: "For a sub-layer which has no concept of bandwidth, [ifSpeed] should be zero." | |||
2005-04-18 | - check for ETHERMIN with SIOCSIFMTU ioctl case | Brad Smith | |
- don't need to trim off anything but the VLID bits in the driver anymore | |||
2005-04-17 | - In vlan_input()/vlan_input_tag(), always mask off all but the VLID | Brad Smith | |
bits from tags extracted from received frames. (Some drivers may already do this masking internally, but doing it here doesn't hurt and insures consistency.) - In vlan_ioctl(), don't let the user set a VLAN ID value with anything besides the VLID bits set, otherwise we will have trouble matching an interface in vlan_input() later. - Set the interface speed back to zero after ether_ifattach(). RFC 2863 says: "For a sub-layer which has no concept of bandwidth, [ifSpeed] should be zero." - Do not call if_down() on a parent interface if it's already down. From FreeBSD Tested by camield@ and Alexey E. Suslikov <cruel at texnika dot com dot ua> ok camield@ | |||
2005-04-17 | Intermediate cast of strio_offs -> uio_offset should be u_long not long | Todd C. Miller | |
since otherwise a very high kernel address would be stored as a negative offset. From NetBSD (christos). | |||
2005-04-17 | Generate SIGTRAP instead of SIGILL for breakpoint instructions. | Mark Kettenis | |
Disable some debug code in the process. ok miod@ | |||
2005-04-17 | Fix typos | Tom Cosgrove | |
ok krw@ | |||
2005-04-17 | Fix typo | Tom Cosgrove | |
ok krw@ | |||
2005-04-17 | Typo in panic string | Tom Cosgrove | |
ok krw@ | |||
2005-04-17 | Do not use KERNBASE when VM_MIN_KERNEL_ADDRESS or VM_MAXUSER_ADDRESS are | Miod Vallat | |
implied; this currently does not change anything (yet). Also, define the I/O space range in <machine/vmparam.h> rather than in <sparc/sparc/vaddrs.h>. ok deraadt@ mickey@ | |||
2005-04-17 | - Speedup CMP_PTE_USER_*4M by commenting out its first instruction, which | Miod Vallat | |
turns to be a no-op. - Check for nwindows < 8 for SUN4C kernels as well. From NetBSD. |