summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-07-12Document the API change.Artur Grabowski
2002-07-12- Add a flags argument to dohooks.Artur Grabowski
The flag can be either HOOK_REMOVE or HOOK_REMOVE|HOOK_FREE. o HOOK_REMOVE removes the hook from the list before executing it. o HOOK_FREE frees the hook after that. - Let dostartuphooks use HOOK_REMOVE|HOOK_FREE so we can reclaim the memory. - Let doshutdownhooks use HOOK_REMOVE so that when some shutdown hook panics (they do that all the #@$%! time these days) we don't loop for ever. Don't HOOK_FREE, it doesn't matter and I don't want to add another possible panic condition for shutdown hooks. - Actually free the pointer we're throwing away in hook_disestablish (I wonder how much memory this has leaked over the years).
2002-07-12print connect failure during debugging mode.Jun-ichiro itojun Hagino
2002-07-12There is no "simple_lock_unlock" function...Miod Vallat
2002-07-12some clean up. install argument replacements only if we are going toNiels Provos
permit the system call. translate some set[e]{g,u}id calls
2002-07-12in the error case, just remove an installed argument replacement, it is notNiels Provos
needed
2002-07-12'this is a scanner'Todd T. Fries
2002-07-12syncTodd T. Fries
2002-07-12add my scannerTodd T. Fries
2002-07-12No need to include files.sun, which only add the "frim event" stuff whichMiod Vallat
has absolutely no use on wscons architectures.
2002-07-12remove printing of soon-to-be-gone flags.Artur Grabowski
2002-07-12Add a missing check for fts_alloc() returning NULL; Chad LoderTodd C. Miller
2002-07-12Fix vm -> uvm in a comment.Artur Grabowski
2002-07-12Eliminate list_has_sets() by eliminating its only use. Instead ofKenneth R Westerback
checking for sets when the a valid directory is given in get_setsdir(), rely on eqivalent check in get_sets() instead. Reduces code duplication and eliminates a possible duplicated error message about not finding sets in a directory.
2002-07-12malloc/strdup failure not handled; cloder@acm.orgTheo de Raadt
2002-07-12Consolidate repeated logic to get non-empty $resp into aKenneth R Westerback
function ask_until(). Eliminate some unnecessary ':' statements used to initialize variables by doing initialization in first reference - i.e. when passing the variable to ask_until(). Shrinks and clarifies.
2002-07-11cleanTheo de Raadt
2002-07-11Make sure to protect ttypend with spltty all the time.Artur Grabowski
Implemented with paranoia.
2002-07-11syncTheo de Raadt
2002-07-11malloc() failure tests; rimshot@pandora.beTheo de Raadt
2002-07-11Disable support for the other hardware accelerators. No need to crank theTheo de Raadt
major because these interfaces are really not exported (or used).
2002-07-11add rcsid to firmware, and remove defn for tc990_IMAGE_SIZE, its ugly.Jason Wright
(shoulda caught this before like I caught const'fying it, oh well)
2002-07-11oppose abort()ion and urinetherapyMichael Shalayeff
2002-07-11New version of the firmware from 3Com. Many, many thanks to David DillowJason Wright
for fighting with 3com to make this happen!
2002-07-11No need to compare sizes of new/old crontab file now that weTodd C. Miller
stash the st_mtimespec of the original and use that to compare.
2002-07-11Convert the cmd and response queues to be endian aware, also prepare for new ↵Jason Wright
firmware version.
2002-07-11More syncing with my cron 4.0 patch tree, basically cosmetic:Todd C. Miller
o change an instance of e_none to e_memory that I missed (forgot?) o kill some whitespace o modify malloc failure recovery a bit
2002-07-11do not let the group access the semTheo de Raadt
2002-07-11Add a new error code for memory allocation failures, e_memory andTodd C. Miller
use that instead of e_none when we run out of memory.
2002-07-11Back out revision 1.3; we return EWOULDBLOCK on lock failure, not EAGAIN.Todd C. Miller
2002-07-11syncNathan Binkert
2002-07-11New devicesNathan Binkert
2002-07-11print FQDN strings using correct length; ok ho@ jakob@Kevin Steves
2002-07-11We need to map the data segment of ld.so with PROT_EXEC for the GOT.Artur Grabowski
This is in preparation for actually honoring exec protection in sparc pmap. NOTICE! You really want to rebuild the whole userland with this change before the kernel fix goes in. Otherwise all shared binaries will dump core.
2002-07-11chroot awareHenning Brauer
2002-07-11cleanupNiels Provos
2002-07-11KNF.Artur Grabowski
From Lurene Angela Grenier <lurene@daemonkitty.net>
2002-07-11sample entry for UserDir /var/www/users; create empty /var/www/users;Markus Friedl
ok henning@, deraadt@
2002-07-11note about the cron job; requested by fred@francis.unitra.skTheo de Raadt
2002-07-11incorrect header; jj.walker@auckland.ac.nzTheo de Raadt
2002-07-11www space no longer needs a dev/cryptoTheo de Raadt
2002-07-11open /dev/crypto with OpenSSL_add_all_algorithms() before calling chroot;Markus Friedl
2002-07-11doc that rdate can do SNTP as wellTheo de Raadt
2002-07-11Please be more portable in usb landNathan Binkert
2002-07-10It is supposed to be printf, not db_printf. This change costed meArtur Grabowski
several days of debugging my laptop because underneath the X it was sitting on the console waiting for me to press some key on the '--db_more--' prompt.
2002-07-10proper cdev_decl(crypto) and no private protosMichael Shalayeff
2002-07-10let IPv6 fragment go through based on normal rulesets.Jun-ichiro itojun Hagino
TODO: sort-of normalization against fragments for inspection ok dhartmei@
2002-07-10proper cdev_decl(ksyms), fix ksyms's broken functionsMichael Shalayeff
2002-07-10proper cdev_decl(gpr)Michael Shalayeff
2002-07-10no provate cdev_decl()s, they are in sys/conf.h nowMichael Shalayeff