summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-13Use a different dispatcher for the NMI traps on 88110, these are tooMiod Vallat
2009-02-13Release the secondary processor initialization interlock a bit later,Miod Vallat
2009-02-13Allow IPIs on the secondary processors later in the bootstrap process, whenMiod Vallat
2009-02-13When switching processes, do not reenable interrupts until pmap_activate()Miod Vallat
2009-02-13Provide a specific delay() routine using separate timers for the two cpusMiod Vallat
2009-02-13Make delay() a per-board function pointer.Miod Vallat
2009-02-13missing braces; ok marcoStuart Henderson
2009-02-13be more sane in handling the given repository pathJoris Vink
2009-02-13style and typos fixes from Thomas PfaffAlexandre Ratchov
2009-02-13Make "boot -d" work on amd64 MP.Andreas Gunnarsson
2009-02-13Make stats output more sysctl-like by killing spaces around '='; ok gilles@Jacek Masiulaniec
2009-02-13argv space does not need to be trashed during parsingTheo de Raadt
2009-02-13Ensure ss is never dereferenced when NULL. Can't happen with current code,Jacek Masiulaniec
2009-02-13use nitems(); dunnoseriously@gmailTheo de Raadt
2009-02-13syncTheo de Raadt
2009-02-13some devices; Mikko TolmunenTheo de Raadt
2009-02-13When faking scsi commands never copy more than xs->datalen bytes.Alexander Yurchenko
2009-02-13decribe 'F' better and mention flags are debugging aids; ok tedu@ jmc@Otto Moerbeek
2009-02-13Change ifconfig wpaakms default setting to `psk' instead of `psk,802.1x'.Damien Bergamini
2009-02-13nobody is for NFS, and nobody should *&^#@$ use it for anything elseTheo de Raadt
2009-02-13check for enc !=NULL in packet_start_discardMarkus Friedl
2009-02-12Change microcode loaded messages to debug, this was printedJonathan Gray
2009-02-12BPP routines for ``intelligent'' Motorola MVME boards. Currently not usedMiod Vallat
2009-02-12Add a pm_statistics struct to all pmap, and keep track of residentMiod Vallat
2009-02-12Keep track of resident pages in pm_stats, and use this to implement a realMiod Vallat
2009-02-12Make vertex_free() correctly free LSAs in per-interface LSA trees.Stefan Sperling
2009-02-12Fix typo; wClockFrequency -> dwClockFrequency.Marcus Glocker
2009-02-12don't access undocumented register 0x82 for <= MAC06, since newerMartynas Venckus
2009-02-12kill trailing whitespace;Jason McIntyre
2009-02-12document RemoteForward usage with 0 listen portDamien Miller
2009-02-12consistency: Dq => QlDamien Miller
2009-02-12document -R0:... usageDamien Miller
2009-02-12some paranoia: check that the serialised key is really KEY_RSA beforeDamien Miller
2009-02-12tighten check for -R0:... forwarding: only allow dynamic allocation ifDamien Miller
2009-02-12support remote port forwarding with a zero listen port (-R0:...) toDamien Miller
2009-02-12revert pf.c r1.629 (which moved to this file) which was causingStuart Henderson
2009-02-12-v logs debug adjtime calls also; ok henning@Kevin Steves
2009-02-11Because IPv6 fucked up and created a badly sized struct sockaddr_in6 we needClaudio Jeker
2009-02-11sync text to previous a little;Jason McIntyre
2009-02-11consistent .Nd;Jason McIntyre
2009-02-11tweak previous;Jason McIntyre
2009-02-11Avoid level going negative on deep (i mean really deep) dirs. ReportedOtto Moerbeek
2009-02-11Prettier fake scsi inquiry ascii strings.Alexander Yurchenko
2009-02-11Remove uvm_km_alloc_poolpage1 as it serves no particular purposeMike Belopuhov
2009-02-11- add a missing breakKevin Lo
2009-02-11fix gcc bug that broke double -> unsigned long conversions on sparc64Martynas Venckus
2009-02-11Add a few missing byteorder conversion calls, tho I don't reallyAlexander Yurchenko
2009-02-11Mention bio(4) support.Alexander Yurchenko
2009-02-11move prototypes that are really in ntp.c; ok henning@Kevin Steves
2009-02-10Use proper BAR on newer mfi raid cards.Marco Peereboom