Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-28 | - restore machdep.ztsrawmode when exiting on a signal | Uwe Stuehler | |
- add comments and RCS tag to bitmap file | |||
2005-04-28 | display a title above the message; suggested by deraadt@ | Uwe Stuehler | |
2005-04-28 | put comment on ztsscale line | Theo de Raadt | |
2005-04-28 | Use strlcpy() not snprintf(). OK otto@ and moritz@ | Todd C. Miller | |
2005-04-28 | remove junk from 8 years ago | Theo de Raadt | |
2005-04-28 | shrink volhdr to 128 bytes. would *love* to go to 64 blocks, since that | Theo de Raadt | |
is 32K, which is the isofs lead-in.... that would let us (for instance) mix sgi boot media with other architectures. that requires shrinking boot, since right now it will not fit in 64 blocks | |||
2005-04-28 | Support for "network connected" and "network static" -- announce all | Claudio Jeker | |
directly connected respectively all static routes. The list is auto- matically adjusted as soon as a route changes. OK henning@ | |||
2005-04-28 | Be more careful when copying ifname from the struct sockaddr_dl. | Claudio Jeker | |
OK henning@ | |||
2005-04-28 | Run this test on all shared address space machines. With help from | Otto Moerbeek | |
miod and mickey; ok art@ | |||
2005-04-28 | -Wall clean now | Henning Brauer | |
2005-04-28 | tiny doses of KNF, inspired by a diff for sth else from Brian ↵ | Henning Brauer | |
<bwaichu@yahoo.com> | |||
2005-04-28 | Don't detach interface from pf's perspective until after IPv6 is done with it. | Christopher Pascoe | |
ok dlg@ henning@ | |||
2005-04-28 | add snprintf checks. ok djm@ markus@ | Moritz Jodeit | |
2005-04-28 | more snprintf error checking. ok krw@ | Moritz Jodeit | |
2005-04-28 | add vsnprintf error checking. ok cloder@ millert@ | Moritz Jodeit | |
2005-04-28 | more vsnprintf checking. ok cloder@ | Moritz Jodeit | |
2005-04-28 | more snprintf checking. ok krw@ | Moritz Jodeit | |
2005-04-28 | - sort options | Jason McIntyre | |
- sync usage() - other minor tweaks | |||
2005-04-28 | Get rid of unused arg to complete_function_list(). Han Boetes. | Otto Moerbeek | |
2005-04-28 | That should be FALSE in previous commit. | Otto Moerbeek | |
2005-04-28 | NULL is not an int. Han Boetes. | Otto Moerbeek | |
2005-04-28 | place this file in the public domain | Uwe Stuehler | |
2005-04-28 | more boring tweaks | Theo de Raadt | |
2005-04-28 | boring tweaks | Theo de Raadt | |
2005-04-28 | Use a special crafted string copy function to copy data from ustar | Otto Moerbeek | |
headers to the generic pax structs. ustar is "funny" since some fields are not always NUL terminated. Old-style tar headers and ustar creation remains to be done. ok millert@ beck@ | |||
2005-04-28 | whack any previous machdep.ztsscale settings in sysctl.conf, and apply | Theo de Raadt | |
the new one cleanly. whee. | |||
2005-04-28 | Fix title, document -v correctly and add Xr:s to kerberos(8) | Bjorn Sandell | |
and login_passwd(8). ok jmc@ | |||
2005-04-28 | chpass will not change the kerberos password | Bjorn Sandell | |
ok jmc@ millert@ | |||
2005-04-28 | Fix Xr:s and use krb5 instance style (user/root instead of user.root) | Bjorn Sandell | |
ok jmc@ millert@ | |||
2005-04-28 | sync | Theo de Raadt | |
2005-04-28 | nicer ramdisk chunk including wsmouse and ttyC0 | Theo de Raadt | |
2005-04-28 | going to need zts on RAMDISK... | Theo de Raadt | |
2005-04-28 | install kue firmware on zaurus; ok uwe@ dlg@ | David Krause | |
2005-04-28 | Some really braindead usb devices such as x-in-1 card reader/writers | Kenneth R Westerback | |
try to help equally braindead os's by presenting any inserted media as LUN 0 until another LUN is used in a command. Trick them by issuing a gratuitous/harmless INQUIRY to LUN 1 after issuing the LUN 0 INQUIRY but before any other command. Only umass scsi devices with >1 lun are affected. Fixes dlg's reader/writer for one. Lots of diagnosis and testing by dlg@, ok dlg@, ok marco@. | |||
2005-04-27 | Add SDEV_UMASS flag, analogous to SDEV_ATAPI, and use it to force a | Kenneth R Westerback | |
full LUN scan on UMASS SCSI targets. UMASS provides reliable max lun information so we shouldn't waste time. Fixes many x-in-1 card reader/writers that report identical INQUIRY information for every slot they provide. Lots of diagnosis and testing by dlg@, ok dlg@, 'I can live with this' marco@. | |||
2005-04-27 | Fix a potential infinite loop that could be triggered by an invalid BGP | Chad Loder | |
packet. Partially from tcpdump.org, with additional paranoia added so that the problem is actually fixed. OK deraadt, otto | |||
2005-04-27 | Remove unnecessary step in ack sequence. | Marco Peereboom | |
Help LSI, ok mickey@ | |||
2005-04-27 | In osiop_checkintr(), bail out early and do not claim the interrupt for | Miod Vallat | |
``can't happen'' situations (which happen sometimes on mvme88k), rather than inadvertently dereference NULL pointers and panic. | |||
2005-04-27 | Shave more stack operations, courtesy of the not-so-new-now ABI. | Miod Vallat | |
2005-04-27 | correct copyright | Theo de Raadt | |
2005-04-27 | sort | Theo de Raadt | |
2005-04-27 | tag these as hppa64 | Theo de Raadt | |
2005-04-27 | solbourne Makefile and dive there | Theo de Raadt | |
2005-04-27 | make -v print only actual changes and add -V for old behaviour; beck@ ok | Michael Shalayeff | |
2005-04-27 | sync | Theo de Raadt | |
2005-04-27 | simple man page for sgivol | Theo de Raadt | |
2005-04-27 | Working trampolines for m88k, with the help of the kernel; now passes the | Miod Vallat | |
921215-1 gcc testsuite. | |||
2005-04-27 | sync | Theo de Raadt | |
2005-04-27 | regen | Jakob Schlyter | |
2005-04-27 | add Audiovox RTM-8000 GSM/GPRS CF | Jakob Schlyter | |