summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-31rlog: add -E and -S options to configure revision separators, toJoshua Stein
2016-08-31Remove unnecessary 'error' assignmentTom Cosgrove
2016-08-31Remove the 'client' global and make it per-ifp.Martin Pieuchot
2016-08-31remove ym, wss, and sea driversTed Unangst
2016-08-31remove some ISA drivers for devices not recently seen in the wild.Ted Unangst
2016-08-31replace obsolete getpass with readpassphrase.Ted Unangst
2016-08-31new: Joe Ossanna 1928-1977Ingo Schwarze
2016-08-31In pmap_activate instead of doing disable_interrupts/enable_interruptsJonathan Gray
2016-08-31Fix a bug reported by Han Boetes. Easily reproducible via:Mark Lumsden
2016-08-31We don't need any VMS access tricks.Theo de Raadt
2016-08-31regenJeremie Courreges-Anglas
2016-08-31Estonian keymapJeremie Courreges-Anglas
2016-08-31Use 'sc_route{4,6}' directly instead of casting them to 'struct route *'.Martin Pieuchot
2016-08-31Add a bunch of regress test to verify the RTM_CHANGE behaviour of mpathClaudio Jeker
2016-08-31Document what the various test here do. With mpi@Claudio Jeker
2016-08-31allow overriding the subaddressing delimiter with subaddressing-delimiterGilles Chehade
2016-08-31nicer format strings and use dprintf instead of writeTed Unangst
2016-08-31Fix some very unnecessary convoultion.Bob Beck
2016-08-31close an opened fd before returning from mainJonathan Gray
2016-08-31When iterating over the list of input files close them whenJonathan Gray
2016-08-31fix fd leaks in error pathsJonathan Gray
2016-08-31use tab.Antoine Jacoutot
2016-08-31G/C rt_defmask4.Martin Pieuchot
2016-08-31Do not flush RTF_CLONED children when adding a new route.Martin Pieuchot
2016-08-31Drop gif(4) support, etherip(4) is what you want now.Martin Pieuchot
2016-08-31regenFlorian Obser
2016-08-31update to 4.1.11Florian Obser
2016-08-31Delete unused ioctls and associated macros. Move macros that are stillAlexandre Ratchov
2016-08-31Style, and clarify some out of date commentsMike Larkin
2016-08-31Fix a bogus comment: "factors of" -> "coprime to". Replace theTheo Buehler
2016-08-30pool_setiplDavid Gwynne
2016-08-30pool_setiplDavid Gwynne
2010-01-15NSD v3.2.4Jakob Schlyter
2016-08-30pool_setiplDavid Gwynne
2016-08-30Test handling of invalid pointers in the pages table.Ingo Schwarze
2016-08-30When the database is corrupt in the sense of containing invalidIngo Schwarze
2016-08-30less confusing warning message about negative offsetsIngo Schwarze
2016-08-30when configuring the daemon, assign values to the structure being conf-ed,Gilles Chehade
2016-08-30Use MaxMode to terminate the mode iteration. Actually the old wayYASUOKA Masahiko
2016-08-30Enable raspos24 for efifb. This makes qemu with UEFI start working.YASUOKA Masahiko
2016-08-30Revert "Implement VFS read clustering for MSDOSFS"Stefan Fritsch
2016-08-30Use struct stat for storing attributes in fusebufs, because using structMartin Natano
2016-08-30remove ifdef for all the features we have.Ted Unangst
2016-08-30Use a constant format string and output the variable part with %sPhilip Guenther
2016-08-30Use O_CLOEXEC when opening fds local to a functionPhilip Guenther
2016-08-30Add OPTION_ARG_TIME for parsing a (64 bit if needed) time_tTheo de Raadt
2016-08-30Kill (remove) the ps_pid from privsep struct since it is not being usedRafael Zalamena
2016-08-30summary() is no longer called from a signal handler, so it can useTheo de Raadt
2016-08-30Fix fd leak on error. OK jsg@Todd C. Miller
2016-08-30Avoid calling summary() from a signal handler. This will allow usTodd C. Miller