Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more fixes from 0.9.7c, ok deraadt, cloder | 2003-09-30 | 4 | -8/+22 | |
| | |||||
* | sync | 2003-09-30 | 5 | -1/+17 | |
| | |||||
* | parse elf now; help from millert | 2003-09-30 | 1 | -50/+134 | |
| | |||||
* | Make sure strings and error messages sent to dc(1) properly escape [, ] and \. | 2003-09-30 | 2 | -9/+25 | |
| | |||||
* | Teach dc(1) how to read strings with unbalanced braces by introducing | 2003-09-30 | 2 | -15/+27 | |
| | | | | | backslash as an escape char. This is needed for bc(1), which is required by Posix to handle strings with brackets in them. | ||||
* | Flush stdout after P operator. Improves interaction with bc(1). | 2003-09-30 | 1 | -3/+5 | |
| | |||||
* | security fix from http://www.openssl.org/news/secadv_20030930.txt | 2003-09-30 | 6 | -4/+22 | |
| | | | | see also http://cvs.openssl.org/chngview?cn=11471 | ||||
* | o err out on start if no watches are defined | 2003-09-30 | 1 | -7/+14 | |
| | | | | | o log how many watches are defined o on configuration reload also log how many watches we have | ||||
* | usage(): | 2003-09-30 | 1 | -3/+3 | |
| | | | | | | - add missing -n (from Jeff Ito PR 3496) - remove deprecated -h - sort -T and -t to match man page | ||||
* | quantum atlas iv 9 wls lies about tags | 2003-09-30 | 1 | -1/+3 | |
| | |||||
* | full stop. reverse course. remove all periods, so as to be aligned | 2003-09-30 | 1 | -40/+40 | |
| | | | | with error messages elsewhere. requested ok deraadt@ henning@ | ||||
* | set the log message ident with openlog(), ok henning@ | 2003-09-30 | 1 | -1/+3 | |
| | |||||
* | Revert BN_cmp() change. Its arguments are const. Spotted by miod@. | 2003-09-29 | 2 | -6/+0 | |
| | | | | ok deraadt@ | ||||
* | Disable cache on page tables unconditionnaly, not only for MVME188: magically | 2003-09-29 | 1 | -32/+11 | |
| | | | | | | | solves the last 187 issues... Although the slowdown is surprisingly small, this is only a temporary measure, there is room for improvement... | ||||
* | ahc seems to work, some more phys and sync generic/ramdisk | 2003-09-29 | 2 | -12/+31 | |
| | |||||
* | GSSAPICleanupCreds -> GSSAPICleanupCredentials | 2003-09-29 | 2 | -5/+5 | |
| | |||||
* | simple dino manpage | 2003-09-29 | 2 | -3/+56 | |
| | |||||
* | dino/cujo pci bridge | 2003-09-29 | 1 | -0/+1520 | |
| | |||||
* | use pci_mapreg_map() and free resources on failures | 2003-09-29 | 1 | -9/+7 | |
| | |||||
* | more dmamp_sync()s; krw@ ok | 2003-09-29 | 3 | -104/+166 | |
| | |||||
* | dino/cujo pci bridge | 2003-09-29 | 7 | -24/+251 | |
| | |||||
* | better dmesg output including onboard memory size when present, free resources on failures; krw@ ok | 2003-09-29 | 2 | -29/+35 | |
| | |||||
* | add more dmamap_sync()s where appropriate modify loops to insure proper syncing; jason@ testing | 2003-09-29 | 1 | -24/+41 | |
| | |||||
* | fix the dc_cacheline to 16 on hppa | 2003-09-29 | 1 | -2/+6 | |
| | |||||
* | pci support for hppa | 2003-09-29 | 1 | -2/+5 | |
| | |||||
* | e own SIOP_DEBUG define instea of the system-wide one; | 2003-09-29 | 2 | -25/+21 | |
| | | | | | | | | | bzero() the sgl before fillig it up; avoid reading registers extra times where we have a copy in the vars; on scsi_cmd timeout call siop_handle_reset() directly instead of relying on the RST interrupt which does not happen always it semms; use bus_dmamap_load_raw(). krw@ ok | ||||
* | to set smth in the register one has to write into it and not just read once more; fround by art@ | 2003-09-29 | 1 | -3/+3 | |
| | |||||
* | uncomment daemon() call; spotted by jose@ | 2003-09-29 | 1 | -3/+3 | |
| | |||||
* | knf | 2003-09-29 | 6 | -139/+133 | |
| | |||||
* | realloc fix; ok henning cloder | 2003-09-29 | 1 | -27/+31 | |
| | |||||
* | unchecked strdup; ok henning; spotted by jjy2+@pitt.edu | 2003-09-29 | 1 | -4/+8 | |
| | |||||
* | Experimental support for serverworks csb6 third channel inspired by | 2003-09-29 | 1 | -2/+10 | |
| | | | | freebsd ata driver. Close PR 3485. | ||||
* | Better use of phys_map_vaddr* (does not matter until we start using more than | 2003-09-29 | 1 | -12/+17 | |
| | | | | one cpu). | ||||
* | - add list of options to -o and .Xr ssh_config(5) | 2003-09-29 | 1 | -208/+275 | |
| | | | | | | | - some other cleanup requested by deraadt@; ok deraadt@ markus@ | ||||
* | - add some indent and spacing | 2003-09-29 | 1 | -28/+39 | |
| | | | | | - punctuation fixes - update SEE ALSO | ||||
* | /usr include files -> /usr/include files; | 2003-09-29 | 1 | -5/+5 | |
| | | | | | | from FreeBSD (rev. 1.103); ok deraadt@ miod@ | ||||
* | correction to SYNOPSIS and usage(): host argument must be specified | 2003-09-29 | 2 | -6/+5 | |
| | | | | | | if using port argument; from simon@freebsd | ||||
* | Make this compile. | 2003-09-29 | 1 | -4/+4 | |
| | |||||
* | avaliable -> available | 2003-09-29 | 12 | -25/+25 | |
| | |||||
* | autodetect io/mem mappings; from form@ | 2003-09-29 | 1 | -14/+21 | |
| | |||||
* | Implement (undocumented) dot shorthand, which was missing. | 2003-09-29 | 2 | -13/+13 | |
| | | | | Spotted by millert@. | ||||
* | gotta remember the product id and disable io mapping for old 800 chips; from form@ | 2003-09-29 | 1 | -1/+6 | |
| | |||||
* | Stub out mvmeppc install.md as it currently is | 2003-09-28 | 1 | -262/+1 | |
| | | | | | | | | | | | | | a) Completely wrong since mvmeppc never did support MacOS/HFS. b) Unused, as the mvmeppc port is in 'limbo'. c) In need of a complete re-write when mvmeppc comes out of limbo. d) An exact duplicate of macppc/ramdisk/install.md, i.e. without any independant imbedded knowledge. ok miod@. | ||||
* | Correct off-by-ones with respect to PRC_NCMDS. Mostly from FreeBSD. | 2003-09-28 | 7 | -14/+14 | |
| | | | | OK krw@, deraadt@ | ||||
* | Clean various MVME188 related routines, fixing typos and removing unnecessary | 2003-09-28 | 3 | -23/+28 | |
| | | | | diagnostic code in the process. | ||||
* | Clean the MVME188 external interrupts routine, and do not let it loop forever | 2003-09-28 | 1 | -23/+20 | |
| | | | | | | | | on clock interrupts, because interrupts were re-enabled too early. Also, remove the old hack restricting the system to only use 32MB of memory. This makes MVME188 boot multi-user again (only tested on 2P256 so far). | ||||
* | Be less verbose, unless option DEBUG, when the nvram battery is toast. | 2003-09-28 | 1 | -3/+5 | |
| | |||||
* | Properly acknowledge MVME188 clock interrupts. | 2003-09-28 | 1 | -28/+13 | |
| | |||||
* | kill trailing spaces, no functional changes | 2003-09-28 | 24 | -192/+192 | |
| | |||||
* | realloc cleanup | 2003-09-28 | 2 | -12/+13 | |
| |