summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-06-13Remove duplicate function for string to integer conversion. ok jordan@Can Erkin Acar
2008-06-13Properly handle battery insertion/removalJordan Hargrave
ok @marco
2008-06-13D-Link DWA-111, from kevlo via FreeBSD.Jonathan Gray
2008-06-13Add myself to the copyright since i fumbled around in those files, too.Marcus Glocker
OK robert@
2008-06-13regenJonathan Gray
2008-06-13D-Link DWA-111 from kevlo via FreeBSD.Jonathan Gray
2008-06-13ksh's arithmetic is 32 bit signed so we can no longer rely onKenneth R Westerback
block counts being small enough to do arithmetic on. Manually process partition block counts into 'human readable' byte sizes when asking for confirmation of disk configuration. Install script now properly displays the size of Yottabyte partitions. requested by & ok deraadt@
2008-06-13Don't install httpd.conf-dist.Marc Balmer
from brad.
2008-06-13refuse to read ~/.shosts or ~/.ssh/authorized_keys that are notDamien Miller
regular files; report from Solar Designer via Colin Watson in bz#1471 ok dtucker@ deraadt@
2008-06-13Remove /var/www/conf/httpd.conf-distMarc Balmer
ok deraadt, brad
2008-06-13Merge show_scsi_xs() and show_scsi_cmd() and move invocation so theKenneth R Westerback
debug output shows the xs/command before it's issued rather than displaying it on command completion. Some commands don't come back and it would be nice to see their details. While here nuke invocations of scsi_show* in umass. If you want SCSI debug output use SCSI debug options. Only affects SCSI debug output. ok marco@
2008-06-13Remove dead-end and never-used kerberos code in nfs. Future workBret Lambert
to support authentication other than AUTH_UNIX will replace this with a (hopefully) much better system. ok thib@
2008-06-13Replace one-line macro which only obfuscated the fact thatBret Lambert
the function it was named after took 4 arguments instead of 2. "get it in; get it in; get it in" thib@
2008-06-13back out stupid vnode change that was unintentionally includedBob Beck
with biomem and art has no idea how it got there. ok art@ thib@
2008-06-13Make kbd -l work for adb. -mojMats O Jansson
2008-06-13Delete vfs_bufstats() leftovers and unbreak compile with -DDEBUGRainer Giedat
Ok reyk@, "kill kill kill" thib@
2008-06-13upcast uid to long with matching %ld, prevents warnings in portableDarren Tucker
2008-06-13Set 'naptime' which is used by the interface page in differential mode.Can Erkin Acar
Also remove a debugging message while there. reported by claudio@
2008-06-13Cleanup for aml_xcreatefield, added flags argumentJordan Hargrave
ok @canacar
2008-06-13Do not try to access ordering if it is not defined.Can Erkin Acar
2008-06-13upcast another size_t to u_long to match formatDarren Tucker
2008-06-13upcast size_t to u_long to match format arg; ok djm@Darren Tucker
2008-06-13- add support for ignoring files and directories from comparisonAntoine Jacoutot
through an optionnal /etc/sysmerge.ignore file requested by many man page tweak from jmc@ /etc/changelist addition suggested by sthen@ ok sthen@ jdixon@ jmc@ naddy@
2008-06-13- always force full file check on fbtab, login.conf, sysctl.conf andAntoine Jacoutot
ttys since they are created using helper scripts and comparing CVS Id would not be accurate original diff from sthen@ man page tweak from jmc@ ok sthen@ jdixon@ jmc@ naddy@
2008-06-13Add some missing $OpenBSD$ tags.Kenneth R Westerback
ok drahn@ gwk@
2008-06-13fall back to creating a new TCP connection on most multiplexing errorsDamien Miller
(socket connect fail, invalid version, refused permittion, corrupted messages, etc.); bz #1329 ok dtucker@
2008-06-13replace __dead with __attribute__((noreturn)), makes things a little easierDarren Tucker
to port. Also, add it to sigdie(). ok djm@
2008-06-13Cleanup, remove old/unused functionsJordan Hargrave
ok @canacaR
2008-06-13Detect if Intel's Safer Mode Extensions (SMX) are present,Jonathan Gray
See http://download.intel.com/technology/security/downloads/31516804.pdf for more information. ok deraadt@ 'looks ok to me' djm@
2008-06-12make sure to check that a crypto volume is not yet assembled whenHans-Joerg Hoexer
retrieving the kdf blobb. Pointed out by marco. while there, use %lld instead of %d when printing b_blkno, which daddr64_t. ok marco
2008-06-12tweak wording in message, ok deraadt@ jmc@Ian Darwin
2008-06-12tweak previous;Jason McIntyre
2008-06-12spacing, add rcs ids, no binary changeMartynas Venckus
2008-06-12syncTodd T. Fries
2008-06-12make /dev/drm0 to go with oga@'s libdrm commit moments agoTodd T. Fries
ok oga@
2008-06-12New display engine for systat, based on pftop. Adds new views for pfCan Erkin Acar
(status, state, rule, queue). While all displays work, some keyboard comands are not implemented yet. Other features include better handling of display resize and scrolling for long views. Committing now to fix the remaining issues in the tree. Testing and comments by otto@ and harding@, ok deraadt@
2008-06-12Add ral(4) at cardbus(4).Mark Kettenis
2008-06-12some cleanup for noieee_src, as asked by millert@: remove fictionalMartynas Venckus
includes, include math.h where needed and remove redundant declarations ok millert@
2008-06-12Poll AC because there are some crappy machines out there that need it.Marco Peereboom
2008-06-12disable debug printfs and descriptor dumpsRobert Nagy
2008-06-12shut up lint; pointed out by theoMartynas Venckus
ok millert@
2008-06-12Be more permissive and try to run non-branded non-static binaries if we canMiod Vallat
find their interpreter, as the linux ld.so name is unique and not likely to be found in another /emul/foo hierarchy; allows Opera to run again. Noticed by sturm@
2008-06-12add my copyright, ok djm@Alexander von Gernler
2008-06-12Add ep(4) at pcmcia(4).Mark Kettenis
2008-06-12incremental search isn't allowed in macros, so if your fingersKjell Wooding
automatically go there during a macro def, the macro recording is CANCELED. This sucks rocks. This fixes the incremental searches to automagically invoke the non-incremental varieties during macro recording and playback. ok art
2008-06-12c-mode now understands the two most common type of commentsKjell Wooding
(with appropriate indenting): /* * comment */ and foo(); /* comment */ Whew. A lot of code for a seemingly simple idea. ok phessler@
2008-06-12Add xl(4) add cardbus(4).Mark Kettenis
2008-06-12sync synopsis and usage; spacing.Igor Sobrado
2008-06-12Make set-fill-column interactive (and scriptable in a startup file)Kjell Wooding
This replaces the ridiculous "move cursor to where you want to wrap things and invoke this comment" behavior of before. Note, this makes auto-fill-mode the moral equivalent of mail-mode. (and set-fill-column the moral equivalent of mail-set-margin)
2008-06-12Add re(4) add cardbus(4).Mark Kettenis