Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-16 | Rework symbol lookup to more closely match sun's documentation, now | Dale Rahn | |
treats dlopens as load groups. ok kurt@ | |||
2005-09-16 | more 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-16 | revert, breaks DESTDIR. sorry. | Marc Espie | |
2005-09-16 | oops | Marc Espie | |
2005-09-16 | minor tweaks. | Alexandre Anriot | |
ok espie@ | |||
2005-09-16 | put gdbtui into comp | Theo de Raadt | |
2005-09-16 | backout until we find a socket state for init | Theo de Raadt | |
2005-09-16 | use shell-neutral language (in a comment); | Jason McIntyre | |
from ray lai; ok krw@ | |||
2005-09-16 | in the bnf section, clarify that "fastroute" takes no arguments. also fix | Daniel Hartmeier | |
the literal parentheses around the "route/reply/dup-to" arguments. from Karl O. Pinc, discussed with jmc@ and otto@ | |||
2005-09-16 | move .tgz addition down to PackageRepositoryList. | Marc Espie | |
re-add list, which returns a \@, whereas available returns a @. | |||
2005-09-16 | reorder tests for improved sanity, from stevesk@ | Damien Miller | |
2005-09-16 | unneeded headers, from stevesk@ | Damien Miller | |
2005-09-16 | spelling. | 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-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 |