summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-23sync with pfopt5.in correct comments regarding -N/-RJonathan Gray
2009-09-23More tweaks to try to catchup to recent pf changes.Jonathan Gray
2009-09-23Support -c like sh(1) to execute a command, useful when tmux is a loginNicholas Marriott
2009-09-23minor tweaks for the filter section; ok jacekmJason McIntyre
2009-09-23Plug memleak.Jacek Masiulaniec
2009-09-23On SIGTERM, just abandon any suspended/locked clients and leave them to it,Nicholas Marriott
2009-09-23Don't die if the client is detaching (the tty has been closed) after waking upNicholas Marriott
2009-09-23Remove the internal tmux locking and instead detach each client and run theNicholas Marriott
2009-09-23Trim some code by moving the ioctl(TIOCGWINSZ) after SIGWINCH from the clientNicholas Marriott
2009-09-23Don't attempt to open() the tty path, rely on the client sending its stdin fdNicholas Marriott
2009-09-22Use __builtin_offsetof for offsetof definition on gcc >= 4Jonathan Gray
2009-09-22Add PSU sensor.Mark Kettenis
2009-09-22Be more careful about what flags are cleared when opening the terminal,Nicholas Marriott
2009-09-22Sync the link state check code with others daemons.Michele Marchetto
2009-09-22React putting the interface in state 'down' when dvmrpd detects thatMichele Marchetto
2009-09-22Whitespaces fix.Michele Marchetto
2009-09-22Make the error messages for failures at EHLO more precise byJacek Masiulaniec
2009-09-22Update capability code to follow RFC 5492. Unlike before multipleClaudio Jeker
2009-09-22- move the map stuff to makemap.8Jason McIntyre
2009-09-22Permit multiple prefix keys to be defined, separated by commas, for example:Nicholas Marriott
2009-09-22When at MAIL FROM stage, handle the case when STARTTLS is required but notJacek Masiulaniec
2009-09-22floating/if-bound may be used per-rule; ok henningJason McIntyre
2009-09-22fix handling of certificates to unbreak DSA; allows starttls(8) instructions ...Janne Johansson
2009-09-22tweak previous;Jason McIntyre
2009-09-21Document recnt improvements.Mark Kettenis
2009-09-21Explicitly configure the watchdog timer not to reset the machine when weMark Kettenis
2009-09-21Add support for the built-in watchdog. In the default state the watchdog willMark Kettenis
2009-09-21sync to 1.9.5: lookup hashes are now static tablesIngo Schwarze
2009-09-21sync to 1.9.5: make terminal_*, tree_* and out_* functions return void,Ingo Schwarze
2009-09-21Expand "&" in the name part of gecos similarly to how sendmail and fingerJacek Masiulaniec
2009-09-21sync to 1.9.5: remove TERMP_STYLE bit field in favour of recursion-friendlyIngo Schwarze
2009-09-21lom(4)Mark Kettenis
2009-09-21Add all arm based architectures. ok miod@.Matthieu Herrb
2009-09-21Fix use before init on wu.Marco Peereboom
2009-09-21Properly reference count bpf descriptors when using kqueue.Can Erkin Acar
2009-09-21Use KEYC_NONE constant instead of 0 on init.Nicholas Marriott
2009-09-21Nuke -i option which isn't used anymore.Nicholas Marriott
2009-09-21Use option print function for info messages as well.Nicholas Marriott
2009-09-21Move common code from show-options and show-window-options into a function.Nicholas Marriott
2009-09-21- some tweaks for the global sectionJason McIntyre
2009-09-21merge EXPANSION into DESCRIPTION, since it is really part ofJason McIntyre
2009-09-21zap trailing whitespace;Jason McIntyre
2009-09-21Document a private ioctl range for wscons drivers (from Miod). ThereforeMarcus Glocker
2009-09-21Drop tiny union from option struct.Nicholas Marriott
2009-09-21Key options were implemented as a number so these struct members are unused.Nicholas Marriott
2009-09-20Update the hostname stored in the LOM based on the hostname set in the kernel.Mark Kettenis
2009-09-20Back out via nano temperature sensor changes.Jonathan Gray
2009-09-20Add fan sensors.Mark Kettenis
2009-09-20if_new() would treat the new interface as a virtual link if the ifnameStefan Sperling
2009-09-20In kif_update(), the ifname array could be used uninitialised if theStefan Sperling