Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-01 | Remove unused constants. | Miod Vallat | |
2004-12-01 | sort SEE ALSO; | Jason McIntyre | |
2004-12-01 | less .Dq; | Jason McIntyre | |
from michael knudsen; ok miod@ | |||
2004-12-01 | allow stuff to recreate a package from an installed CONTENTS: since | Marc 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 options | Jason McIntyre | |
- tweak pppoe stuff - add pppoe to `create' list ok canacar@ jaredy@ | |||
2004-12-01 | remove .Dq from .Nd; | Jason McIntyre | |
from michael knudsen; | |||
2004-12-01 | Prevent -fno-builtin-{abort,exit} from causing cc1 to dump core. | Miod Vallat | |
Spotted by espie@ | |||
2004-12-01 | Real synopsis. | Miod Vallat | |
2004-12-01 | use volatile sig_atomic_t for vars set in signal handlers. spotted by deraadt@ | Otto Moerbeek | |
2004-12-01 | sqrt regress tests | Otto Moerbeek | |
2004-12-01 | Fix stop condition for sqrt. Due to the fact that we're doing Newton | Otto 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-01 | sync | Theo de Raadt | |
2004-12-01 | Drop advertising clause as per NetBSD some time ago. | Jonathan Gray | |
ok deraadt@ | |||
2004-12-01 | list VIA VT6122 in supported gigabit section now | Peter Valchev | |
2004-12-01 | vge(4) and ciphy(4) Xr's, reminded by theo | Peter Valchev | |
2004-12-01 | sync re(4) description w/ reality (8139C+ not supported at that point) | Peter Valchev | |
2004-12-01 | manpages for VIA VT612x driver + Cicada PHY | Peter Valchev | |
2004-12-01 | VIA VT612x PCI Gigabit Ethernet adapter support, ok deraadt | Peter Valchev | |
from FreeBSD | |||
2004-12-01 | sync | Peter Valchev | |
2004-12-01 | Driver for the Cicada CS8201 10/100/1000 copper PHY | Peter Valchev | |
from FreeBSD | |||
2004-11-30 | sync | Theo de Raadt | |
2004-11-30 | EB is just like DB does not set PCR; reported and tested by Jan Johansson ↵ | Michael Shalayeff | |
<janj+openbsd@wenf.org>auich.c | |||
2004-11-30 | add hppa64 hook | Michael Shalayeff | |
2004-11-30 | Make Sun type 6 USB keyboards return extended keycodes for 'L' keys | Matthieu Herrb | |
ok deraadt@. | |||
2004-11-30 | No longer require write permission for read-only SCSI commands | Kenneth 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-30 | Martin Luther King is elected president of the Montgomery Improvement | Daniel Hartmeier | |
Association on December 5th 1955 http://www.stanford.edu/group/King/about_king/encyclopedia/MIA.html | |||
2004-11-30 | resolve the buses and rosa parks; noticed by dhartmei@ | Michael Shalayeff | |
2004-11-30 | sync | Theo de Raadt | |
2004-11-30 | - simplify grammar | Jason McIntyre | |
- rearrange EXAMPLES somewhat - .Xr pppoe 4 | |||
2004-11-30 | remove useless comments, once used for header file generation and delete | Otto Moerbeek | |
parameter names from prototypes. ok millert@ | |||
2004-11-30 | need to pass MAKEOBJDIR to prereq and includes | Michael Shalayeff | |
2004-11-30 | Check strlc{py,at} return value and return NULL upon truncation instead | Todd C. Miller | |
of silently truncating. OK deraadt@ otto@ | |||
2004-11-30 | breada() is gone, help and ok jmc@ | Pedro Martelletto | |
2004-11-30 | Move the struct wsscreen_descr from a per-driver global to a per-instance | Miod 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-30 | mcintyre learns the hard way that $int should be \$if when passed to | Jason McIntyre | |
ifconfig(8); | |||
2004-11-30 | kill breada(), from Sven Dehmlow. ok tedu@ millert@ | Pedro Martelletto | |
2004-11-30 | missing $OpenBSD | Markus Friedl | |
2004-11-30 | correct path for spppcontrol; | Jason McIntyre | |
from bernd ahlers; | |||
2004-11-30 | `option' keyword, not `options'; | Jason McIntyre | |
2004-11-30 | one more ifconfig.if -> hostname.if; | Jason McIntyre | |
2004-11-30 | repair DEBUG kernels | Martin Reindl | |
ok miod@ | |||
2004-11-30 | provide a more accurate assembly delay() routine | Martin Reindl | |
ok miod@ >From: NetBSD | |||
2004-11-30 | Use %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 return | Patrick Latifi | |
* plug a memory leak and FD_UNLOCK properly in writev ok marc | |||
2004-11-29 | tweaks; | Jason McIntyre | |
ok miod@ | |||
2004-11-29 | ansi + some knf, no binary change | Hans-Joerg Hoexer | |
ok deraadt | |||
2004-11-29 | Add missing pppoe(4) manual page. Adapted from NetBSD version. | Can Erkin Acar | |
Reminded by mickey@, with help from jmc@ | |||
2004-11-29 | fix nasty signal races by blocking signals in signal handlers. | Henning Brauer | |
with moritz jodeit and theo, ok theo | |||
2004-11-29 | Save an useless use of grep while cooking bsd.scsi3 | Miod Vallat | |
ok deraadt@ | |||
2004-11-29 | Move the struct wsscreen_descr from a per-driver global to a per-instance | Miod 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). |