Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-22 | return mappings from DFB24 for DUMBFB mode mmap requests (this makes ↵ | Jason Wright | |
unaccelerated X on the creator work) | |||
2002-05-22 | atexit(3) can fail. handle error accordingly. deraadt ok | Jun-ichiro itojun Hagino | |
XXX libraries should not use atexit(3) from within, as program can terminate with _exit. | |||
2002-05-22 | Eh, mark scsi_free_xs with splassert(IPL_BIO) too. | Artur Grabowski | |
I know it's called the right way _now_, but that can change. | |||
2002-05-22 | splassert_check should be ifdef DIAGNOSTIC | Artur Grabowski | |
2002-05-22 | sync | Theo de Raadt | |
2002-05-22 | let !DIAGOSTIC kernels build | Theo de Raadt | |
2002-05-22 | whack sprintf | Theo de Raadt | |
2002-05-22 | strlcpy sprinkling | Theo de Raadt | |
2002-05-22 | sync | Theo de Raadt | |
2002-05-22 | some b_iodone handlers and vwakeup require splbio. | Artur Grabowski | |
Mark biodone with splassert(IPL_BIO). | |||
2002-05-22 | splassert(IPL_BIO) in scsi_done (its children have this assumption). | Artur Grabowski | |
protect scsi_free_xs in scsi_scsi_cmd with splbio. ok by deraadt@ and krw@ | |||
2002-05-22 | oops, missed another file | Theo de Raadt | |
2002-05-21 | KNF | Theo de Raadt | |
2002-05-21 | duplicated prototype | Jun-ichiro itojun Hagino | |
2002-05-21 | minor KNF. plug a memory leak on reconfig. | Jun-ichiro itojun Hagino | |
2002-05-21 | Document autobooting macppc, and how to use the openfirmware boot menu | Dale Rahn | |
to boot MacOS (9/X) with the setup. ok miod@ | |||
2002-05-21 | public domain | Todd C. Miller | |
2002-05-21 | Protect calls to biodone with splbio. Some functions called | Artur Grabowski | |
by biodone assume splbio (probably just on other filesystems) and some callbacks from b_iodone assume it too. It's just much safer. costa@ ok. | |||
2002-05-21 | Better handling of negative timeval than last commit. | Todd C. Miller | |
2002-05-21 | Enable the blanker now that the X stuff is fixed | Jason Wright | |
2002-05-21 | KNF before more major hacking | Theo de Raadt | |
2002-05-21 | KNF; itojun ok | Theo de Raadt | |
2002-05-21 | Match kernel config | Jason Wright | |
2002-05-21 | add creator at mainbus and wsdisplay at creator | Jason Wright | |
2002-05-21 | man page for the creator | Jason Wright | |
2002-05-21 | Remove some debugging code and generally clean things up. | Jason Wright | |
2002-05-21 | Get the initial cursor position correct so we don't start back at 0,0 when | Jason Wright | |
wsdisplay attaches. | |||
2002-05-21 | Support for kcore on alpha. | Artur Grabowski | |
Based on a diff from Mattias Amnefelt <mattiasa at e.kth.se>, which was in turn based on code in NetBSD, but I rewrote all the relevant pieces to have less alignment errors and follow gdb code style. fgs@ ok. | |||
2002-05-21 | Implement splassert just like it's on sparc. | Artur Grabowski | |
This also requires a change to rename {PIL,IPL}_IMP to {PIL,IPL}_VM. XXX - We should get rid of PIL_*. | |||
2002-05-21 | Remove last vestiges of rcons and now it appears to work. | Jason Wright | |
2002-05-21 | Use rasops alloc_attr in alloc_screen so it doesn't crash when a screen is | Jason Wright | |
added. | |||
2002-05-21 | Junk gcc's deprecated __FUNCTION__. Use standard __func__ instead. | Marc Espie | |
ok dhartmei@ | |||
2002-05-21 | Move enum definitions to global scope. Local scope is meaningless, and | Marc Espie | |
interferes with C99's anonymous stuff. ok millert@ | |||
2002-05-21 | create /etc/authpf and /var/authpf dirs | Theo de Raadt | |
2002-05-21 | clean | Theo de Raadt | |
2002-05-21 | Skeleton driver for the Creator/Creator3D framebuffer (doesn't do much | Jason Wright | |
except provide an entry point for mmap'n from userland so I can figure out how it works). Many thanks to Matt Potter <matt@vertrauen.org> for providing a card. | |||
2002-05-21 | Merge openssl-0.9.7-stable-SNAP-20020519 | Bob Beck | |
2002-05-21 | fake sync (not yet using MAKEDEV.md) | Theo de Raadt | |
2002-05-21 | remove MAKEDEV.local finally | Theo de Raadt | |
2002-05-21 | KNF | Theo de Raadt | |
2002-05-20 | Add a check for negative values in struct timeval after the timersub(). | Todd C. Miller | |
Just treat it like a zero value. Also check for errno != EINTR when select() returns -1. | |||
2002-05-20 | Do not blindly call wsdisplay routines if no wsdisplay device is active | Miod Vallat | |
and the user presses a magic key. ok mickey@ | |||
2002-05-20 | Pull in useful bits from NetBSD and make our lp* easier to diff and | Todd C. Miller | |
do some minor cleanup of my own: o IPv6 support o ANSI function headers o use getopt() o synce usage() with man pages o passes -Wall on both 32bit and 64bit platforms o add an option to set the max number of children lpd will fork off o add an lpd option to bind to specific addresses instead of INADDR_ANY. o allow user to specify how long to wait for a connection to remote servers o more strlcpy() and snprintf() usage o Use FOO_FILENO constants instead of hard-coding 0-2 o Add some keeps to man the page SYNOPSIS to avoid options being split | |||
2002-05-20 | raise RTF_HOST for IPv6 /128 destination. from ume | Jun-ichiro itojun Hagino | |
2002-05-20 | blob for splassert. | Artur Grabowski | |
suggested by deraadt@. | |||
2002-05-20 | Allow SIOCSIFMTU on gif interfaces. | Artur Grabowski | |
From Mattias Amnefelt mattiasa at e.kth.se. niels@ ok. | |||
2002-05-20 | doc new splassert sysctl behavior. | Artur Grabowski | |
2002-05-20 | Add one more level to the kern.splassert sysctl. | Artur Grabowski | |
0 - do nothing. 1 - small message on error (function name and the levels). 2 - big message on error (function name, levels and traceback (if possible)). 3 - panic. After suggestion from deraadt@. | |||
2002-05-20 | update user list; spotted by hshoexer@yerbouti.franken.de | Theo de Raadt | |
2002-05-20 | fix Xr | Theo de Raadt | |