Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-08 | sync | Reyk Floeter | |
2008-08-08 | add eMPIA Technology EeePC 701 camera (currently unsupported uvideo(4) | Reyk Floeter | |
device) | |||
2008-08-08 | spacing + wrap a line at 79chars. | Thordur I. Bjornsson | |
2008-08-08 | plug an mbuf leak in m_pullup2(); If we fail to get a cluster for an mbuf, | Thordur I. Bjornsson | |
free the mbuf before bailing out. ok claudio@ | |||
2008-08-08 | Check gettimeofday() against -1; Add a missing error check in one place. | Thordur I. Bjornsson | |
OK reyk@ | |||
2008-08-08 | add a description for the options of fgen; | Igor Sobrado | |
remove superfluous comments from the roff source code. improvements by jmc@ and matthieu@. ok jmc@, matthieu@ | |||
2008-08-08 | o use definitions from cd.h | Federico G. Schwindt | |
o remove unused function prototype | |||
2008-08-08 | 'prey' -> 'pray' in comment as prayer rather than predation seems | Kenneth R Westerback | |
the intended meaning. | |||
2008-08-08 | revert | Martynas Venckus | |
2008-08-08 | make _digittoint static | Martynas Venckus | |
2008-08-07 | Remove workaround used for the 4.4 release. More route prio stuff is comming | Claudio Jeker | |
soon. | |||
2008-08-07 | Use %sys_tick to generate clock interrupts on systems that have it. | Mark Kettenis | |
2008-08-07 | Fix a typo, inteface -> interface. | Brad Smith | |
From Gleydson Soares <gsoares at gmail dot com> | |||
2008-08-07 | Give each CPU its own `struct intrhand' for %tick interrupts. Fixes a | Mark Kettenis | |
problem where the clock would stop ticking on some CPUs because of lost ticks. | |||
2008-08-07 | small cleanup of error/warning strings | Otto Moerbeek | |
2008-08-07 | grow MINCLSIZE to MHLEN + MLEN + 1 again. we shrinked it just before the | Henning Brauer | |
release to be on the safe side, now we have 6 months to find remaining offenders misusing MINCLSIZE | |||
2008-08-07 | correctly copy the log interface spec when expanding an antispoof rule that | Henning Brauer | |
covers loopback addresses. ok ryan problem report from Harald Dunkel <harald.dunkel@aixigo.de> | |||
2008-08-07 | account spanning tree frames in if_obytes and if_omcasts. | Damien Bergamini | |
ok henning@ | |||
2008-08-07 | do not touch m after IFQ_ENQUEUE()+if_start(). | Damien Bergamini | |
ok brad@, mpf@, henning@, reyk@ | |||
2008-08-07 | - Enable ALTQ support. | Brad Smith | |
- Let the VLAN driver know that the hw can send and receive full size VLAN tagged packets. Tested by maja@ | |||
2008-08-07 | don't wait for a free mbuf cluster in sosend() and enter the existing | Reyk Floeter | |
error handler that was never used before. this fixes a bug that a userland process might hang if the system ran out of mbuf clusters or even other unexpected behaviour in the network drivers. this bug is very old - it is also found in rev 1.1/stevens v2/44lite2/... discussed with many ok markus@ thib@ dlg@ | |||
2008-08-07 | spacing. | Igor Sobrado | |
2008-08-07 | we are at 4.4-current | Theo de Raadt | |
2008-08-07 | Add a little section about ACPI, explaining that disabling ACPI might help | Miod Vallat | |
troubleshooting interrupt problems on some machines, and insist people should report such problems or they'll never get fixed. Final commit to the installation notes for this release. ok deraadt@ | |||
2008-08-06 | In the upgrade blurb, mention xetc won't be selectable as well, and mention | Miod Vallat | |
sysmerge can help you upgrade etc and xetc afterwards. | |||
2008-08-06 | Oops, the new sets size computation script does not work correctly on | Miod Vallat | |
symbolic links. | |||
2008-08-06 | Update sets sizes. | Miod Vallat | |
2008-08-06 | Fold text in 80 columns. | Miod Vallat | |
2008-08-06 | Mention onboard USB might be disabled on XP1000 and close relatives, and how | Miod Vallat | |
to enable it if necessary. From FreeBSD. | |||
2008-08-06 | Minor random tweaks and fixes. | Miod Vallat | |
2008-08-06 | Sync machine list with the web page. | Miod Vallat | |
2008-08-06 | Don't bother mentioning FreeBSD ports or NetBSD pkgsrc only on the | Miod Vallat | |
architectures FreeBSD or NetBSD runs on too: if a third-party application is missing from the OpenBSD ports tree, it is worth looking at the neighbours' regardless of the platform. | |||
2008-08-06 | Foreign partition on MBR partition tables are put in default disklabels | Miod Vallat | |
from partition `i' onwards, not `h' onwards. | |||
2008-08-06 | Unconditionnaly disable -fcse-skip-blocks at -O2 on m68k, for it causes NULL | Miod Vallat | |
derefs in at least one case and I do not have time to debug this before the release. ok deraadt@ | |||
2008-08-06 | Jumbo update of installation notes for alpha: | Miod Vallat | |
- mention more models supported by each floppy - mention more supported and unsupported models - sync cdrom boot instructions with reality - update ftp urls, ftp.digital.com no longer exist (but I resisted whining at HP which does not provide all the contents formerly available from ftp.digital.com and which you have to pick from educational sites which have mirrored them) - various little rewording with help from sobrado@ | |||
2008-08-06 | fix trunk breakage that sneaked in with the lacp diff: | Reyk Floeter | |
- don't use in-kernel IFMEDIA ioctls in lacp and remove two KASSERTs that caused reliable panics - the lacp key can be locally assigned and we don't need to query the media subtype here. - unbreak failover/loadbalance/broadcast status handling. Reported by brad@ ok deraadt@ | |||
2008-08-06 | Backout the acpicpu_setpdc code and the code to allow est to use acpicpu | Gordon Willem Klok | |
on amd64. Evaluating the _PDC seems to lead to instability (PR5878 and a report by jmc@) on lower end machines its too close to release and I don't have enough nickels. ok deraadt@ | |||
2008-08-06 | we are no longer in -beta | Theo de Raadt | |
2008-08-05 | Various tweaks and clarifications, and drop obsolete information regarding | Miod Vallat | |
last century's hard disks on this century's platforms. | |||
2008-08-05 | It's eiher ... or, not either ... and | Miod Vallat | |
2008-08-05 | typo | Miod Vallat | |
2008-08-05 | uncomment cardbus stuff. | Miod Vallat | |
2008-08-05 | It's amd64 not i386 here. | Miod Vallat | |
2008-08-05 | More SRM information, and how to make a non model 300 DEC 3000 autoboot | Miod Vallat | |
unattended when configured for serial console and no keyboard is plugged. | |||
2008-08-05 | Better description of the installation steps: | Miod Vallat | |
- document questions in proper order: hostname before network configuration, DNS only if network is configured, sshd and ntpd, aperture only on machines which need it, serial console only on machines which need it. This is done by splitting the end of OpenBSDCommonURL in various macros, OpenBSDInstallWrapup, OpenBSDInstallAperture, OpenBSDInstallConsole and OpenBSDInstallWrapupPart2. - use the above macros when appropriate, OpenBSDInstallWrapup* being mandatory on all arches. - remove serial console configuration blurb on sparc and sparc64, it is handled by OpenBSDInstallConsole now. | |||
2008-08-05 | Mention mail.html for mailing list etiquette and information. | Miod Vallat | |
2008-08-05 | fix description of the mail(1) "p" command; from Aaron W. Hsu. | Igor Sobrado | |
ok martynas@ | |||
2008-08-05 | Fix spurious 0 values on batteries seen on laptopts that have an embedded | Marco Peereboom | |
controller. Found, diagnosed and patch from Stefan Sperling <stsp@stsp.name> Minor KNF changes while here. Tested by many on a variaty of IBM laptops and others with and without acpiec. ok deraadt | |||
2008-08-05 | Tell people to update their bootblocks (and how to do so) if they | Miod Vallat | |
intend to upgrade with bsd.rd. | |||
2008-08-05 | Do not advertise the default route with wrong metric of 0. Set it to 1 | Claudio Jeker | |
by default. Reminded to commit this brad@, OK deraadt@ |