summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* more fixes from 0.9.7c, ok deraadt, clodermarkus2003-09-304-8/+22
|
* syncderaadt2003-09-305-1/+17
|
* parse elf now; help from millertmickey2003-09-301-50/+134
|
* Make sure strings and error messages sent to dc(1) properly escape [, ] and \.otto2003-09-302-9/+25
|
* Teach dc(1) how to read strings with unbalanced braces by introducingotto2003-09-302-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).otto2003-09-301-3/+5
|
* security fix from http://www.openssl.org/news/secadv_20030930.txtmarkus2003-09-306-4/+22
| | | | see also http://cvs.openssl.org/chngview?cn=11471
* o err out on start if no watches are definedhenning2003-09-301-7/+14
| | | | | o log how many watches are defined o on configuration reload also log how many watches we have
* usage():jmc2003-09-301-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 tagsmickey2003-09-301-1/+3
|
* full stop. reverse course. remove all periods, so as to be alignedtedu2003-09-301-40/+40
| | | | with error messages elsewhere. requested ok deraadt@ henning@
* set the log message ident with openlog(), ok henning@jose2003-09-301-1/+3
|
* Revert BN_cmp() change. Its arguments are const. Spotted by miod@.otto2003-09-292-6/+0
| | | | ok deraadt@
* Disable cache on page tables unconditionnaly, not only for MVME188: magicallymiod2003-09-291-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/ramdiskmickey2003-09-292-12/+31
|
* GSSAPICleanupCreds -> GSSAPICleanupCredentialsmarkus2003-09-292-5/+5
|
* simple dino manpagemickey2003-09-292-3/+56
|
* dino/cujo pci bridgemickey2003-09-291-0/+1520
|
* use pci_mapreg_map() and free resources on failuresmickey2003-09-291-9/+7
|
* more dmamp_sync()s; krw@ okmickey2003-09-293-104/+166
|
* dino/cujo pci bridgemickey2003-09-297-24/+251
|
* better dmesg output including onboard memory size when present, free resources on failures; krw@ okmickey2003-09-292-29/+35
|
* add more dmamap_sync()s where appropriate modify loops to insure proper syncing; jason@ testingmickey2003-09-291-24/+41
|
* fix the dc_cacheline to 16 on hppamickey2003-09-291-2/+6
|
* pci support for hppamickey2003-09-291-2/+5
|
* e own SIOP_DEBUG define instea of the system-wide one;mickey2003-09-292-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@mickey2003-09-291-3/+3
|
* uncomment daemon() call; spotted by jose@henning2003-09-291-3/+3
|
* knfderaadt2003-09-296-139/+133
|
* realloc fix; ok henning cloderderaadt2003-09-291-27/+31
|
* unchecked strdup; ok henning; spotted by jjy2+@pitt.eduderaadt2003-09-291-4/+8
|
* Experimental support for serverworks csb6 third channel inspired bygrange2003-09-291-2/+10
| | | | freebsd ata driver. Close PR 3485.
* Better use of phys_map_vaddr* (does not matter until we start using more thanmiod2003-09-291-12/+17
| | | | one cpu).
* - add list of options to -o and .Xr ssh_config(5)jmc2003-09-291-208/+275
| | | | | | | - some other cleanup requested by deraadt@; ok deraadt@ markus@
* - add some indent and spacingjmc2003-09-291-28/+39
| | | | | - punctuation fixes - update SEE ALSO
* /usr include files -> /usr/include files;jmc2003-09-291-5/+5
| | | | | | from FreeBSD (rev. 1.103); ok deraadt@ miod@
* correction to SYNOPSIS and usage(): host argument must be specifiedjmc2003-09-292-6/+5
| | | | | | if using port argument; from simon@freebsd
* Make this compile.miod2003-09-291-4/+4
|
* avaliable -> availablemiod2003-09-2912-25/+25
|
* autodetect io/mem mappings; from form@mickey2003-09-291-14/+21
|
* Implement (undocumented) dot shorthand, which was missing.otto2003-09-292-13/+13
| | | | Spotted by millert@.
* gotta remember the product id and disable io mapping for old 800 chips; from form@mickey2003-09-291-1/+6
|
* Stub out mvmeppc install.md as it currently iskrw2003-09-281-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.cloder2003-09-287-14/+14
| | | | OK krw@, deraadt@
* Clean various MVME188 related routines, fixing typos and removing unnecessarymiod2003-09-283-23/+28
| | | | diagnostic code in the process.
* Clean the MVME188 external interrupts routine, and do not let it loop forevermiod2003-09-281-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.miod2003-09-281-3/+5
|
* Properly acknowledge MVME188 clock interrupts.miod2003-09-281-28/+13
|
* kill trailing spaces, no functional changesgrange2003-09-2824-192/+192
|
* realloc cleanupotto2003-09-282-12/+13
|