Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-17 | Add nVIDIA GeForce 7600 GT & GS. From Joerg Zinke. | Mark Kettenis | |
2007-02-17 | for -k option, bail out immediately if getpass() | Thordur I. Bjornsson | |
doesnt return sth usefull. ok deraadt@ | |||
2007-02-17 | ask_list() is in OpenBSD::Interactive, not OpenBSD::ProgressMeter | Nikolay Sturm | |
2007-02-17 | only reset the controller if it is already enabled. | David Gwynne | |
2007-02-17 | To squeeze new stuff onto onto the very full boot floppies, occasionally | Theo de Raadt | |
some drivers for ancient devices must die. To modify one of my favorite quotes into this particular context: The total amount of suffering per year [on a boot floppy] is beyond all decent contemplation. During the minute that it takes me to compose this sentence, [a few device drivers] are being [deleted], many others are running for their lives, whimpering with fear, others are being slowly devoured from within by rasping parasites, thousands of all kinds are dying of starvation, thirst and disease. It must be so. If there is ever a time of [sufficient space], this very fact will automatically lead to an increase in [driver] population until the natural state of starvation and misery is restored. - cribbed from Richard Dawkins "God's Utility Function", Scientific American, November 1995 Of course, these drivers remain on the CD boot media, so there is a solution for the truly desperate legacy addicts. | |||
2007-02-17 | sync | Theo de Raadt | |
2007-02-17 | Add some additional device ids found in Linux driver. | Jonathan Gray | |
2007-02-17 | regen | Jonathan Gray | |
2007-02-17 | Add some axe(4) device ids found in Linux driver. | Jonathan Gray | |
2007-02-17 | Add some device ids found in Linux driver. | Jonathan Gray | |
2007-02-17 | regen | Jonathan Gray | |
2007-02-17 | Add some uslcom(4) ids found in Linux. | Jonathan Gray | |
2007-02-16 | Enable malo(4) on macppc. OK mglocker@ deraadt@ | Claudio Jeker | |
2007-02-16 | Address PR 5380: refer to DH MODP well-known group numbers. | Chad Loder | |
Thanks to sthen <at> symphytum DOT spacehopper DOT org | |||
2007-02-16 | ls -g option does nothing, ok to remove; from igor@string1.ciencias.uniovi.es | Theo de Raadt | |
2007-02-16 | explain about RECURSIVE_FETCH_LIST in a clear way (why is mirror-maker | Marc Espie | |
taking so much time ?). Some formatting advice from jmc@ | |||
2007-02-16 | Back-port a getpeername() fix from IO version 1.30. | Todd C. Miller | |
Also add a missing defined() that fixes send on unix domain sockets. | |||
2007-02-16 | sync | Theo de Raadt | |
2007-02-16 | s/GZIP/GZIPCMD/g in `make release` structure to avoid conflict with gzip's | Marc Aurele La France | |
use of a GZIP environment variable for extra command flags. ok deraadt@, millert@ | |||
2007-02-16 | change [-f | -i] to [-fi]: although technically not as correct, it is | Jason McIntyre | |
simpler (clearer), and matches cp(1), mv(1), posix, and even usage(); | |||
2007-02-16 | sort options and make -X a little clearer; mostly from Igor Sobrado | Jason McIntyre | |
2007-02-16 | sync synopsis and usage(); mostly from Igor Sobrado | Jason McIntyre | |
2007-02-16 | Unbreak ppp(8) over tun(4) by restriciting the flags that can be changed | Claudio 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-16 | sort options; from Igor Sobrado | Jason McIntyre | |
2007-02-16 | sync synopsis and usage(); from Igor Sobrado | Jason McIntyre | |
2007-02-16 | sort options and sync usage(); from Igor Sobrado | Jason McIntyre | |
2007-02-16 | couple more entries | Michael Shalayeff | |
2007-02-16 | Adopt to recent change in parse.y (do not accept '\n' in quoted | Hans-Joerg Hoexer | |
strings). The syntax error is now reported at the correct line. | |||
2007-02-16 | Do not accept '\n' in quoted strings. Addresses issues noticed by | Hans-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-16 | Allow moving files starting with a dash across | Moritz Jodeit | |
file system boundaries. Noticed by Roland Illig. ok otto@ millert@ jaredy@ | |||
2007-02-16 | Fix a row of bugs in the code that computes the alternate superblock | Otto 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 now | Jason McIntyre | |
- tidy up the lcd and spc entries | |||
2007-02-16 | better X"" idiom in while loop; didickman@yahoo.com | Theo de Raadt | |
2007-02-16 | Correct function name in comment. | Ray Lai | |
From Pierre Riteau <pierre dot riteau at free dot fr>. OK xsa@. | |||
2007-02-16 | sync | Theo de Raadt | |
2007-02-16 | sync | Theo de Raadt | |
2007-02-16 | create "i" partitions for floppies too, in case we need them | Theo de Raadt | |
2007-02-16 | bge_newbuf_std() should return ENOBUFS on failure, as that's what | Kenneth 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-15 | Simplify the #if NBRIDGE case as in in_gif.c:1.33. | Claudio Jeker | |
2007-02-15 | Simplify even more by reducing shared code in #if NBRIDGE and default case. | Claudio Jeker | |
OK mglocker@ | |||
2007-02-15 | sync | Theo de Raadt | |
2007-02-15 | Change some functions so there's only one exit point. This should make | Michael Knudsen | |
it harder to introduce leaks in the code. | |||
2007-02-15 | .Xr lcd(4) | Martin Reindl | |
2007-02-15 | add two carp(4) sysctl examples: net.inet.carp.preempt=1 and | Reyk Floeter | |
net.inet.carp.log=1. it is so common to enable carp preemption... yes! henning@, ok mpf@ | |||
2007-02-15 | Reorder endpoints so that endpoint numbers match, remove more debug. | Dale Rahn | |
2007-02-15 | TX is working fine, turn off debug. | Dale Rahn | |
2007-02-15 | Let 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-15 | Don't clear the struct aml_value res when aml_evalnode() does this | Michael Knudsen | |
anyway. Also clean up a bit. | |||
2007-02-15 | from 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-15 | break into ddb right from comintr() w/o softtty (same as com(4) does); miod@ ok | Michael Shalayeff | |