Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-15 | do not check malloc return value against NULL, as M_WAITOK is used | Charles Longeau | |
ok krw@ miod@ (some months ago) | |||
2009-02-15 | change M_WAITOK --> M_WAITOK | M_CANFAIL | Charles Longeau | |
with help from miod@ ok miod@ oga@ | |||
2009-02-15 | Set the limit of the GDT table to its size - 1. | Mike Belopuhov | |
Reported by and diff from Remco <remco at d-compu.dyndns.org>, thanks! Checked with kettenis@. ok kettenis | |||
2009-02-15 | sync | Theo de Raadt | |
2009-02-15 | Mention how to setup the cards base address. | Miod Vallat | |
2009-02-15 | Build install media with disktab.shadow already in /tmp, rather | Kenneth R Westerback | |
than have the install script copy it there. Shrinks install script, removes an extra copy of disktab. ok deraadt@ | |||
2009-02-15 | Properly send a request sense command if the command status asks for it. | Miod Vallat | |
2009-02-15 | add a little more width to the list; | Jason McIntyre | |
2009-02-15 | exmaple -> example; | Jason McIntyre | |
2009-02-15 | Sun's usage of the "banner-name" property is just too inconsistent to give | Mark Kettenis | |
us a chance to parse it and generate strings for hw.product and hw.vendor. Use the "name" property instead. This should give us a better chance of booting on UltraSPARC T2+ systems. ok deraadt@ | |||
2009-02-15 | copystr(), copyinstr() and copyoutstr() should all return ENAMETOOLONG if | Joel Sing | |
string length exceeds maxlength. ok miod@ | |||
2009-02-15 | kill local vars that are used only once; ok gilles@ | Jacek Masiulaniec | |
2009-02-15 | add our temporary RCS file to our temp_files worklist in case | Joris Vink | |
for some reason we get interrupted before calling rename(). we hate leaving behind temporary files. | |||
2009-02-15 | Add an ENAMETOOLONG test case for copyinstr(), inspired by sthen@'s code. | Joel Sing | |
ok sthen@ miod@ | |||
2009-02-15 | Mention MVME327A | Miod Vallat | |
2009-02-15 | If MX query fails due to DNS error, do not attempt more queries; ok gilles@ | Jacek Masiulaniec | |
2009-02-15 | bump version to match next release | Joris Vink | |
2009-02-15 | support rlog -d | Joris Vink | |
prodded & tested by sthen@ | |||
2009-02-15 | New config.c that allows for process cloning. Done by pyr@ for | Jacek Masiulaniec | |
relayd at n2k9, and adapted to smtpd; ok gilles@ | |||
2009-02-15 | Fix a bug where list of 6 MXs or more was not handled correctly. | Jacek Masiulaniec | |
Pointed out by & ok sthen@, ok gilles@. | |||
2009-02-15 | attach the Intel WiFi Link 100 and 6000 Series (though no firmware | Damien Bergamini | |
is available yet.) branch the ampdu_{tx,rx}_{start,stop} callbacks too. remove code that is only needed for evaluation/test boards. | |||
2009-02-15 | make "ifconfig if0 chan" list the channels supported by the device. | Damien Bergamini | |
add "ifconfig if0 scan" to scan for access points or to list known stations in Host AP mode. remove the [-]wmm command while i'm here. QoS is mandatory with 802.11n so there's not much point into making it an option. fix parsing of the "powersave" command too. discussed with deraadt@ man page hints from jmc@ display hints from sobrado@ "i like it" cnst@, grange@ | |||
2009-02-15 | Add cvs tag | Marco Peereboom | |
2009-02-15 | Add sleep plumbing code for amd64 making it the sameish as i386. Committing | Marco Peereboom | |
per mlarkin request. Code from mlarkin, mptramp code from kurt Lots of comments weingart, art & others Tested in snaps for weeks ok kurt, marco | |||
2009-02-15 | regen | Jonathan Gray | |
2009-02-15 | Radeon HD 3100/3300 and Intel X58 ids. | Jonathan Gray | |
2009-02-15 | avoid possibly using an uninitialized variable. | Jacob Meuser | |
problem found by chl@, fix tested by jasper@. | |||
2009-02-14 | this was not even test compiled without VLAN support | Theo de Raadt | |
2009-02-14 | remove dead assignments and newly created unused variables. | Charles Longeau | |
Found by LLVM/Clang Static Analyzer. ok fgsch@ krw@ | |||
2009-02-14 | Make spstrcpy() return ENAMETOOLONG if the string being copied is too long. | Mark Kettenis | |
ok miod@ | |||
2009-02-14 | Limit the amount of physical memory to 2GB. Using more causes memory | Mark Kettenis | |
corruption on PA-RISC 2.0 systems (and there are very few PA-RISC 1.1 systems that support more than 2GB). ok miod@ | |||
2009-02-14 | mention SDHC; ok jsg | Theo de Raadt | |
2009-02-14 | Fix logic error in copyinstr() when deciding whether to return EFAULT | Miod Vallat | |
or ENAMETOOLONG. | |||
2009-02-14 | Implement makemap -t and -o, for output type and dest resp.; ok gilles@ | Jacek Masiulaniec | |
2009-02-14 | Manpage for vsbic(4) | Miod Vallat | |
2009-02-14 | Initialize time_t now as necessary, fixes delivery rescheduling; ok gilles@ | Jacek Masiulaniec | |
2009-02-14 | Sync device lists with GENERIC. | Miod Vallat | |
2009-02-14 | Add vsbic(4), a drive for the MVME327A SCSI and floppy controller, only for | Miod Vallat | |
the SCSI part so far. | |||
2009-02-14 | Fix a few defines. | Miod Vallat | |
2009-02-14 | ftpd(8) allows users to connect when listed in /etc/ftpchroot too; | Igor Sobrado | |
this change has been suggested by form@ as a part of a larger issue we are looking at right now. grammatical review by jmc@ ok millert@ | |||
2009-02-14 | document increased default snaplen; pointed out by dhill | Stuart Henderson | |
2009-02-14 | enable Attansic L1 Ethernet (age/atphy) | Kevin Lo | |
ok deraadt@ | |||
2009-02-14 | Don't call cpu_setup() twice on non-MULTIPROCESSOR kernels. Fixes problems | Mark Kettenis | |
with longrun on the Transmeta Crusoe. tested by ian@, grange@ ok hshoexer@, weingart@ | |||
2009-02-14 | increase the default snaplen to 116, allows capture of pflog+ipv6+tcp | Stuart Henderson | |
without knobs. ok djm, deraadt. | |||
2009-02-14 | mention that eow and no-more-sessions extensions are sent only to | Damien Miller | |
OpenSSH peers | |||
2009-02-14 | Don't copy the 'full' installed protocols(5) or services(5) to the | Kenneth R Westerback | |
ramdisk environment during an upgrade. They are large and potentially modified beyond usefulness. The minimal ones on the install media are sufficient. ok ian@ guenther@ deraadt@ | |||
2009-02-14 | Display envelope status & flags in "show queue"; ok gilles@ | Jacek Masiulaniec | |
2009-02-13 | Fix a crash in lka caused by wrong assumption that we would never | Jacek Masiulaniec | |
exceed MXARRAYSIZE * 2 addresses. Commited on behalf of gilles@ who hasn't got access to a safe box at the moment. | |||
2009-02-13 | kill whitespace at eol; | Jason McIntyre | |
2009-02-13 | Use a different dispatcher for the NMI traps on 88110, these are too | Miod Vallat | |
different from regular hardware interrupts to be worth handling the same way. Disable IPI reception while we are handling pending IPIs. And do not reenable them by mistake if we need to send an IPI in return. This lets GENERIC.MP boot single user on a MVME197DP. There are still many bugs to fix. |