summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-12-01Remove unused constants.Miod Vallat
2004-12-01sort SEE ALSO;Jason McIntyre
2004-12-01less .Dq;Jason McIntyre
from michael knudsen; ok miod@
2004-12-01allow stuff to recreate a package from an installed CONTENTS: sinceMarc Espie
we have all the md5 and stuff, we just need to make sure the package is correct (hence verify_checksum). Add a -n option to pkg_create: this is consistent with pkg_add/pkg_delete, and with this new verify_checksum, pkg_create can be used to check that a package still matches its contents.
2004-12-01- sort optionsJason McIntyre
- tweak pppoe stuff - add pppoe to `create' list ok canacar@ jaredy@
2004-12-01remove .Dq from .Nd;Jason McIntyre
from michael knudsen;
2004-12-01Prevent -fno-builtin-{abort,exit} from causing cc1 to dump core.Miod Vallat
Spotted by espie@
2004-12-01Real synopsis.Miod Vallat
2004-12-01use volatile sig_atomic_t for vars set in signal handlers. spotted by deraadt@Otto Moerbeek
2004-12-01sqrt regress testsOtto Moerbeek
2004-12-01Fix stop condition for sqrt. Due to the fact that we're doing NewtonOtto Moerbeek
iteration with intgeres, the stop condition is reached if x_n == x_n+1, or the difference is one, but only stop if that is hit a second time. Avoids looping with difference 1,-1,1,-1... Problem spotted by Paul de Weerd. Regress tested against 4.2BSD dc(1) and GNU dc(1).
2004-12-01syncTheo de Raadt
2004-12-01Drop advertising clause as per NetBSD some time ago.Jonathan Gray
ok deraadt@
2004-12-01list VIA VT6122 in supported gigabit section nowPeter Valchev
2004-12-01vge(4) and ciphy(4) Xr's, reminded by theoPeter Valchev
2004-12-01sync re(4) description w/ reality (8139C+ not supported at that point)Peter Valchev
2004-12-01manpages for VIA VT612x driver + Cicada PHYPeter Valchev
2004-12-01VIA VT612x PCI Gigabit Ethernet adapter support, ok deraadtPeter Valchev
from FreeBSD
2004-12-01syncPeter Valchev
2004-12-01Driver for the Cicada CS8201 10/100/1000 copper PHYPeter Valchev
from FreeBSD
2004-11-30syncTheo de Raadt
2004-11-30EB is just like DB does not set PCR; reported and tested by Jan Johansson ↵Michael Shalayeff
<janj+openbsd@wenf.org>auich.c
2004-11-30add hppa64 hookMichael Shalayeff
2004-11-30Make Sun type 6 USB keyboards return extended keycodes for 'L' keysMatthieu Herrb
ok deraadt@.
2004-11-30No longer require write permission for read-only SCSI commandsKenneth R Westerback
submitted via ioctl. Eliminate scsi_do_safeioctl(), thus permitting ch, ss and st devices to submit SCSI commands. Return EPERM rather than EBADF when permissions are inadequate. Allows more programs to run with fewer permissions. Problem diagnosed by Nikolay Sturm in mplayer port. Tested by Nikolay, ok deraadt@.
2004-11-30Martin Luther King is elected president of the Montgomery ImprovementDaniel Hartmeier
Association on December 5th 1955 http://www.stanford.edu/group/King/about_king/encyclopedia/MIA.html
2004-11-30resolve the buses and rosa parks; noticed by dhartmei@Michael Shalayeff
2004-11-30syncTheo de Raadt
2004-11-30- simplify grammarJason McIntyre
- rearrange EXAMPLES somewhat - .Xr pppoe 4
2004-11-30remove useless comments, once used for header file generation and deleteOtto Moerbeek
parameter names from prototypes. ok millert@
2004-11-30need to pass MAKEOBJDIR to prereq and includesMichael Shalayeff
2004-11-30Check strlc{py,at} return value and return NULL upon truncation insteadTodd C. Miller
of silently truncating. OK deraadt@ otto@
2004-11-30breada() is gone, help and ok jmc@Pedro Martelletto
2004-11-30Move the struct wsscreen_descr from a per-driver global to a per-instanceMiod Vallat
field of the sunfb structure. This allows multiple instances of the same driver, but with different resolutions (such as a couple of vigra or a TGX cgsix and a TGX+ cgsix) to use distinct wsscreen_descr structures featuring different resolution information. Doing this allows more wsscreen_descr fiddling inside the sparc* fb api, and results in some code shrinkage (about 4KB on sparc GENERIC). [file excluded in previous commit by mistake. spotted by claudio@]
2004-11-30mcintyre learns the hard way that $int should be \$if when passed toJason McIntyre
ifconfig(8);
2004-11-30kill breada(), from Sven Dehmlow. ok tedu@ millert@Pedro Martelletto
2004-11-30missing $OpenBSDMarkus Friedl
2004-11-30correct path for spppcontrol;Jason McIntyre
from bernd ahlers;
2004-11-30`option' keyword, not `options';Jason McIntyre
2004-11-30one more ifconfig.if -> hostname.if;Jason McIntyre
2004-11-30repair DEBUG kernelsMartin Reindl
ok miod@
2004-11-30provide a more accurate assembly delay() routineMartin Reindl
ok miod@ >From: NetBSD
2004-11-30Use %s, not %d to print the interface name. From Max Laier.Ryan Thomas McBride
2004-11-30* make sure we leave the thread's cancellation point before we returnPatrick Latifi
* plug a memory leak and FD_UNLOCK properly in writev ok marc
2004-11-29tweaks;Jason McIntyre
ok miod@
2004-11-29ansi + some knf, no binary changeHans-Joerg Hoexer
ok deraadt
2004-11-29Add missing pppoe(4) manual page. Adapted from NetBSD version.Can Erkin Acar
Reminded by mickey@, with help from jmc@
2004-11-29fix nasty signal races by blocking signals in signal handlers.Henning Brauer
with moritz jodeit and theo, ok theo
2004-11-29Save an useless use of grep while cooking bsd.scsi3Miod Vallat
ok deraadt@
2004-11-29Move the struct wsscreen_descr from a per-driver global to a per-instanceMiod Vallat
field of the sunfb structure. This allows multiple instances of the same driver, but with different resolutions (such as a couple of vigra or a TGX cgsix and a TGX+ cgsix) to use distinct wsscreen_descr structures featuring different resolution information. Doing this allows more wsscreen_descr fiddling inside the sparc* fb api, and results in some code shrinkage (about 4KB on sparc GENERIC).