summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-12Let this work with C99 compilers that do not define __GNUC__Jonathan Gray
2009-08-12Non-equivalent writable aliases (aka illegal aliases) are bad. Since PA-RISCMark Kettenis
2009-08-12Mark sensor as invalid if the i2c transaction to read its value fails.Mark Kettenis
2009-08-12ix currently relies on a gcc extension that removes a commaJonathan Gray
2009-08-12Namecache revamp.Bob Beck
2009-08-12Backing store for ega and vga virtual console is not allocated until theMiod Vallat
2009-08-12dlg deferred calling interfaces' if_start routine so we call them less,Henning Brauer
2009-08-12lisa(4) manual pageConstantine A. Murenin
2009-08-12New lisa(4) driver for ST LIS331DL accelerometer in HP 2133 Mini-Note PC; ok...Constantine A. Murenin
2009-08-12if we get dangerously low on clusters during interrupts, we needDavid Gwynne
2009-08-12always mark an xs complete if we're about to return COMPLETE to theDavid Gwynne
2009-08-12though shalt complete the xs (ie, call scsi_done with it) before returningDavid Gwynne
2009-08-12Apple is hopelessly inconsistent with their firmware, so some machines haveMark Kettenis
2009-08-12Fix unwanted rejects by parsing (and ignoring) AUTH=<...> MAILJacek Masiulaniec
2009-08-12Since SENSORS_WATTS now is in muW, say so in the comment.Mark Kettenis
2009-08-12change some defaults inside amd itself, so that the rc scripts no longerTheo de Raadt
2009-08-12Add support for the "Slots Power" sensor on the PowerMac9,1.Mark Kettenis
2009-08-12Add support for SENSOR_WATTS.Mark Kettenis
2009-08-12fix unused widgets to contain the actual ids; ok jakemsr@Martynas Venckus
2009-08-12A tty context must not be modified as it may be reused to update multipleNicholas Marriott
2009-08-12When started as the shell, __progname contains a leading -, so hardcode "tmux"Nicholas Marriott
2009-08-12sort options;Jason McIntyre
2009-08-12imsg closes the fd after sending, so dup() STDIN_FILENO before passing it toNicholas Marriott
2009-08-12don't confuse chars with strings; ok oga@Martynas Venckus
2009-08-12support most of scp(1)'s commandline arguments in sftp(1), as a firstDamien Miller
2009-08-11don't take chip revision as a pointer to the string; swap it with xnameMartynas Venckus
2009-08-11kill the old 3.3.1 -> 3.3.2 format converterMartynas Venckus
2009-08-11Initialise log_fd to -1, prevents spurious disconnection of the client when itNicholas Marriott
2009-08-11Have the client pass its stdin fd to the server when identifying itself andNicholas Marriott
2009-08-11brad and jsg point out that this device does not do ibss either;Jason McIntyre
2009-08-11Update documentation for x11/xfce4 module.Landry Breuil
2009-08-11Add a TTY_OPENED flag and tidy a little.Nicholas Marriott
2009-08-11urtw does not do hostap, so remove the hostap example;Jason McIntyre
2009-08-11More exact matching for Sunix 40XX 4 and 8 port units so that we can fixTheo de Raadt
2009-08-11Drop the no_stop argument to tty_close and tty_free in favour of a flag in theNicholas Marriott
2009-08-11Do not bother initializing bufpages in the md code if the computation isMiod Vallat
2009-08-11With the SysV memory allocation changes, allocsys() doesn't do anythingMiod Vallat
2009-08-11The PowerMac9,1 has 4 sensors on its smu(4), so increase the maximum number.Mark Kettenis
2009-08-11uvm_scheduler() sounds important, but ``while(1) tsleep()'' is kinda lameBret Lambert
2009-08-11Switch tmux to use imsg. This is the last major change to make theNicholas Marriott
2009-08-11fix some stupidity in x86 bus_space_map.Owain Ainsworth
2009-08-11tiny knf and use curproc directly instead of a setting up a local procThordur I. Bjornsson
2009-08-11call reset_flags in bounce_session failure code path.Jacek Masiulaniec
2009-08-11do not repeat flag resetting code, introduce reset_flags().Jacek Masiulaniec
2009-08-11Add flags for 1+2 and 2 arguments to the generic target code, use it forNicholas Marriott
2009-08-11Recent alignment fixes seem to make bwi(4) work at leastKenneth R Westerback
2009-08-11optimise m_clget so that it holds spl for even lessTheo de Raadt
2009-08-11Fix a few bugs in nfsrv_rename() error recovery code.Thordur I. Bjornsson
2009-08-11syncTheo de Raadt
2009-08-11Must move the splx() lower in m_clget() so that it protects atomic accessTheo de Raadt