summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-02-16sort options and make -X a little clearer; mostly from Igor SobradoJason McIntyre
2007-02-16sync synopsis and usage(); mostly from Igor SobradoJason McIntyre
2007-02-16Unbreak ppp(8) over tun(4) by restriciting the flags that can be changedClaudio Jeker
via TUNSIFINFO. ppp(8) was happily clearing the RUNNING flag and so all incomming packets where dropped. Issue reported by irix <at> ukr <dot> net. While there check that the mtu is in a valid range -- stolen from SIOCSIFMTU case.
2007-02-16sort options; from Igor SobradoJason McIntyre
2007-02-16sync synopsis and usage(); from Igor SobradoJason McIntyre
2007-02-16sort options and sync usage(); from Igor SobradoJason McIntyre
2007-02-16couple more entriesMichael Shalayeff
2007-02-16Adopt to recent change in parse.y (do not accept '\n' in quotedHans-Joerg Hoexer
strings). The syntax error is now reported at the correct line.
2007-02-16Do not accept '\n' in quoted strings. Addresses issues noticed byHans-Joerg Hoexer
Prabhu Gurumurthy <pgurumu () gmail ! com> (http://marc.theaimsgroup.com/?l=openbsd-misc&m=116060233106902&w=2), thanks! ok markus@ cloder@ (uhm, quite some time ago)
2007-02-16Allow moving files starting with a dash acrossMoritz Jodeit
file system boundaries. Noticed by Roland Illig. ok otto@ millert@ jaredy@
2007-02-16Fix a row of bugs in the code that computes the alternate superblockOtto Moerbeek
locations based on the disklabel. - unit bug: disklabel size is in sectors, but superblock fs size is in fragments. - The disklabel contains the maximum superblock size, not the actual as used by newfs. - problem is that mkfs reduces track/sector and secors/track to make the cylindergroup fit in a fs block. In this case the values in the disklabel do not predict what's in the superblock. This fixes all these problems. It correctly predicts the location of all superblocks on all my filesystems I have online (sized between 100MB and 1000GB). Also tested with filesystems with different block and fragment sizes. Written this with a goto to make the diff easier to read. ok krw@ deraadt@
2007-02-16- comment out unwritten pages for nowJason McIntyre
- tidy up the lcd and spc entries
2007-02-16better X"" idiom in while loop; didickman@yahoo.comTheo de Raadt
2007-02-16Correct function name in comment.Ray Lai
From Pierre Riteau <pierre dot riteau at free dot fr>. OK xsa@.
2007-02-16syncTheo de Raadt
2007-02-16syncTheo de Raadt
2007-02-16create "i" partitions for floppies too, in case we need themTheo de Raadt
2007-02-16bge_newbuf_std() should return ENOBUFS on failure, as that's whatKenneth R Westerback
callers check for. One return accidentally changed to ENOMEM when r1.133 reverted r1.85. Nuke superfluous blank line. From brad@, tested by myself and Johan M:son Lindman.
2007-02-15Simplify the #if NBRIDGE case as in in_gif.c:1.33.Claudio Jeker
2007-02-15Simplify even more by reducing shared code in #if NBRIDGE and default case.Claudio Jeker
OK mglocker@
2007-02-15syncTheo de Raadt
2007-02-15Change some functions so there's only one exit point. This should makeMichael Knudsen
it harder to introduce leaks in the code.
2007-02-15.Xr lcd(4)Martin Reindl
2007-02-15add two carp(4) sysctl examples: net.inet.carp.preempt=1 andReyk Floeter
net.inet.carp.log=1. it is so common to enable carp preemption... yes! henning@, ok mpf@
2007-02-15Reorder endpoints so that endpoint numbers match, remove more debug.Dale Rahn
2007-02-15TX is working fine, turn off debug.Dale Rahn
2007-02-15Let acpidock_eject take an extra argument of what node to call _EJ0 on.Michael Knudsen
Will be used when ejecting devices sitting in the dock.
2007-02-15Don't clear the struct aml_value res when aml_evalnode() does thisMichael Knudsen
anyway. Also clean up a bit.
2007-02-15from linux->freebsd->brad->me, tested by matthieu, brad, kettenis, others...Jason Wright
looks like realtek reversed the order of multicast stuff on the PCI-E cards
2007-02-15break into ddb right from comintr() w/o softtty (same as com(4) does); miod@ okMichael Shalayeff
2007-02-15forever loops may be done with for or while, it doesnt matter;Thordur I. Bjornsson
so remove a line that says it matters. ok deraadt@
2007-02-15Add a mapping for logical to physical endpoints, otherwise data tries toDale Rahn
go out the wrong endpoint. Some debug massage.
2007-02-15regen, DEV_RANDOM is goneHenning Brauer
2007-02-15get rid of the ConfigStart/End section used by the weird fragile apacheHenning Brauer
configure system. the mod_auth_digest module has such a section, and there (via two other indirections, of course!) -DDEV_RANDOM=/dev/arandom is added to CFLAGS. via a few more bizarre indicrections that ends up in ap_config_auto.h. Since ap_config_auto.h gets installed in /usr/lib/apache/include/ and thus might be used by 3rd party modules, we must be very careful with removing shitz there. But I kinda doubt anything relies on a define that is only there when a module marked as experimental is compiled in. since we long ago made mod_auth_digest use arc4random and do not use said DEV_RANDOM define at all any more, we don't need it ourselves. so nuke the mod_auth_digest ConfigStart/End section, which doesn't do anything else, alltogether. Since mod_auth_digest is only compiled as DSO, the define was missing on static archs, therefore breaking the build on vax an friends since espie put the pregenerated ap_config_auto.h in. ok millert deraadt
2007-02-15make read connection closed message a debug(); ok henning@Kevin Steves
2007-02-15Added a man page for lcd(4).Kenji Aoyama
ok jmc@ miod@
2007-02-15As noted by Daniel Gruber in PR 5377 Surecom EP-9001-g has multipleJonathan Gray
revisions, mention the relevant one.
2007-02-15Set topology change propagation on all ports _except_ the caller.Reyk Floeter
From FreeBSD
2007-02-15Dont hang completely on watchdog.Dale Rahn
2007-02-15Fix transmit packet termination. odd length and 64 byte multiple packetsDale Rahn
were not sending the last data correctly before.
2007-02-15It is not valid to have the input endpoint and output endpoint the same.Dale Rahn
2007-02-15USB host is not scanning for packets if attached but cdce is not up.Dale Rahn
As an initial workaround for this, do not attempt to send any packets until a packet has been recieved.
2007-02-15Remove two mutexes by replacing getservbyname() and getservbyport()Ray Lai
calls with their reentrant versions. OK millert@.
2007-02-15syncTheo de Raadt
2007-02-15syncTheo de Raadt
2007-02-15Don't print the error strings returned by readdisklabel(). If youKenneth R Westerback
need the debug info uncomment the printf's you need. Crude but effective way to suppress 'no disklabel' errors that pop up at the most innconvenient times to frighten users. More elegant method, DPRINTF-like constructs or something, later. "Yay!" marco@ ok deraadt@
2007-02-14put the disknames command on all install media (hope i did not miss any) ok krw@Theo de Raadt
2007-02-14Use new 'disknames' command to get names of disks and cds.Kenneth R Westerback
ok deraadt@
2007-02-14spacing and a typo that fell out of the readTheo de Raadt
2007-02-14use errwarn functions vs. syslog(); ok henning@ krw@Kevin Steves