summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-04-21no need to check for 0, it copes, spotted by beckTheo de Raadt
2005-04-21correct idion for snprintf failure handling; ok cloderTheo de Raadt
2005-04-21unused variable n; ok cloderTheo de Raadt
2005-04-21correct idiom for snprintf failure handling; ok beckTheo de Raadt
2005-04-20Make vlan(4) aware of its physical interface link state.Marco Pfatschbacher
2005-04-20Introduce if_linkstatehooks.Marco Pfatschbacher
2005-04-20fix commentBrad Smith
2005-04-20add mbuf tag for the data link typeReyk Floeter
2005-04-20send raw 802.11 frames with bpf(4) using the IEEE802_11 orReyk Floeter
2005-04-20the linktype (DLT) should always be of type u_int.Reyk Floeter
2005-04-20Enable ural(4), appears to work fine.Jonathan Gray
2005-04-20support 11b and 11a mode on the ar5211. "pure" 11g mode is not yetReyk Floeter
2005-04-20OopsMiod Vallat
2005-04-20er, maybe notTheo de Raadt
2005-04-20Files forgotten during initial commit.Miod Vallat
2005-04-20SiS 180/181/182 SATA support using generic sata_chip_map().Jonathan Gray
2005-04-20enter zboot for all architecturesTheo de Raadt
2005-04-20Replace VIA SATA chip map routine with generic sata_chip_map().Jonathan Gray
2005-04-20SiS 760 support from a tech@ mail from peter.galbavy at knowtion.netJonathan Gray
2005-04-20SiS 661 support tested on a Gigabyte 8S661FXMP-RZ board.Jonathan Gray
2005-04-20regenJonathan Gray
2005-04-20A bunch of PCI/SATA SIS devices.Jonathan Gray
2005-04-20knfTheo de Raadt
2005-04-19describe the zaurus boot(8) program; review/suggestions by jmc@Uwe Stuehler
2005-04-19Same vm_machdep.c on solbourne.Miod Vallat
2005-04-19newline after attach; ok deraadt@Damien Miller
2005-04-19As a late birthday present, a preliminary port to the Solbourne IDT systemsMiod Vallat
2005-04-19fix commentMichael Shalayeff
2005-04-19use pool for struct vndbug; tested by many and pedro@ okMichael Shalayeff
2005-04-19nothing uses spllowersoftclock() anymoreMichael Shalayeff
2005-04-19Do not bother looking for symbols if either esym is zero or the computedMiod Vallat
2005-04-19Nuke DB_NO_AOUT, and have platforms with a.out symbols explicitely provideMiod Vallat
2005-04-19No more a.out symbols support in ddb.Miod Vallat
2005-04-19CLKF_BASEPRI we do not have no more; noticed by miodMichael Shalayeff
2005-04-19fix for isochronous pipes:Damien Bergamini
2005-04-19be more cautious when processing CMV interrupts.Damien Bergamini
2005-04-18beautify the code by renaming HAL functions with capitalized words (iReyk Floeter
2005-04-18oops. uvm_page_physload() has different semantics for start and end...Michael Shalayeff
2005-04-18do not do some of the initmsgbuf()s jobMichael Shalayeff
2005-04-18If the parent interface is not IFF_RUNNING, do not call its start function.Brad Smith
2005-04-18revert a change in the previous commit to appease henning@ for the timeBrad Smith
2005-04-18- check for ETHERMIN with SIOCSIFMTU ioctl caseBrad Smith
2005-04-17- In vlan_input()/vlan_input_tag(), always mask off all but the VLIDBrad Smith
2005-04-17Intermediate cast of strio_offs -> uio_offset should be u_long not longTodd C. Miller
2005-04-17Generate SIGTRAP instead of SIGILL for breakpoint instructions.Mark Kettenis
2005-04-17Fix typosTom Cosgrove
2005-04-17Fix typoTom Cosgrove
2005-04-17Typo in panic stringTom Cosgrove
2005-04-17Do not use KERNBASE when VM_MIN_KERNEL_ADDRESS or VM_MAXUSER_ADDRESS areMiod Vallat
2005-04-17- Speedup CMP_PTE_USER_*4M by commenting out its first instruction, whichMiod Vallat