summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2005-09-14Mention ATI IXP IDE support.Jonathan Gray
2005-09-14Support for ATI IXP 200/300/400 IDE mostly based on changesJonathan Gray
made by Quentin Garnier to NetBSD. tested by tdeval@ and ian@, ok grange@
2005-09-14Remove unused label.Marco Peereboom
ahh ok, you're confusing me with turdshining :) beck@ ok dlg@
2005-09-14decrease RX copy treshold to MHLEN to preventCan Erkin Acar
unnecessary copying if already allocating a cluster. fix a comment and remove a bogus check while there.
2005-09-13ensure that stdio fds are attached; ok deraadt@Damien Miller
2005-09-13more Package/FatPackage common code: separate the proxy 'next' into twoMarc Espie
parts: the one that gets (and renames) files from the archive (getNext) that depends on Package/FatPackage, and the one that handles opening/ reopening/caching archives (true next);
2005-09-13typo, fix fat packages reading.Marc Espie
2005-09-13Compile without warnings on external C linkage.Dale Rahn
2005-09-13use wipe_info() instead of hand-killing directories.Marc Espie
2005-09-13use grabPlist, avoid getting anything else.Marc Espie
2005-09-13dlopen regress tests.Dale Rahn
2005-09-13grabPlist shall behave like find.Marc Espie
2005-09-13add sql server from iana. comments jolan@, sturm@; 'ok with the right names' ↵Ian Darwin
deraadt@
2005-09-13Repository::Installed class, to provide uniform access to installedMarc Espie
packages compared to other `repositories'.