summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-11Suspend other rthreads before dumping core or execing; make them exitPhilip Guenthe
2011-12-11Make the mta code a bit more straightforward:Eric Faurot
2011-12-11Explain where .so paths are rooted, and why, and discourage its use;Ingo Schwarze
2011-12-11Make ps understand -o cwd using the new KERN_PROC_CWD sysctl. Some helpNicholas Marriott
2011-12-10Bugfixes from kristaps@:Ingo Schwarze
2011-12-10Avoid leaking index records:Ingo Schwarze
2011-12-10Try harder to re-initialize parsing state so nothing accidentallyKenneth R Westerback
2011-12-10Tweak parsing. No need to declare, assign and then ignore the tokenKenneth R Westerback
2011-12-10Fix selection of arch-specific manuals:Ingo Schwarze
2011-12-10Tweak leases file handling.Kenneth R Westerback
2011-12-10mail.c was removed 3 yrs 5 months ago.lum
2011-12-10Use clock_gettime() to get a high precision timestamp, instead ofPhilip Guenthe
2011-12-09zap trailing whitespace, from jmcAlexandre Ratchov
2011-12-09fix usage string: remove -M from aucat and -l from aucat and sndiodAlexandre Ratchov
2011-12-09Change the way the working directory for new processes is discovered. IfNicholas Marriott
2011-12-09Add new KERN_PROC_CWD sysctl to get the current working directory of a process.Nicholas Marriott
2011-12-09syncTheo de Raadt
2011-12-09Handle aucat -> sndiod name change, and enable sndiod by default. MostlyAlexandre Ratchov
2011-12-09mention sndiod rather than aucat when talking about the serverAlexandre Ratchov
2011-12-09add a new sndiod audio/midi daemon and hide aucat server-specificAlexandre Ratchov
2011-12-09s/timout/timeoutStuart Henderson
2011-12-09typo, s/conficts/conflicts/Stuart Henderson
2011-12-09point out one useful difference between show and verbose-showMarc Espie
2011-12-09we need to always schedule another rx ring refill calloutMike Belopuhov
2011-12-09we don't do intel i/oat and don't set up parameters for theMike Belopuhov
2011-12-09explain CONFIG_SITE_LIST purposes.Marc Espie
2011-12-09Improve parsing of preformatted manuals:Ingo Schwarze
2011-12-09In default mode, use realpath(3) on the "dir" argumentsIngo Schwarze
2011-12-09sort output case-insensitively; from kristaps@Ingo Schwarze
2011-12-08Sync to terminfo.src from ncurses-20111203, this adds specific entriesNicholas Marriott
2011-12-08Begin documenting the soup sandwich that is the kernel routing code.Bret Lambert
2011-12-08add timeout to fill rx-ring in case of mbuf shortage while in vr_intr();Markus Friedl
2011-12-08check for NULL ->ifa_addr, found the hard way by yours truly on his phoneTodd T. Fries
2011-12-08rename struct user to struct mta_user to avoid namespace conflict elsewhereTodd T. Fries
2011-12-08with the split of arch-defines, things are now simpler wrt arch constants.Marc Espie
2011-12-08strdup and strndup both use malloc. Make this fact explicit.lum
2011-12-08syncTodd T. Fries
2011-12-08bugfix: make reclaiming of index slots actually work;Ingo Schwarze
2011-12-07Add Nuvoton NCT6776F and while there, sort the list.Marco Pfatschbacher
2011-12-07Add copyright and fix RCS ID.Marco Pfatschbacher
2011-12-07Make sure we only return 1 from the interrupt handler if the interruptMark Kettenis
2011-12-07Avoid kernel crash by removing double clfree() on endpoint closing forMarcus Glocker
2011-12-07fix some harmless and/or unreachable int overflows;Damien Miller
2011-12-07Implement search support for 24 additional macros, extract more informationIngo Schwarze
2011-12-06closing fd 0-2 is indeed bad style and potentially dangerous, as pointedAlexander Hall
2011-12-06Add support for Nuvoton NCT6776F fan, voltage and temperature sensors.Marco Pfatschbacher
2011-12-06Remove needless temporary variable for greater clarity.Bret Lambert
2011-12-06don't duplicate rtfree actions taken by rtrequest1() in rtdeletemsg()Bret Lambert
2011-12-06simplify the somewhat-tangled conditional maze in rt_getifa()Bret Lambert
2011-12-06New fnmatch(3) implementation which is not recursive.Stefan Sperling