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