Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-21 | add wireless drivers which need firmware; if someone upgrades the firmware | Theo de Raadt | |
may in fact be there already, so it is OK from espie | |||
2008-03-21 | Do not attach vgafb if not the console device, since the PROM will not have | Miod Vallat | |
initialized the device in this case. | |||
2008-03-21 | regen | Miod Vallat | |
2008-03-21 | Add option WSKBD_NO_INTL_LAYOUTS to prevent inclusion of international | Miod Vallat | |
keyboard layouts, instead of having SMALL_KERNEL imply this on alpha. No functional change. ok deraadt@ | |||
2008-03-21 | Make ulimit able to get and set multiple limits in a single invocation | Todd C. Miller | |
like bash and zsh do. Requested by espie@, OK deraadt@ | |||
2008-03-21 | Reset startrow when opening multiple files. Spotted by matthieu@ | Pierre-Yves Ritschard | |
ok, kjell@, matthieu@ | |||
2008-03-21 | better handling of chunked encoding, further fixes after extensive testing | Reyk Floeter | |
2008-03-21 | Some additional changes to deal with the ICH8 and ICH9 chipsets. | Brad Smith | |
Some bits from FreeBSD Tested by Mike Belopuhov <mkb at crypt dot org dot ru>, Henry Precheur <henry at precheur dot org>, Alexander Hall <alexander at beard dot se>, Matthew L. Shobe <mshobe at gmail dot com> | |||
2008-03-20 | VLAN tag info must be inserted into all descriptors of a multi-descriptor | Brad Smith | |
packet transmission. From NetBSD Fixes PR 5655. Tested by Panagiotis Efstratiou <slasher at ee dot auth dot gr>, brad@ and sthen@ | |||
2008-03-20 | An overoptimization in r1.15 introduced an evil race, back it out. For some | Miod Vallat | |
reason this would have been blatant on sparc on motorola, one more proof mips is the ante${DEITY} yet fun to live with. | |||
2008-03-20 | we now have a higher count of kernel threads on many machines, so crank | Theo de Raadt | |
the base amount in NPROC to 30; ok miod | |||
2008-03-20 | handle the case that the Content-Length HTTP header may be 0 | Reyk Floeter | |
2008-03-20 | Introduce GET_CPUINFO_VA(), GET_CPCB() and GET_CURPROC() macros to get | Mark Kettenis | |
some important members of 'struct cpuinfo'. Preparation for sun4v. | |||
2008-03-20 | regen | Brad Smith | |
2008-03-20 | Add some NVIDIA MCP7B PCI IDs. | Brad Smith | |
From Peer Chen @ NVIDIA via LKML. ok sthen@ | |||
2008-03-20 | add the Silan vendor ID and some product IDs. | Brad Smith | |
From DragonFly ok sthen@ | |||
2008-03-20 | Add the PLX 8524 24 lane PCIe switch. | Brad Smith | |
ok sthen@ | |||
2008-03-20 | Rearrange some VIA entries so they're in numerical order by PCI id. | Brad Smith | |
ok sthen@ | |||
2008-03-20 | Fix whitespace. | Mark Kettenis | |
2008-03-20 | Adapt maximum MTU permitted on pppoe(4) interfaces to the MTU of the | Brad Smith | |
connected Ethernet/VLAN interface. From NetBSD Tested by brad@ sthen@ ok canacar@ | |||
2008-03-20 | let maxusers go much higher | Theo de Raadt | |
2008-03-20 | Add single line descriptions for the -B and -c flags. | Todd C. Miller | |
2008-03-20 | tweak previous; | Jason McIntyre | |
2008-03-20 | Update usage in help file. | Todd C. Miller | |
2008-03-20 | Remove a bug that I fixed. | Todd C. Miller | |
2008-03-20 | add SHARED_ONLY to help "make plist" in ports | Stuart Henderson | |
ok millert | |||
2008-03-20 | Make the bog code generic enough to handle arbitrary NxN grids and | Todd C. Miller | |
add cubes for 5x5 mode based on Boggle Deluxe (aka Big Boggle) as well as support for the "challenge cube" shipped with some versions of Boggle. Also Dynamically allocate record keeping structures so we can deal with large word lists and add a --More-- prompt for when there are too many wwords found by the computer to fit on the terminal. OK deraadt@ | |||
2008-03-20 | Fix HISTORY. OK reyk@ | Todd C. Miller | |
2008-03-20 | Bring isa/fd.c into line with sparc/sparc64 fd code and prepare all | Kenneth R Westerback | |
for the addition of missing disklabel related ioctl's. ok deraadt@ | |||
2008-03-19 | enable fins(4) | Theo de Raadt | |
2008-03-19 | Establish per-cpu locked mappings for `struct cpuinfo' through the PROM as | Mark Kettenis | |
well. | |||
2008-03-19 | add probe for Andigilog aSC7611; discussed with deraadt | Constantine A. Murenin | |
2008-03-19 | Use PROM calls to enter locked kernel text and data mappings into the TLB. | Mark Kettenis | |
Gets rid of a big chunk of nasty asm code and makes us boot on the e10k with multi-systemboard domains. | |||
2008-03-19 | Add prom_itlb_load() and prom_dtlb_load(). | Mark Kettenis | |
2008-03-19 | CMSG_LEN and CMSG_SPACE are not neccessarily the same size. So if you | Theo de Raadt | |
are going to allocate/free a block of memory for the message contents, you have to calculate and track the sizes seperately. This change is just like all the other CMSG changes... | |||
2008-03-19 | sync | Theo de Raadt | |
2008-03-19 | Driver for Fintek F71805F LPC sensor based on lm78 driver code; | Theo de Raadt | |
written by Geoff Steckel | |||
2008-03-19 | demonstrate "include" in the bnf; weerd@weirdnet.nl | Theo de Raadt | |
2008-03-19 | Get rid of a useless variable. | Matthias Kilian | |
ok millert@ ray@ | |||
2008-03-19 | Make sure we pass the right argument to isp_wdog() when setting timeouts. | Mark Kettenis | |
ok deraadt@ | |||
2008-03-19 | remove superfluous backslashes and semicolons | Igor Sobrado | |
ok deraadt@ | |||
2008-03-19 | document "netboot" interface group; | Jason McIntyre | |
based on a diff originally from bsd openbsd rutgers edu | |||
2008-03-19 | label all interfaces we netboot from in group "netboot", in a MI fashion | Theo de Raadt | |
ok miod | |||
2008-03-19 | bcmp(3) tries to return length, which is a size_t, as an int. | Ray Lai | |
Instead, just return 1 if there is a difference. Found by lint. OK millert. | |||
2008-03-18 | Fix mention of authpf_users table (s/authpf users/authpf_users/). | Michael Erdely | |
ok jmc@, mcbride@ | |||
2008-03-18 | Don't use ph after the m_pulldown() calls because the mbuf chain could be | Claudio Jeker | |
modified. Better save than sorry. OK canacar@ | |||
2008-03-18 | Don't use MBUFLOCK() for ifqueue protection use the correct splnet() dance | Claudio Jeker | |
instead. OK canacar@ | |||
2008-03-18 | Make -I work correctly. RTM_NEWADDR needs to filter the ifname as well. | Claudio Jeker | |
Found by and tested jmc@ | |||
2008-03-18 | Get rid of some dead wood. | Mark Kettenis | |
2008-03-18 | correct CMSG_SPACE and CMSG_LEN handling as done in other places. These | Theo de Raadt | |
are the complicated cases where multiple messages are sent. discussed with kettenis, hshoexer, and rtsol tested by jmc - thanks |