Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-13 | Remove duplicate function for string to integer conversion. ok jordan@ | Can Erkin Acar | |
2008-06-13 | Properly handle battery insertion/removal | Jordan Hargrave | |
ok @marco | |||
2008-06-13 | D-Link DWA-111, from kevlo via FreeBSD. | Jonathan Gray | |
2008-06-13 | Add myself to the copyright since i fumbled around in those files, too. | Marcus Glocker | |
OK robert@ | |||
2008-06-13 | regen | Jonathan Gray | |
2008-06-13 | D-Link DWA-111 from kevlo via FreeBSD. | Jonathan Gray | |
2008-06-13 | ksh's arithmetic is 32 bit signed so we can no longer rely on | Kenneth 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-13 | Don't install httpd.conf-dist. | Marc Balmer | |
from brad. | |||
2008-06-13 | refuse to read ~/.shosts or ~/.ssh/authorized_keys that are not | Damien Miller | |
regular files; report from Solar Designer via Colin Watson in bz#1471 ok dtucker@ deraadt@ | |||
2008-06-13 | Remove /var/www/conf/httpd.conf-dist | Marc Balmer | |
ok deraadt, brad | |||
2008-06-13 | Merge show_scsi_xs() and show_scsi_cmd() and move invocation so the | Kenneth 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-13 | Remove dead-end and never-used kerberos code in nfs. Future work | Bret Lambert | |
to support authentication other than AUTH_UNIX will replace this with a (hopefully) much better system. ok thib@ | |||
2008-06-13 | Replace one-line macro which only obfuscated the fact that | Bret 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-13 | back out stupid vnode change that was unintentionally included | Bob Beck | |
with biomem and art has no idea how it got there. ok art@ thib@ | |||
2008-06-13 | Make kbd -l work for adb. -moj | Mats O Jansson | |
2008-06-13 | Delete vfs_bufstats() leftovers and unbreak compile with -DDEBUG | Rainer Giedat | |
Ok reyk@, "kill kill kill" thib@ | |||
2008-06-13 | upcast uid to long with matching %ld, prevents warnings in portable | Darren Tucker | |
2008-06-13 | Set '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-13 | Cleanup for aml_xcreatefield, added flags argument | Jordan Hargrave | |
ok @canacar | |||
2008-06-13 | Do not try to access ordering if it is not defined. | Can Erkin Acar | |
2008-06-13 | upcast another size_t to u_long to match format | Darren Tucker | |
2008-06-13 | upcast size_t to u_long to match format arg; ok djm@ | Darren Tucker | |
2008-06-13 | - add support for ignoring files and directories from comparison | Antoine 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 and | Antoine 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-13 | Add some missing $OpenBSD$ tags. | Kenneth R Westerback | |
ok drahn@ gwk@ | |||
2008-06-13 | fall back to creating a new TCP connection on most multiplexing errors | Damien Miller | |
(socket connect fail, invalid version, refused permittion, corrupted messages, etc.); bz #1329 ok dtucker@ | |||
2008-06-13 | replace __dead with __attribute__((noreturn)), makes things a little easier | Darren Tucker | |
to port. Also, add it to sigdie(). ok djm@ | |||
2008-06-13 | Cleanup, remove old/unused functions | Jordan Hargrave | |
ok @canacaR | |||
2008-06-13 | Detect 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-12 | make sure to check that a crypto volume is not yet assembled when | Hans-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-12 | tweak wording in message, ok deraadt@ jmc@ | Ian Darwin | |
2008-06-12 | tweak previous; | Jason McIntyre | |
2008-06-12 | spacing, add rcs ids, no binary change | Martynas Venckus | |
2008-06-12 | sync | Todd T. Fries | |
2008-06-12 | make /dev/drm0 to go with oga@'s libdrm commit moments ago | Todd T. Fries | |
ok oga@ | |||
2008-06-12 | New display engine for systat, based on pftop. Adds new views for pf | Can 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-12 | Add ral(4) at cardbus(4). | Mark Kettenis | |
2008-06-12 | some cleanup for noieee_src, as asked by millert@: remove fictional | Martynas Venckus | |
includes, include math.h where needed and remove redundant declarations ok millert@ | |||
2008-06-12 | Poll AC because there are some crappy machines out there that need it. | Marco Peereboom | |
2008-06-12 | disable debug printfs and descriptor dumps | Robert Nagy | |
2008-06-12 | shut up lint; pointed out by theo | Martynas Venckus | |
ok millert@ | |||
2008-06-12 | Be more permissive and try to run non-branded non-static binaries if we can | Miod 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-12 | add my copyright, ok djm@ | Alexander von Gernler | |
2008-06-12 | Add ep(4) at pcmcia(4). | Mark Kettenis | |
2008-06-12 | incremental search isn't allowed in macros, so if your fingers | Kjell 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-12 | c-mode now understands the two most common type of comments | Kjell Wooding | |
(with appropriate indenting): /* * comment */ and foo(); /* comment */ Whew. A lot of code for a seemingly simple idea. ok phessler@ | |||
2008-06-12 | Add xl(4) add cardbus(4). | Mark Kettenis | |
2008-06-12 | sync synopsis and usage; spacing. | Igor Sobrado | |
2008-06-12 | Make 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-12 | Add re(4) add cardbus(4). | Mark Kettenis | |