summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-10typo: be -> by in commentOwain Ainsworth
2008-11-10Clear ifindex2ifnet[] in if_detach() this is needed because link localClaudio Jeker
2008-11-10clean namespace a fair bit; wrap kernel-use-only structures and gunk inTheo de Raadt
2008-11-10fix some situations where it was impossible to buy a hotel,Stuart Henderson
2008-11-10delete operation not needed; from naddyTheo de Raadt
2008-11-10#if 0 a function which we have we do not use, and where the call to it is in ...Theo de Raadt
2008-11-10Fix the bits to enable bus mastering mode on some newer chips. FromOwain Ainsworth
2008-11-10spaces fixed while reading codeTheo de Raadt
2008-11-10If a bind() spuriously fails (as appears to happen once in a blue moon dueTheo de Raadt
2008-11-10Make writeback work on after a suspend. From Dave Airlie via drm git.Owain Ainsworth
2008-11-10Use the correct sizeof for the _ca.Artur Grabowski
2008-11-10- remove last occurences of the atomic api in store.c, smtpd no longer usesGilles Chehade
2008-11-10remove unused variable 'error' from two functions; llvm/clang; ok dlgConstantine A. Murenin
2008-11-10Remove 17 unused vars from uvideo_softc.Marcus Glocker
2008-11-10One more replacement; 2 -> UVIDEO_SH_MIN_LENMarcus Glocker
2008-11-10Fix typo in comment, okay jmc@.Pedro Martelletto
2008-11-10missing staticMarc Espie
2008-11-10adjust comment to reflect reality (CompatRunCommand is gone)Marc Espie
2008-11-10don't assign ifp to ifp; llvm/clang; ok jsgConstantine A. Murenin
2008-11-10remove some dead code and fix a comment; llvm/clang; ok jsgConstantine A. Murenin
2008-11-10Add eMPIA Technology 2761 (ASUS EeePC 701 Notebooks) chipset whichMarcus Glocker
2008-11-10uninitialised value caused some lmenv(4) fans to never appear sometimes;Constantine A. Murenin
2008-11-10vm_map_lock() around calls to uvm_map_findspace(); ok teduTheo de Raadt
2008-11-10last character in line is at len - 1. ok gillesTed Unangst
2008-11-10insertion sort is faster than bubble sort. ok gillesTed Unangst
2008-11-10- simplify the passing of ssl cert/key during ssl configuration,Gilles Chehade
2008-11-10same vmspace song and dance as in kern_sysctl.c 1.167; ok kurtTheo de Raadt
2008-11-10- in queue, do not use the atomic api when dealing with real filesGilles Chehade
2008-11-10- plug a descriptor leak when session is aborted by a server error insteadGilles Chehade
2008-11-10- move '=>' into the lex loop, requested by and with help from deraadt@Gilles Chehade
2008-11-10PuTTY supports AES CTR modes, so interop test against them tooDamien Miller
2008-11-10- in queue_load_submissions(), if queue_message_from_id() fails for someGilles Chehade
2008-11-10- snprintf() can return -1, make sure every call is checked properlyGilles Chehade
2008-11-10- recognize '=>' as one token instead of trying to match '=' and '>'. thisGilles Chehade
2008-11-10- make READ_BUF_SIZE a power of 2Gilles Chehade
2008-11-09the extra kget() macro just befuddles the things we need to replace with a sy...Theo de Raadt
2008-11-09protect against .orig files resulting from a patch.Marc Espie
2008-11-09correct device name.Owain Ainsworth
2008-11-09Don't attach to the agp bridges on amd64 machines. They have a differentOwain Ainsworth
2008-11-09Make own struct for the stream header instead saving the data in singleMarcus Glocker
2008-11-09Add BULK xfer support.Marcus Glocker
2008-11-09typos; ok ratchov@ jmc@Christian Weisgerber
2008-11-09workaround lack of struct proc. this whole mess must be cleaned out.Theo de Raadt
2008-11-09make aucat(1) stop automatically the audio(1) device if it's idle. ThisAlexandre Ratchov
2008-11-09add missing header needed by getpagesize().Charles Longeau
2008-11-09if the device is not started, make sio_pollfd() pass 0 events bitmapAlexandre Ratchov
2008-11-09Rework that way that agp attaches.Owain Ainsworth
2008-11-09Introduce bpf_mtap_ether(), which for the benefit of bpf listenersChristian Weisgerber
2008-11-09typo fixed (overriden -> overridden)Tobias Stoeckmann
2008-11-09sio_revents() should return 0 poll events if the device isn't startedAlexandre Ratchov