summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-09-16Rework symbol lookup to more closely match sun's documentation, nowDale Rahn
treats dlopens as load groups. ok kurt@
2005-09-16more clean-up:Marc Espie
- kill multiple inheritance; - replace pipename() with open_pipe, and use explicit exec. - add intermediate PackageRepository::Distant class. - if PKG_CACHE is set, use an intermediate wedge that stores the retrieved package in that directory. - handle signals correctly in that case.
2005-09-16revert, breaks DESTDIR. sorry.Marc Espie
2005-09-16oopsMarc Espie
2005-09-16minor tweaks.Alexandre Anriot
ok espie@
2005-09-16put gdbtui into compTheo de Raadt
2005-09-16backout until we find a socket state for initTheo de Raadt
2005-09-16use shell-neutral language (in a comment);Jason McIntyre
from ray lai; ok krw@
2005-09-16in the bnf section, clarify that "fastroute" takes no arguments. also fixDaniel Hartmeier
the literal parentheses around the "route/reply/dup-to" arguments. from Karl O. Pinc, discussed with jmc@ and otto@
2005-09-16move .tgz addition down to PackageRepositoryList.Marc Espie
re-add list, which returns a \@, whereas available returns a @.
2005-09-16reorder tests for improved sanity, from stevesk@Damien Miller
2005-09-16unneeded headers, from stevesk@Damien Miller
2005-09-16spelling.Federico G. Schwindt
2005-09-16- remove code to read PCI VPD as we do not use that anymore.Brad Smith
- remove some FreeBSD-ism's: struct resource *'s. - fail more gracefully in sk_probe() instead of in sk_attach() for newer unsupported ASIC revisions. From jason@
2005-09-15add test2 subdirKurt Miller
2005-09-15add more complex tests for dlsym. some tests may change after moreKurt Miller
discussion.
2005-09-15strip trailing slashes from any arguments passed to opencvs.Joris Vink
ok xsa@
2005-09-15Remove the (unused) syscall() indirection on arm.Miod Vallat
2005-09-15In syscall(), do not recompute the struct proc * after the syscall hasMiod Vallat
succeeded. This used to be necessary for fork(), when returning in the child, but we return in the child in child_return() which does TRT. ok art@
2005-09-15Change child_return() to record a proper ktrace record for vfork childMiod Vallat
processes. ok art@ uwe@ (some time ago)
2005-09-15Define PG_M_U as PG_M | PG_U, and use it where appropriate; no functionalMiod Vallat
change today, will become useful in the neat future.
2005-09-15Fix typo.Mark Kettenis
ok miod@, drahn@, deraadt@
2005-09-15auth-md-keyid 0 is valid but is not allowed on Cis^H^Hrap routers.Claudio Jeker
Default to id 1 and mention it in the man page. From a discussion with msf@ OK norby@
2005-09-15Stop compiling the texte console rotation code #ifdef __zaurus__, but useMiod Vallat
a flag in the rasops_info structure; drivers which may use it shall declare a specific attribute for the config(8) machinery, so that the necessary code is compiled in. In addition to this, rotated font computation is now done on-demand, and a list of unrotated-rotated font cookie pairs is kept, rather than rotating all built-in wsfonts at initialization time. No user-perceptible functional change. Tested matthieu@ uwe@, ok uwe@
2005-09-15Correctly handle loopback interfaces. Mark them as point-to-point networksClaudio Jeker
that are in loopback mode. With this it is possible to use lo1 to hold the loopback address of the router as done often on ciscos etc. Problem found and fix tested by jakob@ OK norby@
2005-09-15get rid of MD m68k_trunc_page and m68k_round_page and replace by MIMartin Reindl
trunc_page and round_page go go go! miod@
2005-09-15check in cvs_mkadmin() wether we need to create or not theXavier Santolaria
CVS/Tag file. Sync the rest of the code accordingly; OK joris@.
2005-09-15add prog2Kurt Miller
2005-09-15regress checking dlsym works as expected when called from the mainKurt Miller
executable.
2005-09-15tidy up lists and displays...Jason McIntyre
2005-09-15Clean up compilation with -Wall, okay deraadt@Pedro Martelletto
From: Leonardo Chiquitto Filho <leonardo@iken.com.br>
2005-09-15- close dlopen'ed libs for code correctnessKurt Miller
- less verbose on success - add a symbol for prog2 test - fix comment some feedback drahn@
2005-09-15uniformize LINKS, so that it gets handled in realinstall all the timeMarc Espie
(and the same way). okay otto@
2005-09-15Revert rev 1.202 for now as it breaks at least one machine.Jonathan Gray
2005-09-15Don't fake MODE SENSE page 4 info inside raid drivers, just let sdKenneth R Westerback
fake a geometry. Page 4 info does not get used for size information. Eliminate now unused union scsi_disk_pages. ok marco@ mickey@ pre-lock.
2005-09-15Move two tiny sa2400 init functions back into calling sa2400 init function.Jonathan Gray
2005-09-15Remove rtw_rfbus_write abstraction for readability.Jonathan Gray
2005-09-14As the _create functions for all the rf transceivers now just set someJonathan Gray
default values, remove them and do value setting in rtw_rf_attach.
2005-09-14Remove rtw_rf/rtw_rfbus and some other related abstractionsJonathan Gray
which made things overly complicated.
2005-09-14ptrace(2) following fork(2)Mark Kettenis
ok miod@
2005-09-14knfJoris Vink
2005-09-14add dlsym subdirKurt Miller
2005-09-14Add a regress test for dlsym special handles. Checks that duplicate symbolsKurt Miller
are handled right for a simple case.
2005-09-14document @pkgpathMarc Espie
2005-09-14typo, let @pkgpath work.Marc Espie
2005-09-14filter names out first, as it's slightly fasterMarc Espie
2005-09-14beef up DESCRIPTION a little, and point the reader to watchdog(4);Jason McIntyre
diff from michael knudsen, tweaked by me; originally requested (in one form or another) by alexey e. suslikov;
2005-09-14point watchdog(4) readers to watchdogd(8);Jason McIntyre
discussed with michael knudsen;
2005-09-14correctly set IFF_RUNNING flag after device state changes.Reyk Floeter
ok brad@
2005-09-14sync list of CF wi(4) devices.Jonathan Gray
Incorporates diffs from PRs 4499 & 4500 which were submitted by barryg-openbsd-bugs at kssp.upd.edu.ph