summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-11- now that we fdopen() message file descriptor, do not forget to fclose()Gilles Chehade
2008-11-11remove the SIGNALS sections, describe signals in DESCRIPTIONAlexandre Ratchov
2008-11-11expose a volume knob in the sndio API: add sio_setvol(3) andAlexandre Ratchov
2008-11-11expose the volume knob in server mode tooAlexandre Ratchov
2008-11-11Fix prototype for drm_addmap(), okay oga@.Pedro Martelletto
2008-11-11for ^T support, grab all the information from the process before goingTheo de Raadt
2008-11-11Use rfc2409 conform notification message when client identities areHans-Joerg Hoexer
2008-11-11termninate non-server aucat when it's idle rather that usingAlexandre Ratchov
2008-11-11when not in server mode, aucat terminates automatically usingAlexandre Ratchov
2008-11-11Spacing.Marcus Glocker
2008-11-11allocate job only when it's needed.Marc Espie
2008-11-11escape minus signs;Jason McIntyre
2008-11-11for sshd -T print 'permitopen any' vs. 'permitopen' for case of noKevin Steves
2008-11-11USE_AFS not referenced so remove #ifdef. fixes sshd -T not printingKevin Steves
2008-11-11some small improvements. ok gillesTed Unangst
2008-11-11slightly optimized the ptrace stat allocation to only happen when needed.Ted Unangst
2008-11-11make sure that any messing we do with a process's directories happens atomica...Ted Unangst
2008-11-11- queue process no longer schedules messages which do not have flagGilles Chehade
2008-11-11remove the use of O_EXLOCK, when open()ing a file, and use flock() instead.Charles Longeau
2008-11-11Replace some 4 space knf spacing with install space paranoia tabs, savingKenneth R Westerback
2008-11-10add a per-stream ``soft volume'' knob and the corresponding -v option.Alexandre Ratchov
2008-11-10- open the message file earlier after a successful MAIL command instead ofGilles Chehade
2008-11-10- define MAX_LINE_SIZE which is the maximum length of a line we allow fromGilles Chehade
2008-11-10rename h_errno field into getaddrinfo_error, to avoid confusion with errno.Charles Longeau
2008-11-10fix store_write_header() prototype.Charles Longeau
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