summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-13Don't trust the environment if issetugid()Philip Guenthe
2012-03-12more cleanup of the bad style of closing fd 0-2Alexander Hall
2012-03-12Add -P/-F flags to break-pane too, from George Nachman.Nicholas Marriott
2012-03-12Erm, use EL in a way that actually works...Nicholas Marriott
2012-03-12Use EL to clear to end of line if possible.Nicholas Marriott
2012-03-11Always remember last cursor position when moving up or down, not justNicholas Marriott
2012-03-11syncMiod Vallat
2012-03-11typo reported by Ville Valkonen <weezelding at gmail dot com> on tech@Ingo Schwarze
2012-03-11The Dell PERC H310 uses the skinny variant PCI id so it should work.Jonathan Gray
2012-03-11add PCI ids for HP Smart Array P220i/P222/P420/P420i/P421/P721m/P822Jonathan Gray
2012-03-11regenJonathan Gray
2012-03-11HP Smart Array P220i/P222/P420/P420i/P421/P721m/P822Jonathan Gray
2012-03-10Account for sched_noidle and document the scheduler variables.Christiano F. Haesbaert
2012-03-10Add libXt documentation directory. spotted by naddy@Matthieu Herrb
2012-03-10Seems the _REG method is optional, so only run it if it is present.Mark Kettenis
2012-03-10AML integers are supposed to be 64-bit unsigned, but huge parts of our codeMark Kettenis
2012-03-10New dir for libXext doc.Matthieu Herrb
2012-03-10- fix a mistake in the list headerJason McIntyre
2012-03-10Try to document the new settings of net.inet.tcp.rfc3390.Claudio Jeker
2012-03-10Increase TCP's initial window to 10 * MSS or 14600 bytes as proposed inClaudio Jeker
2012-03-10ypbind likes a ypserv to talk to, and ypldap pretends to be ypserv.David Gwynne
2012-03-10Give sigwait priority over ptrace to avoid panicPhilip Guenthe
2012-03-10Add PS_EXITING to better differentiate between the process exiting andPhilip Guenthe
2012-03-10ldap doesnt necessarily do referential checks on the users in aDavid Gwynne
2012-03-09Remove some bits leftover from unused backoff code.Nicholas Marriott
2012-03-09Add a missing call to window_set_name, from George Nachman.Nicholas Marriott
2012-03-09set onrdomain and prio when creating pf rules, found by Gabriel Linder.Sebastian Benoit
2012-03-09Major bump, since struct vm_map and vm_map_entry changed size and layout.Ariane van der Steldt
2012-03-09Userspace counterpart of new vmmap.Ariane van der Steldt
2012-03-09New vmmap implementation.Ariane van der Steldt
2012-03-09Use a lock file and flock() to serialize server start, avoids problemsNicholas Marriott
2012-03-09- remove a redundant note about tftpd; ok dlgJason McIntyre
2012-03-08syncMiod Vallat
2012-03-08Oops, forgot the manpage bits for my last commit, from brad.Bryan Steele
2012-03-08fix format strings for size_tMarc Espie
2012-03-08allow editline in -d mode; from AIDA ShinraOtto Moerbeek
2012-03-08let length(0.000) conform to what gnu bc does; from AIDA ShinraOtto Moerbeek
2012-03-08-pedantic wasnt supposed to be commited.David Gwynne
2012-03-07- remove some map_find() calls that are no longer needed, they are followedGilles Chehade
2012-03-07- db.h not needed here, already removed by chl@ but I fscked up previousGilles Chehade
2012-03-07various reliability fixes:Gilles Chehade
2012-03-07dont mix code and declarations.David Gwynne
2012-03-07another questionable hang.Federico G. Schwindt
2012-03-07Add AMD Hudson-2 support, thanks to Jorg Willekens for testing.Bryan Steele
2012-03-07reisters -> registersMiod Vallat
2012-03-06Avoid warning from gcc in TAILQ usage example.Christiano F. Haesbaert
2012-03-06update to 1.0.13Robert Nagy
2012-03-06tweak previous;Jason McIntyre
2012-03-06oops. correct diff this timeMike Belopuhov
2012-03-06catch up with "on rdomain" changes; ok claudioMike Belopuhov