Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-01 | make ifindex2ifnet growing code more correct. (found by iij seil team) | Jun-ichiro itojun Hagino | |
2003-10-01 | Add break statements in switch missing from revision 1.32. | Todd C. Miller | |
2003-10-01 | sys/types.h is not really needed with sys/param.h. | Kevin Lo | |
ok henning@ | |||
2003-09-30 | more fixes from 0.9.7c, ok deraadt, cloder | Markus Friedl | |
2003-09-30 | sync | Theo de Raadt | |
2003-09-30 | parse elf now; help from millert | Michael Shalayeff | |
2003-09-30 | Make sure strings and error messages sent to dc(1) properly escape [, ] and \. | Otto Moerbeek | |
2003-09-30 | Teach dc(1) how to read strings with unbalanced braces by introducing | Otto Moerbeek | |
backslash as an escape char. This is needed for bc(1), which is required by Posix to handle strings with brackets in them. | |||
2003-09-30 | Flush stdout after P operator. Improves interaction with bc(1). | Otto Moerbeek | |
2003-09-30 | security fix from http://www.openssl.org/news/secadv_20030930.txt | Markus Friedl | |
see also http://cvs.openssl.org/chngview?cn=11471 | |||
2003-09-30 | o err out on start if no watches are defined | Henning Brauer | |
o log how many watches are defined o on configuration reload also log how many watches we have | |||
2003-09-30 | usage(): | Jason McIntyre | |
- add missing -n (from Jeff Ito PR 3496) - remove deprecated -h - sort -T and -t to match man page | |||
2003-09-30 | quantum atlas iv 9 wls lies about tags | Michael Shalayeff | |
2003-09-30 | full stop. reverse course. remove all periods, so as to be aligned | Ted Unangst | |
with error messages elsewhere. requested ok deraadt@ henning@ | |||
2003-09-30 | set the log message ident with openlog(), ok henning@ | jose | |
2003-09-29 | Revert BN_cmp() change. Its arguments are const. Spotted by miod@. | Otto Moerbeek | |
ok deraadt@ | |||
2003-09-29 | Disable cache on page tables unconditionnaly, not only for MVME188: magically | Miod Vallat | |
solves the last 187 issues... Although the slowdown is surprisingly small, this is only a temporary measure, there is room for improvement... | |||
2003-09-29 | ahc seems to work, some more phys and sync generic/ramdisk | Michael Shalayeff | |
2003-09-29 | GSSAPICleanupCreds -> GSSAPICleanupCredentials | Markus Friedl | |
2003-09-29 | simple dino manpage | Michael Shalayeff | |
2003-09-29 | dino/cujo pci bridge | Michael Shalayeff | |
2003-09-29 | use pci_mapreg_map() and free resources on failures | Michael Shalayeff | |
2003-09-29 | more dmamp_sync()s; krw@ ok | Michael Shalayeff | |
2003-09-29 | dino/cujo pci bridge | Michael Shalayeff | |
2003-09-29 | add more dmamap_sync()s where appropriate modify loops to insure proper ↵ | Michael Shalayeff | |
syncing; jason@ testing | |||
2003-09-29 | better dmesg output including onboard memory size when present, free ↵ | Michael Shalayeff | |
resources on failures; krw@ ok | |||
2003-09-29 | pci support for hppa | Michael Shalayeff | |
2003-09-29 | fix the dc_cacheline to 16 on hppa | Michael Shalayeff | |
2003-09-29 | e own SIOP_DEBUG define instea of the system-wide one; | Michael Shalayeff | |
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 | |||
2003-09-29 | to set smth in the register one has to write into it and not just read once ↵ | Michael Shalayeff | |
more; fround by art@ | |||
2003-09-29 | uncomment daemon() call; spotted by jose@ | Henning Brauer | |
2003-09-29 | knf | Theo de Raadt | |
2003-09-29 | realloc fix; ok henning cloder | Theo de Raadt | |
2003-09-29 | unchecked strdup; ok henning; spotted by jjy2+@pitt.edu | Theo de Raadt | |
2003-09-29 | Experimental support for serverworks csb6 third channel inspired by | Alexander Yurchenko | |
freebsd ata driver. Close PR 3485. | |||
2003-09-29 | Better use of phys_map_vaddr* (does not matter until we start using more than | Miod Vallat | |
one cpu). | |||
2003-09-29 | - add list of options to -o and .Xr ssh_config(5) | Jason McIntyre | |
- some other cleanup requested by deraadt@; ok deraadt@ markus@ | |||
2003-09-29 | - add some indent and spacing | Jason McIntyre | |
- punctuation fixes - update SEE ALSO | |||
2003-09-29 | /usr include files -> /usr/include files; | Jason McIntyre | |
from FreeBSD (rev. 1.103); ok deraadt@ miod@ | |||
2003-09-29 | correction to SYNOPSIS and usage(): host argument must be specified | Jason McIntyre | |
if using port argument; from simon@freebsd | |||
2003-09-29 | Make this compile. | Miod Vallat | |
2003-09-29 | avaliable -> available | Miod Vallat | |
2003-09-29 | autodetect io/mem mappings; from form@ | Michael Shalayeff | |
2003-09-29 | Implement (undocumented) dot shorthand, which was missing. | Otto Moerbeek | |
Spotted by millert@. | |||
2003-09-29 | gotta remember the product id and disable io mapping for old 800 chips; from ↵ | Michael Shalayeff | |
form@ | |||
2003-09-28 | Stub out mvmeppc install.md as it currently is | Kenneth R Westerback | |
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@. | |||
2003-09-28 | Correct off-by-ones with respect to PRC_NCMDS. Mostly from FreeBSD. | Chad Loder | |
OK krw@, deraadt@ | |||
2003-09-28 | Clean various MVME188 related routines, fixing typos and removing unnecessary | Miod Vallat | |
diagnostic code in the process. | |||
2003-09-28 | Clean the MVME188 external interrupts routine, and do not let it loop forever | Miod Vallat | |
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). | |||
2003-09-28 | Be less verbose, unless option DEBUG, when the nvram battery is toast. | Miod Vallat | |