summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-13add a show all vnodes command, use dlg's nice pool_walk() to accomplishThordur I. Bjornsson
2009-08-13sync synopsis and usage();Jason McIntyre
2009-08-13Start using a linking script for this kernel. ThisTobias Weingartner
2009-08-13A new(er) mtx_enter_try().Tobias Weingartner
2009-08-13Make the i386 APIC code closer to the amd64 version. Many whitespace fixes,Mark Kettenis
2009-08-13- missing printf("\n"); after calling lockmgr_printinfo()Jasper Lievisse Adriaanse
2009-08-13If the client passes zero for the window size in the identify message (which itNicholas Marriott
2009-08-13set ITSDONE on the xs before calling scsi_done()David Gwynne
2009-08-13- set DV_IFNET, instead of DV_NULLJasper Lievisse Adriaanse
2009-08-13date: 2009/08/13 01:11:19; author: djm; state: Exp; lines: +10 -7Damien Miller
2009-08-13Swizzle options: "-P sftp_server_path" moves to "-D sftp_server_path",Damien Miller
2009-08-13regression test for port number parsing. written as part of the a2portDamien Miller
2009-08-12add modinst to CONFIGURE_STYLE listSimon Bertrang
2009-08-12Add wake support to acpihpet(4).Paul Irofti
2009-08-12i am sorry to commit to userland from a kernel hackathonHenning Brauer
2009-08-12Optimize Syndrome calculation, 30% speedup on writesJordan Hargrave
2009-08-12just bzero the pkthdr instead of setting each and every member of thatHenning Brauer
2009-08-12only pull in the source file if it is needed, so that all the othersTheo de Raadt
2009-08-12dlg wants iscsi in here; ok dlgTheo de Raadt
2009-08-12Update nlist array and uncomment a few things to pave the way for upcomingMiod Vallat
2009-08-12revert my change to m_cluncount which tries to prevent the systemDavid Gwynne
2009-08-12Crank the /usr sizes in the large configurationTheo de Raadt
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