Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-01-20 | ISC BIND version 9.2.2rc1 | Jakob Schlyter | |
2003-01-20 | Add /var/empty/dev | Todd C. Miller | |
2003-01-20 | Sync with pfctl fixes. | Cedric Berger | |
2003-01-20 | Cut & paste madness. We were (un)lucky it worked before! | Cedric Berger | |
2003-01-20 | Add a /var/empty/dev/log socket for things that chroot to /var/empty. | Todd C. Miller | |
2003-01-20 | It's difficult to create a table by changing its flags. | Cedric Berger | |
2003-01-20 | Don't reconnect to logging socket if send() returns an error and errno | Todd C. Miller | |
== ENOBUFS, there is no point and it hurts chroot'ed processes. Don't return immediately from syslog_r() when the send(), we may have more work to do. deraadt@ OK | |||
2003-01-20 | replace references to libc_r with libpthread. Note that -pthread | Marco S Hyman | |
should be used, not -lpthread. | |||
2003-01-20 | typos; alan@alanday.com | Theo de Raadt | |
2003-01-20 | use LOG_NDELAY in chroot() using daemons | Theo de Raadt | |
2003-01-20 | remove libc_r mention in comment | Marco S Hyman | |
2003-01-20 | remove libc_r mention in comment | Marco S Hyman | |
2003-01-20 | Allow the fetching of current stack info from threaded apps. | Marco S Hyman | |
This is necessary for alpha setjmp. The alpha setjmp/longjmp regression tests pass with -pthread with this change | |||
2003-01-20 | unused var; found by dhartmei@ and camield@ | Henning Brauer | |
2003-01-20 | no named parameters in prototypes | Camiel Dobbelaar | |
ok dhartmei cedric henning | |||
2003-01-20 | Remove unused argument from print_name() and fix two other nits | Camiel Dobbelaar | |
found by lint. ok henning | |||
2003-01-20 | comment changed to look in libpthread, not libc_r | Marco S Hyman | |
2003-01-20 | bye-bye libc_r sources. | Marco S Hyman | |
the sources have been moved (with history) to /usr/src/lib/libpthread | |||
2003-01-20 | install includes from libpthread, not libc_r | Marco S Hyman | |
2003-01-20 | Use the sources that exist in sibdirs of libpthread, not libc_r | Marco S Hyman | |
2003-01-20 | Add definition of all structures involved in the radix table ioctls. | Cedric Berger | |
2003-01-20 | Improve pfctl -vvs{r,n} output with rule containing tables. | Cedric Berger | |
Shows the number of entries in the table or if the table is not active. ok dhartmei@, no objections. | |||
2003-01-20 | $OpenBSD$ | Henning Brauer | |
reminded by Xavier Santolaria | |||
2003-01-20 | Put back the Voyager zs probe workaround that got lost in rev 1.36; | Miod Vallat | |
spotted by Takeshi Morimoto. | |||
2003-01-20 | but allow ESP in the clear (-bypass) between the gateways; avoids | Markus Friedl | |
double encryption; ok ho@ | |||
2003-01-20 | In dirswitch(), don't free dir_name until right before allocating | Todd C. Miller | |
it again. This removes a potential double-free problem, whereby this function could free dir_name and then immediately return due to invalid directory syntax (without ever reassigning dir_name), then re-enter and free dir_name again. Fix from Stefan Esser. | |||
2003-01-20 | sync | Theo de Raadt | |
2003-01-20 | the real liar is Tony Pierce <tonypi@pcisig.com>. he says this is a ↵ | Theo de Raadt | |
"misunderstanding". how far can one get from the truth | |||
2003-01-20 | just for safety. from http://templeofhate.com/tglaser/pub/obsd.diff | Jun-ichiro itojun Hagino | |
2003-01-20 | No more libc_r and don't link explicitly with -lpthread Not having | Todd C. Miller | |
-lpthread may confuse perl's Configure since it wants to nm libs to see what is in them butu I haven't noticed any problems with this (yet). | |||
2003-01-19 | give a second chance for loading dependent modules: | Marc Espie | |
look in the path of the main map before giving up. ok deraadt@. (This fixes a few kde issues, and removes loads of needs for ldconfig) | |||
2003-01-19 | revamp .init call code to be saner: | Marc Espie | |
- build a tree of modules inter-dependencies. - make sure dependent modules are .init'ed before depending modules. - flag initialization so that cycles don't bork ld.so. okay deraadt@, drahn@. | |||
2003-01-19 | In error message from dependent libraries, mention which dependent library | Marc Espie | |
is trying to load another library. | |||
2003-01-19 | programs that chroot must use LOG_NDELAY; deraadt@ OK | Todd C. Miller | |
2003-01-19 | repository move libc_r to libpthread | Theo de Raadt | |
2003-01-19 | repository move to libpthread | Theo de Raadt | |
2003-01-19 | add test to ensure select can be cancelled. | Marco S Hyman | |
2003-01-19 | return (func(...)) not needed when the current function and func | Marco S Hyman | |
are both void. The select call is a cancellation point per IEEE Std 1003.1-2001. This should fix a problem espie@ found in kde. | |||
2003-01-19 | typos; jmc@prioris.mini.pw.edu.pl | Theo de Raadt | |
2003-01-19 | shut up, dn(4). There's really no need to printf junk nobody wants to read | Henning Brauer | |
for every collision. ok theo | |||
2003-01-19 | Simplify and KNF anchoropt processing. | Camiel Dobbelaar | |
ok dhartmei henning | |||
2003-01-19 | Temporary fix for PR#3069 (thanks for the report, Alex Cichowski), until | Thierry Deval | |
I find time to really follow all cases. At least it works here, and doesn't add new problems, it seems. | |||
2003-01-19 | Wording. | Thierry Deval | |
2003-01-19 | format string fixes | Henning Brauer | |
inspired by Thorsten Glaser via fries@ ok theo | |||
2003-01-19 | The -s option to show anchors is 'A' or 'Anchors', not 'a' (which is used | Daniel Hartmeier | |
to show 'all' information). | |||
2003-01-19 | Spin off label string expansion into a separate function. Clarifies | Camiel Dobbelaar | |
and tightens all expand_label functions. ok dhartmei henning | |||
2003-01-19 | Test label expansion functions. | Camiel Dobbelaar | |
ok dhartmei henning | |||
2003-01-19 | Labels are quoted in rule output now. | Camiel Dobbelaar | |
2003-01-19 | Quote label in rule output. | Camiel Dobbelaar | |
ok henning dhartmei | |||
2003-01-19 | sync | Theo de Raadt | |