summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-01-20ISC BIND version 9.2.2rc1Jakob Schlyter
2003-01-20Add /var/empty/devTodd C. Miller
2003-01-20Sync with pfctl fixes.Cedric Berger
2003-01-20Cut & paste madness. We were (un)lucky it worked before!Cedric Berger
2003-01-20Add a /var/empty/dev/log socket for things that chroot to /var/empty.Todd C. Miller
2003-01-20It's difficult to create a table by changing its flags.Cedric Berger
2003-01-20Don't reconnect to logging socket if send() returns an error and errnoTodd 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-20replace references to libc_r with libpthread. Note that -pthreadMarco S Hyman
should be used, not -lpthread.
2003-01-20typos; alan@alanday.comTheo de Raadt
2003-01-20use LOG_NDELAY in chroot() using daemonsTheo de Raadt
2003-01-20remove libc_r mention in commentMarco S Hyman
2003-01-20remove libc_r mention in commentMarco S Hyman
2003-01-20Allow 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-20unused var; found by dhartmei@ and camield@Henning Brauer
2003-01-20no named parameters in prototypesCamiel Dobbelaar
ok dhartmei cedric henning
2003-01-20Remove unused argument from print_name() and fix two other nitsCamiel Dobbelaar
found by lint. ok henning
2003-01-20comment changed to look in libpthread, not libc_rMarco S Hyman
2003-01-20bye-bye libc_r sources.Marco S Hyman
the sources have been moved (with history) to /usr/src/lib/libpthread
2003-01-20install includes from libpthread, not libc_rMarco S Hyman
2003-01-20Use the sources that exist in sibdirs of libpthread, not libc_rMarco S Hyman
2003-01-20Add definition of all structures involved in the radix table ioctls.Cedric Berger
2003-01-20Improve 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-20Put back the Voyager zs probe workaround that got lost in rev 1.36;Miod Vallat
spotted by Takeshi Morimoto.
2003-01-20but allow ESP in the clear (-bypass) between the gateways; avoidsMarkus Friedl
double encryption; ok ho@
2003-01-20In dirswitch(), don't free dir_name until right before allocatingTodd 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-20syncTheo de Raadt
2003-01-20the 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-20just for safety. from http://templeofhate.com/tglaser/pub/obsd.diffJun-ichiro itojun Hagino
2003-01-20No more libc_r and don't link explicitly with -lpthread Not havingTodd 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-19give 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-19revamp .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-19In error message from dependent libraries, mention which dependent libraryMarc Espie
is trying to load another library.
2003-01-19programs that chroot must use LOG_NDELAY; deraadt@ OKTodd C. Miller
2003-01-19repository move libc_r to libpthreadTheo de Raadt
2003-01-19repository move to libpthreadTheo de Raadt
2003-01-19add test to ensure select can be cancelled.Marco S Hyman
2003-01-19return (func(...)) not needed when the current function and funcMarco 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-19typos; jmc@prioris.mini.pw.edu.plTheo de Raadt
2003-01-19shut up, dn(4). There's really no need to printf junk nobody wants to readHenning Brauer
for every collision. ok theo
2003-01-19Simplify and KNF anchoropt processing.Camiel Dobbelaar
ok dhartmei henning
2003-01-19Temporary fix for PR#3069 (thanks for the report, Alex Cichowski), untilThierry Deval
I find time to really follow all cases. At least it works here, and doesn't add new problems, it seems.
2003-01-19Wording.Thierry Deval
2003-01-19format string fixesHenning Brauer
inspired by Thorsten Glaser via fries@ ok theo
2003-01-19The -s option to show anchors is 'A' or 'Anchors', not 'a' (which is usedDaniel Hartmeier
to show 'all' information).
2003-01-19Spin off label string expansion into a separate function. ClarifiesCamiel Dobbelaar
and tightens all expand_label functions. ok dhartmei henning
2003-01-19Test label expansion functions.Camiel Dobbelaar
ok dhartmei henning
2003-01-19Labels are quoted in rule output now.Camiel Dobbelaar
2003-01-19Quote label in rule output.Camiel Dobbelaar
ok henning dhartmei
2003-01-19syncTheo de Raadt