Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-15 | add test2 subdir | Kurt Miller | |
2005-09-15 | add more complex tests for dlsym. some tests may change after more | Kurt Miller | |
discussion. | |||
2005-09-15 | strip trailing slashes from any arguments passed to opencvs. | Joris Vink | |
ok xsa@ | |||
2005-09-15 | Remove the (unused) syscall() indirection on arm. | Miod Vallat | |
2005-09-15 | In syscall(), do not recompute the struct proc * after the syscall has | Miod 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-15 | Change child_return() to record a proper ktrace record for vfork child | Miod Vallat | |
processes. ok art@ uwe@ (some time ago) | |||
2005-09-15 | Define PG_M_U as PG_M | PG_U, and use it where appropriate; no functional | Miod Vallat | |
change today, will become useful in the neat future. | |||
2005-09-15 | Fix typo. | Mark Kettenis | |
ok miod@, drahn@, deraadt@ | |||
2005-09-15 | auth-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-15 | Stop compiling the texte console rotation code #ifdef __zaurus__, but use | Miod 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-15 | Correctly handle loopback interfaces. Mark them as point-to-point networks | Claudio 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-15 | get rid of MD m68k_trunc_page and m68k_round_page and replace by MI | Martin Reindl | |
trunc_page and round_page go go go! miod@ | |||
2005-09-15 | check in cvs_mkadmin() wether we need to create or not the | Xavier Santolaria | |
CVS/Tag file. Sync the rest of the code accordingly; OK joris@. | |||
2005-09-15 | add prog2 | Kurt Miller | |
2005-09-15 | regress checking dlsym works as expected when called from the main | Kurt Miller | |
executable. | |||
2005-09-15 | tidy up lists and displays... | Jason McIntyre | |
2005-09-15 | Clean 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 correctness | Kurt Miller | |
- less verbose on success - add a symbol for prog2 test - fix comment some feedback drahn@ | |||
2005-09-15 | uniformize LINKS, so that it gets handled in realinstall all the time | Marc Espie | |
(and the same way). okay otto@ | |||
2005-09-15 | Revert rev 1.202 for now as it breaks at least one machine. | Jonathan Gray | |
2005-09-15 | Don't fake MODE SENSE page 4 info inside raid drivers, just let sd | Kenneth 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-15 | Move two tiny sa2400 init functions back into calling sa2400 init function. | Jonathan Gray | |
2005-09-15 | Remove rtw_rfbus_write abstraction for readability. | Jonathan Gray | |
2005-09-14 | As the _create functions for all the rf transceivers now just set some | Jonathan Gray | |
default values, remove them and do value setting in rtw_rf_attach. | |||
2005-09-14 | Remove rtw_rf/rtw_rfbus and some other related abstractions | Jonathan Gray | |
which made things overly complicated. | |||
2005-09-14 | ptrace(2) following fork(2) | Mark Kettenis | |
ok miod@ | |||
2005-09-14 | knf | Joris Vink | |
2005-09-14 | add dlsym subdir | Kurt Miller | |
2005-09-14 | Add a regress test for dlsym special handles. Checks that duplicate symbols | Kurt Miller | |
are handled right for a simple case. | |||
2005-09-14 | document @pkgpath | Marc Espie | |
2005-09-14 | typo, let @pkgpath work. | Marc Espie | |
2005-09-14 | filter names out first, as it's slightly faster | Marc Espie | |
2005-09-14 | beef 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-14 | point watchdog(4) readers to watchdogd(8); | Jason McIntyre | |
discussed with michael knudsen; | |||
2005-09-14 | correctly set IFF_RUNNING flag after device state changes. | Reyk Floeter | |
ok brad@ | |||
2005-09-14 | sync 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-14 | Mention ATI IXP IDE support. | Jonathan Gray | |
2005-09-14 | Support for ATI IXP 200/300/400 IDE mostly based on changes | Jonathan Gray | |
made by Quentin Garnier to NetBSD. tested by tdeval@ and ian@, ok grange@ | |||
2005-09-14 | Remove unused label. | Marco Peereboom | |
ahh ok, you're confusing me with turdshining :) beck@ ok dlg@ | |||
2005-09-14 | decrease RX copy treshold to MHLEN to prevent | Can Erkin Acar | |
unnecessary copying if already allocating a cluster. fix a comment and remove a bogus check while there. | |||
2005-09-13 | ensure that stdio fds are attached; ok deraadt@ | Damien Miller | |
2005-09-13 | more Package/FatPackage common code: separate the proxy 'next' into two | Marc 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-13 | typo, fix fat packages reading. | Marc Espie | |
2005-09-13 | Compile without warnings on external C linkage. | Dale Rahn | |
2005-09-13 | use wipe_info() instead of hand-killing directories. | Marc Espie | |
2005-09-13 | use grabPlist, avoid getting anything else. | Marc Espie | |
2005-09-13 | dlopen regress tests. | Dale Rahn | |
2005-09-13 | grabPlist shall behave like find. | Marc Espie | |
2005-09-13 | add sql server from iana. comments jolan@, sturm@; 'ok with the right names' ↵ | Ian Darwin | |
deraadt@ | |||
2005-09-13 | Repository::Installed class, to provide uniform access to installed | Marc Espie | |
packages compared to other `repositories'. |