summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-03-21add wireless drivers which need firmware; if someone upgrades the firmwareTheo de Raadt
2008-03-21Do not attach vgafb if not the console device, since the PROM will not haveMiod Vallat
2008-03-21regenMiod Vallat
2008-03-21Add option WSKBD_NO_INTL_LAYOUTS to prevent inclusion of internationalMiod Vallat
2008-03-21Make ulimit able to get and set multiple limits in a single invocationTodd C. Miller
2008-03-21Reset startrow when opening multiple files. Spotted by matthieu@Pierre-Yves Ritschard
2008-03-21better handling of chunked encoding, further fixes after extensive testingReyk Floeter
2008-03-21Some additional changes to deal with the ICH8 and ICH9 chipsets.Brad Smith
2008-03-20VLAN tag info must be inserted into all descriptors of a multi-descriptorBrad Smith
2008-03-20An overoptimization in r1.15 introduced an evil race, back it out. For someMiod Vallat
2008-03-20we now have a higher count of kernel threads on many machines, so crankTheo de Raadt
2008-03-20handle the case that the Content-Length HTTP header may be 0Reyk Floeter
2008-03-20Introduce GET_CPUINFO_VA(), GET_CPCB() and GET_CURPROC() macros to getMark Kettenis
2008-03-20regenBrad Smith
2008-03-20Add some NVIDIA MCP7B PCI IDs.Brad Smith
2008-03-20add the Silan vendor ID and some product IDs.Brad Smith
2008-03-20Add the PLX 8524 24 lane PCIe switch.Brad Smith
2008-03-20Rearrange some VIA entries so they're in numerical order by PCI id.Brad Smith
2008-03-20Fix whitespace.Mark Kettenis
2008-03-20Adapt maximum MTU permitted on pppoe(4) interfaces to the MTU of theBrad Smith
2008-03-20let maxusers go much higherTheo de Raadt
2008-03-20Add single line descriptions for the -B and -c flags.Todd C. Miller
2008-03-20tweak previous;Jason McIntyre
2008-03-20Update usage in help file.Todd C. Miller
2008-03-20Remove a bug that I fixed.Todd C. Miller
2008-03-20add SHARED_ONLY to help "make plist" in portsStuart Henderson
2008-03-20Make the bog code generic enough to handle arbitrary NxN grids andTodd C. Miller
2008-03-20Fix HISTORY. OK reyk@Todd C. Miller
2008-03-20Bring isa/fd.c into line with sparc/sparc64 fd code and prepare allKenneth R Westerback
2008-03-19enable fins(4)Theo de Raadt
2008-03-19Establish per-cpu locked mappings for `struct cpuinfo' through the PROM asMark Kettenis
2008-03-19add probe for Andigilog aSC7611; discussed with deraadtConstantine A. Murenin
2008-03-19Use PROM calls to enter locked kernel text and data mappings into the TLB.Mark Kettenis
2008-03-19Add prom_itlb_load() and prom_dtlb_load().Mark Kettenis
2008-03-19CMSG_LEN and CMSG_SPACE are not neccessarily the same size. So if youTheo de Raadt
2008-03-19syncTheo de Raadt
2008-03-19Driver for Fintek F71805F LPC sensor based on lm78 driver code;Theo de Raadt
2008-03-19demonstrate "include" in the bnf; weerd@weirdnet.nlTheo de Raadt
2008-03-19Get rid of a useless variable.Matthias Kilian
2008-03-19Make sure we pass the right argument to isp_wdog() when setting timeouts.Mark Kettenis
2008-03-19remove superfluous backslashes and semicolonsIgor Sobrado
2008-03-19document "netboot" interface group;Jason McIntyre
2008-03-19label all interfaces we netboot from in group "netboot", in a MI fashionTheo de Raadt
2008-03-19bcmp(3) tries to return length, which is a size_t, as an int.Ray Lai
2008-03-18Fix mention of authpf_users table (s/authpf users/authpf_users/).Michael Erdely
2008-03-18Don't use ph after the m_pulldown() calls because the mbuf chain could beClaudio Jeker
2008-03-18Don't use MBUFLOCK() for ifqueue protection use the correct splnet() danceClaudio Jeker
2008-03-18Make -I work correctly. RTM_NEWADDR needs to filter the ifname as well.Claudio Jeker
2008-03-18Get rid of some dead wood.Mark Kettenis
2008-03-18correct CMSG_SPACE and CMSG_LEN handling as done in other places. TheseTheo de Raadt